SimAdmin
SIM console
Global dashboard: credit, active data plan, expiration, threshold alerts.
SIM card administration: status, data plans, alerts on thresholds.
1 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.
Global dashboard: credit, active data plan, expiration, threshold alerts.
The SimAdmin plugin exposes its functions through the /Helper. servlet. Each controller is called over HTTP using the pattern:
/Helper?package=simadmin&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.simadmin |
| Controllers | 1 |
| URL pattern | /Helper?package=simadmin |
| Multi-tenant | yes (userid scope) |
| Audit logs | enabled |
| FleetMan version | 7.0.1+ |
The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.