Statistics - Get Service Statistics
연결된 디바이스 수와 같은 IoT Hub ID 레지스트리의 서비스 통계를 가져옵니다.
GET https://fully-qualified-iothubname.azure-devices.net/statistics/service?api-version=2021-04-12
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
API의 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
OK. |
정의
ServiceStatistics
Name | 형식 | Description |
---|---|---|
connectedDeviceCount |
integer |
현재 연결된 디바이스의 수입니다. |