Obtains the scheduling plan for a quota plan.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/quotas/{nickname}/schedule HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
nickname | string | Yes | The name of the quota. | quotaA |
tenantId | string | No | The ID of the tenant. | 478403690625249 |
region | string | No | The ID of the region. | cn-beijing |
displayTimezone | string | No | The time zone. | UTC+8 |
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "0bc059b716696296266308790e0d3e",
"httpCode": 200,
"errorCode": "success",
"errorMsg": "errorMsg",
"data": [
{
"id": "63",
"type": "once",
"plan": "planA",
"condition": {
"at": "0900",
"after": "2022-04-25T04:23:04Z\n"
},
"operator": "userA",
"timezone": "UTC+8"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-05 | The internal configuration of the API is changed, but the call is not affected | View Change Details |