INPUT_OBJECT

UpdateProxyConfigInput

link GraphQL Schema definition

  • input UpdateProxyConfigInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Proxy url and port.
  • proxy: ProxyConfigInput!
  • }

link Require by