Cribl · Capability
Cribl Cloud API — Destinations
Cribl Cloud API — Destinations. 6 operations. Lead operation: List all destinations. Self-contained Naftiko capability covering one Cribl business surface.
What You Can Do
GET
Listdestinations
— List all destinations
/v1/system/outputs
POST
Createdestination
— Create a new destination
/v1/system/outputs
GET
Getdestination
— Get a destination by ID
/v1/system/outputs/{id}
PATCH
Updatedestination
— Update a destination
/v1/system/outputs/{id}
DELETE
Deletedestination
— Delete a destination
/v1/system/outputs/{id}
GET
Getdestinationstatus
— Get destination status
/v1/system/outputs/{id}/statuses
MCP Tools
list-all-destinations
List all destinations
read-only
idempotent
create-new-destination
Create a new destination
get-destination-id
Get a destination by ID
read-only
idempotent
update-destination
Update a destination
idempotent
delete-destination
Delete a destination
idempotent
get-destination-status
Get destination status
read-only
idempotent