Get Edge CID

Get Edge ID Configuration

get

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

Authorizations
Path parameters
edgeIpstring · enumRequired

The IP address of the edge

Possible values:
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?