Get Network Operator Name

Get Network Operator Name Configuration

get

Returns the Network Operator name from the Edge.

Authorizations
Path parameters
edgeIpstring · enumRequired

The IP address of the edge

Possible values:
Responses
200
Retrieved Network Operator successfully
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?