INPUT_OBJECT

QuerySupportBundleInput

Description

Input for Support Bundle Query.

link GraphQL Schema definition

  • input QuerySupportBundleInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The support bundle generation request.
  • id: String!
  • }

link Require by