All Products
Search
Document Center

:DescribeRule

Last Updated:Mar 01, 2024

Queries detailed information about a rule.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /v2/openapi/instances/{instanceId}/rules/{ruleId}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The ID of the rule.

airec-cn-o400whm78004
ruleIdstringYes

The ID of the scene.

xxx
sceneIdstringYes

The type of the rule.

Valid values: selection and operation.

xxx
ruleTypestringYes

The returned result.

selection

Response parameters

ParameterTypeDescriptionExample
object
resultobject

The ID of the rule.

ruleIdstring

The time when the rule was last modified.

98493A14-D619-4E88-9F8D-108939817F9F
gmtModifiedstring

The state of the rule.

2020-04-27T06:38:28.000Z
statusstring

The time when the rule was created.

DRAFT
gmtCreatestring

The error code.

2020-04-27T06:38:28.000Z
codestring

The ID of the request.

InternalServerError
requestIdstring

The error message.

8F81A922-6C81-46D6-B78C-CC35E16B1691
messagestring

null

An internal server error occurred

Examples

Sample success responses

JSONformat

{
  "result": {
    "ruleId": "98493A14-D619-4E88-9F8D-108939817F9F",
    "gmtModified": "2020-04-27T06:38:28.000Z",
    "status": "DRAFT",
    "gmtCreate": "2020-04-27T06:38:28.000Z"
  },
  "code": "InternalServerError",
  "requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691",
  "message": "An internal server error occurred"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history