Last updated 4 months ago
Was this helpful?
Returns the APN IP Pool Mapping from the Edge, which associates APN with IP-Pool.
The IP address of the edge
Monogoto Edge IP
GET /api/v1/edge/{edgeIp}/apnippoolmapping HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Accept: */*
Successful Response
{ "apn-ip-pool-mapping": [ { "apn": "data.mono", "ip-pool": "192.168.100.0", "mask": "255.255.255.0", "rat": "4G" }, { "apn": "internet", "ip-pool": "192.168.100.128", "mask": "255.255.255.0", "rat": "4G" }, { "apn": "data.mono", "ip-pool": "192.168.101.0", "mask": "255.255.255.0", "rat": "5G" }, { "apn": "internet", "ip-pool": "192.168.101.128", "mask": "255.255.255.0", "rat": "5G" } ] }