Components - Get
Application Insights コンポーネントを返します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}?api-version=2015-05-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
リソース グループの名前。 名前の大文字と小文字は区別されます。 |
resource
|
path | True |
string |
Application Insights コンポーネント リソースの名前。 |
subscription
|
path | True |
string |
ターゲット サブスクリプションの ID。 |
api-version
|
query | True |
string |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
Application Insights コンポーネント定義。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
ComponentGet
要求のサンプル
GET https://management.azure.com/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component?api-version=2015-05-01
応答のサンプル
{
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component",
"name": "my-component",
"type": "Microsoft.Insights/components",
"location": "South Central US",
"tags": "",
"kind": "web",
"properties": {
"ApplicationId": "my-component",
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc",
"Application_Type": "web",
"Flow_Type": "Bluefield",
"Request_Source": "rest",
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc",
"CreationDate": "2017-01-24T01:05:38.5934061+00:00",
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc",
"HockeyAppId": "",
"HockeyAppToken": "",
"provisioningState": "Succeeded",
"SamplingPercentage": 100,
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
定義
名前 | 説明 |
---|---|
Application |
Application Insights コンポーネント定義。 |
Application |
監視対象のアプリケーションの種類。 |
Flow |
Application Insights システムによって、このコンポーネントが作成されたフローの種類を決定するために使用されます。 これは、REST API を使用してコンポーネントを作成または更新するときに、"Bluefield" に設定されます。 |
Ingestion |
インジェストのフローを示します。 |
Private |
プライベート リンク スコープ リソース参照。 |
Request |
この Application Insights コンポーネントを作成したツールについて説明します。 この API を使用しているお客様は、これを既定の 'rest' に設定する必要があります。 |
ApplicationInsightsComponent
Application Insights コンポーネント定義。
名前 | 型 | 規定値 | 説明 |
---|---|---|---|
id |
string |
Azure リソース ID |
|
kind |
string |
このコンポーネントが参照するアプリケーションの種類。UI のカスタマイズに使用されます。 この値はフリーフォーム文字列です。値は通常、web、ios、other、store、java、phone のいずれかである必要があります。 |
|
location |
string |
リソースの場所 |
|
name |
string |
Azure リソース名 |
|
properties.AppId |
string |
Application Insights アプリケーションの一意の ID。 |
|
properties.ApplicationId |
string |
アプリケーションの一意の ID。 このフィールドは 'Name' フィールドを反映しており、変更できません。 |
|
properties.Application_Type | web |
監視対象のアプリケーションの種類。 |
|
properties.ConnectionString |
string |
Application Insights コンポーネントの接続文字列。 |
|
properties.CreationDate |
string |
Application Insights コンポーネントの作成日 (ISO 8601 形式)。 |
|
properties.DisableIpMasking |
boolean |
IP マスクを無効にします。 |
|
properties.Flow_Type | Bluefield |
Application Insights システムによって、このコンポーネントが作成されたフローの種類を決定するために使用されます。 これは、REST API を使用してコンポーネントを作成または更新するときに、"Bluefield" に設定されます。 |
|
properties.HockeyAppId |
string |
HockeyApp との通信に使用される、新しいアプリケーションが HockeyApp に追加されるときに作成される一意のアプリケーション ID。 |
|
properties.HockeyAppToken |
string |
Application Insights と HockeyApp の間の通信を認証するために使用されるトークン。 |
|
properties.ImmediatePurgeDataOn30Days |
boolean |
30 日後にデータを消去します。 |
|
properties.IngestionMode | ApplicationInsights |
インジェストのフローを示します。 |
|
properties.InstrumentationKey |
string |
Application Insights Instrumentation キー。 Azure アプリケーション Insights に送信されるすべてのテレメトリの宛先を識別するためにアプリケーションが使用できる読み取り専用の値。 この値は、新しい Application Insights コンポーネントの構築時に指定されます。 |
|
properties.PrivateLinkScopedResources |
リンクされたプライベート リンク スコープ リソースの一覧。 |
||
properties.Request_Source | rest |
この Application Insights コンポーネントを作成したツールについて説明します。 この API を使用しているお客様は、これを既定の 'rest' に設定する必要があります。 |
|
properties.RetentionInDays |
integer |
90 |
保有期間 (日数)。 |
properties.SamplingPercentage |
number |
Application Insights テレメトリ用にサンプリングされる、監視対象のアプリケーションによって生成されるデータの割合。 |
|
properties.TenantId |
string |
Azure テナント ID。 |
|
properties.provisioningState |
string |
このコンポーネントの現在の状態: が定義されているリソース グループ内にプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、Succeeded、Deploying、Canceled、Failed が含まれます。 |
|
tags |
object |
リソース タグ |
|
type |
string |
Azure リソースタイプ |
ApplicationType
監視対象のアプリケーションの種類。
名前 | 型 | 説明 |
---|---|---|
other |
string |
|
web |
string |
FlowType
Application Insights システムによって、このコンポーネントが作成されたフローの種類を決定するために使用されます。 これは、REST API を使用してコンポーネントを作成または更新するときに、"Bluefield" に設定されます。
名前 | 型 | 説明 |
---|---|---|
Bluefield |
string |
IngestionMode
インジェストのフローを示します。
名前 | 型 | 説明 |
---|---|---|
ApplicationInsights |
string |
|
ApplicationInsightsWithDiagnosticSettings |
string |
|
LogAnalytics |
string |
PrivateLinkScopedResource
プライベート リンク スコープ リソース参照。
名前 | 型 | 説明 |
---|---|---|
ResourceId |
string |
プライベート リンク スコープ リソースの完全なリソース ID。 |
ScopeId |
string |
プライベート リンク スコープの一意の識別子。 |
RequestSource
この Application Insights コンポーネントを作成したツールについて説明します。 この API を使用しているお客様は、これを既定の 'rest' に設定する必要があります。
名前 | 型 | 説明 |
---|---|---|
rest |
string |