UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

46 lines 1.16 kB
{ "actions": [ { "name": "getViews", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/app_views/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getViews-default.json" } ] }, { "name": "getViewApps", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/app_views/{pathv1}/apps?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getViewApps-default.json" } ] } ] }