调用DescribeInvocationResults接口,查看一条或多条批量作业的执行结果。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeInvocationResults | 要执行的操作,取值:DescribeInvocationResults。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
InvocationId | String | 是 | ivk-hz0jdfwd9f**** | 作业ID,您可以调用DescribeInvocations接口查询获取。 |
InstanceId | String | 否 | i-bp1i7m**** | 实例ID。 |
CommandId | String | 否 | cmd-hz0jdfwcsr**** | 命令ID。 |
InvocationResultStatus | String | 否 | Running | 单台实例执行命令的状态,取值:
|
PageNumber | Integer | 否 | 1 | 当前页码。
|
PageSize | Integer | 否 | 10 | 分页查询时设置的每页行数。
|
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
PageNumber | Integer | 1 | 当前页码。 |
PageSize | Integer | 10 | 分页查询时设置的每页行数。 |
TotalCount | Integer | 100 | 执行结果总个数。 |
InvocationResults | Array of Object | -- | 符合条件的命令执行结果信息。 |
GET /?Version=2020-04-01&Action=DescribeInvocationResults&InvocationId=ivk-ycmpp**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: ecs
{ "ResponseMetadata": { "RequestId": "2023083016*****", "Action": "DescribeInvocationResults", "Version": "2020-04-01", "Service": "ecs", "Region": "cn-beijing" }, "Result": { "PageSize": 10, "PageNumber": 1, "TotalCount": 1, "InvocationResults": [ { "InvocationResultId": "ivr-ycmppwq****", "InvocationId": "ivk-ycmpp*****", "CommandId": "cmd-ycmpnj****", "InstanceId": "i-ycmd005****", "InvocationResultStatus": "Success", "Username": "root", "Output": "aGVsbG8gd29ybGQh", "ExitCode": 0, "StartTime": "2022-08-29T09:10:16Z", "EndTime": "2022-08-29T09:10:16Z", "ErrorCode": "", "ErrorMessage": "" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | MissingParameter.AccountId | 用户ID不能为空。 |
400 | MissingParameter.InvocationId | 作业 ID 不能为空。 |
400 | InvalidInvocationResultStatus.Malformed | 指定的作业执行结果状态不合法。 |
500 | InternalError | 内部错误,请重试。如果多次尝试失败,请提交工单。 |