List simulation history (deprecated)

View as Markdown
Lists history entries for simulations or nodes. Requires `SIM_READ` scope or the `air_trainee` role. Air trainees can only view history for their own simulations and the nodes in them. **Required scope:** `air:simulation_read` (roles: `air_org_admin`, `air_user`) **Alternative:** role `air_trainee` also grants access.

Authentication

AuthorizationBearer

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

Query parameters

actorstringOptional
categoryenumOptional
The category of the history event. * `INFO` - info * `WARNING` - warning * `ERROR` - error
Allowed values:
limitintegerOptional
Number of results to return per page.
modelenumRequired
The entity which you want to get history for. * `simulation` - Simulation * `node` - Node
Allowed values:
object_idstringRequiredformat: "uuid"

The ID of the entity which you want to get history for (for example, the simulation ID).

offsetintegerOptional
The initial index from which to return the results.
orderingenumOptional

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

searchstringOptional

Search by actor, description, or category.

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"