本文在介绍使用describecommands查询已经创建的云助手命令的基础上,重点探讨了其具体步骤,本文内容紧凑,希望大家可以有所收获。
DescribeCommands
请求参数

返回参数

数据集类型 CommandSetType

命令类型 CommandType

示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeCommands &RegionId=cn-hangzhou &<公共请求参数>
正常返回示例
XML 格式
5 Test ZWNobyAxMjM= 3600 RunShellScript c-7d2a745b412b4601b2d47f6a768d3a14 test Test1 Y2QgL3Jvb3Q= 3600 RunShellScript c-7d2a745b412b4601b2d47f6a768d3a15 test1 Test2 eXVtIHVwZGF0ZQ== 3600 RunShellScript c-7d2a745b412b4601b2d47f6a768d3a16 test2 Test3 c2VydmljZSBuZ2lueCByZWxvYWQ= 3600 RunShellScript c-7d2a745b412b4601b2d47f6a768d3a17 test3 Test4 bHM= 120 RunShellScript c-7d2a745b412b4601b2d47f6a768d3a18 test4 1 E69EF3CC-94CD-42E7-8926-F133B86387C0 10
JSON 格式
{
"TotalCount": 5,
"Commands": {
"Command": [
{
"Name": "Test",
"WorkingDir": "",
"CommandContent": "ZWNobyAxMjM=",
"Timeout": 3600,
"Type": "RunShellScript",
"CommandId": "c-7d2a745b412b4601b2d47f6a768d3a14",
"Description": "test"
},
{
"Name": "Test1",
"WorkingDir": "",
"CommandContent": "Y2QgL3Jvb3Q=",
"Timeout": 3600,
"Type": "RunShellScript",
"CommandId": "c-7d2a745b412b4601b2d47f6a768d3a15",
"Description": "test1"
},
{
"Name": "Test2",
"WorkingDir": "",
"CommandContent": "eXVtIHVwZGF0ZQ==",
"Timeout": 3600,
"Type": "RunShellScript",
"CommandId": "c-7d2a745b412b4601b2d47f6a768d3a16",
"Description": "test2"
},
{
"Name": "Test3",
"WorkingDir": "",
"CommandContent": "c2VydmljZSBuZ2lueCByZWxvYWQ=",
"Timeout": 3600,
"Type": "RunShellScript",
"CommandId": "c-7d2a745b412b4601b2d47f6a768d3a17",
"Description": "test3"
},
{
"Name": "Test4",
"WorkingDir": "",
"CommandContent": "bHM=",
"Timeout": 3600,
"Type": "RunShellScript",
"CommandId": "c-7d2a745b412b4601b2d47f6a768d3a18",
"Description": "test4"
},
]
},
"PageNumber": 1,
"RequestId": "E69EF3CC-94CD-42E7-8926-F133B86387C0",
"PageSize": 10
}异常返回示例
XML 格式
E69EF3CC-94CD-42E7-8926-F133B86387C0 ecs.aliyuncs.com MissingParameter.RegionIdThe input parameter “RegionId” that is mandatory for processing this request is not supplied.
JSON 格式
{
"RequestId": "E69EF3CC-94CD-42E7-8926-F133B86387C0",
"HostId": "ecs.aliyuncs.com"
"Code": "MissingParameter.RegionId"
"Message": "The input parameter “RegionId” that is mandatory for processing this request is not supplied."
}错误码
以下为本接口特有的错误码。更多错误码,请访问 API 错误中心。











