mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
112 lines
3.0 KiB
YAML
112 lines
3.0 KiB
YAML
description: Managed Cluster
|
|
type: object
|
|
required:
|
|
- id
|
|
- clientType
|
|
- ccgVersion
|
|
properties:
|
|
id:
|
|
description: ManagedCluster ID
|
|
type: string
|
|
example: aClusterId
|
|
name:
|
|
description: ManagedCluster name
|
|
type: string
|
|
example: Managed Cluster Name
|
|
pod:
|
|
description: ManagedCluster pod
|
|
type: string
|
|
example: megapod-useast1
|
|
org:
|
|
description: ManagedCluster org
|
|
type: string
|
|
example: denali
|
|
type:
|
|
description: The Type of Cluster
|
|
example: 'idn'
|
|
nullable: false
|
|
$ref: './ManagedClusterTypes.yaml'
|
|
configuration:
|
|
description: ManagedProcess configuration map
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
example: {"clusterExternalId":"externalId", "ccgVersion":"77.0.0"}
|
|
keyPair:
|
|
description: key pair for the ManagedCluster
|
|
$ref: './ManagedClusterKeyPair.yaml'
|
|
attributes:
|
|
description: Specific Attributes for Configuring a ManagedCluster by Type
|
|
$ref: './ManagedClusterAttributes.yaml'
|
|
description:
|
|
description: ManagedCluster description
|
|
type: string
|
|
example: A short description of the managed cluster.
|
|
redis:
|
|
description: Redis configuration for the ManagedCluster
|
|
$ref: './ManagedClusterRedis.yaml'
|
|
clientType:
|
|
description: type of client for the ManagedCluster
|
|
$ref: './ManagedClientType.yaml'
|
|
ccgVersion:
|
|
description: CCG version used by the ManagedCluster
|
|
type: string
|
|
example: v01
|
|
pinnedConfig:
|
|
description: boolean flag indiacting whether or not the cluster configuration is pinned
|
|
type: boolean
|
|
default: false
|
|
example: false
|
|
logConfiguration:
|
|
description: client log configuration for the cluster
|
|
example: '{
|
|
"rootLevel": "WARN",
|
|
"logLevels": { "foobar": "WARN" }
|
|
}'
|
|
$ref: './ClientLogConfiguration.yaml'
|
|
operational:
|
|
description: Whether or not the cluster is operational or not
|
|
type: boolean
|
|
default: false
|
|
example: false
|
|
status:
|
|
description: Cluster status
|
|
type: string
|
|
example: NORMAL
|
|
publicKeyCertificate:
|
|
description: Public key certificate
|
|
type: string
|
|
example: -----BEGIN CERTIFICATE-----TCCAb2gAwIBAgIBADANBgkqhkiG9w0BAQsFADAuMQ0wCwYDVQQD-----END CERTIFICATE-----
|
|
publicKeyThumbprint:
|
|
description: Public key thumbprint
|
|
type: string
|
|
example: obc6pLiulGbtZ
|
|
publicKey:
|
|
description: Public key
|
|
type: string
|
|
example: -----BEGIN PUBLIC KEY-----jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3WgnsxP52MDgBTfHR+5n4-----END PUBLIC KEY-----
|
|
alertKey:
|
|
description: Key describing any immediate cluster alerts
|
|
type: string
|
|
example: LIMITED_RESOURCES
|
|
clientIds:
|
|
type: array
|
|
description: List of clients in a cluster
|
|
items:
|
|
type: string
|
|
example: [
|
|
"1244",
|
|
"1245"
|
|
]
|
|
serviceCount:
|
|
description: Number of services bound to a cluster
|
|
type: integer
|
|
format: int32
|
|
default: 0
|
|
example: 6
|
|
ccId:
|
|
description: CC ID only used in calling CC, will be removed without notice when Migration to CEGS is finished
|
|
type: string
|
|
default: "0"
|
|
example: "1533"
|