调用ListAssistActionDetails获取指定诊断操作的详情信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListAssistActionDetails |
系统规定参数。取值:ListAssistActionDetails。 |
ActionTimestamp | String | 是 | 1524560714502LwoJKfp |
执行操作的时间戳ID |
ProjectId | String | 是 | PZ1HK7JZ |
项目ID |
RegionId | String | 否 | cn-shanghai |
地域ID |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 9c7a3b09-a69a-43f5-8bf2-84f7119810eb |
请求ID |
Results |
操作详情列表 |
||
Action | String | top |
操作 |
CreatedAt | Long | 1525767660000 |
创建时间 |
Data | String | Processes: 331 total, 2 running, 329 sleeping, 1936 threads |
操作结果 |
DeviceId | String | 37aac8e7d96c42ea94fd5408e351474e |
设备ID |
ID | String | 40475 |
操作ID |
Timestamp | String | 1525398712826BdAw5KN |
操作时间戳ID |
Type | String | event |
操作类型 |
UpdatedAt | Long | 1525767660000 |
更新时间 |
示例
请求示例
https://iovcc.cn-shanghai.aliyuncs.com/?Action=ListAssistActionDetails
&ActionTimestamp=1525398712826BdAw5KN
&ProjectId=PZ1HK7JZ
&<公共请求参数>
正常返回示例
XML
格式
<ListAssistActionDetailsResponse>
<RequestId>6F0A833B-7A86-4D92-A083-C184041E2F2D</RequestId>
<ResultList>
<Action>top</Action>
<CreatedAt>1525767660000</CreatedAt>
<UpdatedAt>1525767660000</UpdatedAt>
<Data>Processes: 331 total, 2 running, 329 sleeping, 1936 threads</Data>
<DeviceId>37aac8e7d96c42ea94fd5408e351474e</DeviceId>
<ID>40475</ID>
<Timestamp>1525398712826BdAw5KN</Timestamp>
<Type>event</Type>
</ResultList>
<ResultList>
<Action>top</Action>
<CreatedAt>2018-04-24 17:05:15</CreatedAt>
<UpdatedAt>2018-04-24 17:05:15</UpdatedAt>
<Data>Load Avg: 2.38, 2.23, 2.06 CPU usage: 8.52% user, 4.80% sys, 86.67% idle SharedLibs: 142M resident, 42M data, 17M linkedit.</Data>
<DeviceId>37aac8e7d96c42ea94fd5408e351474e</DeviceId>
<ID>40476</ID>
<Timestamp>1525398712826BdAw5KN</Timestamp>
<Type>event</Type>
</ResultList>
</ListAssistActionDetailsResponse>
JSON
格式
{
"ResultList":[
{
"UpdatedAt":1525767660000,
"DeviceId":"37aac8e7d96c42ea94fd5408e351474e",
"Data":"Processes: 331 total, 2 running, 329 sleeping, 1936 threads",
"Action":"top",
"Type":"event",
"ID":40475,
"Timestamp":"1525398712826BdAw5KN",
"CreatedAt":1525767660000
},
{
"UpdatedAt":"2018-04-24 17:05:15",
"DeviceId":"37aac8e7d96c42ea94fd5408e351474e",
"Data":"Load Avg: 2.38, 2.23, 2.06 CPU usage: 8.52% user, 4.80% sys, 86.67% idle SharedLibs: 142M resident, 42M data, 17M linkedit.",
"Action":"top",
"Type":"event",
"ID":40476,
"Timestamp":"1525398712826BdAw5KN",
"CreatedAt":"2018-04-24 17:05:15"
}
],
"RequestId":"6F0A833B-7A86-4D92-A083-C184041E2F2D"
}
错误码
访问错误中心查看更多错误码。