@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
188 lines • 5.07 kB
JSON
{
"actions": [
{
"name": "getUsers",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPasswordPolicy",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/passwordPolicy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updatePasswordPolicy",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/passwordPolicy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "resetFallbackPasswords",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPasswordResetSchedules",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords/schedules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPasswordResetSchedule",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords/schedules/{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": "deletePasswordResetSchedule",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords/schedules/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}