Wolken ITSM
This Integration is part of the Wolken ITSM Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Use The Wolken IT Service Management (ITSM) solution to modernize the way you manage and deliver services to your users. This integration was integrated and tested with version 1.0.0 of Wolken ITSM
Configure Wolken ITSM in Cortex#
| Parameter | Required |
|---|---|
| Server URL (e.g. api-brdcmitsmbst.wolkenservicedesk.com) | True |
| API Key | True |
| Client Id | True |
| Service Account | True |
| Domain | True |
| Trust any certificate (not secure) | False |
| Use system proxy settings | False |
| Refresh Token | True |
Commands#
You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
wolken-add-internal-notes#
Used to add Internal Notes in the specified incident
Base Command#
wolken-add-internal-notes
Input#
| Argument Name | Description | Required |
|---|---|---|
| incidentId | pass incidentId. | Required |
| Notes | Pass Internal Notes. | Required |
Context Output#
| Path | Type | Description |
|---|---|---|
| Wolken.UpdateIncidents.status | String | |
| Wolken.UpdateIncidents.message | String |
Command Example#
Human Readable Output#
wolken-get-access-token#
Use to get access token and save it in integration context . Refresh Token saved in integration context will be used to create new access token after expiration.
Base Command#
wolken-get-access-token
Input#
| Argument Name | Description | Required |
|---|
Context Output#
| Path | Type | Description |
|---|---|---|
| Wolken.Token.access_token | String | |
| Wolken.Token.token_type | String | |
| Wolken.Token.refresh_token | String | |
| Wolken.Token.expires_in | Number | |
| Wolken.Token.scope | String |
Command Example#
Human Readable Output#
wolken-post-api-v1-incidents-add-attachments#
Add Attachment to the specified Incident Id using entry Id
Base Command#
wolken-post-api-v1-incidents-add-attachments
Input#
| Argument Name | Description | Required |
|---|---|---|
| incidentId | Pass Incident Id. | Required |
| file_name | Pass file name required to add in the incident. | Optional |
| file_type | Pass file type required to add in the incident. | Optional |
| file_entryId | Pass file entry Id required to add in the incident. | Optional |
Context Output#
| Path | Type | Description |
|---|---|---|
| Wolken.UpdateIncidents.status | String | |
| Wolken.UpdateIncidents.message | String |
Command Example#
Human Readable Output#
wolken-post-api-v1-incidents-by-incident-id#
Update an existing incident
Base Command#
wolken-post-api-v1-incidents-by-incident-id
Input#
| Argument Name | Description | Required |
|---|---|---|
| incidentId | Pass Incident Id. | Required |
| SourceId | Pass incident 2Update object. | Required |
| Subject | Pass the subject of the incident. | Required |
| Description | Pass the description of the incident. | Required |
Context Output#
| Path | Type | Description |
|---|---|---|
| Wolken.UpdateIncidents.status | String | |
| Wolken.UpdateIncidents.message | String |
Command Example#
Human Readable Output#
wolken-put-api-v1-incidents-cancel#
Cancel an Incident
Base Command#
wolken-put-api-v1-incidents-cancel
Input#
| Argument Name | Description | Required |
|---|---|---|
| incidentId | Pass Incident Id. | Required |
| Description | Pass description for incident Cancellation. | Required |
Context Output#
| Path | Type | Description |
|---|---|---|
| Wolken.UpdateIncidents.status | String | |
| Wolken.UpdateIncidents.message | String |