Fleet Resource

Organize and configure groups of Sim resources

circle-info

To avoid ambiguity throughout this page, Sim (initial cap) refers to the Sim API resource. SIM (all caps) refers to the physical Subscriber Identity Module (that is, a SIM card) associated with a Sim resource.

A Fleet resource organizes and configures group of Sim resources:

https://supersim.api.korewireless.com/v1/Fleets

A Sim resource must be assigned to a Fleet resource by specifying fleet on the Sim resource before it can activated.

Some of a Fleet resource's properties are immutable. If you wish to change a Super SIM's behavior, you may need to create a new Fleet resource and reassign the Sim resource to the new Fleet resource.


Data Limits

Data limits allow you to control how much data each Super SIM assigned to a Fleet can consume during its billing period (typically one month). It is important to note that when a device reaches its data limit, DNS traffic to public DNS is still allowed and may incur charges.

Once a SIM has used more than its allowed data limit, it will be blocked from exchanging additional data—except DNS traffic as noted above—until the current billing period ends.

When a new billing period begins, the data usage resets to zero, and the SIM is unblocked (if it was previously blocked).

Each SIM's data usage is measured independently, and each SIM receives the full amount of the data limit before being blocked. For example, if you set the data limit on your Fleet resource to 5 MB, every SIM assigned to that Fleet gets its own 5 MB of data to use. It is not a shared data pool.

circle-exclamation

If you update your Fleet's data limit, it will take a few moments, typically five minutes or less, for the Super SIMs assigned to that Fleet to respect the new data limit while the cached value expires. If you increase the data limit and have SIMs that are blocked because their data usage exceeded the previous data limit, they will automatically be unblocked when the new data limit takes effect. Similarly, SIMs whose data usage for the current billing period exceeds the new data limit will be blocked, if they were not already, when the new data limit takes effect. It should not take longer than 15minutes for the new data limit to take effect for all of the Super SIMs on your Fleet.

You can use the BillingPeriods subresourcearrow-up-right and UsageRecords resourcearrow-up-right to calculate how much of a SIM's data limit has been used. See more details herearrow-up-right.


API Authorization

Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guidearrow-up-right to learn how to generate a token. Here's a curl example on how to define your access token in a header:

circle-exclamation

Create a Fleet resource


Fetch a Fleet resource


Read multiple Fleet resources


Update a Fleet resource


Delete a Fleet

Customers can now delete unused and unwanted Fleets and their associated data. This can be done in Consolearrow-up-right: visit Super SIM > Fleetsarrow-up-right, click on the name of the Fleet you wish to delete, and click the Delete Fleet link at the bottom of the page. You will be asked to confirm your action before the Fleet is deleted. Fleets to which SIMs are currently assigned cannot be deleted.

Last updated

Was this helpful?