Get Edge ID
Returns Edge ID Configuration. Edge ID signifies the identity of the Edge.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Responses
200
Retrieved Edge ID successfully
application/json
get
GET /api/v1/edge/{edgeIp}/edgeid HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Accept: */*
200
Retrieved Edge ID successfully
{
"edge-id": "edge7"
}
Last updated
Was this helpful?