UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

151 lines 4.01 kB
{ "actions": [ { "name": "getLocations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLocations-default.json" } ] }, { "name": "postLocations", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/locations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postLocations-default.json" } ] }, { "name": "postLocationsbulkDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/locations/bulkDelete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getLocationslite", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/lite?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLocationslite-default.json" } ] }, { "name": "getLocationslocationId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLocationslocationId-default.json" } ] }, { "name": "putLocationslocationId", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/locations/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putLocationslocationId-default.json" } ] }, { "name": "deleteLocationslocationId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/locations/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }