Skip to main content

Metrics

The Metrics API provides aggregate statistics about your entire SIM estate.

Base URL

https://app.zentarinetworks.com

Estate Stats

GET /api/metrics/estate-stats

Returns a snapshot of key metrics across all SIMs in your tenant.

Response

{
"totalSims": 500,
"activeSims": 432,
"suspendedSims": 18,
"transmittingSims": 201,
"dormantSims": 213,
"totalUsageBytes": 107374182400,
"totalUsageMb": 102400.0,
"totalUsageGb": 100.0
}

Response Fields

FieldTypeDescription
totalSimsintegerTotal SIMs in your estate
activeSimsintegerSIMs with an active status
suspendedSimsintegerSIMs currently suspended
transmittingSimsintegerSIMs actively transmitting data
dormantSimsintegerActive SIMs with no recent data activity
totalUsageBytesinteger (int64)Total data consumed in bytes
totalUsageMbdoubleTotal data consumed in MB
totalUsageGbdoubleTotal data consumed in GB