UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

64 lines 1.6 kB
{ "actions": [ { "name": "addLDAPCredentialsUsingPOST", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/credentials/ldap?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateLDAPCredentialsUsingPUT", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/credentials/ldap/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteLDAPCredentialsUsingDELETE", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/credentials/ldap/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }