vcenter namespace management support bundle: location
The
location
structure contains the URI location to download the per-cluster support bundle from, as well as a token required (as a header on the HTTP request) to get the bundle. The validity of the token is 5 minutes. After the token expires, any attempt to call the URI with said token will fail.Representation:
{
"wcp_support_bundle_token" : {
"expiry" : "string",
"token" : "string"
},
"url" : "string"
}
"wcp_support_bundle_token" : {
"expiry" : "string",
"token" : "string"
},
"url" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
url | string | Support Bundle Download URL. |
wcp_support_bundle_token | token | Information about the token required in the HTTP GET request to generate the support bundle. |
wcp_support_bundle_token.token | string | 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". |
wcp_support_bundle_token.expiry | string | Expiry time of the token |