开发者社区> 问答> 正文

运维编排服务动作API有哪些?

运维编排服务动作API有哪些?

展开
收起
小天使爱美 2020-03-24 11:42:12 724 0
1 条回答
写回答
取消 提交回答
  • 调用ListActions查询可用动作,包括原子动作和云产品动作。

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

    调试 请求参数 名称 类型 是否必选 示例值 描述 Action String 是 ListActions 系统规定参数。取值:ListActions。

    MaxResults Integer 否 50 分页大小。取值范围:20-100。默认为50。

    NextToken String 否 - 翻页标记的Token。

    OOSActionName String 否 MyTemplate 动作名称。名称未包含关系,最终列出包含所填动作名称的所有动作。

    RegionId String 否 cn-hangzhou 地域ID

    返回数据 名称 类型 示例值 描述 Actions 动作列表

    MaxResults Integer 50 分页大小

    NextToken String xxx 翻页标记的Token

    RequestId String F9154C02-F847-4563-BB6A-6DD01A4F0 请求ID

    示例 请求示例

    http(s)://oos.cn-hangzhou.aliyuncs.com/?Action=ListActions &<公共请求参数> 正常返回示例

    XML 格式

    50 F9154C02-F847-4563-BB6A-6DD2F5F0 ACS::ECS::ReplaceSystemDisk Product.ECS 2019-05-14T07:26:39Z ReplaceSystemDisk v1 The mirror ID you will use when resetting the system String the instance id that you will handle . String ACS::Notify Automic.Trigger 2019-05-16T09:33:45Z Send the notification. The type of notification. Support WebHook The body for requesting web hook. Type: Mapping. The headers for requesting web hook. Type: Mapping. The web hook URI. JSON 格式

    { "RequestId":"F9154C02-F847-4563-BB6A-6DD2F5F0", "Actions":[ { "TemplateVersion":"v1", "Description":"ReplaceSystemDisk", "ActionType":"Product.ECS", "CreatedDate":"2019-05-14T07:26:39Z", "OOSActionName":"ACS::ECS::ReplaceSystemDisk", "Properties":{ "ImageId":{ "Description":"The mirror ID you will use when resetting the system", "Type":"String" }, "InstanceId":{ "Description":"the instance id that you will handle .", "Type":"String" } } }, { "Description":"Send the notification.", "ActionType":"Automic.Trigger", "CreatedDate":"2019-05-16T09:33:45Z", "OOSActionName":"ACS::Notify", "Properties":{ "WebHook":{ "Headers":"The headers for requesting web hook. Type: Mapping.", "Content":"The body for requesting web hook. Type: Mapping.", "URI":"The web hook URI." }, "NotifyType":"The type of notification. Support WebHook" } } ], "MaxResults":50 } 错误码 访问错误中心查看更多错误码。

    2020-03-24 11:50:26
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
企业运维之云原生和Kubernetes 实战 立即下载
可视化架构运维实践 立即下载
2021云上架构与运维峰会演讲合集 立即下载