IMSIs
The API provides services to retrieve the collection of IMSIs or a single IMSI, as well as CRUD operations via POST
, PATCH
and DELETE
actions.
Below is the sample IMSI in JSON representation. Apart from own data, the object contains embedded objects:
imsi_pool
sim
IMSI Description
Here is the description of the IMSI object:
Name | Type | Description |
---|---|---|
id | Integer | Unique ID of this IMSI |
imsi | String | IMSI number of the SIM |
import_date | Timestamp | Timestamp when this IMSI was imported into the system - Type: ISO 8601 timestamp format |
status | Object | id (Integer) - ID of status for this IMSIdescription (String) - Description for this status |
imsi_pool | Object | id (Integer) - ID of the pool to which the IMSI belongs description (String) of the pool network_coverage_id (Integer) resource_provider (Object) |
type | Object | id (Integer) - ID type for this IMSIdescription (String) for this type |
sim | Object | id (Integer) - ID of the SIM - etc. (refer to the SIM section for a complete description of SIM fields) |