Check by ID.
GET /v1/ingest_checks/{checkID} HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"config": "text",
"status": "new",
"collectLogs": false,
"logs": "Ynl0ZXM=",
"retries": 0,
"createdAt": "2025-06-20T12:39:14.048Z",
"updatedAt": "2025-06-20T12:39:14.048Z"
}
Update a Ingest check by its ID.
Update a core instance Ingest check request body.
logs coming from the fluent-bit pod, maximum size is 10MiB.
null
The status of a check.
null
Possible values: PATCH /v1/ingest_checks/{checkID} HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"logs": "text",
"status": "new"
}
No Content
No content