scheduledEventGetAll

scheduledEventGetAll

Query Parameters
page integer

Zero-based page index (0..N)

size integer

Possible values: 1 ≤ value

The size of the page to be returned

sort string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses
200

OK

Schema OPTIONAL
data object[] OPTIONAL
id uuid
dttmBegin date-time
dttmEnd date-time
description string
state string

Possible values: [PENDING, STARTING, RUNNING, FINISHING, COMPLETED, FAILED]

scheduledActions object[]
id uuid
accountId int32
packageDeploymentId uuid
type string

Possible values: [START, STOP]

dttm date-time
description string OPTIONAL
state string

Possible values: [PENDING, EXECUTING, COMPLETED, FAILED]

createdDttm string
updatedDttm string OPTIONAL
createdDttm string
updatedDttm string OPTIONAL
meta object
correlationId string
timestamp date-time
paging object OPTIONAL
pageSize int64
pageToken string
errors object[]
code string
message string