Skip to content

Commit

Permalink
Update 2-supported-apis.mdx (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
JocelynVelarde authored May 9, 2024
1 parent 80c0fa8 commit 2b5108f
Showing 1 changed file with 2 additions and 0 deletions.
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 service | 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

0 comments on commit 2b5108f

Please sign in to comment.