UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

86 lines 2.18 kB
{ "actions": [ { "name": "ldapConfigsList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tron/api/v1/ldap-configs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "ldapConfigsRead", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tron/api/v1/ldap-configs/{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": "ldapConfigsUpdate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tron/api/v1/ldap-configs/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "ldapConfigsPartialUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/tron/api/v1/ldap-configs/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }