List history for this node

View as Markdown
Lists history entries for the requested resource instance.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this node.

Query parameters

actorstringOptional
The actor who performed the action.
labelstringOptional
A history label that must be present on the entry.
orderingenumOptional

Order objects by field. Prefix with - for descending order.

searchstringOptional

Search by actor, description, severity, or labels.

severityenumOptional
The severity of the history event.
Allowed values:

Response

object_idstringRead-onlyformat: "uuid"
modelstringRead-only
createddatetime or nullRead-only
descriptionstring<=2048 characters
A human readable description of what happened to the entity.
actorstringOptional<=128 characters
The email or other identifier of who took action on the entity.
severitystringOptional<=16 characters
The severity of what event took place.
labelsanyOptional

Backend-assigned labels used for filtering and fine-grained history access control.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error