Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/2-guides/3-supported-apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ import {ConsulAPIBadge} from "@site/src/components/CustomBadge";
| | Node Service List | GET, /v1/catalog/node-services/:node | ✅ |
| Coordinates | Read WAN Coordinates | GET /v1/coordinates/datacenters | ✅ |
| | Read LAN Coordinates | GET /v1/coordinates/nodes | ✅ |
| | Read LAN Coordinates for a node | GET /v1/coordinate/node/:node | ✅ |
| Events | Fire Event | PUT /v1/event/fire/:name | ✅ |
| | List Events | GET /v1/event/list | ✅ |
| Health | List Checks for Node | GET /v1/health/node/:id | ✅ |
| | List Checks for Service | GET /v1/health/checks/:id | ✅ |
| | List Nodes for Service | GET /v1/health/service/:id | ✅ |
| | List Checks in State | GET /v1/health/state/:state | ✅ |
| | List Nodes for connect-capable | GET /v1/health/connect/:service | ✅ |
| KV Store | Read Key | GET /v1/kv/:key | ✅ |
| | Create/Update Key | PUT /v1/kv/:key | ✅ |
| | Delete Key | DELETE /v2/kv/:key | ✅ |
Expand Down