ContentPackItemInstallationResponse

Response message for installing integration.

JSON representation
{"identifier":string,"contentPackItemType":enum (ContentPackItemType),"contentPackItemInstallationStatus":enum (ContentPackItemInstallationStatus),"installationOutputMessage":string}
Fields
identifier

string

Output only. The unique ID of the content pack item.

contentPackItemType

enum (ContentPackItemType)

Output only. Enum type of item

contentPackItemInstallationStatus

enum (ContentPackItemInstallationStatus)

Output only. Enum type of installation status

installationOutputMessage

string

Output only. The installation output message

ContentPackItemType

content pack item type enum

Enums
CONTENT_PACK_ITEM_TYPE_UNSPECIFIEDUnspecified content pack item type
INTEGRATIONIntegration content pack item type
TEST_CASETest case content pack item type
PLAYBOOKPlaybook content pack item type
CONNECTOR_INSTANCEConnector instance content pack item type

ContentPackItemInstallationStatus

Item installation status enum

Enums
CONTENT_PACK_ITEM_INSTALLATION_STATUS_UNSPECIFIEDUnspecified content pack item installation status
SUCCESSInstallation status is success
ERRORInstallation status is error

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-02 UTC.