Cockroach Labs · Capability
CockroachDB Cloud API — IPAllowlists
CockroachDB Cloud API — IPAllowlists. 4 operations. Lead operation: List IP allowlist entries. Self-contained Naftiko capability covering one Cockroach Labs business surface.
What You Can Do
GET
Listallowlistentries
— List IP allowlist entries
/v1/api/v1/clusters/{cluster-id}/networking/allowlist
POST
Addallowlistentry
— Add IP allowlist entry
/v1/api/v1/clusters/{cluster-id}/networking/allowlist
PATCH
Updateallowlistentry
— Update IP allowlist entry
/v1/api/v1/clusters/{cluster-id}/networking/allowlist/{cidr-ip}/{cidr-mask}
DELETE
Deleteallowlistentry
— Delete IP allowlist entry
/v1/api/v1/clusters/{cluster-id}/networking/allowlist/{cidr-ip}/{cidr-mask}
MCP Tools
list-ip-allowlist-entries
List IP allowlist entries
read-only
idempotent
add-ip-allowlist-entry
Add IP allowlist entry
read-only
update-ip-allowlist-entry
Update IP allowlist entry
idempotent
delete-ip-allowlist-entry
Delete IP allowlist entry
idempotent