首页 运维编排服务 API参考 API目录 动作 ListActions - 查询可用动作

ListActions - 查询可用动作

查询可用动作,包括原子动作和云产品动作。

调试

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

调试

授权信息

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

请求参数

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

地域ID

cn-hangzhou
OOSActionNamestring

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

MyTemplate
MaxResultsinteger

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

50
NextTokenstring

翻页标记的Token。

-

返回参数

名称类型描述示例值
object
NextTokenstring

翻页标记的Token

xxx
RequestIdstring

请求ID

F9154C02-F847-4563-BB6A-6DD01A4F0
MaxResultsinteger

分页大小

50
Actionsarray

动作列表

object
Popularityinteger

使用热度

5
ActionTypestring

动作类型。

  1. 原子动作
    • Atomic.API
    • Atomic.Trigger
    • Atomic.Control
    • Atomic.Embedded
  2. 云产品动作
    • Product.ECS
    • Product.RDS
    • Product.VPC
    • Product.FC
    • …..
ACS::Template
Descriptionstring

动作说明

ReplaceSystemDisk
CreatedDatestring

动作创建时间

2019-05-16T10:26:14Z
TemplateVersionstring

动作所对应的模板版本。

说明对于原子动作,该字段不返回。
v1
OOSActionNamestring

动作名称

ACS::ECS::ReplaceSystemDisk
Propertiesstring

动作参数

{ "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" } }

示例

正常返回示例

JSON格式

{
  "NextToken": "xxx",
  "RequestId": "F9154C02-F847-4563-BB6A-6DD01A4F0",
  "MaxResults": 50,
  "Actions": [
    {
      "Popularity": 5,
      "ActionType": "ACS::Template",
      "Description": "ReplaceSystemDisk",
      "CreatedDate": "2019-05-16T10:26:14Z",
      "TemplateVersion": "v1",
      "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\" } }"
    }
  ]
}

错误码

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

阿里云首页 运维编排 相关技术圈