NamespaceManagementSupportBundleLocation

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.


Properties

string
url Required

Support Bundle Download URL.


wcp_support_bundle_token Required

Information about the token required in the HTTP GET request to generate the support bundle.

JSON Example

{
	"url": "string",
	"wcp_support_bundle_token": {
		"expiry": "string",
		"token": "string"
	}
}
Returned By

Create Support Bundle

Feedback

Was this page helpful?