文档

CreateQuotaSchedule - 新增Quota时间计划

更新时间:

添加Quota时间计划。

调试

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

授权信息

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

请求语法

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

请求参数

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

QuotaNickName

quota_A
tenantIdstring

租户 id

407137536592384
regionstring

地域 id。

cn-chengdu
bodystring

请求体参数

# 立即生效 [ { "type": "once", "plan": "planA", "operator":"xxx" } ] # 定时调度 [ { "id": "bi", "type": "daily", "condition": { "at": "0800", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planA" }, { "id": "bi", "type": "daily", "condition": { "at": "0900", "after": "2022-04-25T04:23:04Z" // optional }, "plan": "planB" }, ]

返回参数

名称类型描述示例值
object

PopResult

requestIdstring

请求 id。

0be3e0b716671885050924814e3623
datastring

返回结果。

success

示例

正常返回示例

JSON格式

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

错误码

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

变更历史

变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (1)
文档反馈