replication

List replication executions

List replication executions

get/replication/executions

Query parameters

sortstring

Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending order and field2 in descending order with "sort=field1,-field2"

pageinteger

The page number

page_sizeinteger

The size of per page

policy_idinteger

The ID of the policy that the executions belong to.

statusstring

The execution status.

triggerstring

The trigger mode.

Headers

X-Request-Idstring

An unique ID for the request

Response

Success

idinteger

The ID of the execution

policy_idinteger

The ID if the policy that the execution belongs to

statusstring

The status of the execution

triggerstring

The trigger mode

start_timestring date-time

The start time

end_timestring date-time

The end time

status_textstring

The status text

totalinteger

The total count of all executions

failedinteger

The count of failed executions

succeedinteger

The count of succeed executions

in_progressinteger

The count of in_progress executions

stoppedinteger

The count of stopped executions

Changes