NsxTQueryResponse
NsxTQueryResponse
Represents a NSX cluster query response.
JSON Example
{
"queryInfo": {
"status": "string",
"queryId": "string",
"errorResponse": {
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
},
"completed": false,
"failure": false,
"processing": false
},
"result": {
"elements": [
{
"id": "string",
"nativeId": "string",
"vipFqdn": "string",
"vip": "string",
"domains": [
{
"id": "string",
"name": "string",
"type": "string"
}
],
"nodes": [
{
"id": "string",
"fqdn": "string",
"ipAddress": "string",
"name": "string"
}
],
"version": "string",
"isShared": false,
"isShareable": false,
"isVlcmCompatible": false,
"status": "One among: INITIALIZING, STABLE, DEGRADED, UNSTABLE, UNAVAILABLE, UNIDENTIFIED, UNDEFINED"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
}