INPUT_OBJECT

GenerateSupportBundleInput

Description

Input for generating support bundle.

link GraphQL Schema definition

  • input GenerateSupportBundleInput {
  • # Either event id or request id list of the request to be collected, if both are
  • # provided, request id list would be ignored.
  • definitions: GenerateSupportBundleRequestInput
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by