Aggregators
Core instances (deprecated)
Core instances from a project (deprecated).
GEThttps://cloud-api.calyptia.com/v1/projects/{projectID}/aggregators
Authorization
Path parameters
projectID*string (uuid)
Query parameters
Response
OK
Headers
Body
id*string (uuid)
token*string
Example: "redacted"
name*string (hostname)
Example: "my-core-instance"
versionstring
Example: "v0.1.12"
statusenum
Running status of the core instance in reference to the last ping. Refer to https://pkg.go.dev/github.com/calyptia/api@main/types#pkg-constants if looking up for the current timeout defaults.
runningwaitingunreachable
metadataCoreInstanceMetadata (object)
Core Instance Metadata model.
pipelinesCount*integer
createdAt*string (date-time)
updatedAt*string (date-time)
tagsnullable array of string
environmentName*string
Example: "default"
skipServiceCreation*boolean
Request
Response
Delete Core instances
Delete core instances from a project.
DELETEhttps://cloud-api.calyptia.com/v1/projects/{projectID}/aggregators
Authorization
Path parameters
projectID*string (uuid)
Query parameters
Response
Deleted
Request