獲取單個(gè)命令執(zhí)行的信息(包含執(zhí)行結(jié)果result)。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請(qǐng)求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String DescribeNodeToolExecutionHistory

系統(tǒng)規(guī)定參數(shù)。取值:DescribeNodeToolExecutionHistory。

ClusterId String cds-t4n98w89z77*****

集群ID。

DcId String ap-southeast-1a

數(shù)據(jù)中心Id,可通過(guò)DescribeDataCenters獲得相應(yīng)的數(shù)據(jù)中心Id。

JobId String job-y0edwqo993m*****

具體某個(gè)執(zhí)行作業(yè)的Id,可通過(guò)DescribeNodeToolExecutionHistories查詢到。

返回?cái)?shù)據(jù)

名稱 類型 示例值 描述
Arguments String ap-southeast-1a

nodetool命的參數(shù)。

Command String status

nodetool命令。

CreateTime Long 1603103307000

作業(yè)創(chuàng)建時(shí)間。

DataCenterId String ap-southeast-1a

集群數(shù)據(jù)中心ID。

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

如遇到報(bào)錯(cuò),錯(cuò)誤詳細(xì)信息。

IsEnded Boolean true

是否已完成,true或false。

JobId String job-y0edwqo993m*****

執(zhí)行的作業(yè)id。

ModifyTime Long 1603103312000

執(zhí)行完成時(shí)間。

Nodes String core-1

執(zhí)行的節(jié)點(diǎn)名稱。

RegionId String ap-southeast-1

地域ID。

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

請(qǐng)求Id。

Result String result

命令執(zhí)行的結(jié)果。

示例

請(qǐng)求示例

http(s)://[Endpoint]/?Action=DescribeNodeToolExecutionHistory
&ClusterId=cds-t4n98w89z77*****
&DcId=ap-southeast-1a
&JobId=job-y0edwqo993m*****
&<公共請(qǐng)求參數(shù)>

正常返回示例

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*****"}

錯(cuò)誤碼

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。