UNPKG

@itentialopensource/adapter-accedian_skylight_vision

Version:

This adapter integrates with system described as: accedianSkylightVision.

1,959 lines (1,958 loc) 63.7 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/Search/{type}": { "get": { "tags": [ "Search" ], "operationId": "searchNetworkElement", "description": "The parameters and request body are for method: searchNetworkElement. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "type", "in": "path", "required": true, "schema": { "title": "type", "type": "string" } }, { "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": {} } } } } }, "/Search": { "get": { "tags": [ "Search" ], "operationId": "listSearchObjects", "description": "The parameters and request body are for method: listSearchObjects. 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": {} } } } } }, "/Search/Inventory/managedObject/{type}": { "get": { "tags": [ "InventorySearch" ], "operationId": "searchManagedObject", "description": "The parameters and request body are for method: searchManagedObject. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "type", "in": "path", "required": true, "schema": { "title": "type", "type": "string" } }, { "name": "query", "in": "query", "required": false, "schema": { "type": "object" } }, { "name": "query", "in": "query", "required": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "required": true, "schema": { "type": "string" } }, { "name": "limit", "in": "query", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Search/Inventory/networkElements": { "post": { "tags": [ "InventorySearch" ], "operationId": "searchNetworkElements", "description": "The parameters and request body are for method: searchNetworkElements. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "limit", "in": "query", "required": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "required": true, "schema": { "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/System/version": { "get": { "tags": [ "System" ], "operationId": "getSystemVersion", "description": "The parameters and request body are for method: getSystemVersion. 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": {} } } } } }, "/System/keepalive": { "get": { "tags": [ "System" ], "operationId": "keepalive", "description": "The parameters and request body are for method: keepalive. 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": {} } } } } }, "/System/time/timezone": { "get": { "tags": [ "System" ], "operationId": "getSystemTimezone", "description": "The parameters and request body are for method: getSystemTimezone. 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": {} } } } } }, "/System/time": { "get": { "tags": [ "System" ], "operationId": "getSystemTime", "description": "The parameters and request body are for method: getSystemTime. 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": {} } } } } }, "/System/time/timezone/offset": { "get": { "tags": [ "System" ], "operationId": "getSystemTimezoneOffset", "description": "The parameters and request body are for method: getSystemTimezoneOffset. 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": {} } } } } }, "/CliScript": { "post": { "tags": [ "CLIScript" ], "operationId": "createCLIScript", "description": "The parameters and request body are for method: createCLIScript. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/CliScript/{id}": { "put": { "tags": [ "CLIScript" ], "operationId": "updateCLIScript", "description": "The parameters and request body are for method: updateCLIScript. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "CLIScript" ], "operationId": "getCLIScript", "description": "The parameters and request body are for method: getCLIScript. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "CLIScript" ], "operationId": "deleteCLIScript", "description": "The parameters and request body are for method: deleteCLIScript. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigFlowExecutor/{id}/param": { "post": { "tags": [ "ConfigFlowExecutor" ], "operationId": "setConfigFlowExecutorParam", "description": "The parameters and request body are for method: setConfigFlowExecutorParam. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/ConfigFlowExecutor/{id}/start": { "post": { "tags": [ "ConfigFlowExecutor" ], "operationId": "startConfigFlowExecutor", "description": "The parameters and request body are for method: startConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigFlowExecutor/{id}/stop": { "post": { "tags": [ "ConfigFlowExecutor" ], "operationId": "stopConfigFlowExecutor", "description": "The parameters and request body are for method: stopConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigFlowExecutor": { "post": { "tags": [ "ConfigFlowExecutor" ], "operationId": "createConfigFlowExecutor", "description": "The parameters and request body are for method: createConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/ConfigFlowExecutor/{id}/assign": { "post": { "tags": [ "ConfigFlowExecutor" ], "operationId": "assignConfigFlowExecutor", "description": "The parameters and request body are for method: assignConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/ConfigFlowExecutor/{id}": { "put": { "tags": [ "ConfigFlowExecutor" ], "operationId": "updateConfigFlowExecutor", "description": "The parameters and request body are for method: updateConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "ConfigFlowExecutor" ], "operationId": "getConfigFlowExecutor", "description": "The parameters and request body are for method: getConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "ConfigFlowExecutor" ], "operationId": "deleteConfigFlowExecutor", "description": "The parameters and request body are for method: deleteConfigFlowExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigFlowProfile/{id}": { "get": { "tags": [ "ConfigFlowProfile" ], "operationId": "getConfigFlowProfile", "description": "The parameters and request body are for method: getConfigFlowProfile. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigJob/{id}": { "get": { "tags": [ "ConfigJob" ], "operationId": "getConfigJob", "description": "The parameters and request body are for method: getConfigJob. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigJobExecutor/{id}": { "get": { "tags": [ "ConfigJobExecutor" ], "operationId": "getConfigJobExecutor", "description": "The parameters and request body are for method: getConfigJobExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigJobExecutor/{id}/start": { "post": { "tags": [ "ConfigJobExecutor" ], "operationId": "startConfigJobExecutor", "description": "The parameters and request body are for method: startConfigJobExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/ConfigJobExecutor/{id}/stop": { "post": { "tags": [ "ConfigJobExecutor" ], "operationId": "stopConfigJobExecutor", "description": "The parameters and request body are for method: stopConfigJobExecutor. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Configuration/authenticationConfig": { "post": { "tags": [ "Configuration" ], "operationId": "setAuthenticationController", "description": "The parameters and request body are for method: setAuthenticationController. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "Configuration" ], "operationId": "getAuthenticationConfiguration", "description": "The parameters and request body are for method: getAuthenticationConfiguration. 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": {} } } } } }, "/Dataset/{id}": { "get": { "tags": [ "Dataset" ], "operationId": "getDataset", "description": "The parameters and request body are for method: getDataset. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Dataset" ], "operationId": "updateDataset", "description": "The parameters and request body are for method: updateDataset. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "Dataset" ], "operationId": "deleteDataset", "description": "The parameters and request body are for method: deleteDataset. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Dataset": { "post": { "tags": [ "Dataset" ], "operationId": "createDataset", "description": "The parameters and request body are for method: createDataset. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/Inventory/managedObject/{type}/{id}/{embeddedType}/{embeddedId}": { "get": { "tags": [ "Inventory" ], "operationId": "getEmbeddedManagedObject", "description": "The parameters and request body are for method: getEmbeddedManagedObject. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "type", "in": "path", "required": true, "schema": { "title": "type", "type": "string" } }, { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } }, { "name": "embeddedType", "in": "path", "required": true, "schema": { "title": "embeddedType", "type": "string" } }, { "name": "embeddedId", "in": "path", "required": true, "schema": { "title": "embeddedId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Inventory/managedObject/{type}/{id}": { "get": { "tags": [ "Inventory" ], "operationId": "getManagedObjectByTypeId", "description": "The parameters and request body are for method: getManagedObjectByTypeId. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "type", "in": "path", "required": true, "schema": { "title": "type", "type": "string" } }, { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Inventory/managedObject/{dn}": { "get": { "tags": [ "Inventory" ], "operationId": "getManagedObjectByDN", "description": "The parameters and request body are for method: getManagedObjectByDN. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dn", "in": "path", "required": true, "schema": { "title": "dn", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/Inventory/networkElement/{id}": { "post": { "tags": [ "Inventory" ], "operationId": "getManagedObjectNetworkElement", "description": "The parameters and request body are for method: getManagedObjectNetworkElement. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/NECredential/{id}": { "put": { "tags": [ "NECredential" ], "operationId": "updateNECredential", "description": "The parameters and request body are for method: updateNECredential. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "get": { "tags": [ "NECredential" ], "operationId": "getNECredential", "description": "The parameters and request body are for method: getNECredential. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "delete": { "tags": [ "NECredential" ], "operationId": "deleteNECredential", "description": "The parameters and request body are for method: deleteNECredential. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NECredential": { "post": { "tags": [ "NECredential" ], "operationId": "createNECredential", "description": "The parameters and request body are for method: createNECredential. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/NEInterface/{id}": { "get": { "tags": [ "NEInterface" ], "operationId": "getInterface", "description": "The parameters and request body are for method: getInterface. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NEPort/{id}": { "get": { "tags": [ "NEPortInventory" ], "operationId": "getPort", "description": "The parameters and request body are for method: getPort. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NetworkElement/{id}/directCommand": { "post": { "tags": [ "NetworkElement" ], "operationId": "sendCommandToNetworkElement", "description": "The parameters and request body are for method: sendCommandToNetworkElement. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/NetworkElement/{id}/resynch": { "post": { "tags": [ "NetworkElement" ], "operationId": "networkElementResynch", "description": "The parameters and request body are for method: networkElementResynch. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NetworkElement/{id}/addSubtend/{serial}": { "post": { "tags": [ "NetworkElement" ], "operationId": "addElementSubtendSerial", "description": "The parameters and request body are for method: addElementSubtendSerial. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } }, { "name": "serial", "in": "path", "required": true, "schema": { "title": "serial", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NetworkElement/{id}/inventory": { "get": { "tags": [ "NetworkElement" ], "operationId": "getNetworkElementInventory", "description": "The parameters and request body are for method: getNetworkElementInventory. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id", "in": "path", "required": true, "schema": { "title": "id", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/NetworkElement/{id}/manage": { "post": { "tags": [ "NetworkElement" ], "operationId": "manageNetworkElement", "description": "The parameters and request body are for method: manageNetworkElement. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "id",