共用方式為


Metric Namespaces - List

清單 資源的計量命名空間。

GET https://management.azure.com/{resourceUri}/providers/microsoft.insights/metricNamespaces?api-version=2017-12-01-preview
GET https://management.azure.com/{resourceUri}/providers/microsoft.insights/metricNamespaces?api-version=2017-12-01-preview&startTime={startTime}

URI 參數

名稱 位於 必要 類型 Description
resourceUri
path True

string

資源的標識碼。

api-version
query True

string

用於此作業的 API 版本。

startTime
query

string

ISO 8601 符合要從中查詢計量命名空間的日期開始時間。

回應

名稱 類型 Description
200 OK

MetricNamespaceCollection

成功要求以取得計量命名空間清單

Other Status Codes

ErrorResponse

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Get Metric Namespaces without filter

範例要求

GET https://management.azure.com/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricNamespaces?api-version=2017-12-01-preview&startTime=2020-08-31T15:53:00Z

範例回覆

{
  "value": [
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricNamespaces/Azure.ApplicationInsights",
      "name": "Azure.ApplicationInsights",
      "type": "Microsoft.Insights/metricNamespaces",
      "classification": "Custom",
      "properties": {
        "metricNamespaceName": "Azure.ApplicationInsights"
      }
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricNamespaces/microsoft.insights-components",
      "name": "microsoft.insights-components",
      "type": "Microsoft.Insights/metricNamespaces",
      "classification": "Platform",
      "properties": {
        "metricNamespaceName": "microsoft.insights/components"
      }
    }
  ]
}

定義

名稱 Description
ErrorResponse

描述錯誤回應的格式。

MetricNamespace

計量命名空間類別會指定計量命名空間的元數據。

MetricNamespaceCollection

表示計量命名空間的集合。

MetricNamespaceName

完整計量命名空間名稱。

NamespaceClassification

命名空間種類

ErrorResponse

描述錯誤回應的格式。

名稱 類型 Description
code

string

錯誤碼

message

string

指出作業失敗原因的錯誤訊息。

MetricNamespace

計量命名空間類別會指定計量命名空間的元數據。

名稱 類型 Description
classification

NamespaceClassification

命名空間種類

id

string

計量命名空間的標識碼。

name

string

命名空間的逸出名稱。

properties

MetricNamespaceName

包含完整命名空間名稱的屬性。

type

string

命名空間的類型。

MetricNamespaceCollection

表示計量命名空間的集合。

名稱 類型 Description
value

MetricNamespace[]

計量命名空間的值。

MetricNamespaceName

完整計量命名空間名稱。

名稱 類型 Description
metricNamespaceName

string

計量命名空間名稱。

NamespaceClassification

命名空間種類

名稱 類型 Description
Custom

string

Platform

string

Qos

string