NamespaceManagement_SupportBundle_Location
NamespaceManagement_SupportBundle_Location
The SupportBundle.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.
JSON Example
{
"url": "string",
"wcp_support_bundle_token": {
"token": "string",
"expiry": "string"
}
}
string
url
Required
Support Bundle Download URL.
wcp_support_bundle_token
Required
The SupportBundle.Token structure contains information about the token required in the HTTP GET request to generate the support bundle.