NamespaceManagementSupportBundleToken
The SupportBundle.Token structure contains information about the token required in the HTTP GET request to generate the support bundle.
Properties
string
expiry
Required
Expiry time of the token
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”.
JSON Example
{
"expiry": "string",
"token": "string"
}