Skip to main content

Get cluster detail

GET 

/backend/api/cluster/:cluster_id/

Host: https://core.ocplanet.cloud

Get cluster detail.

Request

Responses

Schema
    cluster_name stringrequired
    cluster_version stringrequired
    node_pools object[]required
  • Array [
  • id string
    name string
    flavor_id string
    count integer
    autoscale boolean
    max_count integernull
    is_default boolean
    labels object[]
  • Array [
  • key stringrequired
    values stringrequired
  • ]
  • taints object[]
  • Array [
  • key stringrequired
    value stringrequired
    effect NoSchedule | PreferNoSchedule | NoExecuterequired
  • ]
  • nodes object[]
  • Array [
  • id uuid
    name string
    ready boolean
    state string
    flavor string
    version string
    node_pool string
    control_plane boolean
  • ]
  • ]
  • id uuidrequired
    status string
    status_reason nullstring
    api_address string
    create_at string
    updated_at string
    restriction_api boolean
    restriction_ips string
    control_nodes object
    id uuid
    name string
    ready boolean
    state string
    flavor string
    version string
    node_pool string
    control_plane boolean
Loading...