UNPKG

@itentialopensource/adapter-cisco_acs

Version:

This adapter integrates with system described as: Cisco ACS.

262 lines 6.72 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/Common/AcsVersion": { "get": { "tags": [ "Common" ], "operationId": "getACSVersion", "description": "The parameters and request body are for method: getACSVersion. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Identity/User": { "get": { "tags": [ "Identity" ], "operationId": "getAllUsers", "description": "The parameters and request body are for method: getAllUsers. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "post": { "tags": [ "Identity" ], "operationId": "createUser", "description": "The parameters and request body are for method: createUser. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "string" }, "example": "user" } } } } }, "/NetworkDevice/Device": { "get": { "tags": [ "NetworkDevice" ], "operationId": "getAllNetworkDevices", "description": "The parameters and request body are for method: getAllNetworkDevices. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "post": { "tags": [ "NetworkDevice" ], "operationId": "createNetworkDevice", "description": "The parameters and request body are for method: createNetworkDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "string" }, "example": "xmlin" } } } }, "put": { "tags": [ "NetworkDevice" ], "operationId": "updateNetworkDevice", "description": "The parameters and request body are for method: updateNetworkDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "string" }, "example": "xmlin" } } } } }, "/NetworkDevice/Device/id/{deviceid}": { "delete": { "tags": [ "NetworkDevice" ], "operationId": "deleteNetworkDevice", "description": "The parameters and request body are for method: deleteNetworkDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Query/NetworkDevice/op/query": { "put": { "tags": [ "Query" ], "operationId": "queryNetworkDevices", "description": "The parameters and request body are for method: queryNetworkDevices. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "string" }, "example": "filter" } } } } } }, "components": { "schemas": {} } }