Last updated 2 months ago
Was this helpful?
Update Subscription Status of subscriber in the Edge.
/v1/edge/{edgeIp}/subscriberdatastatus
The IP address of the edge
Monogoto Edge IP
curl -L \ --request PATCH \ --url 'https://api.monogoto.io/api/v1/edge/{edgeIp}/subscriberdatastatus' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{"rat_4g":{"subscribers":[{"imsi":"315010006700015","subscriber_status":"active"},{"imsi":"315010006700037","subscriber_status":"suspend"}]},"rat_5g":{"subscribers":[{"supi":"imsi-315010006700019","subscriber_status":"active"},{"supi":"imsi-315010006700037","subscriber_status":"suspend"}]}}'
{ "message": "Subscriber Data Status changed successfully" }