Cribl · Capability
Cribl Cloud API — Sources
Cribl Cloud API — Sources. 5 operations. Lead operation: List all sources. Self-contained Naftiko capability covering one Cribl business surface.
What You Can Do
GET
Listsources
— List all sources
/v1/system/sources
POST
Createsource
— Create a new source
/v1/system/sources
GET
Getsource
— Get a source by ID
/v1/system/sources/{id}
PATCH
Updatesource
— Update a source
/v1/system/sources/{id}
DELETE
Deletesource
— Delete a source
/v1/system/sources/{id}
MCP Tools
list-all-sources
List all sources
read-only
idempotent
create-new-source
Create a new source
get-source-id
Get a source by ID
read-only
idempotent
update-source
Update a source
idempotent
delete-source
Delete a source
idempotent