Skip to main content
PUT
/
kubeplatforms
/
{platform}
{
  "control_plane": {
    "provider": "unknown"
  },
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "infrastructure": {
    "cloud": {
      "provider": "unknown"
    }
  },
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "title": "<string>",
  "$schema": "<string>",
  "description": "<string>"
}

Response

OK

control_plane
object
required

Key information about the provider of the control plane for the KubePlatform.

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

infrastructure
object
required

Key information about the infrastructure providing compute, network and storage resources for the KubePlatform.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

name
string
required

Name for the KubePlatform. Must be unique within the Organization.

title
string
required

Display name for the KubePlatform.

$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the KubePlatform.