@itentialopensource/adapter-panorama
Version:
This adapter integrates with system described as: yourTitleHere.
1,816 lines • 153 kB
JSON
{
"openapi": "3.0.0",
"info": {
"title": "Your Title Here",
"description": "This is a sample description. You can find out more about the OpenAPI Specification at http://spec.openapis.org/oas/v3.0.3.",
"contact": {
"email": "apiteam@swagger.io"
},
"version": "1.0.0"
},
"servers": [
{
"url": "https://{defaultHost}",
"variables": {
"defaultHost": {
"default": "www.example.com"
}
}
}
],
"paths": {
"/restapi/9.0/Objects/AntivirusSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getAntiVirusSecurityProfiles",
"description": "get antivirus security profiles",
"operationId": "getAntiVirusSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createAntiVirusSecurityProfile",
"description": "create antivirus security profile",
"operationId": "createAntiVirusSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateAntiVirusSecurityProfile",
"description": "update antivirus security profile",
"operationId": "updateAntiVirusSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteAntiVirusSecurityProfile",
"description": "delete antivirus security profile",
"operationId": "deleteAntiVirusSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/AntiSpywareSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getAntiSpywareSecurityProfiles",
"description": "get antispyware security profiles",
"operationId": "getAntiSpywareSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createAntiSpywareSecurityProfile",
"description": "create antispyware security profile",
"operationId": "createAntiSpywareSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateAntiSpywareSecurityProfile",
"description": "update antispyware security profile",
"operationId": "updateAntiSpywareSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteAntiSpywareSecurityProfile",
"description": "delete antispyware security profile",
"operationId": "deleteAntiSpywareSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/VulnerabilityProtectionSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getVulnerabilityProtectionSecurityProfiles",
"description": "get vulnerability protection security profiles",
"operationId": "getVulnerabilityProtectionSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createVulnerabilityProtectionSecurityProfile",
"description": "create vulnerability protection security profile",
"operationId": "createVulnerabilityProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateVulnerabilityProtectionSecurityProfile",
"description": "update vulnerability protection security profile",
"operationId": "updateVulnerabilityProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteVulnerabilityProtectionSecurityProfile",
"description": "delete vulnerability protection security profile",
"operationId": "deleteVulnerabilityProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/URLFilteringSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getURLFilteringSecurityProfiles",
"description": "get URL filtering security profiles",
"operationId": "getURLFilteringSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createURLFilteringSecurityProfile",
"description": "create URL filtering security profile",
"operationId": "createURLFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateURLFilteringSecurityProfile",
"description": "update URL filtering security profile",
"operationId": "updateURLFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteURLFilteringSecurityProfile",
"description": "delete URL filtering security profile",
"operationId": "deleteURLFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/FileBlockingSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getFileBlockingSecurityProfiles",
"description": "get file blocking security profiles",
"operationId": "getFileBlockingSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createFileBlockingSecurityProfile",
"description": "create file blocking security profile",
"operationId": "createFileBlockingSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateFileBlockingSecurityProfile",
"description": "update file blocking security profile",
"operationId": "updateFileBlockingSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteFileBlockingSecurityProfile",
"description": "delete file blocking security profile",
"operationId": "deleteFileBlockingSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/WildFireAnalysisSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getWildFireAnalysisSecurityProfiles",
"description": "get wild fire analysis security profiles",
"operationId": "getWildFireAnalysisSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createWildFireAnalysisSecurityProfile",
"description": "create wild fire analysis security profile",
"operationId": "createWildFireAnalysisSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateWildFireAnalysisSecurityProfile",
"description": "update wild fire analysis security profile",
"operationId": "updateWildFireAnalysisSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteWildFireAnalysisSecurityProfile",
"description": "delete wild fire analysis security profile",
"operationId": "deleteWildFireAnalysisSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/DataFilteringSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getDataFilteringSecurityProfiles",
"description": "get data filtering security profiles",
"operationId": "getDataFilteringSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createDataFilteringSecurityProfile",
"description": "create data filtering security profile",
"operationId": "createDataFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateDataFilteringSecurityProfile",
"description": "update data filtering security profile",
"operationId": "updateDataFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteDataFilteringSecurityProfile",
"description": "delete data filtering security profile",
"operationId": "deleteDataFilteringSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/DoSProtectionSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getDoSProtectionSecurityProfiles",
"description": "get DoS protection security profiles",
"operationId": "getDoSProtectionSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createDoSProtectionSecurityProfile",
"description": "create DoS protection security profile",
"operationId": "createDoSProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateDoSProtectionSecurityProfile",
"description": "update DoS protection security profile",
"operationId": "updateDoSProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteDoSProtectionSecurityProfile",
"description": "delete DoS protection security profile",
"operationId": "deleteDoSProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/CustomVulnerabilitySignatures": {
"get": {
"tags": [
"Security"
],
"summary": "getCustomVulnerabilitySignatures",
"description": "get custom vulnerability signatures",
"operationId": "getCustomVulnerabilitySignatures",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createCustomVulnerabilitySignature",
"description": "create custom vulnerability signature",
"operationId": "createCustomVulnerabilitySignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateCustomVulnerabilitySignature",
"description": "update custom vulnerability signature",
"operationId": "updateCustomVulnerabilitySignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteCustomVulnerabilitySignature",
"description": "delete custom vulnerability signature",
"operationId": "deleteCustomVulnerabilitySignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/CustomSpywareSignatures": {
"get": {
"tags": [
"Security"
],
"summary": "getCustomSpywareSignatures",
"description": "get custom spyware signatures",
"operationId": "getCustomSpywareSignatures",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createCustomSpywareSignature",
"description": "create custom spyware signature",
"operationId": "createCustomSpywareSignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateCustomSpywareSignature",
"description": "update custom spyware signature",
"operationId": "updateCustomSpywareSignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteCustomSpywareSignature",
"description": "delete custom spyware signature",
"operationId": "deleteCustomSpywareSignature",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/CustomURLCategories": {
"get": {
"tags": [
"Security"
],
"summary": "getCustomURLCategories",
"description": "get custom URL categories",
"operationId": "getCustomURLCategories",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createCustomURLCategory",
"description": "create custom URL category",
"operationId": "createCustomURLCategory",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateCustomURLCategory",
"description": "update custom URL category",
"operationId": "updateCustomURLCategory",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteCustomURLCategory",
"description": "delete custom URL category",
"operationId": "deleteCustomURLCategory",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/GTPProtectionSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getGTPProtectionSecurityProfiles",
"description": "get GTP protection security profiles",
"operationId": "getGTPProtectionSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createGTPProtectionSecurityProfile",
"description": "create GTP protection security profile",
"operationId": "createGTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateGTPProtectionSecurityProfile",
"description": "update GTP protection security profile",
"operationId": "updateGTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteGTPProtectionSecurityProfile",
"description": "delete GTP protection security profile",
"operationId": "deleteGTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restapi/9.0/Objects/SCTPProtectionSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"summary": "getSCTPProtectionSecurityProfiles",
"description": "get SCTP protection security profiles",
"operationId": "getSCTPProtectionSecurityProfiles",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"post": {
"tags": [
"Security"
],
"summary": "createSCTPProtectionSecurityProfile",
"description": "create SCTP protection security profile",
"operationId": "createSCTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"put": {
"tags": [
"Security"
],
"summary": "updateSCTPProtectionSecurityProfile",
"description": "update SCTP protection security profile",
"operationId": "updateSCTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"requestBody": {
"description": "The payload object",
"content": {
"text/plain": {
"schema": {
"type": "object",
"description": "The payload object"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
},
"delete": {
"tags": [
"Security"
],
"summary": "deleteSCTPProtectionSecurityProfile",
"description": "delete SCTP protection security profile",
"operationId": "deleteSCTPProtectionSecurityProfile",
"parameters": [
{
"name": "query",
"in": "query",
"description": "The query object",
"required": true,
"style": "form",
"explode": true,
"schema": {
"type": "object"
}
}
],
"responses": {
"200": {
"description": "successful operation",
"headers": {}
}
},
"deprecated": false
}
},
"/restap