Events
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Query parameters
offsetinteger · int32OptionalExample:
The offset of the first item returned in the collection.
100limitinteger · int32 · min: 1 · max: 500OptionalDefault:
The maximum number of entries to return.
50Responses
200
Executed successfully.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workloads/{workloadId}/eventsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Query parameters
offsetinteger · int32OptionalExample:
The offset of the first item returned in the collection.
100limitinteger · int32 · min: 1 · max: 500OptionalDefault:
The maximum number of entries to return.
50Responses
200
Executed successfully.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workloads/{workloadId}/historyLast updated