Response message for installing integration.
| JSON representation |
|---|
{ "identifier" : string , "contentPackItemType" : enum ( |
| Fields | |
|---|---|
identifier
|
Output only. The unique ID of the content pack item. |
contentPackItemType
|
Output only. Enum type of item |
contentPackItemInstallationStatus
|
Output only. Enum type of installation status |
ContentPackItemType
content pack item type enum
| Enums | |
|---|---|
CONTENT_PACK_ITEM_TYPE_UNSPECIFIED
|
Unspecified content pack item type |
INTEGRATION
|
Integration content pack item type |
TEST_CASE
|
Test case content pack item type |
PLAYBOOK
|
Playbook content pack item type |
CONNECTOR_INSTANCE
|
Connector instance content pack item type |
ContentPackItemInstallationStatus
Item installation status enum
| Enums | |
|---|---|
CONTENT_PACK_ITEM_INSTALLATION_STATUS_UNSPECIFIED
|
Unspecified content pack item installation status |
SUCCESS
|
Installation status is success |
ERROR
|
Installation status is error |

