@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
226 lines • 5.83 kB
JSON
{
"actions": [
{
"name": "getGroups",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/groups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsi/api/groups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "putGroup",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/groups/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "putGroupPlanned",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/groups/{pathv1}/groupPlanned?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "patchPlannedGroup",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/nsi/api/groups/{pathv1}/groupPlanned?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getGroupById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/groups/{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": "removeGroupById",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/groups/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateIdentifier",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/groups/{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": "deleteGroupIdentifiers",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/groups/{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": "putNsiApiGroupsIdUserDataUserDataKey",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsi/api/groups/{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": "deleteGroupUserData",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/groups/{pathv1}/userData/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}