UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

247 lines 6.55 kB
{ "actions": [ { "name": "getFre", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postFreV2", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putFreBookingDataV2", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/bookingData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "PLAIN", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreBookingDataV2", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/bookingData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFreExpectationV2", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/freExpectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFreExpectationWithExpIdV2", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/freExpectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreExpectationByIdV2", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/freExpectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "provisionOperationsV2", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/provisioningOperations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putFreUserDataV2", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/userData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "PLAIN", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreUserDataV2", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/userData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateFreIdentifiers", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/identifiers/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreIdentifiers", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/fres/{pathv1}/identifiers/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }