Skip to content

Commit

Permalink
Add Marketplaces (#1534)
Browse files Browse the repository at this point in the history
* add marketplaces to pack metadata

* add marketplaces to yml
  • Loading branch information
BEAdi authored Apr 11, 2024
1 parent f370ce2 commit 3433d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/yaml-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ An explanation of these fields is as follows:
Integration parameters may be hidden from the XSOAR UI, using the optional `hidden` field.

- To hide the parameter in all marketplaces (XSOAR, XSIAM), use a boolean `true`.
- To hide the parameter in specific content marketplace versions, provide list of marketplace version names (e.g. `xsoar` or `marketplacev2` for XSIAM)
- To hide the parameter in all marketplaces (XSOAR, XSOAR_SAAS, XSOAR_ON_PREM, XSIAM), use a boolean `true`.
- To hide the parameter in specific content marketplace versions, provide list of marketplace version names (e.g. `xsoar` (XSOAR 6 and XSOAR 8), `xsoar_on_prem` (XSOAR 6), `xsoar_saas` (XSOAR 8), `marketplacev2` (XSIAM) or `xpanse` (XPANSE))

## Script

Expand Down
2 changes: 1 addition & 1 deletion docs/packs/packs-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following fields are populated in the pack metadata:
| `created` | `String` | Pack creation time in ISO 8601 format - YYYY-MM-DDTHH:mm:ssZ, e.g. 2020-01-25T10:00:00Z |
| `useCases` | `List` | Use cases implemented by the pack. The list of approved use cases can be found [here](https://github.com/demisto/content/blob/master/Tests/Marketplace/approved_usecases.json). |
| `keywords` | `List` | List of strings by which the pack can be found in Cortex XSOAR marketplace. |
| `marketplaces` | `List` | List of marketplaces in which the pack can be found. Possible values are `xsoar` (XSOAR) and `marketplacev2` (XSIAM). |
| `marketplaces` | `List` | List of marketplaces in which the pack can be found. Possible values are `xsoar` (XSOAR 6 and XSOAR 8), `xsoar_on_prem` (XSOAR 6), `xsoar_saas` (XSOAR 8), `marketplacev2` (XSIAM) and `xpanse` (XPANSE). |
| `hidden` | `Boolean` | (Optional) Whether to hide the pack from Marketplace. Updates to this pack will not be published to Marketplace and the pack cannot be installed. |
| `dependencies` | `Dictionary` | (Optional) An object that describes the content packs that the pack is dependant on. Should be kept empty on pack creation, as it is calculated by Cortex XSOAR content infrastructure. |
| `displayedImages` | `List` | (Optional) Images to be displayed in Cortex XSOAR Marketplace. Should be kept empty on pack creation, as it is calculated by Cortex XSOAR content infrastructure. |
Expand Down

0 comments on commit 3433d2b

Please sign in to comment.