Statistics - Get Device Statistics
Získá statistiku zařízení registru identit služby IoT Hub, například celkový počet zařízení.
GET https://fully-qualified-iothubname.azure-devices.net/statistics/devices?api-version=2021-04-12
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
Verze rozhraní API |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
OK. |
Definice
RegistryStatistics
Name | Typ | Description |
---|---|---|
disabledDeviceCount |
integer (int64) |
Počet aktuálně zakázaných zařízení. |
enabledDeviceCount |
integer (int64) |
Počet aktuálně povolených zařízení. |
totalDeviceCount |
integer (int64) |
Celkový počet zařízení zaregistrovaných pro IoT Hub. |