All Products
Search
Document Center

Security Center:QueryIncidentTracingJudge

Last Updated:Feb 20, 2024

Queries whether an event has a provenance graph based on the event ID.

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 parameters

ParameterTypeRequiredDescriptionExample
IncidentIdstringYes

The ID of the event that you want to query.

Note You can call the DescribeCloudSiemEvents operation to query the event ID.
d1d7a612-0dc2-413a-aa8e-9c7c88d8d12a

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

TracingJudgeobject

The request result.

integer

Indicates whether the event is traceable. Valid values:

  • 1: The event is traceable.
  • 0: The event is untraceable.
1,0
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
RequestIdstring

The request ID.

73563FEF-BBCB-151C-88AA-8A409CBAF0C6

Examples

Sample success responses

JSONformat

{
  "TracingJudge": {
    "key": 0
  },
  "Success": true,
  "RequestId": "73563FEF-BBCB-151C-88AA-8A409CBAF0C6"
}

Error codes

HTTP status codeError codeError messageDescription
400TracingJudgeErrorThe Incident tracing judge error, please try again.-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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