ValidateVimResponse

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

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

integer
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

object
cookies
Optional

cookies

string
result
Optional

result

Returned By