Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test playbook fixes #27627

Merged
merged 3 commits into from
Jun 22, 2023
Merged
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id: Test XDR Playbook general commands
version: -1
version: 5
vcShouldKeepItemLegacyProdMachine: false
name: Test XDR Playbook general commands
starttaskid: "0"
tasks:
Expand Down Expand Up @@ -1370,7 +1371,7 @@ tasks:
{
"position": {
"x": 162.5,
"y": 6990
"y": 6980
}
}
note: false
Expand Down Expand Up @@ -1414,10 +1415,10 @@ tasks:
isautoswitchedtoquietmode: false
"43":
id: "43"
taskid: a1da1fa8-1531-48ce-8f0e-debeddbac2f4
taskid: f41e82db-437a-47fa-88a1-4e424a0fd178
type: condition
task:
id: a1da1fa8-1531-48ce-8f0e-debeddbac2f4
id: f41e82db-437a-47fa-88a1-4e424a0fd178
version: -1
name: Verify Outputs
description: Verify Outputs
Expand All @@ -1431,14 +1432,11 @@ tasks:
conditions:
- label: "yes"
condition:
- - operator: containsGeneral
- - operator: isNotEmpty
left:
value:
simple: PaloAltoNetworksXDR.AuditAgentReports.ENDPOINTNAME
iscontext: true
right:
value:
simple: ip-172-31-15-237.eu-central-1.compute.internal
- - operator: isNotEmpty
left:
value:
Expand Down Expand Up @@ -1466,10 +1464,10 @@ tasks:
isautoswitchedtoquietmode: false
"44":
id: "44"
taskid: 85d56b77-4b86-4f37-8560-865c5defbea1
taskid: 6642f602-df92-4b46-8e82-b2606b0a6302
type: regular
task:
id: 85d56b77-4b86-4f37-8560-865c5defbea1
id: 6642f602-df92-4b46-8e82-b2606b0a6302
version: -1
name: xdr-get-audit-agent-reports
description: xdr-get-audit-agent-reports
Expand All @@ -1481,12 +1479,8 @@ tasks:
'#none#':
- "43"
scriptarguments:
endpoint_names:
simple: ip-172-31-15-237.eu-central-1.compute.internal
limit:
simple: "5"
result:
simple: Success
retry-count:
simple: "3"
retry-interval:
Expand Down