全部产品
Search
文档中心

云原生大数据计算服务 MaxCompute:CreateQuotaSchedule - 新增Quota时间计划

更新时间:May 08, 2024

添加Quota时间计划。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

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

请求参数

名称类型必填描述示例值
nicknamestring

QuotaNickName

%E9%BB%98%E8%AE%A4%E9%A2%84%E4%BB%98%E8%B4%B9Quota_p #中文名称需要经过utf8 urlencode编码转义
tenantIdstring

租户 id

407137536592384
regionstring

地域 id。

cn-chengdu
bodystring

请求体参数

# 立即生效 [ { "type": "once", "plan": "planA", "operator":"xxx" } ] # 定时调度 [ { "id": "bi", "type": "daily", "condition": { "at": "0800" }, "plan": "planA" }, { "id": "bi", "type": "daily", "condition": { "at": "0900" }, "plan": "planB" }, ]

返回参数

名称类型描述示例值
object

PopResult

requestIdstring

请求 id。

0be3e0b716671885050924814e3623
datastring

返回结果。

success

示例

正常返回示例

JSON格式

{
  "requestId": "0be3e0b716671885050924814e3623",
  "data": "success"
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史