ValidateVimResponse

ValidateVimResponse
ValidateVimResponse
JSON Example
{
    "result": "result",
    "reason": "reason",
    "headers": [
        "",
        ""
    ],
    "cookies": {
        "path": "path",
        "domain": "domain",
        "name": "name",
        "expiry": 6,
        "value": "value"
    },
    "status": "status",
    "statusCode": 0
}
string
status
Optional

The values include 'ACTIVE', 'NOT_ACTIVE', and 'MAINTENANCE_MODE'.

integer As int32 As int32
statusCode
Optional

The status code corresponding to the 'state' above.

string
reason
Optional

A brief statement indicating the cause of the state (if NOT_ACTIVE).

array of headers
headers
Optional

headers

cookies
Optional

cookies

string
result
Optional

result

Returned By