@itentialopensource/adapter-paragon_dcs
Version:
This adapter integrates with system described as: naas/ems/dcs/proto/v1/dcs.proto.
172 lines • 4.57 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/dcs/v1/disconnect-device": {
"post": {
"tags": [
"ConnectivityService"
],
"operationId": "connectivityServiceDisconnectDevice",
"description": "The parameters and request body are for method: connectivityServiceDisconnectDevice. 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"
}
}
}
}
}
},
"/dcs/v1/execute-op": {
"post": {
"tags": [
"ConnectivityService"
],
"operationId": "connectivityServiceOp",
"description": "The parameters and request body are for method: connectivityServiceOp. 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"
}
}
}
}
}
},
"/dcs/v1/connect-device": {
"post": {
"tags": [
"ConnectivityService"
],
"operationId": "connectivityServiceConnectDevice",
"description": "The parameters and request body are for method: connectivityServiceConnectDevice. 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"
}
}
}
}
}
},
"/dcs/v1/execute-get": {
"post": {
"tags": [
"ConnectivityService"
],
"operationId": "connectivityServiceGet",
"description": "The parameters and request body are for method: connectivityServiceGet. 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"
}
}
}
}
}
},
"/dcs/v1/execute-set": {
"post": {
"tags": [
"ConnectivityService"
],
"operationId": "connectivityServiceSet",
"description": "The parameters and request body are for method: connectivityServiceSet. 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"
}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}