调用DescribeInvocationInstances接口,查询批量作业执行对象列表。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeInvocationInstances | 要执行的操作,取值:DescribeInvocationInstances。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
InvocationId | String | 是 | ivk-hz0jdfwd9f**** | 任务ID,您可以通过DescribeInvocations接口查询获取。 |
InstanceId | String | 否 | i-bp1i7gg2em**** | 实例ID。 |
PageNumber | Integer | 否 | 1 | 当前页码。
|
PageSize | Integer | 否 | 10 | 分页查询时设置的每页行数。
|
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
PageNumber | Integer | 1 | 当前页码。 |
PageSize | Integer | 10 | 分页查询时设置的每页行数。 |
TotalCount | Integer | 100 | 执行结果总个数。 |
InvocationInstances | Array of Object | -- | 符合条件的执行对象信息。 |
GET /?Version=2020-04-01&Action=DescribeInvocationInstances&InvocationId=ivk-ycmp***** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: ecs
{ "ResponseMetadata": { "RequestId": "202308301616355A86D*******", "Action": "DescribeInvocationInstances", "Version": "2020-04-01", "Service": "ecs", "Region": "cn-beijing" }, "Result": { "PageNumber": 1, "PageSize": 10, "TotalCount": 1, "InvocationInstances": [ { "InvocationId": "ivk-ycmpp*****", "InstanceId": "i-ycmd0******" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | MissingParameter.AccountId | The required parameter AccountId is not supplied. | 用户ID不能为空。 |
400 | MissingParameter.InvocationId | The required InvocationId is not supplied. | 作业 ID 不能为空。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |