Skip to main content
POST
/
projects
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "title": "<string>",
  "type": "kube-addon",
  "$schema": "<string>",
  "aliases": [
    "<string>"
  ],
  "description": "<string>",
  "versioning": {
    "release_cycle": "none",
    "scheme": "unknown",
    "support_model": "none",
    "release_interval_days": 1
  }
}

Response

Created

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

id
string
required

ID is the unique identifier for the Project

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.

title
string
required

Display name for the Project.

type
enum<string>
required

Type is the type of Project.

Available options:
kube-addon,
kube-operator,
kube-control-plane-provider,
application-service,
platform,
application
$schema
string<uri>

A URL to the JSON Schema for this object.

aliases
string[] | null

Optional set of string aliases for the Project. Must be globally unique.

description
string

Optional long-form description of the Project.

versioning
object

An optional object containing information about the Project's versioning and release model.