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

Initial Commit #7

Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Information

- **Version**: 1.0.0
- **Version**: 1.1.0
- **Certified**: Yes
- **Publisher**: Fortinet
- **Compatible Version**: FortiSOAR 7.6.0 and later
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sLAManagement",
"version": "1.0.0",
"version": "1.1.0",
"fsrMinCompatibility": "7.6.0",
"type": "solutionpack",
"local": true,
Expand All @@ -17,7 +17,7 @@
"publisher": "Fortinet",
"certified": "true",
"description": "The SLA Management Solution Pack automates and streamlines the tracking and managing the SLA for alerts and incidents in the FortiSOAR.",
"help": "https://github.com/fortinet-fortisoar/solution-pack-sla-management/blob/release/1.0.0/README.md",
"help": "https://github.com/fortinet-fortisoar/solution-pack-sla-management/blob/release/1.1.0/README.md",
"category": [
"FortiSOAR Essentials"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - Periodic Update Alert SLA Status",
Expand Down Expand Up @@ -299,6 +298,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "a8496747-7349-4a27-9584-c3d9c6e628ec",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - Update SLA Details",
Expand Down Expand Up @@ -306,6 +305,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "ef9acc85-0610-45f5-a0ca-fe6b06d53e0a",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - [01] Capture All SLA (Upon Create)",
Expand Down Expand Up @@ -107,6 +106,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "2855e308-a058-41a5-a9ad-1919a7629912",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - [02] Capture Ack SLA (Upon Update)",
Expand Down Expand Up @@ -466,6 +465,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "25e66494-49b4-4601-a956-f6e0c57de503",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - [03] Capture Response SLA (Upon Update)",
Expand Down Expand Up @@ -467,6 +466,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "4f9944be-4d65-485a-805c-95e4359acaa5",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - [04] Check for SLA violations",
Expand Down Expand Up @@ -140,6 +139,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "be0e2b56-664e-49b5-885f-ad345cf2dbbc",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - [05] Update Ack and Response Due dates (Post Severity Change)",
Expand Down Expand Up @@ -507,6 +506,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "54afab11-6934-4b30-9c21-db43a878d2d1",
"owners": [],
"isPrivate": false,
Expand Down
3 changes: 2 additions & 1 deletion playbooks/06 - IRP - Case Management/Fetch SLA Details.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Fetch SLA Details",
Expand Down Expand Up @@ -323,6 +322,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "45096dd1-6f64-4f86-937f-711a1054d436",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - Periodic Update Incident SLA Status",
Expand Down Expand Up @@ -302,6 +301,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "3b2b6e73-950f-47be-a112-2a2497a640a2",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [01] Capture All SLA (Upon Create)",
Expand Down Expand Up @@ -108,6 +107,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "61f02538-49c8-4af1-be30-5e9fa94e6b56",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [02] Capture Ack SLA (Upon Update)",
Expand Down Expand Up @@ -473,6 +472,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "9e14d9ea-bcd1-46d5-965e-42bdc8918a59",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [03] Capture Response SLA (Upon Update)",
Expand Down Expand Up @@ -472,6 +471,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "744ef7a0-d4b9-402d-8b42-82b8d94e8678",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [04] Check for SLA violations",
Expand Down Expand Up @@ -138,6 +137,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "2f5b3fcf-7a4c-433d-b603-1a9588153ffb",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [05] Update Response and Ack Due date (Post Severity Change)",
Expand Down Expand Up @@ -511,6 +510,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "be1940ec-a012-4dd0-9f9c-279da8787362",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [06] Check for Ack SLA violations",
Expand Down Expand Up @@ -121,6 +120,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "7d278c39-166e-4659-b28c-c979a4eb2df2",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incident - [07] Check for Response SLA violations",
Expand Down Expand Up @@ -121,6 +120,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "e0af41c5-134c-48e4-b58e-805a3f6d9a21",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Incidents - Update SLA Details",
Expand Down Expand Up @@ -302,6 +301,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "50475684-0feb-4da0-889c-7046cc6f482b",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Notify Ack SLA Violation",
Expand Down Expand Up @@ -392,6 +391,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "c293c365-bd34-4eb0-b5c5-512fc5a5297c",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Notify Response SLA Violation",
Expand Down Expand Up @@ -401,6 +400,8 @@
],
"groups": [],
"priority": null,
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "77ec3e8f-2b3a-48b9-a9cc-ac22cec3fd7c",
"owners": [],
"isPrivate": false,
Expand Down
3 changes: 2 additions & 1 deletion playbooks/06 - IRP - Case Management/Pause SLA - Alerts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Pause SLA - Alerts",
Expand Down Expand Up @@ -174,6 +173,8 @@
],
"groups": [],
"priority": "\/api\/3\/picklists\/2b563c61-ae2c-41c0-a85a-c9709585e3f2",
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "34fe4ad3-d00b-48f0-9935-2a3ab2eb1e51",
"owners": [],
"isPrivate": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"@context": "\/api\/3\/contexts\/Workflow",
"@type": "Workflow",
"triggerLimit": null,
"name": "Pause SLA - Incidents",
Expand Down Expand Up @@ -179,6 +178,8 @@
],
"groups": [],
"priority": "\/api\/3\/picklists\/2b563c61-ae2c-41c0-a85a-c9709585e3f2",
"playbookOrigin": "\/api\/3\/picklists\/b6d710a9-a8ec-41ec-8817-fe9fa062fcdd",
"isEditable": false,
"uuid": "47964c01-0b72-4da9-b126-b9f1c9351dbd",
"owners": [],
"isPrivate": false,
Expand Down