edgeIp Required |
Key | Value |
Content-Type | application/json |
Key | Value |
Key | Value |
edgeIp Required |
Key | Value |
Content-Type | application/json |
Key | Value |
Key | Value |
Create a new IMSI IP Mapping. Provide the UE IP address corresponding to the IMSI. This IP will be utilized as the UE IP after attach.
The IP address of the edge
Schema for new ImsiIpMapping addition
OK
"IMSI-IP Mapping in 4G Core got inserted successfully. IMSI-IP Mapping in 5G Core got inserted successfully"
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/imsiipmapping', {
method: 'PATCH',
headers: {
"Authorization": "Bearer JWT",
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
IMSI-IP Mapping in 4G Core got inserted successfully. IMSI-IP Mapping in 5G Core got inserted successfully
Last updated
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.