@itentialopensource/adapter-panorama
Version:
This adapter integrates with system described as: yourTitleHere.
1,994 lines (1,993 loc) • 524 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/Objects/Addresses": {
"get": {
"tags": [
"Address"
],
"operationId": "getAddresses",
"description": "The parameters and request body are for method: getAddresses. Same endpoint also used in methods:<br> getLocations (location : string)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Address"
],
"operationId": "createAddress",
"description": "The parameters and request body are for method: createAddress. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Address"
],
"operationId": "updateAddress",
"description": "The parameters and request body are for method: updateAddress. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Address"
],
"operationId": "deleteAddress",
"description": "The parameters and request body are for method: deleteAddress. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/AddressGroups": {
"get": {
"tags": [
"Address"
],
"operationId": "getAddressGroups",
"description": "The parameters and request body are for method: getAddressGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Address"
],
"operationId": "createAddressGroup",
"description": "The parameters and request body are for method: createAddressGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Address"
],
"operationId": "updateAddressGroup",
"description": "The parameters and request body are for method: updateAddressGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Address"
],
"operationId": "deleteAddressGroup",
"description": "The parameters and request body are for method: deleteAddressGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/Regions": {
"get": {
"tags": [
"Region"
],
"operationId": "getRegions",
"description": "The parameters and request body are for method: getRegions. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Region"
],
"operationId": "createRegion",
"description": "The parameters and request body are for method: createRegion. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Region"
],
"operationId": "updateRegion",
"description": "The parameters and request body are for method: updateRegion. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Region"
],
"operationId": "deleteRegion",
"description": "The parameters and request body are for method: deleteRegion. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/Applications": {
"get": {
"tags": [
"Application"
],
"operationId": "getApplications",
"description": "The parameters and request body are for method: getApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Application"
],
"operationId": "createApplication",
"description": "The parameters and request body are for method: createApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Application"
],
"operationId": "updateApplication",
"description": "The parameters and request body are for method: updateApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Application"
],
"operationId": "deleteApplication",
"description": "The parameters and request body are for method: deleteApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/ApplicationGroups": {
"get": {
"tags": [
"Application"
],
"operationId": "getApplicationGroups",
"description": "The parameters and request body are for method: getApplicationGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Application"
],
"operationId": "createApplicationGroup",
"description": "The parameters and request body are for method: createApplicationGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Application"
],
"operationId": "updateApplicationGroup",
"description": "The parameters and request body are for method: updateApplicationGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Application"
],
"operationId": "deleteApplicationGroup",
"description": "The parameters and request body are for method: deleteApplicationGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/ApplicationFilters": {
"get": {
"tags": [
"Application"
],
"operationId": "getApplicationFilters",
"description": "The parameters and request body are for method: getApplicationFilters. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Application"
],
"operationId": "createApplicationFilter",
"description": "The parameters and request body are for method: createApplicationFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Application"
],
"operationId": "updateApplicationFilter",
"description": "The parameters and request body are for method: updateApplicationFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Application"
],
"operationId": "deleteApplicationFilter",
"description": "The parameters and request body are for method: deleteApplicationFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/Services": {
"get": {
"tags": [
"Service"
],
"operationId": "getServices",
"description": "The parameters and request body are for method: getServices. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Service"
],
"operationId": "createService",
"description": "The parameters and request body are for method: createService. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Service"
],
"operationId": "updateService",
"description": "The parameters and request body are for method: updateService. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Service"
],
"operationId": "deleteService",
"description": "The parameters and request body are for method: deleteService. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/ServiceGroups": {
"get": {
"tags": [
"Service"
],
"operationId": "getServiceGroups",
"description": "The parameters and request body are for method: getServiceGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Service"
],
"operationId": "createServiceGroup",
"description": "The parameters and request body are for method: createServiceGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Service"
],
"operationId": "updateServiceGroup",
"description": "The parameters and request body are for method: updateServiceGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Service"
],
"operationId": "deleteServiceGroup",
"description": "The parameters and request body are for method: deleteServiceGroup. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/Tags": {
"get": {
"tags": [
"Tag"
],
"operationId": "getTags",
"description": "The parameters and request body are for method: getTags. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Tag"
],
"operationId": "createTag",
"description": "The parameters and request body are for method: createTag. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Tag"
],
"operationId": "updateTag",
"description": "The parameters and request body are for method: updateTag. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Tag"
],
"operationId": "deleteTag",
"description": "The parameters and request body are for method: deleteTag. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/AntivirusSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"operationId": "getAntiVirusSecurityProfiles",
"description": "The parameters and request body are for method: getAntiVirusSecurityProfiles. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Security"
],
"operationId": "createAntiVirusSecurityProfile",
"description": "The parameters and request body are for method: createAntiVirusSecurityProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Security"
],
"operationId": "updateAntiVirusSecurityProfile",
"description": "The parameters and request body are for method: updateAntiVirusSecurityProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Security"
],
"operationId": "deleteAntiVirusSecurityProfile",
"description": "The parameters and request body are for method: deleteAntiVirusSecurityProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/Objects/AntiSpywareSecurityProfiles": {
"get": {
"tags": [
"Security"
],
"operationId": "getAntiSpywareSecurityProfiles",
"description": "The parameters and request body are for method: getAntiSpywareSecurityProfiles. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "query",
"in": "query",
"required": false,
"schema": {
"type": "object"
}
},
{
"name": "theparams",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}