UNPKG

@itentialopensource/adapter-imperva

Version:

This adapter integrates with Imperva system.

67 lines 1.81 kB
{ "actions": [ { "name": "listSites", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/v1/sites/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getSitesDataCentersConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/v3/sites/{pathv1}/data-centers-configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "setSitesDataCentersConfiguration", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/v3/sites/{pathv1}/data-centers-configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }