All Products
Search
Document Center

Container Service for Kubernetes:RunClusterInspect

Last Updated:Mar 26, 2026

Triggers a cluster inspection and generates a report.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /clusters/{clusterId}/inspectReports HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
clusterIdstringYes

The cluster ID.

c82e6987e2961451182edacd74faf****
bodyobjectNo

The request body.

clientTokenstringNo

The idempotency token that ensures an API request completes no more than one time.

c82e6987e2961451182edacd74faf

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

reportIdstring

The inspection report ID.

5d6557c983064c45bed62ab2a2119cc7
taskIdstring

The inspection task ID.

T-67d7ec016ce37c0106000***
requestIdstring

The request ID.

0AB4D067-4DD7-5471-B90A-FCC564BC3337

Examples

Sample success responses

JSONformat

{
  "reportId": "5d6557c983064c45bed62ab2a2119cc7",
  "taskId": "T-67d7ec016ce37c0106000***",
  "requestId": "0AB4D067-4DD7-5471-B90A-FCC564BC3337"
}

Error codes

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