get /runs

List All Jobs (getRuns)

List of all Runbook jobs in the system.

Consumes

This API call consumes the following media types via the Content-Type request header:

  • application/json

Return type

RunInfo

runId

RunId

value

String

type

RunType

Enum:

 

RunInCloud

TestClone

MoveBack

DeleteClone

FullMigration

OfflineMigration

Detach

Cleanup

start

String  format: date-time

Start time of Job

 

end

String  format: date-time

End time of Job

 

status

RunStatus

Enum:

 

Running

Failed

Succeeded

Aborted

 

Example data

Content-Type: application/json

[

{

"runId": {

"value": "run-01",

},

"type": "RunInCloud",

"start": "1970-01-01T00:00:00.000Z",

"end": "1970-01-01T00:00:01.000Z",

"status": "Succeeded"

}

]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

  • application/json

Responses

200

OK String

value (optional)

String

Default

Error ErrorInfo

code (optional)

String

detailedMessage (optional)

String