UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

67 lines 1.82 kB
{ "actions": [ { "name": "getAuthenticatedSession", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/authenticatedSession?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAuthenticatedSession-default.json" } ] }, { "name": "postAuthenticatedSession", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/authenticatedSession?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postAuthenticatedSession-default.json" } ] }, { "name": "deleteAuthenticatedSession", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/authenticatedSession?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteAuthenticatedSession-default.json" } ] } ] }