All Products
Search
Document Center

Security Center:QueryIncidentSubNodesCount

Last Updated:Feb 20, 2024

Queries the numbers of child nodes in the nodes.

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
bodystringNo

The request parameters.

{"body": {"VertexIdAndTypeList": [["b17f3a9a1a6abd6a6786208492e71912", "process"], ["58fa3749cd7ce20f7e75424070012ed9", "file"]]}}

Response parameters

ParameterTypeDescriptionExample
object

The number of child nodes contained in the specified node.

SubNodesCountobject

The child nodes.

integer

The number of the child nodes.

10
Successboolean

Indicates whether the request was successful.

True
RequestIdstring

The request ID.

CE500770-42D3-442E-9DDD-156E0F9F3B45

Examples

Sample success responses

JSONformat

{
  "SubNodesCount": {
    "key": 10
  },
  "Success": true,
  "RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45"
}

Error codes

HTTP status codeError codeError messageDescription
400SubNodesCountErrorGet sub nodes count 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.