IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get asset criticality record
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get asset criticality record
editRetrieve a single asset criticality record by ID field and ID value.
Request URL
editGET <kibana host>:<port>/api/asset_criticality
URL query parameters
edit| Name | Type | Description | Required |
|---|---|---|---|
|
String |
The field that contains the entity ID. This must be either |
Yes |
|
String |
The ID (host name or user name) of the entity specified in the |
Yes |
Example requests
editGET /api/asset_criticality?id_field=host.name&id_value=my_host
Response code
edit-
200 - Indicates a successful call.
-
404 - Indicates the criticality record was not found.
Example response
edit{
"id_field": "host.name",
"id_value": "my_host",
"criticality_level": "high_impact",
"@timestamp": "2024-08-02T11:15:34.290Z"
}