Vcenter NamespaceManagement SupportBundle Token
Vcenter NamespaceManagement SupportBundle Token
The Vcenter NamespaceManagement SupportBundle Token schema contains information about the token required in the HTTP GET 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
A one-time, short-lived token required in the HTTP header of the request to the url. This token needs to be passed in as a header with the name "wcp-support-bundle-token".
This property was added in vSphere API 7.0.0.0.
string
expiry
Required
Expiry time of the token
This property was added in vSphere API 7.0.0.0.