Gremlin · Capability
Gremlin API — health checks
Gremlin API — health checks. 8 operations. Lead operation: Retrieve status checks by Id (or all if the query param is empty). Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Getstatuschecks
— Retrieve status checks by Id (or all if the query param is empty)
/v1/status-checks
POST
Createwebhook
— Creates a new Status Check
/v1/status-checks
GET
Getstatuscheck
— retrieve a status check by id
/v1/status-checks/{identifier}
PUT
Update3
— Update a given status check
/v1/status-checks/{identifier}
DELETE
Delete5
— Delete a given statuscheck by id
/v1/status-checks/{identifier}
PUT
Updatetags
— Update a given status check tags
/v1/status-checks/{identifier}/tags
POST
Testendpointconfiguration1
— Test a status check endpoint configuration.
/v1/status-checks/{runtestendpoint}
POST
Testevaluationconfiguration1
— Test a status check evaluation configuration.
/v1/status-checks/{runtestevaluation}
MCP Tools
retrieve-status-checks-id-all
Retrieve status checks by Id (or all if the query param is empty)
read-only
idempotent
creates-new-status-check
Creates a new Status Check
retrieve-status-check-id
retrieve a status check by id
read-only
idempotent
update-given-status-check
Update a given status check
idempotent
delete-given-statuscheck-id
Delete a given statuscheck by id
idempotent
update-given-status-check-tags
Update a given status check tags
idempotent
test-status-check-endpoint-configuration
Test a status check endpoint configuration.
read-only
test-status-check-evaluation-configuration
Test a status check evaluation configuration.
read-only