Maintenance
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Task uid
Responses
200
OK
application/json
Enqueued task model
Uidstring · uuidOptional
Unique identifier for the task
Createdstring · date-timeOptional
When the task was created
FinishedTimestampstring · date-time · nullableOptional
When the task was finished
StartTimestampstring · date-time · nullableOptional
When the processing of the task was started
Statusinteger · enumOptionalPossible values:
Status of the task
10= Queued20= Processing30= Succeeded40= Failed
PercentageDoneinteger · int32Optional
How far the task has progressed
get
/v1/maintenance/{uid}200
OK
Last updated