[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
EdgeDeploymentDiagnosticDataTO
Properties
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
JSON Example
{
"diagnosticData": "diagnosticData",
"edgeDeploymentId": "id",
"kubectlCommand": "kubectl get pods",
"orgId": "orgId"
}