云应用引擎 CAE-获取上次定时启停规则的执行情况:响应示例

时间:2023-11-20 10:16:36

响应示例

状态码: 200

请求成功。

{
  "api_version": "v1",
  "kind": "TimerRule",
  "spec": 
  {
    "last_execution_time": "string",
    "items": [
      {
        "component_name": "string",
        "component_id": "string",
        "status": "normal",
        "error_message": "",
      },
      {
        "component_name": "string",
        "component_id": "string",
        "status": "abnormal",
        "error_message": "string",
      }
    ]
  }
}
support.huaweicloud.com/api-cae/ShowExecutionResult.html