/v1/core_instances/{coreInstanceID}/cluster_objects
Kind of the kubernetes object
namespace
Kubernetes object name to filter by.
kube-system
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-03-12T04:20:38.719Z", "updatedAt": "2025-03-12T04:20:38.719Z" } ]
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-03-12T04:20:38.719Z" }