Skip to content

updatePreviewerClusterConfig

Update previewer cluster configuration.

Arguments

Argument Type Description
previewerClusterConfig (required) PreviewerClusterConfigInput!

Returns

Cluster!

Sample

mutation UpdatePreviewerClusterConfig($previewerClusterConfig: PreviewerClusterConfigInput!) {
  updatePreviewerClusterConfig(previewerClusterConfig: $previewerClusterConfig) {
    cdmRbacMigrationStatus
    connectivityLastUpdated
    cyberEventLockdownMode
    defaultAddress
    defaultPort
    encryptionEnabled
    eosDate
    eosStatus
    estimatedRunway
    id
    isAirGapped
    isClusterRemovalTprEnabled
    isHealthy
    isTprEnabled
    lastConnectionTime
    licensedProducts
    name
    noSqlWorkloadCount
    passesConnectivityCheck
    pauseStatus
    productType
    rawAddress
    registeredMode
    registrationTime
    snapshotCount
    status
    statusFromDb
    subStatus
    systemStatus
    systemStatusMessage
    timezone
    type
    version
  }
}
{
  "previewerClusterConfig": {}
}
{
  "data": {
    "updatePreviewerClusterConfig": {
      "cdmRbacMigrationStatus": "example-string",
      "connectivityLastUpdated": "2024-01-01T00:00:00.000Z",
      "cyberEventLockdownMode": "CYBER_EVENT_LOCKDOWN_MODE_UNSPECIFIED",
      "defaultAddress": "example-string",
      "defaultPort": 0,
      "encryptionEnabled": true,
      "activitySeriesConnection": {
        "nodes": [
          [
            {}
          ]
        ],
        "pageInfo": {
          "endCursor": "example-string",
          "hasNextPage": true,
          "hasPreviousPage": true,
          "startCursor": "example-string"
        }
      },
      "allOrgs": [
        {
          "allUrls": [
            "example-string"
          ],
          "allowedClusters": [
            "example-string"
          ],
          "authDomainConfig": "ALLOW_AUTH_DOMAIN_CONTROL",
          "crossAccountCapabilities": [
            "CROSS_ACCOUNT_CAPABILITY_UNSPECIFIED"
          ],
          "description": "example-string",
          "fullName": "example-string"
        }
      ]
    }
  }
}