@itentialopensource/adapter-accedian_skylight
Version:
This adapter integrates with system described as: accedianSkylight.
1,942 lines (1,941 loc) • 344 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/endpoint": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getEndpoints",
"description": "The parameters and request body are for method: getEndpoints. 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": {}
}
}
}
}
},
"/endpoint/{id}": {
"delete": {
"tags": [
"Endpoint"
],
"operationId": "deleteEndpoint",
"description": "The parameters and request body are for method: deleteEndpoint. 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": {}
}
}
}
}
},
"/endpoint/{id}/description": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "alterEndpointDescription",
"description": "The parameters and request body are for method: alterEndpointDescription. 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",
"properties": {
"description": {
"type": "string"
}
}
},
"example": {
"description": "description"
}
}
}
}
}
},
"/endpoint/{id}/endpointhead": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getEndpointInformation",
"description": "The parameters and request body are for method: getEndpointInformation. 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": {}
}
}
}
}
},
"/endpoint/{id}/name": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "changeNameOfEndpoint",
"description": "The parameters and request body are for method: changeNameOfEndpoint. 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",
"properties": {
"name": {
"type": "string"
}
}
},
"example": {
"name": "name"
}
}
}
}
}
},
"/endpoint/{id}/operate": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "operationOnEndpoint",
"description": "The parameters and request body are for method: operationOnEndpoint. 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",
"properties": {
"action": {
"type": "string"
}
}
},
"example": {
"action": "action"
}
}
}
}
}
},
"/endpoint/type/{type}": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getInformationOnEndpointsByType",
"description": "The parameters and request body are for method: getInformationOnEndpointsByType. 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"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/endpoint/reflector": {
"post": {
"tags": [
"Endpoint"
],
"operationId": "createNewReflectorEndpoint",
"description": "The parameters and request body are for method: createNewReflectorEndpoint. 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"
}
}
}
}
}
},
"/endpoint/reflector/{id}": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getReflectorEndpointByName",
"description": "The parameters and request body are for method: getReflectorEndpointByName. 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": {}
}
}
}
}
},
"/endpoint/reflector/{id}/address": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "changeIpAddressUnmanagedEndpoint",
"description": "The parameters and request body are for method: changeIpAddressUnmanagedEndpoint. 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",
"properties": {
"ipAddress": {
"type": "string"
}
}
},
"example": {
"ipAddress": "ipAddress"
}
}
}
}
}
},
"/endpoint/reflector/{id}/capability": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "changeCapabilityUnmanagedEndpoint",
"description": "The parameters and request body are for method: changeCapabilityUnmanagedEndpoint. 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",
"properties": {
"capabilities": {
"type": "string"
}
}
},
"example": {
"capabilities": "capabilities"
}
}
}
}
}
},
"/endpoint/reflector/{id}/mac": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getReflectorEndpointByMAC",
"description": "The parameters and request body are for method: getReflectorEndpointByMAC. 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": {}
}
}
}
}
},
"/endpoint/reflector/{id}/twampcp": {
"put": {
"tags": [
"Endpoint"
],
"operationId": "changeTwampControlProtocolSettings",
"description": "The parameters and request body are for method: changeTwampControlProtocolSettings. 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",
"properties": {
"twampCp": {
"type": "string"
}
}
},
"example": {
"twampCp": "twampCp"
}
}
}
}
},
"delete": {
"tags": [
"Endpoint"
],
"operationId": "deleteTwampCp",
"description": "The parameters and request body are for method: deleteTwampCp. 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": {}
}
}
}
}
},
"/endpoint/supervision": {
"post": {
"tags": [
"Endpoint"
],
"operationId": "createSupervisonEndpoint",
"description": "The parameters and request body are for method: createSupervisonEndpoint. 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"
}
}
}
}
}
},
"/endpoint/supervision/{id}": {
"get": {
"tags": [
"Endpoint"
],
"operationId": "getSupervisionEndpointByName",
"description": "The parameters and request body are for method: getSupervisionEndpointByName. 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": {}
}
}
}
}
},
"/session": {
"get": {
"tags": [
"Session"
],
"operationId": "getSessionInformation",
"description": "The parameters and request body are for method: getSessionInformation. 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": {}
}
}
}
}
},
"/session/{id}": {
"delete": {
"tags": [
"Session"
],
"operationId": "deleteSession",
"description": "The parameters and request body are for method: deleteSession. 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": {}
}
}
}
}
},
"/session/{id}/description": {
"put": {
"tags": [
"Session"
],
"operationId": "alterSessionDescription",
"description": "The parameters and request body are for method: alterSessionDescription. 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",
"properties": {
"description": {
"type": "string"
}
}
},
"example": {
"description": "description"
}
}
}
}
}
},
"/session/{id}/head": {
"get": {
"tags": [
"Session"
],
"operationId": "getSessionHeadInformationByName",
"description": "The parameters and request body are for method: getSessionHeadInformationByName. 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": {}
}
}
}
}
},
"/session/{id}/lastrr": {
"get": {
"tags": [
"Session"
],
"operationId": "getSessionLastRR",
"description": "The parameters and request body are for method: getSessionLastRR. 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": {}
}
}
}
}
},
"/session/{id}/name": {
"put": {
"tags": [
"Session"
],
"operationId": "alterTerminatedNotResolvedSessionName",
"description": "The parameters and request body are for method: alterTerminatedNotResolvedSessionName. 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"
}
}
}
}
}
},
"/session/{id}/operate": {
"put": {
"tags": [
"Session"
],
"operationId": "operationOnSession",
"description": "The parameters and request body are for method: operationOnSession. 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",
"properties": {
"action": {
"type": "string"
}
}
},
"example": {
"action": "action"
}
}
}
}
}
},
"/session/{id}/stream": {
"put": {
"tags": [
"Session"
],
"operationId": "alterTerminatedNotResolvedSessionStream",
"description": "The parameters and request body are for method: alterTerminatedNotResolvedSessionStream. 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",
"properties": {
"stream": {
"type": "string"
}
}
},
"example": {
"stream": "stream"
}
}
}
}
}
},
"/session/echo": {
"post": {
"tags": [
"Session"
],
"operationId": "createEchoSession",
"description": "The parameters and request body are for method: createEchoSession. 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"
}
}
}
}
}
},
"/session/echo/{id}": {
"get": {
"tags": [
"Session"
],
"operationId": "getEchoSessionInformation",
"description": "The parameters and request body are for method: getEchoSessionInformation. 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": {}
}
}
}
}
},
"/session/ethoam": {
"post": {
"tags": [
"Session"
],
"operationId": "createEthOamSession",
"description": "The parameters and request body are for method: createEthOamSession. 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"
}
}
}
}
}
},
"/session/ethoam/{id}": {
"get": {
"tags": [
"Session"
],
"operationId": "getEthOamSessionInformation",
"description": "The parameters and request body are for method: getEthOamSessionInformation. 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": {}
}
}
}
}
},
"/session/twamp": {
"post": {
"tags": [
"Session"
],
"operationId": "createTWAMPSession",
"description": "The parameters and request body are for method: createTWAMPSession. 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"
}
}
}
}
}
},
"/session/twamp/{id}": {
"get": {
"tags": [
"Session"
],
"operationId": "getTWAMPSessionInformation",
"description": "The parameters and request body are for method: getTWAMPSessionInformation. 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": {}
}
}
}
}
},
"/sla": {
"post": {
"tags": [
"Sla"
],
"operationId": "createSLA",
"description": "The parameters and request body are for method: createSLA. 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": [
"Sla"
],
"operationId": "getSLAs",
"description": "The parameters and request body are for method: getSLAs. 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": {}
}
}
}
}
},
"/sla/{id}": {
"delete": {
"tags": [
"Sla"
],
"operationId": "deleteSLA",
"description": "The parameters and request body are for method: deleteSLA. 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": {}
}
}
}
}
},
"/sla/{id}/session": {
"put": {
"tags": [
"Sla"
],
"operationId": "putSessionReferenceToSLA",
"description": "The parameters and request body are for method: putSessionReferenceToSLA. 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",
"properties": {
"sessionRef": {
"type": "string"
}
}
},
"example": {
"sessionRef": "sessionRef"
}
}
}
}
},
"get": {
"tags": [
"Sla"
],
"operationId": "getSessionReferencesForSLA",
"description": "The parameters and request body are for method: getSessionReferencesForSLA. 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": {}
}
}
}
}
},
"/sla/{id}/session/{ref}": {
"delete": {
"tags": [
"Sla"
],
"operationId": "deleteSessionReferenceFromSLA",
"description": "The parameters and request body are for method: deleteSessionReferenceFromSLA. 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": "ref",
"in": "path",
"required": true,
"schema": {
"title": "ref",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/version": {
"get": {
"tags": [
"Version"
],
"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": {}
}
}
}
}
},
"/orchestrate/v3/agents": {
"get": {
"tags": [
"AgentServiceV3"
],
"operationId": "getApiOrchestrateV3Agents",
"description": "The parameters and request body are for method: getApiOrchestrateV3Agents. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"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": {}
}
}
}
}
},
"/orchestrate/v3/agents/{agentId}": {
"get": {
"tags": [
"AgentServiceV3"
],
"operationId": "getApiOrchestrateV3AgentsAgentId",
"description": "The parameters and request body are for method: getApiOrchestrateV3AgentsAgentId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",
"in": "path",
"required": true,
"schema": {
"title": "agentId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"delete": {
"tags": [
"AgentServiceV3"
],
"operationId": "deleteApiOrchestrateV3AgentsAgentId",
"description": "The parameters and request body are for method: deleteApiOrchestrateV3AgentsAgentId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",
"in": "path",
"required": true,
"schema": {
"title": "agentId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/orchestrate/v3/agents/configuration": {
"post": {
"tags": [
"AgentServiceV3"
],
"operationId": "postApiOrchestrateV3AgentsConfiguration",
"description": "The parameters and request body are for method: postApiOrchestrateV3AgentsConfiguration. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "page",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "limit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"AgentServiceV3"
],
"operationId": "getApiOrchestrateV3AgentsConfiguration",
"description": "The parameters and request body are for method: getApiOrchestrateV3AgentsConfiguration. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"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": {}
}
}
}
}
},
"/orchestrate/v3/agents/configuration/{agentId}": {
"get": {
"tags": [
"AgentServiceV3"
],
"operationId": "getApiOrchestrateV3AgentsConfigurationAgentId",
"description": "The parameters and request body are for method: getApiOrchestrateV3AgentsConfigurationAgentId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",
"in": "path",
"required": true,
"schema": {
"title": "agentId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"AgentServiceV3"
],
"operationId": "putApiOrchestrateV3AgentsConfigurationAgentId",
"description": "The parameters and request body are for method: putApiOrchestrateV3AgentsConfigurationAgentId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",
"in": "path",
"required": true,
"schema": {
"title": "agentId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"AgentServiceV3"
],
"operationId": "deleteApiOrchestrateV3AgentsConfigurationAgentId",
"description": "The parameters and request body are for method: deleteApiOrchestrateV3AgentsConfigurationAgentId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",
"in": "path",
"required": true,
"schema": {
"title": "agentId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/orchestrate/v3/agents/{agentId}/command": {
"post": {
"tags": [
"AgentServiceV3"
],
"operationId": "postApiOrchestrateV3AgentsAgentIdCommand",
"description": "The parameters and request body are for method: postApiOrchestrateV3AgentsAgentIdCommand. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "agentId",