InvalidSession

InvalidSession
InvalidSession

This exception is thrown if a specified session is invalid.

This can occur if the VirtualCenter session referred to by the cookie has timed out or has been closed.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "object": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "privilegeId": "string",
    "missingPrivileges": [
        {
            "_typeName": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "privilegeIds": [
                "string"
            ]
        }
    ],
    "sessionCookie": "string"
}
string
sessionCookie
Required

VirtualCenter session cookie that is invalid.