NsxTQueryResponse

NsxTQueryResponse
NsxTQueryResponse

Represents a NSX-T cluster query response.

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

Represents the query info.

result
Optional

Represents a page of elements of a single type