Get Diagnostics Data
DescriptionGet Diagnostics information for the given edge
Request
URLURL
Path Parameters
Path Parameters
Edge deployment ID
Query Parameters
Query Parameters
Input required diagnosticType
Possible values are: GET_PODS , GET_SERVICES , GET_DEPLOYMENTS , DESCRIBE_DEPLOYMENT , GET_EVENTS
This param is mandatory when diagnosticType is DESCRIBE_DEPLOYMENT
Possible values are: AD_MODULE_DEPLOYMENT , AGENT_MODULE_DEPLOYMENT , EDGE_DEVICE_DEPLOYMENT , INFRA_AZURE_MODULE_DEPLOYMENT , SG_UAG_MODULE_DEPLOYMENT , TELEMETRY_DEPLOYMENT , AUTH_ENGINE_DEPLOYMENT
Organization ID: non-super users can only access their own organization
Authentication
Response
Response BodyResponse Body
200 OK
Successfully retrieved requested diagnostic data for edge deployment
{
"diagnosticData": "diagnosticData",
"edgeDeploymentId": "id",
"kubectlCommand": "kubectl get pods",
"orgId": "orgId"
}
Diagnostic Data response from Kubectl commands
The id of the Edge Deployment
Command used to fetch from kubernetes
The id of the CSP org
Errors
Unauthorized
Forbidden
Not Found
Unexpected internal server error