Kind of the kubernetes object
namespace
Kubernetes object name to filter by.
kube-system
A kubernetes cluster object that belongs to a given core instance.
GET /v1/core_instances/{coreInstanceID}/cluster_objects HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "kind": "namespace", "createdAt": "2025-04-24T20:00:07.702Z", "updatedAt": "2025-04-24T20:00:07.702Z" } ]
Request body to create a new cluster object for a core instance.
Response body for for a newly created cluster object.
POST /v1/core_instances/{coreInstanceID}/cluster_objects HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 34 { "name": "text", "kind": "namespace" }
Created
{ "id": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-04-24T20:00:07.702Z" }