Information about a compute asset such as a workstation, laptop, phone, virtual desktop, or VM.
JSON representation |
---|
{ "product_object_id": string, "hostname": string, "asset_id": string, "ip": [ string ], "mac": [ string ], "nat_ip": [ string ], "first_seen_time": string, "hardware": [ { object ( |
Fields | |
---|---|
product_object_id |
A vendor-specific identifier to uniquely identify the entity (a GUID or similar). This field can be used as an entity indicator for asset entities. |
hostname |
Asset hostname or domain name field. This field can be used as an entity indicator for asset entities. |
asset_id |
The asset ID. Value must contain the ':' character. For example, cs:abcdd23434. This field can be used as an entity indicator for asset entities. |
ip[] |
A list of IP addresses associated with an asset. This field can be used as an entity indicator for asset entities. |
mac[] |
List of MAC addresses associated with an asset. This field can be used as an entity indicator for asset entities. |
nat_ip[] |
List of NAT IP addresses associated with an asset. |
first_seen_time |
The first observed time for an asset. The value is calculated on the basis of the first time the identifier was observed. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
hardware[] |
The asset hardware specifications. |
platform_software |
The asset operating system platform software. |
software[] |
The asset software details. |
location |
Location of the asset. |
category |
The category of the asset (e.g. "End User Asset", "Workstation", "Server"). |
type |
The type of the asset (e.g. workstation or laptop or server). |
network_domain |
The network domain of the asset (e.g. "corp.acme.com") |
creation_time |
Time the asset was created or provisioned. Deprecate: creation_time should be populated in Attribute as generic metadata. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
first_discover_time |
Time the asset was first discovered (by asset management/discoverability software). Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
last_discover_time |
Time the asset was last discovered (by asset management/discoverability software). Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
system_last_update_time |
Time the asset system or OS was last updated. For all other operations that are not system updates (such as resizing a VM), use Attribute.last_update_time. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
last_boot_time |
Time the asset was last boot started. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels[] |
Metadata labels for the asset. Deprecated: labels should be populated in Attribute as generic metadata. |
deployment_status |
The deployment status of the asset for device lifecycle purposes. |
vulnerabilities[] |
Vulnerabilities discovered on asset. |
attribute |
Generic entity metadata attributes of the asset. |
Hardware
Hardware specification details for a resource, including both physical and virtual hardware.
JSON representation |
---|
{ "serial_number": string, "manufacturer": string, "model": string, "cpu_platform": string, "cpu_model": string, "cpu_clock_speed": string, "cpu_max_clock_speed": string, "cpu_number_cores": string, "ram": string } |
Fields | |
---|---|
serial_number |
Hardware serial number. |
manufacturer |
Hardware manufacturer. |
model |
Hardware model. |
cpu_platform |
Platform of the hardware CPU (e.g. "Intel Broadwell"). |
cpu_model |
Model description of the hardware CPU (e.g. "2.8 GHz Quad-Core Intel Core i5"). |
cpu_clock_speed |
Clock speed of the hardware CPU in MHz. |
cpu_max_clock_speed |
Maximum possible clock speed of the hardware CPU in MHz. |
cpu_number_cores |
Number of CPU cores. |
ram |
Amount of the hardware ramdom access memory (RAM) in Mb. |
PlatformSoftware
Platform software information about an operating system.
JSON representation |
---|
{
"platform": enum ( |
Fields | |
---|---|
platform |
The platform operating system. |
platform_version |
The platform software version ( e.g. "Microsoft Windows 1803"). |
platform_patch_level |
The platform software patch level ( e.g. "Build 17134.48", "SP1"). |
Software
Information about a software package or application.
JSON representation |
---|
{
"name": string,
"version": string,
"permissions": [
{
object ( |
Fields | |
---|---|
name |
The name of the software. |
version |
The version of the software. |
permissions[] |
System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE" |
description |
The description of the software. |
vendor_name |
The name of the software vendor. |