Download Diagnosis Report
Request
URI
POST
https://{api_host}/telco/api/caas/v2/diagnosis/result/download
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
200
Download TCA diagnosis report
Operation doesn't return any data structure
400
Download diagnosis report invalid format
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"
}
]
}
404
Unable to download TCA diagnosis Report for nodepool
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Error occurred while getting the diagnosis report
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