guardicore-assets
Query the Akamai Guardicore asset inventory.
guardicore-assets [profile=VALUE] [status=VALUE] [search=VALUE] [labels=VALUE] [label-groups=VALUE] [orchestration=VALUE] [name=VALUE] [verbose=VALUE] [pretty=VALUE]
- profile=VALUE
- Optional. The identifier of Akamai Guardicore connect profile.
- status=VALUE
- Optional. Asset status filter: on, off, or on,off.
- search=VALUE
- Optional. Free text search on asset name or IP address.
- labels=VALUE
- Optional. Label ID expression. Join with ',' for OR and '&' for AND.
- label-groups=VALUE
- Optional. Comma separated label group IDs.
- orchestration=VALUE
- Optional. Orchestration ID, or the literal Agent.
- name=VALUE
- Optional. Exact asset name. Only one name is supported.
- verbose=VALUE
- Optional. Include the raw API object in _raw (t/f).
- pretty=VALUE
- Optional. Join string list fields with newlines so they read as a block (t/f).
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Akamai Guardicore connect profile |
| guid | String | Asset GUID | Asset UUID |
| name | String | Name | Asset name |
| description | String | Description | Asset description |
| os_family | String | OS family | Operating system family |
| host_ip | IP | Host IP | First IP address of the asset |
| status | String | Status | e.g. on, off |
| provider | String | Provider | Infrastructure provider |
| labels | List | Labels | Attached labels as key=value strings |
| first_seen | Date | First seen | First seen time |
| last_seen | Date | Last seen | Last seen time |
| ip_addrs | List | IP addresses | IP addresses of the asset |
| mac_addrs | List | MAC addresses | MAC addresses of the asset |
| label_guids | List | Label GUIDs | Attached label UUIDs |
| label_keys | List | Label keys | Distinct keys of attached labels |
| label_groups | List | Label groups | Label group names |
| orchestration_types | List | Orchestration types | Orchestration types |
| orchestration_names | List | Orchestration names | Orchestration names |
| tenant_name | String | Tenant | Tenant name |
| is_agent_installed | Boolean | Agent installed | Whether the agent is installed |