UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

246 lines 6.47 kB
{ "actions": [ { "name": "getFresV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v3/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": "putFreDeploymentState", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/deploymentState?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "PLAIN", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNsiApiV3FresFreId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "unprovisionV3", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putFreAdminStateV3", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/adminState?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "PLAIN", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "validateDiscoveredAgainstPlanned", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/discovered/validate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postFREExpectationV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/expectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "provisionOperationsV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/expectations/{pathv2}/realize?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreExpectationByIdV3", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v3/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": "updateFreIdentifierV3", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/identifiers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteFreIdentifierV3", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/identifiers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postFrePlannedWithExpectation", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/v3/fres/{pathv1}/validationExpectation?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }