UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

130 lines 3.35 kB
{ "actions": [ { "name": "getSubLocations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/{pathv1}/sublocations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubLocations-default.json" } ] }, { "name": "getGroupsCount", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/groups/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getGroupsSummary", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/groups/lite?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getGroupSummary", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/groups/lite/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getGroupById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getLocationGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/locations/groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getGroups-default.json" } ] } ] }