Returns the saved schedule list.
GET {{baseUrl}}/schedules?compartmentId={{tenancy_ocid}}&limit=25&sortBy=timeCreated&sortOrder=ASC
Returns the saved schedule list.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment ID in which to list resources. | |
page | string | The page token representing the page at which to start retrieving results. | |
This is usually retrieved from a previous list call. | |||
limit | number | The maximum number of items to return. | |
sortBy | string | The field to sort by. If not specified, the default is timeCreated. | |
sortOrder | string | The sort order to use, whether 'asc' or 'desc'. | |
name | string | The query parameter for filtering by name. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"non anim dolor","lifecycleState":"est","name":"qui ad ut","scheduleRecurrences":"voluptate cillum id nostrud","timeScheduled":"2014-06-15T21:46:04.969Z"},{"id":"labore quis veniam minim","lifecycleState":"et aliquip culpa nisi anim","name":"ex veniam","scheduleRecurrences":"ipsum dolore aute ut","timeScheduled":"1997-12-03T22:56:30.094Z"}]}