READER NOTE
This API endpoint is available for version 16.8+. If the API endpoint is unavailable for you, please kindly reach out to D3 for assistance.
POST /Command/GetPlaybookTasksMetadata
Retrieve metadata of all the playbook tasks presented in a live version playbook.
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
|
Parameter Name |
Type |
Required/Optional |
Description |
|---|---|---|---|
|
Username |
|
Required |
The username of your D3 SOAR account. |
|
Site |
|
Required |
The D3 SOAR site to run the remote command. |
|
Playbook Type |
|
Required |
Identify the playbook type, which can be event, incident and codeless playbook. (Options: “Event Playbook”, “Incident Playbook”, “Integration Codeless Playbook”, or “Utility Codeless Playbook“) |
|
Playbook Name |
|
Required |
The name of the playbook from which the task metadata will be retrieved. |
|
Integration Name |
|
Optional |
The name of integration. Require if the codeless playbook is an integration codeless playbook. |