Sdílet prostřednictvím


Statistics - Get Device Statistics

Získá statistiku zařízení registru identit 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

RegistryStatistics

OK.

Definice

RegistryStatistics

Name Typ Description
disabledDeviceCount

integer

Počet aktuálně zakázaných zařízení.

enabledDeviceCount

integer

Počet aktuálně povolených zařízení.

totalDeviceCount

integer

Celkový počet zařízení zaregistrovaných pro IoT Hub.