Retrieve a consolidated alert
Returns a representation of the specified consolidated alert.
Path Parameters
- id string required
Performs the operation on the consolidated alert with the specified ID.
- 200
- default
Success
- application/api.clumio.consolidated-alerts=v1+json
- Schema
- Example (from schema)
Schema
- _etag string
The ETag value.
_links object
- active_entity_count int64
The number of currently active individual alerts associated with the consolidated alert.
- cause string
The issue that generated the alert. Each alert cause is associated with an alert type.
- cleared_entity_count int64
The number of cleared individual alerts associated with the consolidated alert.
- cleared_timestamp string
The timestamp of when the consolidated alert was cleared, if ever. Represented in RFC-3339 format. If this alert has not been cleared, this field will have a value of
null
. A consolidated alert goes into "cleared" status when all of its associated individual alerts are in "cleared" status or when a Clumio user manually clears it. details object
- id string
The Clumio-assigned ID of the consolidated alert.
- notes string
A record of user-provided information about the alert.
parent_entity object
- raised_timestamp string
The timestamp of when the consolidated alert was initially raised. Represented in RFC-3339 format.
- severity string
The alert severity level. Values include "error" and "warning".
- status string
The consolidated alert status. A consolidated alert is in "active" status if one or more of its associated individual alerts is in "active" status. A consolidated alert goes into "cleared" status when all of its associated individual alerts are in "cleared" status or when a Clumio user manually clears it.
- type string
The general alert category. An alert type may be associated with multiple alert causes. Examples of alert types include "tag_conflict" and "policy_violated". Refer to the Alert Type table for a complete list of alert types.
- updated_timestamp string
The timestamp of when the consolidated alert was last updated. Represented in RFC-3339 format. Raising a new individual alert will update its associated consolidated alert.
{
"_etag": "string",
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"update-consolidated-alert": {
"href": "string",
"templated": true,
"type": "string"
}
},
"active_entity_count": 0,
"cause": "string",
"cleared_entity_count": 0,
"cleared_timestamp": "string",
"details": {
"cause": "string",
"type": "string"
},
"id": "string",
"notes": "string",
"parent_entity": {
"id": "string",
"type": "string",
"value": "string"
},
"raised_timestamp": "string",
"severity": "string",
"status": "string",
"type": "string",
"updated_timestamp": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /alerts/consolidated/:id
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/alerts/consolidated/:id' \
-H 'Accept: application/api.clumio.consolidated-alerts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'