@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
227 lines • 6.37 kB
JSON
{
"actions": [
{
"name": "getNsiApiV3PhysicalLocations",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postNsiApiV3PhysicalLocations",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getNsiApiV3PhysicalLocationsId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{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": "postNsiApiV3PhysicalLocationsIdExpectations",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{pathv1}/expectations?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getNsiApiV3PhysicalLocationsIdExpectationsExpectationId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{pathv1}/expectations/{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": "deleteNsiApiV3PhysicalLocationsIdExpectationsExpectationId",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{pathv1}/expectations/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "putNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{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": "deleteNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{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": "putNsiApiV3PhysicalLocationsIdUserDataUserDataKey",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{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": "deleteNsiApiV3PhysicalLocationsIdUserDataUserDataKey",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{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": "deleteNsiApiV3PhysicalLocationsPhysicalLocationId",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/v3/physicalLocations/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}