次の方法で共有


Available Service Tiers - List By Workspace

ワークスペースで使用可能なサービス レベルを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/availableServiceTiers?api-version=2020-08-01

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

workspaceName
path True

string

ワークスペースの名前。

Regex pattern: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$

api-version
query True

string

この操作に使用する API バージョン。

応答

名前 説明
200 OK

AvailableServiceTier[]

OK 応答の定義。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

AvailableServiceTiers

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/rg1/providers/Microsoft.OperationalInsights/workspaces/workspace1/availableServiceTiers?api-version=2020-08-01

Sample Response

[
  {
    "serviceTier": "PerNode",
    "enabled": true,
    "minimumRetention": 7,
    "maximumRetention": 30,
    "defaultRetention": 7
  },
  {
    "serviceTier": "CapacityReservation",
    "enabled": true,
    "minimumRetention": 30,
    "maximumRetention": 300,
    "defaultRetention": 30,
    "capacityReservationLevel": 200,
    "lastSkuUpdate": "2020-02-04T08:55:03.871Z"
  }
]

定義

名前 説明
AvailableServiceTier

サービス レベルの詳細。

SkuNameEnum

サービス レベルの名前。

AvailableServiceTier

サービス レベルの詳細。

名前 説明
capacityReservationLevel

integer

1 日あたりの容量予約レベル (GB 単位)。 容量予約サービス レベルに対して返されます。

defaultRetention

integer

サービス レベルの既定の保持期間 (日数)。

enabled

boolean

True を指定すると、ワークスペースに対してサービス レベルが有効になります。

lastSkuUpdate

string

ワークスペースの SKU が最後に更新された時刻。 容量予約サービス レベルに対して返されます。

maximumRetention

integer

サービス レベルの最大リテンション期間 (日数)。

minimumRetention

integer

サービス レベルの最小リテンション期間 (日数)。

serviceTier

SkuNameEnum

サービス レベルの名前。

SkuNameEnum

サービス レベルの名前。

名前 説明
CapacityReservation

string

Free

string

PerGB2018

string

PerNode

string

Premium

string

Standalone

string

Standard

string