-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmsazure.json
More file actions
1 lines (1 loc) · 2.02 KB
/
msazure.json
File metadata and controls
1 lines (1 loc) · 2.02 KB
1
{"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": {"type": "string", "metadata": {"description": "Enter name of your Zscaler Custom URL Category"}}, "variables": {"azuresentinel": "[concat('azuresentinel-', parameters('PlaybookName'))]"}, "resources": {"type": "Microsoft.Logic/workflows", "apiVersion": "2017-07-01", "name": "[parameters('PlaybookName')]", "location": "[resourceGroup().location]", "properties": {}}, "metadata": {"comments": "This playbook will pull domains from Sentinel Incidents and add them to a Zscaler Custom URL Category of your choice.", "author": "Accelerynt"}, "swagger": "2.0", "info": {"title": "IP-API", "description": "IP-API Geolocation API", "version": "1.0"}, "paths": {"get": {"responses": {"default": {"description": "default", "schema": {"type": "object", "properties": {"query": {"type": "string", "description": "query"}, "status": {"type": "string", "description": "status"}, "country": {"type": "string", "description": "country"}, "countryCode": {"type": "string", "description": "countryCode"}, "region": {"type": "string", "description": "region"}, "regionName": {"type": "string", "description": "regionName"}, "city": {"type": "string", "description": "city"}, "zip": {"type": "string", "description": "zip"}, "lat": {"type": "number", "format": "float", "description": "lat"}, "lon": {"type": "number", "format": "float", "description": "lon"}, "timezone": {"type": "string", "description": "timezone"}, "isp": {"type": "string", "description": "isp"}, "org": {"type": "string", "description": "org"}, "as": {"type": "string", "description": "as"}}}}}, "summary": "Query IP", "operationId": "Query", "parameters": [{"name": "ipaddress", "in": "path", "required": true, "type": "string"}]}}, "definitions": {}, "securityDefinitions": {}, "security": {"basic_auth": {}}, "host": "<server>.<domain>", "basePath": "/rest/orgs/<orgid>", "schemes": ["https"], "consumes": {}, "produces": {}, "responses": {}, "tags": {}, "outputs": {}}