UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

65 lines 1.74 kB
{ "actions": [ { "name": "getPasswordSpecification", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/password-specification?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPasswordSpecification-default.json" } ] }, { "name": "createOrUpdatePasswordSpecification", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/password-specification?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createOrUpdatePasswordSpecification-default.json" } ] }, { "name": "deletePasswordSpecification", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/password-specification?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }