Skip to main content
POST
/
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"
}

Response

Created

control_plane
object
required

Key information about the provider of the Kubernetes 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.

Examples:

"eks-standard"

title
string
required

Display name for the KubePlatform.

Examples:

"Prometheus"

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/KubePlatform.json"

description
string

Optional long-form description of the KubePlatform.

I