For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Edge ID

Get Edge ID Configuration

get

Returns Edge ID Configuration. Edge ID signifies the identity of the Edge.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
edgeIpstring · enumRequired

The IP address of the edge

Possible values:
Responses
200

Retrieved Edge ID successfully

application/json
edge-idstringOptionalExample: edge7
get/v1/edge/{edgeIp}/edgeid
GET /api/v1/edge/{edgeIp}/edgeid HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Retrieved Edge ID successfully

{
  "edge-id": "edge7"
}

Last updated

Was this helpful?