UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

67 lines 1.63 kB
{ "actions": [ { "name": "getOrgInformation", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/orgInformation?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getOrgInformationLite", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/orgInformation/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": "getSubscriptions", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriptions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }