Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 122 additions & 0 deletions Packs/Test_PR/Playbooks/playbook-Test_PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
contentitemexportablefields:
contentitemfields:
definitionid: ""
fromServerVersion: ""
itemVersion: ""
packID: c6a98467-b3cc-4b1a-8870-c75b5d65c061
packName: Test_PR
prevname: ""
propagationLabels:
- all
toServerVersion: ""
id: 18993e8f-d503-4066-89d4-d6544d3e06d4
inputs: []
name: Test_PR
outputs: []
quiet: true
starttaskid: "0"
tasks:
"0":
continueonerrortype: ""
id: "0"
ignoreworker: false
isautoswitchedtoquietmode: false
isoversize: false
nexttasks:
'#none#':
- "1"
note: false
quietmode: 0
separatecontext: false
skipunavailable: false
task:
brand: ""
id: 7b0c5ed2-ac1b-40fe-816b-0774e6526465
iscommand: false
name: ""
version: -1
taskid: 7b0c5ed2-ac1b-40fe-816b-0774e6526465
timertriggers: []
type: start
view: |-
{
"position": {
"x": 450,
"y": 40
}
}
"1":
continueonerrortype: ""
id: "1"
ignoreworker: false
isautoswitchedtoquietmode: false
isoversize: false
nexttasks:
'#none#':
- "2"
note: false
quietmode: 0
scriptarguments:
value:
simple: test
separatecontext: false
skipunavailable: false
task:
brand: ""
description: Prints text to war room (Markdown supported)
id: 64295bc1-25c3-403b-8bc5-8aadbe7f0fd9
iscommand: false
name: print
scriptName: Print
type: regular
version: -1
taskid: 64295bc1-25c3-403b-8bc5-8aadbe7f0fd9
timertriggers: []
type: regular
view: |-
{
"position": {
"x": 450,
"y": 230
}
}
"2":
continueonerrortype: ""
id: "2"
ignoreworker: false
isautoswitchedtoquietmode: false
isoversize: false
note: false
quietmode: 0
separatecontext: false
skipunavailable: false
task:
brand: ""
id: a274d338-7883-413b-87c4-c9db1c35cd24
iscommand: false
name: end
type: title
version: -1
taskid: a274d338-7883-413b-87c4-c9db1c35cd24
timertriggers: []
type: title
view: |-
{
"position": {
"x": 450,
"y": 440
}
}
version: -1
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 465,
"width": 380,
"x": 450,
"y": 40
}
}
}
2 changes: 2 additions & 0 deletions Packs/Test_PR/Scripts/Test_PR/Test_PR.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401
27 changes: 27 additions & 0 deletions Packs/Test_PR/Scripts/Test_PR/Test_PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
commonfields:
id: 566280db-d19f-4aef-8eff-bcac6295e7b8
version: -1
contentitemexportablefields:
contentitemfields:
definitionid: ""
fromServerVersion: ""
itemVersion: ""
packID: c6a98467-b3cc-4b1a-8870-c75b5d65c061
packName: Test_PR
prevname: ""
propagationLabels:
- all
toServerVersion: ""
dockerimage: demisto/python3:3.10.10.48392
enabled: true
engineinfo: {}
mainengineinfo: {}
name: Test_PR
pswd: ""
runas: DBotWeakRole
runonce: false
script: ''
scripttarget: 0
subtype: python3
tags: []
type: python
81 changes: 81 additions & 0 deletions Packs/Test_PR/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"id": "c6a98467-b3cc-4b1a-8870-c75b5d65c061",
"version": 0,
"cacheVersn": 0,
"modified": "0001-01-01T00:00:00Z",
"packID": "",
"packName": "",
"itemVersion": "",
"fromServerVersion": "",
"toServerVersion": "",
"definitionId": "",
"vcShouldIgnore": false,
"vcShouldKeepItemLegacyProdMachine": false,
"commitMessage": "",
"shouldCommit": false,
"currentVersion": "",
"name": "Test_PR",
"description": "",
"updated": "0001-01-01T00:00:00Z",
"created": "2023-03-14T08:01:48.823605977Z",
"support": "internalContribution",
"author": "Admin",
"authorImage": "",
"supportDetails": {
"url": "",
"email": ""
},
"beta": false,
"deprecated": false,
"certification": "none",
"serverMinVersion": "",
"serverMaxVersion": "",
"general": null,
"tags": null,
"rawTags": null,
"categories": null,
"contentItems": {
"integration": null,
"automation": null,
"incidentfield": null,
"incidenttype": null,
"indicatorfield": null,
"reputation": null,
"report": null,
"dashboard": null,
"playbook": null,
"classifier": null,
"layoutscontainer": null,
"widget": null,
"list": null,
"generictype": null,
"genericfield": null,
"wizard": null
},
"contentItemTypes": null,
"integrations": null,
"useCases": null,
"rawUseCases": null,
"keywords": null,
"rawKeywords": null,
"dependencies": {
"CommonScripts": {
"mandatory": true,
"minVersion": "1.11.46",
"name": "Common Scripts",
"certification": "certified",
"author": "Cortex XSOAR"
}
},
"legacy": false,
"price": 0,
"premium": false,
"installMessage": "",
"versionInfo": "",
"eulaLink": "",
"previewOnly": false,
"downloads": 0,
"searchRank": 0,
"videos": null,
"prevName": ""
}