Get Subscriber Network Information
Warning: Beta software This API is in beta stage and may be subject to change. Therefore, we do not recommend using this in production.
Interested in this feature? Please reach out to mobility-services-developer@cisco.com
Overview
This API method allow you to get network information regarding a subscription.
Prerequisites
Required Scope
subscription.network_information:read
Code
grpcurl \
-d '{
"phoneNumber": {
"e164": "+441632960907"
}
}' \
sandbox.api.shamrock.wgtwo.com:443 \
wgtwo.subscription.v0.NetworkInfoService/GetNetworkInfoForSubscriber
Example Results
{
"network_infos": [
{
"iccid": { "value": "89234200562437720523" },
"imsi": { "value": "082904401144897281" },
"timestamp": "2022-12-19T13:40:35.605Z",
"network_identity": { "mcc": "302", "mnc": "490" },
"network_generation": "NETWORK_GENERATION_4G",
"tadig": { "value": "CANGW" },
"msc": { "value": "16135550195" },
"vlr": { "value": "16135550195" },
"sgsn": { "value": "16135550111" },
"mme": { "value": "mmec68.mmegi80e9.mme.epc.mnc490.mcc302.3gppnetwork.org"}
},
{
"iccid": { "value": "89234206445646875854" },
"imsi": { "value": "082904401144897620" },
"timestamp": "2022-12-19T13:41:35.614Z",
"network_identity": { "mcc": "302", "mnc": "490" },
"network_generation": "NETWORK_GENERATION_4G",
"tadig": null,
"msc": { "value": "16135550195" },
"vlr": { "value": "16135550195" },
"sgsn": { "value": "16135550111" },
"mme": { "value": "mmec68.mmegi80e9.mme.epc.mnc490.mcc302.3gppnetwork.org" }
}
]
}