All Products
Search
Document Center

MaxCompute:GetQuotaSchedule

Last Updated:Mar 03, 2024

Obtains the scheduling plan for a quota plan.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /api/v1/quotas/{nickname}/schedule

Request parameters

ParameterTypeRequiredDescriptionExample
nicknamestringYes

The name of the quota.

quotaA
tenantIdstringNo

The ID of the tenant.

478403690625249
regionstringNo

The ID of the region.

cn-beijing
displayTimezonestringNo

The time zone.

UTC+8

Response parameters

ParameterTypeDescriptionExample
object

PopResult<List>

requestIdstring

The ID of the request.

0bc059b716696296266308790e0d3e
httpCodeinteger

Indicates whether the request was successful. If this parameter was not empty and the value of this parameter was not 200, the request failed.

200
errorCodestring
  • If the value of success was false, an error code was returned.
  • If the value of success was true, a null value was returned.
success
errorMsgstring

The error message.

errorMsg
dataobject []

The returned data.

idstring

The ID of the quota plan.

63
typestring

The type of the quota plan.

once
planstring

The name of the quota plan.

planA
conditionobject

The condition value.

atstring

The time when the quota plan takes effect.

0900
afterstring

The start time when the quota plan takes effect.

2022-04-25T04:23:04Z
operatorstring

The name of the operator.

userA
timezonestring

The time zone.

UTC+8

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history