Update an existing KubePlatform
A KubePlatform describes things like the cloud infrastructure provider and the Kubernetes control plane provider.
An Organization can have one or more KubePlatforms.
{ "$schema": "https://example.com/schemas/KubePlatform.json", "control_plane": { "provider": "unknown" }, "created_by": "<string>", "created_on": "2023-11-07T05:31:56Z", "description": "<string>", "infrastructure": { "cloud": { "provider": "unknown" } }, "last_modified_by": "<string>", "last_modified_on": "2023-11-07T05:31:56Z", "name": "eks-standard", "title": "Prometheus" }
OK
The response is of type object.
object
Was this page helpful?