Get PLMN
Returns PLMNs configuration from the Edge.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Responses
200
Successful Response
application/json
get
GET /api/v1/edge/{edgeIp}/plmns HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Accept: */*
200
Successful Response
{
"plmns": [
{
"plmn": "USA 315010",
"mcc": "315",
"mnc": "010",
"rat": "4G"
},
{
"plmn": "USA_5G 315010",
"mcc": "315",
"mnc": "010",
"rat": "5G",
"tac": "000001"
}
]
}
Last updated
Was this helpful?