Download Diagnosis Report

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"
                }
            ]
        }
    ]
}
integer
timeout
Optional

timeout

array of string
caseSelectors
Optional

caseSelectors

array of params
additionalParams
Optional

additionalParams

string
managementCluster
Optional

managementCluster

array of cluster
clusters
Optional

clusters

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"
        }
    ]
}
array of error
errors
Optional

errors


403

Access Denied

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


404

Unable to download TCA diagnosis Report for nodepool

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500

Error occurred while getting the diagnosis report

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors