Vcenter NamespaceManagement Supervisors SupportBundles Token

Vcenter NamespaceManagement Supervisors SupportBundles Token
Vcenter NamespaceManagement Supervisors SupportBundles Token

The Vcenter NamespaceManagement Supervisors SupportBundles Token schema contains information about the token required in the HTTP POST request to generate the support bundle.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "token": "string",
    "expiry": "string"
}
string
token
Required

A one-time, short-lived token required to be provided in the HTTP POST request to generate the support bundle. This token needs to be passed in as the body of the HTTP POST request to #CreateResult.url with name "wcp-support-bundle-token".

This property was added in vSphere API 9.1.0.0.

string As date-time As date-time
expiry
Required

Time when the token expires represented in ISO-8601 format.

This property was added in vSphere API 9.1.0.0.