Orion - SIM limits API upgrade – Maintenance details

All systems operational

SIM limits API upgrade

Completed
Scheduled for April 24, 2025 at 11:30 PM – April 25, 2025 at 12:15 AMUTC

Affects

Orion

Under maintenance from 11:30 PM to 12:15 AM

Database

Under maintenance from 11:30 PM to 12:15 AM

Updates
  • Completed
    April 25, 2025 at 12:15 AMUTC
    Completed
    April 25, 2025 at 12:15 AMUTC
  • Planned
    April 24, 2025 at 11:30 PMUTC
    Planned
    April 24, 2025 at 11:30 PMUTC

    This activity will upgrade the current API to set SIM limits. The major change is in the body, where you can now set limits of SMS MO and SMS MT Impact: Developments using the old body structure will not work anymore as we are replacing it Please update the body request Details: Currenty API PUT /api/sim/setLimits/ body: { "iccidList": [ "8910300000000......" ], "dataLimitMb": 0, "smsLimit": 0 } New API PUT /api/sim/setLimits/ Body: { "iccidList": [ "8910300000000......" ], "dataLimitMb": 0, "smsMoLimit":0, "smsMtLimit": 0 } Thank you for your patience and understanding