云应用引擎 CAE-创建定时启停规则:响应示例

时间:2023-11-20 10:32:01

响应示例

状态码: 200

请求成功。

{
  "api_version": "v1",
  "kind": "TimerRule",
  "items": [
    {
      "id": "string",
      "name": "string",
      "type": "start",
      "env_id": "string",
      "cron": "0 16 17 31 1 ? 2023",
      "component_number": 2,
      "status": "off",
      "last_execution_status": "normal",
      "effective_range": "application",
      "effective_policy": "onetime",
      "apps": [
        {
          "app_id": "string",
          "app_name": "string"
        }
      ]
  ]
}
support.huaweicloud.com/api-cae/CreateTimerRule.html