Resource: ContentPack
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. ContentPack - Chronicle SOAR Content Pack.
JSON representation |
---|
{ "name": string, "title": string, "categories": [ string ], "description": string, "videoUri": string, "uploader": string, "integrations": [ { object ( |
Fields | |
---|---|
name |
Identifier. The unique name(ID) of the content pack. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/content-packs/{content-pack} |
title |
Output only. The title of the content pack, limited to 200 characters. |
categories[] |
Output only. Categories used for filtering. Each category name is limited to 50 characters. |
description |
Output only. Provides a detailed description of the content-pack, suitable for display in a list view. Limited to 200 characters. |
videoUri |
Output only. URL of e video associated with this content pack. Must be a valid URL with a maximum length of 2048 characters. |
uploader |
Output only. The uploader of the content pack, might not be a registered user of the platform. |
integrations[] |
Output only. The integrations of the content pack |
connectorDefinitions[] |
Output only. The connectors definitions of the content pack |
connectorInstances[] |
Output only. The connectors instances of the content pack |
testCases[] |
Output only. The test cases of the content pack |
playbooks[] |
Output only. The playbooks of the content pack |
detectionRules[] |
Output only. The detection rules of the content pack |
searchQueries[] |
Output only. The search query records of the content pack |
dashboards[] |
Output only. The dashboards records of the content pack |
type |
Output only. Enum type of content pack |
identifier |
Output only. The identifier of the content pack. |
ruleSets[] |
Output only. The rule sets of the content pack |
custom |
Output only. Determines if the content-pack is custom or commercial. |
highlighted |
Output only. Represent if the content pack is marked as highlighted. Used by a client. |
ontology |
Output only. Represents if Content Pack has ontology |
conflicts |
Output only. Represents if Content Pack has ontology conflicts |
deployed |
Output only. Represents if Content Pack is deployed |
preInstallationGuidance |
Output only. a guidance for the customer before installing the content pack. |
postInstallationGuidance |
Output only. a guidance for the customer after installing the content pack. |
community |
Output only. Represents if Content Pack is available in community |
image |
Output only. The image of the content pack. |
ContentPackIntegrationItem
ContentPackIntegrationItem - Represents an integration item of a content pack.
JSON representation |
---|
{ "id": string, "title": string, "version": string, "custom": boolean, "iconSvg": string, "ontology": boolean, "conflicts": boolean } |
Fields | |
---|---|
id |
Output only. The unique ID of the content pack item. |
title |
Output only. The display name of the item |
version |
Output only. Represents the integration version |
custom |
Output only. Represent if the content item is custom or commercial |
iconSvg |
Output only. SVG icon for representation, limited to 1MB. |
ontology |
Output only. Represents if integration has ontology |
conflicts |
Output only. Represents if integration ontology has conflicts |
ContentPackItem
ContentPackItem - Represents a content pack item.
JSON representation |
---|
{ "id": string, "title": string, "custom": boolean } |
Fields | |
---|---|
id |
Output only. The unique ID of the content pack item. |
title |
Output only. The display name of the item |
custom |
Output only. Represent if the content item is custom or commercial |
ContentPackType
content pack type enum
Enums | |
---|---|
CONTENT_PACK_TYPE_UNSPECIFIED |
Unspecified content pack type |
SOAR_LEGACY |
Soar legacy content pack |
SEC_OPS_USE_CASE |
SecOps use case content pack |
PRODUCT |
Product content pack |
ONBOARDING |
Onboarding content pack |
Methods |
|
---|---|
|
Create a ContentPack. |
|
Align Playbooks from a Content Pack. |
|
Delete a ContentPack. |
|
Install Connector Instances from a Content Pack. |
|
Install Playbooks from a Content Pack. |
|
Install test cases. |
|
Export Content Pack. |
|
Get a ContentPack. |
|
Install integration. |
|
Lists ContentPacks. |
|
Mark Content Pack as deployed. |
|
Import Content Pack. |