Condividi tramite


Statistics - Get Device Statistics

Ottiene le statistiche del dispositivo del registro di hub IoT identità, ad esempio il conteggio totale dei dispositivi.

GET https://fully-qualified-iothubname.azure-devices.net/statistics/devices?api-version=2021-04-12

Parametri dell'URI

Nome In Necessario Tipo Descrizione
api-version
query True

string

Versione dell'API.

Risposte

Nome Tipo Descrizione
200 OK

RegistryStatistics

OK.

Definizioni

RegistryStatistics

Nome Tipo Descrizione
disabledDeviceCount

integer

Numero di dispositivi attualmente disabilitati.

enabledDeviceCount

integer

Numero di dispositivi attualmente abilitati.

totalDeviceCount

integer

Numero totale di dispositivi registrati per la hub IoT.