UNPKG

@itentialopensource/adapter-imperva

Version:

This adapter integrates with Imperva system.

146 lines 4.08 kB
{ "actions": [ { "name": "getSitesSiteIdSettingsMasking", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/masking?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postSitesSiteIdSettingsMasking", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/masking?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getSitesExtSiteIdSettingsGeneralAdditionalTxtRecords", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/general/additionalTxtRecords?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postSitesExtSiteIdSettingsGeneralAdditionalTxtRecords", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/general/additionalTxtRecords?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putSitesExtSiteIdSettingsGeneralAdditionalTxtRecords", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/general/additionalTxtRecords?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteSitesExtSiteIdSettingsGeneralAdditionalTxtRecords", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/general/additionalTxtRecords?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteSitesExtSiteIdSettingsGeneralAdditionalTxtRecordsDeleteAll", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/sites/{pathv1}/settings/general/additionalTxtRecords/delete-all?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }