调用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 } 错误码 访问错误中心查看更多错误码。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。