entity.attrs JSON
Additional descriptions for a given entity. The values an instance of this object can have are different for different entity types.
Data Object | Description | Type | SupportedEntityTypes | Repeated | Reference |
---|---|---|---|---|---|
attachment_state | Whether a given volume is attached or unattached. | /enums/AttachmentState | VIRTUAL_VOLUME | False | AttachmentState |
connected_networks | A list of network names that a given VM is connected to. | MULTI_TEXT | VIRTUAL_MACHINE | True | |
cpu_model | For a physical host, the model of CPU on that host. | TEXT | PHYSICAL_MACHINE | False | |
guest_os_name | The name of the OS running on a given VM. | TEXT | VIRTUAL_MACHINE | False | |
guest_os_type | The specific type for the OS running on a given VM. | /enums/OSType | VIRTUAL_MACHINE | False | OSType |
is_local | Whether a storage is local to the machine, or networked. | BOOLEAN | STORAGE | False | |
model | The specific model of the given physical host. | TEXT | PHYSICAL_MACHINE | False | |
num_cpus | The number of CPUs on the given physical host. | NUMBER | PHYSICAL_MACHINE | False | |
tags | A list of tags that are assigned to the given entity. | TEXT_MULTIMAP (Embedded Reporting) or List (Data Exporter) | ALL | False | |
targets | The target that manages the given entity. | /shared/Target | ALL | True | Target |
timezone | The timezone that is set for the clock on the physical machine. | TEXT | PHYSICAL_MACHINE | False | |
vendor_id | TEXT | VIRTUAL_VOLUME,BUSINESS_ACCOUNT |