@itentialopensource/adapter-cisco_prime
Version:
This adapter integrates with system described as: cisco prime
1,722 lines • 728 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/webacs/api/v4/op/aaa/tacacsPlusServer": {
"delete": {
"tags": [
"Webacs"
],
"operationId": "deleteWebacsApiV4OpAaaTacacsPlusServer",
"description": "The parameters and request body are for method: deleteWebacsApiV4OpAaaTacacsPlusServer. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"operationSucceeded": {
"type": "boolean"
},
"resultMessage": {
"type": "string"
},
"serverHostName": {
"type": "string"
},
"serverIp": {
"type": "string"
}
}
},
"example": {
"operationSucceeded": true,
"resultMessage": "string",
"serverHostName": "string",
"serverIp": "string"
}
}
}
}
},
"parameters": [
{
"name": "serverIp",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "serverHostName",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpAaaTacacsPlusServer",
"description": "The parameters and request body are for method: getWebacsApiV4OpAaaTacacsPlusServer. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"operationSucceeded": {
"type": "boolean"
},
"resultMessage": {
"type": "string"
},
"servers": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"operationSucceeded": false,
"resultMessage": "string",
"servers": [
{},
{},
{},
{},
{},
{},
{},
{},
{}
]
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"Webacs"
],
"operationId": "postWebacsApiV4OpAaaTacacsPlusServer",
"description": "The parameters and request body are for method: postWebacsApiV4OpAaaTacacsPlusServer. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"operationSucceeded": {
"type": "boolean"
},
"resultMessage": {
"type": "string"
},
"server": {
"type": "object"
}
}
},
"example": {
"operationSucceeded": true,
"resultMessage": "string",
"server": {}
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAaaTacacsPlusServer",
"description": "The parameters and request body are for method: putWebacsApiV4OpAaaTacacsPlusServer. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"operationSucceeded": {
"type": "boolean"
},
"resultMessage": {
"type": "string"
},
"server": {
"type": "object"
}
}
},
"example": {
"operationSucceeded": true,
"resultMessage": "string",
"server": {}
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/webacs/api/v4/data/ApOnboardingProfile": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4DataApOnboardingProfile",
"description": "The parameters and request body are for method: getWebacsApiV4DataApOnboardingProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"apName": {
"type": "string"
},
"apTemplateOne": {
"type": "string"
},
"apTemplateThree": {
"type": "string"
},
"apTemplateTwo": {
"type": "string"
},
"associatedControllerName": {
"type": "string"
},
"macAddress": {
"type": "object"
},
"nextStage": {
"type": "object"
},
"profileGroup": {
"type": "string"
},
"profileMode": {
"type": "object"
},
"profileStatus": {
"type": "object"
},
"reason": {
"type": "string"
},
"serialNumber": {
"type": "string"
},
"updateTime": {
"type": "number"
}
}
},
"example": {
"apName": "string",
"apTemplateOne": "string",
"apTemplateThree": "string",
"apTemplateTwo": "string",
"associatedControllerName": "string",
"macAddress": {},
"nextStage": {},
"profileGroup": "string",
"profileMode": {},
"profileStatus": {},
"reason": "string",
"serialNumber": "string",
"updateTime": 9
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apOnboarding/profile": {
"delete": {
"tags": [
"Webacs"
],
"operationId": "deleteWebacsApiV4OpApOnboardingProfile",
"description": "The parameters and request body are for method: deleteWebacsApiV4OpApOnboardingProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"operation": {
"type": "object"
},
"results": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"operation": {},
"results": [
{},
{},
{},
{},
{},
{},
{}
]
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"post": {
"tags": [
"Webacs"
],
"operationId": "postWebacsApiV4OpApOnboardingProfile",
"description": "The parameters and request body are for method: postWebacsApiV4OpApOnboardingProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"profiles": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"profiles": [
{},
{},
{},
{},
{}
]
}
}
}
}
},
"parameters": [
{
"name": "overrideOption",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpApOnboardingProfile",
"description": "The parameters and request body are for method: putWebacsApiV4OpApOnboardingProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"apName": {
"type": "string"
},
"apTemplateOne": {
"type": "string"
},
"apTemplateThree": {
"type": "string"
},
"apTemplateTwo": {
"type": "string"
},
"associatedControllerName": {
"type": "string"
},
"profileGroup": {
"type": "string"
},
"profileId": {
"type": "number"
},
"profileMode": {
"type": "object"
}
}
},
"example": {
"apName": "string",
"apTemplateOne": "string",
"apTemplateThree": "string",
"apTemplateTwo": "string",
"associatedControllerName": "string",
"profileGroup": "string",
"profileId": 5,
"profileMode": {}
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/data/ApiHealthRecords": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4DataApiHealthRecords",
"description": "The parameters and request body are for method: getWebacsApiV4DataApiHealthRecords. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"clientIp": {
"type": "object"
},
"method": {
"type": "string"
},
"path": {
"type": "string"
},
"query": {
"type": "string"
},
"requestAcceptHeader": {
"type": "string"
},
"requestReceivedTime": {
"type": "number"
},
"responseSentTime": {
"type": "number"
},
"responseStatus": {
"type": "number"
},
"responseTime": {
"type": "number"
},
"userAgent": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"example": {
"clientIp": {},
"method": "string",
"path": "string",
"query": "string",
"requestAcceptHeader": "string",
"requestReceivedTime": 2,
"responseSentTime": 1,
"responseStatus": 8,
"responseTime": 2,
"userAgent": "string",
"username": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/data/ApiResponseTimeSummary": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4DataApiResponseTimeSummary",
"description": "The parameters and request body are for method: getWebacsApiV4DataApiResponseTimeSummary. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"average": {
"type": "number"
},
"latest": {
"type": "number"
},
"max": {
"type": "number"
},
"min": {
"type": "number"
},
"path": {
"type": "string"
}
}
},
"example": {
"average": 3,
"latest": 4,
"max": 7,
"min": 8,
"path": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apiHealth/callsPerClient": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpApiHealthCallsPerClient",
"description": "The parameters and request body are for method: getWebacsApiV4OpApiHealthCallsPerClient. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"clientIp": {
"type": "object"
},
"requestCount": {
"type": "number"
}
}
},
"example": {
"clientIp": {},
"requestCount": 4
}
}
}
}
},
"parameters": [
{
"name": "service",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apiHealth/requestCountTrend": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpApiHealthRequestCountTrend",
"description": "The parameters and request body are for method: getWebacsApiV4OpApiHealthRequestCountTrend. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"responseCount": {
"type": "number"
},
"responseStatus": {
"type": "number"
},
"startOfDay": {
"type": "number"
}
}
},
"example": {
"responseCount": 3,
"responseStatus": 3,
"startOfDay": 1
}
}
}
}
},
"parameters": [
{
"name": "service",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apiHealth/responseTimeTrend": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpApiHealthResponseTimeTrend",
"description": "The parameters and request body are for method: getWebacsApiV4OpApiHealthResponseTimeTrend. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"requestReceivedTime": {
"type": "number"
},
"responseTime": {
"type": "number"
}
}
},
"example": {
"requestReceivedTime": 1,
"responseTime": 8
}
}
}
}
},
"parameters": [
{
"name": "service",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apiHealth/serviceNameList": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpApiHealthServiceNameList",
"description": "The parameters and request body are for method: getWebacsApiV4OpApiHealthServiceNameList. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"path": {
"type": "string"
}
}
},
"example": {
"path": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apService/rxNeighbors": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpApServiceRxNeighbors",
"description": "The parameters and request body are for method: getWebacsApiV4OpApServiceRxNeighbors. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"macAddress": {
"type": "object"
},
"neighborApId": {
"type": "number"
},
"neighborApName": {
"type": "string"
},
"neighborChannel": {
"type": "number"
},
"neighborChannelBandwidth": {
"type": "string"
},
"neighborIpAddress": {
"type": "object"
},
"neighborMacAddress": {
"type": "object"
},
"neighborMapLocation": {
"type": "string"
},
"neighborRSSI": {
"type": "number"
},
"neighborSlotId": {
"type": "number"
},
"radioBand": {
"type": "string"
},
"slotId": {
"type": "number"
}
}
},
"example": {
"macAddress": {},
"neighborApId": 2,
"neighborApName": "string",
"neighborChannel": 7,
"neighborChannelBandwidth": "string",
"neighborIpAddress": {},
"neighborMacAddress": {},
"neighborMapLocation": "string",
"neighborRSSI": 2,
"neighborSlotId": 1,
"radioBand": "string",
"slotId": 3
}
}
}
}
},
"parameters": [
{
"name": "apId",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/apService/deleteById": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpApServiceDeleteById",
"description": "The parameters and request body are for method: putWebacsApiV4OpApServiceDeleteById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"failure": {
"type": "array",
"items": {
"type": "object"
}
},
"operation": {
"type": "number"
},
"success": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"failure": [
{},
{},
{},
{},
{}
],
"operation": 9,
"success": [
{},
{},
{},
{},
{},
{},
{}
]
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/webacs/api/v4/op/apService/deleteAp": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpApServiceDeleteAp",
"description": "The parameters and request body are for method: putWebacsApiV4OpApServiceDeleteAp. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"failure": {
"type": "array",
"items": {
"type": "object"
}
},
"operation": {
"type": "number"
},
"success": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"failure": [
{},
{},
{},
{},
{}
],
"operation": 1,
"success": [
{},
{},
{},
{},
{}
]
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/webacs/api/v4/op/apService/accessPoint": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpApServiceAccessPoint",
"description": "The parameters and request body are for method: putWebacsApiV4OpApServiceAccessPoint. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"jobName": {
"type": "string"
},
"jobType": {
"type": "string"
}
}
},
"example": {
"jobName": "string",
"jobType": "string"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/webacs/api/v4/op/rogueAp/classification": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpRogueApClassification",
"description": "The parameters and request body are for method: putWebacsApiV4OpRogueApClassification. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"classificationTypeAndRogueState": {
"type": "object"
},
"rogueApAlarmId": {
"type": "number"
},
"rogueApMacAddress": {
"type": "object"
}
}
},
"example": {
"classificationTypeAndRogueState": {},
"rogueApAlarmId": 7,
"rogueApMacAddress": {}
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/alarms/acknowledge": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAlarmsAcknowledge",
"description": "The parameters and request body are for method: putWebacsApiV4OpAlarmsAcknowledge. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"ids": {
"type": "number"
}
}
},
"example": {
"ids": 8
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/alarms/annotate": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAlarmsAnnotate",
"description": "The parameters and request body are for method: putWebacsApiV4OpAlarmsAnnotate. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"ids": {
"type": "number"
}
}
},
"example": {
"ids": 10
}
}
}
}
},
"parameters": [
{
"name": "note",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/alarms/clear": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAlarmsClear",
"description": "The parameters and request body are for method: putWebacsApiV4OpAlarmsClear. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"ids": {
"type": "number"
}
}
},
"example": {
"ids": 10
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/alarms/clearByEventType": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAlarmsClearByEventType",
"description": "The parameters and request body are for method: putWebacsApiV4OpAlarmsClearByEventType. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"eventType": {
"type": "string"
}
}
},
"example": {
"eventType": "string"
}
}
}
}
},
"parameters": [
{
"name": "setSeverityToInfo",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/alarms/unacknowledge": {
"put": {
"tags": [
"Webacs"
],
"operationId": "putWebacsApiV4OpAlarmsUnacknowledge",
"description": "The parameters and request body are for method: putWebacsApiV4OpAlarmsUnacknowledge. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"ids": {
"type": "number"
}
}
},
"example": {
"ids": 1
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/data/Applications": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4DataApplications",
"description": "The parameters and request body are for method: getWebacsApiV4DataApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"applicationId": {
"type": "number"
},
"applicationName": {
"type": "string"
},
"businessCritical": {
"type": "boolean"
},
"category": {
"type": "string"
},
"encrypted": {
"type": "string"
},
"engineId": {
"type": "string"
},
"modified": {
"type": "number"
},
"outOfBox": {
"type": "boolean"
},
"p2p": {
"type": "string"
},
"selector": {
"type": "number"
},
"serviceGroup": {
"type": "array",
"items": {
"type": "object"
}
},
"subcategory": {
"type": "string"
},
"tunnel": {
"type": "string"
}
}
},
"example": {
"applicationId": 6,
"applicationName": "string",
"businessCritical": false,
"category": "string",
"encrypted": "string",
"engineId": "string",
"modified": 6,
"outOfBox": false,
"p2p": "string",
"selector": 1,
"serviceGroup": [
{},
{},
{},
{},
{},
{}
],
"subcategory": "string",
"tunnel": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/data/CliTemplate": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4DataCliTemplate",
"description": "The parameters and request body are for method: getWebacsApiV4DataCliTemplate. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"author": {
"type": "string"
},
"configContainerId": {
"type": "number"
},
"content": {
"type": "string"
},
"createdOn": {
"type": "number"
},
"deployCount": {
"type": "number"
},
"deployJobCount": {
"type": "number"
},
"description": {
"type": "string"
},
"deviceType": {
"type": "string"
},
"lastDeployTime": {
"type": "number"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"tags": {
"type": "string"
},
"templateId": {
"type": "number"
},
"userTags": {
"type": "array",
"items": {
"type": "object"
}
},
"variable": {
"type": "array",
"items": {
"type": "object"
}
},
"version": {
"type": "string"
}
}
},
"example": {
"author": "string",
"configContainerId": 5,
"content": "string",
"createdOn": 7,
"deployCount": 9,
"deployJobCount": 3,
"description": "string",
"deviceType": "string",
"lastDeployTime": 6,
"name": "string",
"path": "string",
"tags": "string",
"templateId": 1,
"userTags": [
{},
{},
{}
],
"variable": [
{},
{},
{}
],
"version": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/cliTemplateConfiguration/deleteTemplate": {
"delete": {
"tags": [
"Webacs"
],
"operationId": "deleteWebacsApiV4OpCliTemplateConfigurationDeleteTemplate",
"description": "The parameters and request body are for method: deleteWebacsApiV4OpCliTemplateConfigurationDeleteTemplate. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"templateName": {
"type": "string"
}
}
},
"example": {
"templateName": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/cliTemplateConfiguration/folder": {
"delete": {
"tags": [
"Webacs"
],
"operationId": "deleteWebacsApiV4OpCliTemplateConfigurationFolder",
"description": "The parameters and request body are for method: deleteWebacsApiV4OpCliTemplateConfigurationFolder. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"folderFQN": {
"type": "string"
}
}
},
"example": {
"folderFQN": "string"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpCliTemplateConfigurationFolder",
"description": "The parameters and request body are for method: getWebacsApiV4OpCliTemplateConfigurationFolder. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"folderFQN": {
"type": "string"
},
"groupId": {
"type": "number"
}
}
},
"example": {
"folderFQN": "string",
"groupId": 8
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/webacs/api/v4/op/cliTemplateConfiguration/deviceTypes": {
"get": {
"tags": [
"Webacs"
],
"operationId": "getWebacsApiV4OpCliTemplateConfigurationDeviceTypes",
"description": "The parameters and request body are for method: getWebacsApiV4OpCliTemplateConfigurationDeviceTypes. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"deviceTypes": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"example": {
"deviceTypes": [
{},
{},
{},
{},
{},
{},
{}
]
}
}
}
}
},
"requestBody": {
"content": {
"application/jso