ListShiftSchedules
Queries a list of shift schedules in Operation Center.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ShiftScheduleName |
string |
No |
Keyword for fuzzy-matching shift schedules. |
Duty table name keyword |
| Owner |
string |
No |
The Alibaba Cloud account ID. Hover over your profile picture in the upper-right corner of the DataWorks console to view the ID. |
1933790683***** |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Maximum value: 100. |
10 |
| PageNumber |
integer |
No |
The page number. Minimum value: 1. Maximum value: 100. Default value: 1. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
E6F0DBDD-5AD**** |
| Paging |
object |
The pagination information. |
|
| PageNumber |
integer |
The page number. Minimum value: 1. Maximum value: 100. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalCount |
integer |
The total number of entries returned. |
100 |
| ShiftSchedules |
array<object> |
The shift schedules. |
|
|
object |
The shift schedule. |
||
| ShiftScheduleIdentifier |
string |
The unique identifier of the shift schedule. Use this to query on-duty engineers in the schedule. |
2ab6456ada634b2f938ee******9b45b |
| ShiftScheduleName |
string |
The name of the shift schedule. |
Duty table name |
Examples
Success response
JSON format
{
"RequestId": "E6F0DBDD-5AD****",
"Paging": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 100,
"ShiftSchedules": [
{
"ShiftScheduleIdentifier": "2ab6456ada634b2f938ee******9b45b",
"ShiftScheduleName": "Duty table name"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.