Skip to content

Commit

Permalink
added metadata and images to playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvenkatesha committed Nov 21, 2024
1 parent 7858a56 commit ca2ed5e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"title": "Illumio Get Ven Details Playbook",
"description": "This playbook leverages Illumio workloads API to enrich IP, Hostname and Labels, found in Microsoft Sentinel alerts. <img src=\"https://raw.githubusercontent.com/illumio-shield/Azure-Sentinel/illumio-sentinel-playbook/Solutions/IllumioSaaS/Playbooks/Illumio-Get-Ven-Details/images/illumio-get-ven-details-playbook.png\"/>.",
"prerequisites": [
"To use this playbook, ensure that you have valid API key and secret, org id and pce fqdn. Ensure that you deploy the template with the required context."
],
"postDeployment": [
"After deployment open the playbook in edit mode and configure/authorize all connections and press save. <img src=\"https://raw.githubusercontent.com/illumio-shield/Azure-Sentinel/illumio-sentinel-playbook/Solutions/IllumioSaaS/Playbooks/Illumio-Get-Ven-Details/images/illumio-get-ven-details-playbook.png\"/>"
],
"prerequisitesDeployTemplateFile": "",
"lastUpdateTime": "2024-11-21T00:00:00.000Z",
"entities": [
"ip",
"host"
],
"tags": [ "Enrichment" ],
"support": {
"tier": "Partner"
},
"author": {
"name": "Illumio"
},
"releaseNotes": [
{
"version": "1.0",
"title": "Illumio Get Ven Details",
"notes": [ "Initial version" ]
}
]
},
"parameters": {
"PlaybookName": {
"defaultValue": "Illumio-Ven-Details",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"title": "Illumio Containment Switch Playbook",
"description": "This playbook leverages Illumio workloads API to contain and isolate a workload based on user inputs. <img src=\"https://raw.githubusercontent.com/illumio-shield/Azure-Sentinel/illumio-sentinel-playbook/Solutions/IllumioSaaS/Playbooks/Illumio-Port-Blocking-Switch/images/illumio-port-blocking-switch-playbook.png\"/>.",
"prerequisites": [
"To use this playbook, ensure that you have valid API key and secret, org id and pce fqdn. Ensure that you deploy the template with the required context."
],
"postDeployment": [
"After deployment open the playbook in edit mode and configure/authorize all connections and press save. <img src=\"https://raw.githubusercontent.com/illumio-shield/Azure-Sentinel/illumio-sentinel-playbook/Solutions/IllumioSaaS/Playbooks/Illumio-Port-Blocking-Switch/images/illumio-port-blocking-switch-playbook.png\"/>"
],
"prerequisitesDeployTemplateFile": "",
"lastUpdateTime": "2024-11-21T00:00:00.000Z",
"entities": [

],
"tags": [ "Remediation" ],
"support": {
"tier": "Partner"
},
"author": {
"name": "Illumio"
},
"releaseNotes": [
{
"version": "1.0",
"title": "Illumio Containment Switch",
"notes": [ "Initial version" ]
}
]
},
"parameters": {
"PlaybookName": {
"defaultValue": "Illumio-Port-Blocking-Switch",
Expand Down

0 comments on commit ca2ed5e

Please sign in to comment.