[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get Diagnostics Data
DescriptionGet Diagnostics information for the given edge
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/diagnostics-data
Path Parameters
Path Parameters
string
id
Required
Edge deployment ID
Query Parameters
Query Parameters
string
diagnosticType
Optional
Input required diagnosticType
string
edgeDeploymentName
Optional
This param is mandatory when diagnosticType is DESCRIBE_DEPLOYMENT
string
org_id
Optional
Organization ID: non-super users can only access their own organization
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
EdgeDeploymentDiagnosticDataTO
of type */*
Successfully retrieved requested diagnostic data for edge deployment
{
"diagnosticData": "diagnosticData",
"edgeDeploymentId": "id",
"kubectlCommand": "kubectl get pods",
"orgId": "orgId"
}
string
diagnosticData
Optional
Diagnostic Data response from Kubectl commands
string
edgeDeploymentId
Optional
The id of the Edge Deployment
string
kubectlCommand
Optional
Command used to fetch from kubernetes
string
orgId
Optional
The id of the CSP org
Errors
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Not Found
ErrorResponse
500
Unexpected internal server error
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/admin/v2/edge-deployments/{id}/diagnostics-data
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
patch
delete