/v1/core_instances/{coreInstanceID}/cluster_objects
Kind of the kubernetes object
namespace
Kubernetes object name to filter by.
kube-system
OK
curl -L \ --url 'https://cloud-api.calyptia.com/v1/core_instances/{coreInstanceID}/cluster_objects' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "kind": "namespace", "createdAt": "2025-02-09T20:29:08.662Z", "updatedAt": "2025-02-09T20:29:08.662Z" } ]
Created
curl -L \ --request POST \ --url 'https://cloud-api.calyptia.com/v1/core_instances/{coreInstanceID}/cluster_objects' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"name":"text","kind":"namespace"}'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-02-09T20:29:08.662Z" }