INPUT_OBJECT
GenerateSupportBundleInput
Description
Input for generating support bundle.
link GraphQL Schema definition
- input GenerateSupportBundleInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Either event id or request id list of the request to be collected, if both are
- # provided, request id list would be ignored.
- GenerateSupportBundleRequestInput :
- }