All Products
Search
Document Center

DataWorks:ListShiftSchedules

Last Updated:Oct 17, 2024

Queries a list of shift schedules in Operation Center.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ShiftScheduleNamestringNo

The keyword used to perform a fuzzy search on shift schedules.

OwnerstringNo

The ID of your Alibaba Cloud account. You can log on to the DataWorks console and move the pointer over the profile picture in the upper-right corner to view the ID.

1933790683****
PageSizeintegerNo

The number of entries per page. Default value: 10. Maximum value: 100.

10
PageNumberintegerNo

The page number. Minimum value:1. Maximum value: 100. Default value: 1.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

E6F0DBDD-5AD****
Pagingobject

The pagination data.

PageNumberinteger

The page number. Minimum value: 1. Maximum value: 100.

1
PageSizeinteger

The number of entries per page.

10
TotalCountinteger

The total number of entries returned.

100
ShiftSchedulesarray<object>

The shift schedules.

ShiftSchedulesobject
ShiftScheduleIdentifierstring

The unique identifier of the shift schedule. You can use the identifier to query the on-duty engineers in the shift schedule.

2ab6456ada634b2f938ee******9b45b
ShiftScheduleNamestring

The name of the shift schedule.

Examples

Sample success responses

JSONformat

{
  "RequestId": "E6F0DBDD-5AD****",
  "Paging": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 100,
    "ShiftSchedules": [
      {
        "ShiftScheduleIdentifier": "2ab6456ada634b2f938ee******9b45b",
        "ShiftScheduleName": ""
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-06-07Add OperationView Change Details