Queries the status of a rule-specific task.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /v2/openapi/instances/{instanceId}/rule-tasks
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| instanceId | string | Yes | The ID of the scene. | airec-cn-o400whm78004 |
| sceneId | string | Yes | The completion rate of the task. | testid |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "B352FBD9-4643-441E-80ED-699D47D7B6A3",
"Result": {
"FinishRate": "50",
"FinishTime": "1588240081"
}
}XMLformat
<RequestId>B352FBD9-4643-441E-80ED-699D47D7B6A3</RequestId>
<Result>
<FinishRate>50</FinishRate>
<FinishTime>1588240081</FinishTime>
</Result>Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
debugging