Condividi tramite


Iot Hub Resource - Get Quota Metrics

Ottenere le metriche delle quote per un hub IoT.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/quotaMetrics?api-version=2023-06-30

Parametri dell'URI

Nome In Necessario Tipo Descrizione
resourceGroupName
path True

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName
path True

string

Nome dell'hub IoT.

subscriptionId
path True

string

L'identificatore della sottoscrizione.

api-version
query True

string

Versione dell'API.

Risposte

Nome Tipo Descrizione
200 OK

IotHubQuotaMetricInfoListResult

Si tratta di un'operazione sincrona. La risposta contiene una matrice serializzata JSON delle metriche di quota per l'hub IoT.

Other Status Codes

ErrorDetails

DefaultErrorResponse

Sicurezza

azure_auth

Flusso OAuth2 di Azure Active Directory

Tipo: oauth2
Flow: implicit
URL di autorizzazione: https://login.microsoftonline.com/common/oauth2/authorize

Ambiti

Nome Descrizione
user_impersonation rappresentare l'account utente

Esempio

IotHubResource_GetQuotaMetrics

Esempio di richiesta

GET https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/IotHubs/testHub/quotaMetrics?api-version=2023-06-30

Risposta di esempio

{
  "value": [
    {
      "name": "TotalMessages",
      "currentValue": 0,
      "maxValue": 400000
    },
    {
      "name": "TotalDeviceCount",
      "currentValue": 0,
      "maxValue": 500000
    }
  ]
}

Definizioni

Nome Descrizione
ErrorDetails

Dettagli errore.

IotHubQuotaMetricInfo

Proprietà delle metriche delle quote.

IotHubQuotaMetricInfoListResult

Matrice serializzata JSON di oggetti IotHubQuotaMetricInfo con un collegamento successivo.

ErrorDetails

Dettagli errore.

Nome Tipo Descrizione
code

string

Codice di errore.

details

string

Dettagli dell'errore.

httpStatusCode

string

Codice di stato HTTP.

message

string

Messaggio di errore.

IotHubQuotaMetricInfo

Proprietà delle metriche delle quote.

Nome Tipo Descrizione
currentValue

integer

Valore corrente per la metrica quota.

maxValue

integer

Valore massimo della metrica quota.

name

string

Nome della metrica quota.

IotHubQuotaMetricInfoListResult

Matrice serializzata JSON di oggetti IotHubQuotaMetricInfo con un collegamento successivo.

Nome Tipo Descrizione
nextLink

string

Collegamento successivo.

value

IotHubQuotaMetricInfo[]

Matrice di oggetti metrica quota.