获取单个命令执行的信息(包含执行结果result)。

调试

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

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeNodeToolExecutionHistory

系统规定参数。取值:DescribeNodeToolExecutionHistory。

ClusterId String cds-t4n98w89z77*****

集群ID。

DcId String ap-southeast-1a

数据中心Id,可通过DescribeDataCenters获得相应的数据中心Id。

JobId String job-y0edwqo993m*****

具体某个执行作业的Id,可通过DescribeNodeToolExecutionHistories查询到。

返回数据

名称 类型 示例值 描述
Arguments String ap-southeast-1a

nodetool命的参数。

Command String status

nodetool命令。

CreateTime Long 1603103307000

作业创建时间。

DataCenterId String ap-southeast-1a

集群数据中心ID。

ErrorMessage String Error: The keyspace ap-southeast-1a, does not exist

如遇到报错,错误详细信息。

IsEnded Boolean true

是否已完成,true或false。

JobId String job-y0edwqo993m*****

执行的作业id。

ModifyTime Long 1603103312000

执行完成时间。

Nodes String core-1

执行的节点名称。

RegionId String ap-southeast-1

地域ID。

RequestId String 94D5E0BE-F383-4BBB-B768-7FA3414E95A3

请求Id。

Result String result

命令执行的结果。

示例

请求示例

http(s)://[Endpoint]/?Action=DescribeNodeToolExecutionHistory
&ClusterId=cds-t4n98w89z77*****
&DcId=ap-southeast-1a
&JobId=job-y0edwqo993m*****
&<公共请求参数>

正常返回示例

XML 格式

<ModifyTime>1603103312000</ModifyTime>
<DataCenterId>ap-southeast-1a</DataCenterId>
<RequestId>94D5E0BE-F383-4BBB-B768-7FA3414E95A3</RequestId>
<CreateTime>1603103307000</CreateTime>
<Arguments>ap-southeast-1a</Arguments>
<Nodes>core-1</Nodes>
<Result>result</Result>
<IsEnded>true</IsEnded>
<Command>status</Command>
<RegionId>ap-southeast-1</RegionId>
<ErrorMessage>Error: The keyspace ap-southeast-1a, does not exist</ErrorMessage>
<JobId>job-y0edwqo993m*****</JobId>

JSON 格式

{"ModifyTime":"1603103312000","DataCenterId":"ap-southeast-1a","RequestId":"94D5E0BE-F383-4BBB-B768-7FA3414E95A3","CreateTime":"1603103307000","Arguments":"ap-southeast-1a","Nodes":"core-1","Result":"result","IsEnded":"true","Command":"status","RegionId":"ap-southeast-1","ErrorMessage":"Error: The keyspace ap-southeast-1a, does not exist","JobId":"job-y0edwqo993m*****"}

错误码

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