Run Diagnosis
Request
URI
POST
https://{api_host}/telco/api/caas/v2/diagnosis
COPY
Query Parameters
string
managementClusterId
Optional
managementClusterId
string
managementClusterName
Optional
managementClusterName
Request Body
diagnosis
of type(s)
application/json
Optional
{
"timeout": 3600,
"caseSelectors": [
"csi",
"cni"
],
"additionalParams": [
{
"key": "string",
"value": "string"
}
],
"managementCluster": "string",
"clusters": [
{
"clusterName": "string",
"nodePools": [
{
"nodePoolName": "string"
}
]
}
]
}
Responses
201
POST TCA Diagnosis
Returns
diagnosis
of type(s)
application/json
{
"timeout": 3600,
"caseSelectors": [
"csi",
"cni"
],
"additionalParams": [
{
"key": "string",
"value": "string"
}
],
"managementCluster": "string",
"clusters": [
{
"clusterName": "string",
"nodePools": [
{
"nodePoolName": "string"
}
]
}
]
}
400
Bad request
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
403
Access Denied
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
429
Too many requests
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Internal Server Error, Unable to POST TCA diagnosis
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Tca Diagnosis Operations
POST
Download Diagnosis Report
POST
Post /diagnosis/result
POST
Run Diagnosis