@itentialopensource/adapter-versa_director
Version:
This adapter integrates with system described as: versaDirectorApi.
64 lines • 1.68 kB
JSON
{
"actions": [
{
"name": "generateUserEMAILSecureCode",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/vnms/user/authenticate/{pathv1}/securecode/email?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "generateUserSMSSecureCode",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/vnms/user/authenticate/{pathv1}/securecode/sms?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "verifyUserSecureCodeAndRegisterAsync",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/vnms/user/authenticate/{pathv1}/verify/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}