Vcenter NamespaceManagement SupportBundle Token

Vcenter NamespaceManagement SupportBundle Token
Vcenter NamespaceManagement SupportBundle Token

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement SupportBundle 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 7.0.0.0.

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

This property is deprecated as of vSphere API 9.1.0.0.

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 with name "wcp-support-bundle-token".

This property was added in vSphere API 7.0.0.0.

string
expiry
Required

This property is deprecated as of vSphere API 9.1.0.0.

Expiry time of the token

This property was added in vSphere API 7.0.0.0.

Deprecated