Product Package - Get
カタログから識別子でパッケージを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/contentProductPackages/{packageId}?api-version=2025-09-01
URI パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
package
|
path | True |
string |
パッケージ ID |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
リソース グループの名前。 名前は大文字と小文字が区別されます。 |
|
subscription
|
path | True |
string (uuid) |
ターゲット サブスクリプションの ID。 値は UUID である必要があります。 |
|
workspace
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$ |
ワークスペースの名前。 |
|
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 200 OK |
[OK] |
|
| Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
| 名前 | 説明 |
|---|---|
| user_impersonation | ユーザー アカウントを偽装する |
例
Get a package.
要求のサンプル
GET https://management.azure.com/subscriptions/d0cfeab2-9ae0-4464-9919-dccaee2e48f0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/contentProductPackages/str.azure-sentinel-solution-str?api-version=2025-09-01
応答のサンプル
{
"id": "/subscriptions/d0cfeab2-9ae0-4464-9919-dccaee2e48f0/resourceGroups/myRg/providers/Microsoft.OperationalIinsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/contentProductPackages/str.azure-sentinel-solution-str",
"name": "str.azure-sentinel-solution-str",
"type": "Microsoft.SecurityInsights/contentproductpackages",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"contentId": "str.azure-sentinel-solution-str",
"contentProductId": "str.azure-sentinel-solution-str-sl-igl6jawr4gwmu",
"contentKind": "Solution",
"installedVersion": "2.0.0",
"version": "2.0.0",
"displayName": "str",
"source": {
"kind": "Solution",
"name": "str",
"sourceId": "str.azure-sentinel-solution-str"
},
"author": {
"name": "Microsoft",
"email": "support@microsoft.com"
},
"support": {
"tier": "Microsoft",
"name": "Microsoft Corporation",
"email": "support@microsoft.com",
"link": "https://support.microsoft.com/"
},
"dependencies": {
"criteria": [
{
"contentId": "strDataConnector",
"kind": "DataConnector",
"version": "2.0.0"
},
{
"contentId": "str-Parser",
"kind": "Parser",
"version": "2.0.0"
}
],
"operator": "AND"
},
"providers": [
"Microsoft"
],
"categories": {
"domains": [
"Security - Cloud Security"
],
"verticals": null
},
"firstPublishDate": "2022-04-01",
"packageContent": "JSON string of the package"
},
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2020-04-27T21:53:29.0928001Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-04-27T21:53:29.0928001Z"
}
}
定義
| 名前 | 説明 |
|---|---|
|
Cloud |
エラー応答構造。 |
|
Cloud |
エラーの詳細。 |
|
created |
リソースを作成した ID の種類。 |
| flag |
フラグは、これが新しく発行されたパッケージであるかどうかを示します。 |
| kind |
依存するコンテンツ項目のタイプ |
|
metadata |
コンテンツ項目の発行元または作成者。 |
|
metadata |
ソリューション コンテンツ項目の ies |
|
metadata |
コンテンツ項目の依存関係、機能するために必要な他のコンテンツ項目。 再帰的/ネストされた構造を使用して、より複雑な依存関係を記述できます。 単一の依存関係の場合、id / kind / versionを指定するか、複雑な依存関係の演算子/基準を指定できます。 |
|
metadata |
コンテンツ項目の元のソース、その元。 |
|
metadata |
コンテンツ項目のサポート情報。 |
| operator |
基準配列の依存関係のリストに使用される演算子。 |
|
package |
パッケージの種類 |
|
product |
Azure Security Insights のパッケージを表します。 |
|
source |
コンテンツのソースタイプ |
|
support |
コンテンツ項目のサポートの種類 |
|
system |
リソースの作成と最後の変更に関連するメタデータ。 |
CloudError
エラー応答構造。
| 名前 | 型 | 説明 |
|---|---|---|
| error |
エラーデータ |
CloudErrorBody
エラーの詳細。
| 名前 | 型 | 説明 |
|---|---|---|
| code |
string |
エラーの識別子。 コードは不変であり、プログラムで使用することを目的としています。 |
| message |
string |
ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。 |
createdByType
リソースを作成した ID の種類。
| 値 | 説明 |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
flag
フラグは、これが新しく発行されたパッケージであるかどうかを示します。
| 値 | 説明 |
|---|---|
| true | |
| false |
kind
依存するコンテンツ項目のタイプ
| 値 | 説明 |
|---|---|
| DataConnector | |
| DataType | |
| Workbook | |
| WorkbookTemplate | |
| Playbook | |
| PlaybookTemplate | |
| AnalyticsRuleTemplate | |
| AnalyticsRule | |
| HuntingQuery | |
| InvestigationQuery | |
| Parser | |
| Watchlist | |
| WatchlistTemplate | |
| Solution | |
| AzureFunction | |
| LogicAppsCustomConnector | |
| AutomationRule | |
| ResourcesDataConnector |
コードレス コネクタ プラットフォーム (CCP) コネクタ |
| Notebook |
Jupyterノートブックス |
| Standalone |
コミュニティの貢献者によって提供された 1 回限りの/スタンドアロンのコンテンツ |
| SummaryRule |
集計ルールでは、バッチ処理が、Log Analytics ワークスペースで直接実行されます。 |
metadataAuthor
コンテンツ項目の発行元または作成者。
| 名前 | 型 | 説明 |
|---|---|---|
|
string |
著者の連絡先の電子メール |
|
| link |
string |
作成者/ベンダー ページのリンク |
| name |
string |
著者の名前。 会社または個人。 |
metadataCategories
ソリューション コンテンツ項目の ies
| 名前 | 型 | 説明 |
|---|---|---|
| domains |
string[] |
ソリューション コンテンツ アイテムのドメイン |
| verticals |
string[] |
ソリューション コンテンツ項目の業種 |
metadataDependencies
コンテンツ項目の依存関係、機能するために必要な他のコンテンツ項目。 再帰的/ネストされた構造を使用して、より複雑な依存関係を記述できます。 単一の依存関係の場合、id / kind / versionを指定するか、複雑な依存関係の演算子/基準を指定できます。
| 名前 | 型 | 説明 |
|---|---|---|
| contentId |
string |
依存するコンテンツ項目の ID |
| criteria |
これは、AND/OR 演算子に従って満たす必要がある依存関係のリストです |
|
| kind |
依存するコンテンツ項目のタイプ |
|
| name |
string |
コンテンツ項目の名前 |
| operator |
基準配列の依存関係のリストに使用される演算子。 |
|
| version |
string |
依存するコンテンツ項目のバージョン。 空白、*、または欠落して、任意のバージョンが依存関係を満たすことを示すことができます。 バージョンが定義した数値形式と一致しない場合は、完全に一致する必要があります。 |
metadataSource
コンテンツ項目の元のソース、その元。
| 名前 | 型 | 説明 |
|---|---|---|
| kind |
コンテンツのソースタイプ |
|
| name |
string |
コンテンツソースの名前。 リポジトリ名、ソリューション名、LA ワークスペース名など。 |
| sourceId |
string |
コンテンツソースの ID。 ソリューション ID、ワークスペース ID など |
metadataSupport
コンテンツ項目のサポート情報。
| 名前 | 型 | 説明 |
|---|---|---|
|
string |
サポート連絡先の電子メール |
|
| link |
string |
サポートヘルプのリンク、チケットを開くためのサポートページなど。 |
| name |
string |
サポート連絡先の名前。 会社または個人。 |
| tier |
コンテンツ項目のサポートの種類 |
operator
基準配列の依存関係のリストに使用される演算子。
| 値 | 説明 |
|---|---|
| AND | |
| OR |
packageKind
パッケージの種類
| 値 | 説明 |
|---|---|
| Solution | |
| Standalone |
productPackageModel
Azure Security Insights のパッケージを表します。
| 名前 | 型 | 説明 |
|---|---|---|
| etag |
string |
Azure リソースの Etag |
| id |
string (arm-id) |
リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| name |
string |
リソースの名前 |
| properties.author |
パッケージの作成者 |
|
| properties.categories |
パッケージのカテゴリ |
|
| properties.contentId |
string |
パッケージのコンテンツ ID |
| properties.contentKind |
パッケージの種類 |
|
| properties.contentProductId |
string |
コンテンツの一意の ID。 パッケージの contentId、contentKind、contentVersion に基づいて生成する必要があります |
| properties.contentSchemaVersion |
string |
コンテンツスキーマのバージョン。 |
| properties.dependencies |
パッケージのサポート層 |
|
| properties.description |
string |
パッケージの説明 |
| properties.displayName |
string |
パッケージの表示名 |
| properties.firstPublishDate |
string (date) |
最初の公開日パッケージ項目 |
| properties.icon |
string |
アイコン識別子。 この ID は、後でコンテンツメタデータから取得できます |
| properties.installedVersion |
string |
インストールされているパッケージのバージョンは、null または absent は、インストールされていないことを意味します。 |
| properties.isDeprecated |
フラグは、このテンプレートが非推奨であるかどうかを示します |
|
| properties.isFeatured |
フラグは、このパッケージが注目リストに含まれるかどうかを示します。 |
|
| properties.isNew |
フラグは、これが新しく発行されたパッケージであるかどうかを示します。 |
|
| properties.isPreview |
フラグは、このパッケージがプレビュー段階であるかどうかを示します。 |
|
| properties.lastPublishDate |
string (date) |
パッケージ アイテムの最終公開日 |
| properties.metadataResourceId |
string (arm-id) |
メタデータ・リソース ID。 |
| properties.packagedContent |
object |
デプロイする ARM テンプレートの json。 拡張。 |
| properties.providers |
string[] |
パッケージ品目のプロバイダー |
| properties.publisherDisplayName |
string |
パッケージの発行元表示名 |
| properties.source |
パッケージのソース |
|
| properties.support |
パッケージのサポート層 |
|
| properties.threatAnalysisTactics |
string[] |
リソースがカバーする戦術 |
| properties.threatAnalysisTechniques |
string[] |
リソースがカバーする手法は、使用されている戦術と一致する必要があります |
| properties.version |
string |
パッケージの最新バージョン番号 |
| systemData |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
| type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
sourceKind
コンテンツのソースタイプ
| 値 | 説明 |
|---|---|
| LocalWorkspace | |
| Community | |
| Solution | |
| SourceRepository |
supportTier
コンテンツ項目のサポートの種類
| 値 | 説明 |
|---|---|
| Microsoft | |
| Partner | |
| Community |
systemData
リソースの作成と最後の変更に関連するメタデータ。
| 名前 | 型 | 説明 |
|---|---|---|
| createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC)。 |
| createdBy |
string |
リソースを作成した ID。 |
| createdByType |
リソースを作成した ID の種類。 |
|
| lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
| lastModifiedBy |
string |
リソースを最後に変更した ID。 |
| lastModifiedByType |
リソースを最後に変更した ID の種類。 |