@itentialopensource/adapter-panorama
Version:
This adapter integrates with system described as: yourTitleHere.
1,925 lines (1,924 loc) • 112 kB
JSON
{
"swagger": "2.0",
"info": {
"description": "This is a sample description. You can find out more about the OpenAPI Specification at http://spec.openapis.org/oas/v3.0.3.",
"version": "1.0.0",
"title": "Your Title Here",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"email": "apiteam@swagger.io"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"servers": [
{
"url": "https://your.host.name.io/"
}
],
"security": [],
"paths": {
"/restapi/9.0/Objects/Addresses": {
"get": {
"summary": "get addresses",
"description": "get addresses",
"operationId": "getAddresses",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create address",
"description": "create address",
"operationId": "createAddress",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update address",
"description": "update address",
"operationId": "updateAddress",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete address",
"description": "delete address",
"operationId": "deleteAddress",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/AddressGroups": {
"get": {
"summary": "get address groups",
"description": "get addresses groups",
"operationId": "getAddressGroups",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create address group",
"description": "create address group",
"operationId": "createAddressGroup",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update address group",
"description": "update address group",
"operationId": "updateAddressGroup",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete address group",
"description": "delete address group",
"operationId": "deleteAddressGroup",
"tags": [
"Address"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/Regions": {
"get": {
"summary": "get regions",
"description": "get regions",
"operationId": "getRegions",
"tags": [
"Region"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create region",
"description": "create region",
"operationId": "createRegion",
"tags": [
"Region"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update region",
"description": "update region",
"operationId": "updateRegion",
"tags": [
"Region"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete region",
"description": "delete region",
"operationId": "deleteRegion",
"tags": [
"Region"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/Applications": {
"get": {
"summary": "get applications",
"description": "get applications",
"operationId": "getApplications",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create application",
"description": "create application",
"operationId": "createApplication",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update application",
"description": "update application",
"operationId": "updateApplication",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete application",
"description": "delete application",
"operationId": "deleteApplication",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/ApplicationGroups": {
"get": {
"summary": "get application groups",
"description": "get application groups",
"operationId": "getApplicationGroups",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create application group",
"description": "create application group",
"operationId": "createApplicationGroup",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update application group",
"description": "update application group",
"operationId": "updateApplicationGroup",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete application group",
"description": "delete application group",
"operationId": "deleteApplicationGroup",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/ApplicationFilters": {
"get": {
"summary": "get application filters",
"description": "get application filters",
"operationId": "getApplicationFilters",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create application filter",
"description": "create application filter",
"operationId": "createApplicationFilter",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update application filter",
"description": "update application filter",
"operationId": "updateApplicationFilter",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete application filter",
"description": "delete application filter",
"operationId": "deleteApplicationFilter",
"tags": [
"Application"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/Services": {
"get": {
"summary": "get services",
"description": "get services",
"operationId": "getServices",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create service",
"description": "create service",
"operationId": "createService",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update service",
"description": "update service",
"operationId": "updateService",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete service",
"description": "delete service",
"operationId": "deleteService",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/ServiceGroups": {
"get": {
"summary": "get service groups",
"description": "get service groups",
"operationId": "getServiceGroups",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create service group",
"description": "create service group",
"operationId": "createServiceGroup",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update service group",
"description": "update service group",
"operationId": "updateServiceGroup",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete service group",
"description": "delete service group",
"operationId": "deleteServiceGroup",
"tags": [
"Service"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/Tags": {
"get": {
"summary": "get tags",
"description": "get tags",
"operationId": "getTags",
"tags": [
"Tag"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create tag",
"description": "create tag",
"operationId": "createTag",
"tags": [
"Tag"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update tag",
"description": "update tag",
"operationId": "updateTag",
"tags": [
"Tag"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete tag",
"description": "delete tag",
"operationId": "deleteTag",
"tags": [
"Tag"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/AntivirusSecurityProfiles": {
"get": {
"summary": "get antivirus security profiles",
"description": "get antivirus security profiles",
"operationId": "getAntiVirusSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create antivirus security profile",
"description": "create antivirus security profile",
"operationId": "createAntiVirusSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update antivirus security profile",
"description": "update antivirus security profile",
"operationId": "updateAntiVirusSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete antivirus security profile",
"description": "delete antivirus security profile",
"operationId": "deleteAntiVirusSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/AntiSpywareSecurityProfiles": {
"get": {
"summary": "get antispyware security profiles",
"description": "get antispyware security profiles",
"operationId": "getAntiSpywareSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create antispyware security profile",
"description": "create antispyware security profile",
"operationId": "createAntiSpywareSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update antispyware security profile",
"description": "update antispyware security profile",
"operationId": "updateAntiSpywareSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete antispyware security profile",
"description": "delete antispyware security profile",
"operationId": "deleteAntiSpywareSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/VulnerabilityProtectionSecurityProfiles": {
"get": {
"summary": "get vulnerability protection security profiles",
"description": "get vulnerability protection security profiles",
"operationId": "getVulnerabilityProtectionSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create vulnerability protection security profile",
"description": "create vulnerability protection security profile",
"operationId": "createVulnerabilityProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update vulnerability protection security profile",
"description": "update vulnerability protection security profile",
"operationId": "updateVulnerabilityProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete vulnerability protection security profile",
"description": "delete vulnerability protection security profile",
"operationId": "deleteVulnerabilityProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/URLFilteringSecurityProfiles": {
"get": {
"summary": "get URL filtering security profiles",
"description": "get URL filtering security profiles",
"operationId": "getURLFilteringSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create URL filtering security profile",
"description": "create URL filtering security profile",
"operationId": "createURLFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update URL filtering security profile",
"description": "update URL filtering security profile",
"operationId": "updateURLFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete URL filtering security profile",
"description": "delete URL filtering security profile",
"operationId": "deleteURLFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/FileBlockingSecurityProfiles": {
"get": {
"summary": "get file blocking security profiles",
"description": "get file blocking security profiles",
"operationId": "getFileBlockingSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create file blocking security profile",
"description": "create file blocking security profile",
"operationId": "createFileBlockingSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update file blocking security profile",
"description": "update file blocking security profile",
"operationId": "updateFileBlockingSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete file blocking security profile",
"description": "delete file blocking security profile",
"operationId": "deleteFileBlockingSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/WildFireAnalysisSecurityProfiles": {
"get": {
"summary": "get wild fire analysis security profiles",
"description": "get wild fire analysis security profiles",
"operationId": "getWildFireAnalysisSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create wild fire analysis security profile",
"description": "create wild fire analysis security profile",
"operationId": "createWildFireAnalysisSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update wild fire analysis security profile",
"description": "update wild fire analysis security profile",
"operationId": "updateWildFireAnalysisSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete wild fire analysis security profile",
"description": "delete wild fire analysis security profile",
"operationId": "deleteWildFireAnalysisSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/DataFilteringSecurityProfiles": {
"get": {
"summary": "get data filtering security profiles",
"description": "get data filtering security profiles",
"operationId": "getDataFilteringSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create data filtering security profile",
"description": "create data filtering security profile",
"operationId": "createDataFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update data filtering security profile",
"description": "update data filtering security profile",
"operationId": "updateDataFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete data filtering security profile",
"description": "delete data filtering security profile",
"operationId": "deleteDataFilteringSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/DoSProtectionSecurityProfiles": {
"get": {
"summary": "get DoS protection security profiles",
"description": "get DoS protection security profiles",
"operationId": "getDoSProtectionSecurityProfiles",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create DoS protection security profile",
"description": "create DoS protection security profile",
"operationId": "createDoSProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update DoS protection security profile",
"description": "update DoS protection security profile",
"operationId": "updateDoSProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete DoS protection security profile",
"description": "delete DoS protection security profile",
"operationId": "deleteDoSProtectionSecurityProfile",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/CustomVulnerabilitySignatures": {
"get": {
"summary": "get custom vulnerability signatures",
"description": "get custom vulnerability signatures",
"operationId": "getCustomVulnerabilitySignatures",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create custom vulnerability signature",
"description": "create custom vulnerability signature",
"operationId": "createCustomVulnerabilitySignature",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"put": {
"summary": "update custom vulnerability signature",
"description": "update custom vulnerability signature",
"operationId": "updateCustomVulnerabilitySignature",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
},
{
"in": "body",
"name": "body",
"description": "The payload object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"delete": {
"summary": "delete custom vulnerability signature",
"description": "delete custom vulnerability signature",
"operationId": "deleteCustomVulnerabilitySignature",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
}
},
"/restapi/9.0/Objects/CustomSpywareSignatures": {
"get": {
"summary": "get custom spyware signatures",
"description": "get custom spyware signatures",
"operationId": "getCustomSpywareSignatures",
"tags": [
"Security"
],
"parameters": [
{
"in": "query",
"name": "query",
"description": "The query object",
"required": true,
"type": "object"
}
],
"responses": {
"200": {
"description": "successful operation"
}
}
},
"post": {
"summary": "create custom spyware signature",
"description": "create custom spyware signature",
"operationId": "createCustomSpywareSignature",
"tags": [
"Security"
],