Get Network Operator Name
Returns the Network Operator name from the Edge.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Responses
200
Retrieved Network Operator successfully
application/json
500
Pod deleted.Server Error
application/json
get
GET /api/v1/edge/{edgeIp}/networkoperator HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Accept: */*
{
"networkoperator": [
{
"networkoperator": "Monogoto4G",
"rat": "4G"
},
{
"networkoperator": "Monogoto5G",
"rat": "5G"
}
]
}
Last updated
Was this helpful?