UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

64 lines 1.64 kB
{ "actions": [ { "name": "oauth2TokensCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tron/api/v1/oauth2/tokens?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "oauth2TokensDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/tron/api/v1/oauth2/tokens/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "oauth2TokensChangeTenantContext", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/tron/api/v1/oauth2/tokens/{pathv1}/change_tenant_context?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }