ListInvocationResults - 查看交互执行命令执行结果

更新时间:
复制 MD 格式

调用ListInvocationResults查看指定集群内交互命令的运行结果。

调试

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

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

ehpc:ListInvocationResults

*全部资源

*

请求参数

名称

类型

必填

描述

示例值

ClusterId

string

集群 ID。

您可以通过调用 ListClusters 获取集群 ID。

ehpc-hz-FYUr32****

CommandId

string

命令 ID。

您可以通过调用 ListCommands 获取命令 ID。

c-hz01v8x80o3****

InvokeRecordStatus

string

需要查询的命令的运行状态。取值范围:

  • Finished:已结束

  • Running:运行中

  • Failed:运行失败

  • Stopped:已停止

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:已结束

  • Running:运行中

  • Failed:运行失败

  • Stopped:已停止

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. 批量操作部分失败

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

变更历史

更多信息,参考变更详情