调用ListInvocationResults查看指定集群内交互命令的运行结果。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ehpc:ListInvocationResults |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| ClusterId |
string |
是 |
集群 ID。 您可以通过调用 ListClusters 获取集群 ID。 |
ehpc-hz-FYUr32**** |
| CommandId |
string |
是 |
命令 ID。 您可以通过调用 ListCommands 获取命令 ID。 |
c-hz01v8x80o3**** |
| InvokeRecordStatus |
string |
否 |
需要查询的命令的运行状态。取值范围:
|
Finished |
| PageNumber |
integer |
否 |
当前页码。 起始值:1 默认值:1 |
1 |
| PageSize |
integer |
否 |
每页显示的行数。取值范围:1~50 默认值:10 |
10 |
| Instance |
array<object> |
否 |
执行命令的目标节点信息列表。 |
|
|
object |
否 |
|||
| Id |
string |
否 |
第 N 个执行命令的目标节点实例 ID。 说明
用于限定执行范围,不指定则默认在集群所有节点上执行。 |
i-uf65bh2113hlqvyr**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| PageSize |
integer |
每页显示的行数。 |
10 |
| RequestId |
string |
请求 ID。 |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| PageNumber |
integer |
显示的页码。 |
1 |
| TotalCount |
integer |
列表条目总数。 |
1 |
| InvocationResults |
object |
||
| InvocationResult |
array<object> |
执行结果信息。 |
|
|
object |
|||
| Success |
boolean |
执行命令并获取结果的过程是否成功。 |
true |
| Message |
string |
输出结果。 |
hello world |
| FinishedTime |
string |
完成时间。时间格式为 RFC 3339,使用 UTC 时区。 |
2021-09-06T09:14:56Z |
| CommandId |
string |
命令 ID。 |
c-hz01v8x80o3**** |
| InstanceId |
string |
执行命令的节点实例 ID。 |
i-uf65bh2113hlqvyr**** |
| InvokeRecordStatus |
string |
查询的命令的运行状态。可能值:
|
Finished |
| ExitCode |
integer |
Shell 命令退出码。 |
0 |
示例
正常返回示例
JSON格式
{
"PageSize": 10,
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"PageNumber": 1,
"TotalCount": 1,
"InvocationResults": {
"InvocationResult": [
{
"Success": true,
"Message": "hello world",
"FinishedTime": "2021-09-06T09:14:56Z",
"CommandId": "c-hz01v8x80o3****",
"InstanceId": "i-uf65bh2113hlqvyr****",
"InvokeRecordStatus": "Finished",
"ExitCode": 0
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParams | The specified parameter %s is invalid. | 指定的参数 %s 无效。 |
| 400 | NotEnabled | You have not enabled this service | 您的账户还未开通此服务 |
| 400 | InDebt | Your account has overdue payments. | 您的账户已欠费 |
| 500 | UnknownError | An unknown error occurred. | 未知错误 |
| 403 | InvalidClusterStatus | The operation failed due to invalid cluster status. | 集群状态不允许执行本次操作。 |
| 403 | ConflictOpt | A conflicting operation is running. | 有冲突的操作在执行中,请您稍后再试。 |
| 404 | ClusterNotFound | The specified cluster does not exist. | 指定的集群不存在,请您检查该参数是否正确。 |
| 404 | ObjectNotFound | The specified object is not found. | 指定的对象未找到,请您检查该参数是否正确。 |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | 请求失败,服务暂时不可用 |
| 406 | EcsError | An error occurred while calling the ECS API operation. | ECS API调用出错. %s |
| 406 | AgentError | The agent service request failed. | 集群侧命令运行失败。%s |
| 406 | AliyunError | An Alibaba Cloud product error occurred. | 阿里云产品错误。%s |
| 407 | NotAuthorized | You are not authorized by RAM for this request. | 此请求未获得RAM授权 |
| 409 | PartFailure | Part of the batch operation failed. | 批量操作部分失败 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。