Last updated 2 months ago
Was this helpful?
Returns Edge ID Configuration. Edge ID signifies the identity of the Edge.
/v1/edge/{edgeIp}/edgeid
The IP address of the edge
Monogoto Edge IP
curl -L \ --url 'https://api.monogoto.io/api/v1/edge/{edgeIp}/edgeid' \ --header 'Authorization: Bearer JWT'
{ "edge-id": "edge7" }