mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
14 lines
313 B
YAML
14 lines
313 B
YAML
description: Provision Managed Client Input
|
|
type: object
|
|
required:
|
|
- clusterId
|
|
- type
|
|
properties:
|
|
clusterId:
|
|
description: Cluster ID that the ManagedClient is linked to
|
|
type: string
|
|
example: aClusterId
|
|
type:
|
|
description: Type of the ManagedClient (VA, CCG)
|
|
type: string
|
|
example: VA |