@itentialopensource/adapter-zscaler 0.8.2 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CALLS.md +1116 -0
- package/CHANGELOG.md +16 -0
- package/TAB1.md +5 -0
- package/TAB2.md +1732 -0
- package/adapter.js +17190 -0
- package/entities/AdminRoleManagement/action.json +126 -0
- package/entities/AdminRoleManagement/schema.json +24 -0
- package/entities/AppViews/action.json +46 -0
- package/entities/AppViews/mockdatafiles/getViewApps-default.json +40 -0
- package/entities/AppViews/mockdatafiles/getViews-default.json +16 -0
- package/entities/AppViews/schema.json +20 -0
- package/entities/Applications/action.json +66 -0
- package/entities/Applications/mockdatafiles/appsSearchGET-default.json +186 -0
- package/entities/Applications/schema.json +21 -0
- package/entities/BrowserIsolation/action.json +25 -0
- package/entities/BrowserIsolation/mockdatafiles/getCloudBrowserIsolationProfiles-default.json +20 -0
- package/entities/BrowserIsolation/schema.json +19 -0
- package/entities/DataLossPrevention/action.json +767 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPDictionarySummary-default.json +808 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEngines-default.json +26 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEnginesSummary-default.json +18 -0
- package/entities/DataLossPrevention/mockdatafiles/getDlpDictionaries-default.json +402 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServerSummary-default.json +14 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServers-default.json +20 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServers-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getPredefinedHierarchicalIdentifiersByDictionaryId-default.json +4 -0
- package/entities/DataLossPrevention/mockdatafiles/getProfiles-default.json +94 -0
- package/entities/DataLossPrevention/mockdatafiles/getRules-default.json +5556 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemaLite-default.json +52 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemas-default.json +379 -0
- package/entities/DataLossPrevention/mockdatafiles/getSummary-default.json +56 -0
- package/entities/DataLossPrevention/mockdatafiles/getWebDlpRulesLite-default.json +5758 -0
- package/entities/DataLossPrevention/mockdatafiles/gettemplates-default.json +34 -0
- package/entities/DataLossPrevention/schema.json +55 -0
- package/entities/DeviceGroups/action.json +67 -0
- package/entities/DeviceGroups/mockdatafiles/getDeviceGroups-default.json +20 -0
- package/entities/DeviceGroups/mockdatafiles/getDevices-default.json +26 -0
- package/entities/DeviceGroups/mockdatafiles/getDevicesLite-default.json +38 -0
- package/entities/DeviceGroups/schema.json +21 -0
- package/entities/EventLogs/action.json +86 -0
- package/entities/EventLogs/schema.json +22 -0
- package/entities/FirewallPolicies/action.json +889 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroups-default.json +130 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroupsLite-default.json +94 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6Groups-default.json +111 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6GroupsLite-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallFilteringRules-default.json +3884 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroups-default.json +21 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroupsLite-default.json +49 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkApplications-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroups-default.json +657 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroupsLite-default.json +361 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServices-default.json +206 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServicesLite-default.json +322 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroups-default.json +57 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroupsLite-default.json +17 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6Groups-default.json +54 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6GroupsLite-default.json +15 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindowSummary-default.json +42 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindows-default.json +32 -0
- package/entities/FirewallPolicies/schema.json +61 -0
- package/entities/ForwardingControlPolicy/action.json +208 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getForwardingRules-default.json +2183 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getZpaGateways-default.json +60 -0
- package/entities/ForwardingControlPolicy/schema.json +28 -0
- package/entities/IntermediateCACertificates/action.json +455 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getCertificatesInReadyToUseState-default.json +70 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json +19 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificatesLite-default.json +53 -0
- package/entities/IntermediateCACertificates/schema.json +40 -0
- package/entities/IoTReport/action.json +88 -0
- package/entities/IoTReport/mockdatafiles/getCategories-default.json +22 -0
- package/entities/IoTReport/mockdatafiles/getClassifications-default.json +12 -0
- package/entities/IoTReport/mockdatafiles/getDeviceTypes-default.json +7 -0
- package/entities/IoTReport/schema.json +22 -0
- package/entities/LocationManagement/action.json +130 -0
- package/entities/LocationManagement/mockdatafiles/getGroups-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v1-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v2-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getSubLocations-default.json +465 -0
- package/entities/LocationManagement/mockdatafiles/getTopLocations-default.json +191 -0
- package/entities/LocationManagement/schema.json +24 -0
- package/entities/RuleLabels/action.json +106 -0
- package/entities/RuleLabels/mockdatafiles/getRuleLabels-default.json +59 -0
- package/entities/RuleLabels/schema.json +23 -0
- package/entities/SandboxSettings/action.json +66 -0
- package/entities/SandboxSettings/schema.json +21 -0
- package/entities/SandboxSubmissionAPI/action.json +44 -0
- package/entities/SandboxSubmissionAPI/schema.json +20 -0
- package/entities/ShadowITReport/action.json +106 -0
- package/entities/ShadowITReport/mockdatafiles/getAllCustomTags-default.json +10 -0
- package/entities/ShadowITReport/mockdatafiles/getCloudApplicationsLite-default.json +10 -0
- package/entities/ShadowITReport/schema.json +23 -0
- package/entities/TrafficForwarding/action.json +459 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllGreTunnels-default.json +70 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllStaticIPs-default.json +90 -0
- package/entities/TrafficForwarding/mockdatafiles/getDns64Prefixes-default.json +34 -0
- package/entities/TrafficForwarding/mockdatafiles/getIPGWDetails-default.json +32 -0
- package/entities/TrafficForwarding/mockdatafiles/getNat64Prefixes-default.json +18 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedGreVips-default.json +20 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedVipsGroupedByDC-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getRegionsByPrefix-default.json +26 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v1-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v2-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getZscalerNodesDetails-default.json +170 -0
- package/entities/TrafficForwarding/mockdatafiles/validateAndGetAvailableInternalIpRanges-default.json +18 -0
- package/entities/TrafficForwarding/schema.json +40 -0
- package/entities/URLFilteringPolicies/action.json +106 -0
- package/entities/URLFilteringPolicies/mockdatafiles/getUrlFilteringRules-default.json +2918 -0
- package/entities/URLFilteringPolicies/schema.json +23 -0
- package/entities/UserAuthenticationSettings/action.json +45 -0
- package/entities/UserAuthenticationSettings/schema.json +20 -0
- package/entities/WorkloadGroups/action.json +25 -0
- package/entities/WorkloadGroups/mockdatafiles/getWorkloadGroups-default.json +396 -0
- package/entities/WorkloadGroups/schema.json +19 -0
- package/package.json +3 -3
- package/pronghorn.json +17256 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +17120 -2
- package/report/adapter-openapi.yaml +13753 -815
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +4882 -0
- package/test/unit/adapterTestUnit.js +3848 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getUrlFilteringRules",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getUrlFilteringRules",
|
|
14
|
+
"postUrlFilteringRules",
|
|
15
|
+
"getUrlFilteringRulesRuleId",
|
|
16
|
+
"putUrlFilteringRulesRuleId",
|
|
17
|
+
"deleteUrlFilteringRulesRuleId"
|
|
18
|
+
],
|
|
19
|
+
"external_name": "ph_request_type"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"definitions": {}
|
|
23
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getAuthExemptedUrls",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/authSettings/exemptedUrls?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "updateAuthExemptedUrls",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "{base_path}/{version}/authSettings/exemptedUrls?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getAuthExemptedUrls",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getAuthExemptedUrls",
|
|
14
|
+
"updateAuthExemptedUrls"
|
|
15
|
+
],
|
|
16
|
+
"external_name": "ph_request_type"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"definitions": {}
|
|
20
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getWorkloadGroups",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/workloadGroups?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": "mockdatafiles/getWorkloadGroups-default.json"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 9,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"description": "string",
|
|
6
|
+
"expressionJson": {
|
|
7
|
+
"expressionContainers": [
|
|
8
|
+
{
|
|
9
|
+
"tagType": null,
|
|
10
|
+
"operator": null,
|
|
11
|
+
"tagContainer": {
|
|
12
|
+
"tags": [
|
|
13
|
+
{
|
|
14
|
+
"key": "string",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"operator": null
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tagType": null,
|
|
23
|
+
"operator": null,
|
|
24
|
+
"tagContainer": {
|
|
25
|
+
"tags": [
|
|
26
|
+
{
|
|
27
|
+
"key": "string",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"operator": null
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"tagType": null,
|
|
36
|
+
"operator": null,
|
|
37
|
+
"tagContainer": {
|
|
38
|
+
"tags": [
|
|
39
|
+
{
|
|
40
|
+
"key": "string",
|
|
41
|
+
"value": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"key": "string",
|
|
45
|
+
"value": "string"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"key": "string",
|
|
49
|
+
"value": "string"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"key": "string",
|
|
53
|
+
"value": "string"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"key": "string",
|
|
57
|
+
"value": "string"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"operator": null
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"tagType": null,
|
|
65
|
+
"operator": null,
|
|
66
|
+
"tagContainer": {
|
|
67
|
+
"tags": [
|
|
68
|
+
{
|
|
69
|
+
"key": "string",
|
|
70
|
+
"value": "string"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"key": "string",
|
|
74
|
+
"value": "string"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"operator": null
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"tagType": null,
|
|
82
|
+
"operator": null,
|
|
83
|
+
"tagContainer": {
|
|
84
|
+
"tags": [
|
|
85
|
+
{
|
|
86
|
+
"key": "string",
|
|
87
|
+
"value": "string"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"key": "string",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"key": "string",
|
|
95
|
+
"value": "string"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"key": "string",
|
|
99
|
+
"value": "string"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"operator": null
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"tagType": null,
|
|
107
|
+
"operator": null,
|
|
108
|
+
"tagContainer": {
|
|
109
|
+
"tags": [
|
|
110
|
+
{
|
|
111
|
+
"key": "string",
|
|
112
|
+
"value": "string"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"key": "string",
|
|
116
|
+
"value": "string"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"operator": null
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"tagType": null,
|
|
124
|
+
"operator": null,
|
|
125
|
+
"tagContainer": {
|
|
126
|
+
"tags": [
|
|
127
|
+
{
|
|
128
|
+
"key": "string",
|
|
129
|
+
"value": "string"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"key": "string",
|
|
133
|
+
"value": "string"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"key": "string",
|
|
137
|
+
"value": "string"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"key": "string",
|
|
141
|
+
"value": "string"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"operator": null
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"tagType": null,
|
|
149
|
+
"operator": null,
|
|
150
|
+
"tagContainer": {
|
|
151
|
+
"tags": [
|
|
152
|
+
{
|
|
153
|
+
"key": "string",
|
|
154
|
+
"value": "string"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"key": "string",
|
|
158
|
+
"value": "string"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"key": "string",
|
|
162
|
+
"value": "string"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"operator": null
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"tagType": null,
|
|
170
|
+
"operator": null,
|
|
171
|
+
"tagContainer": {
|
|
172
|
+
"tags": [
|
|
173
|
+
{
|
|
174
|
+
"key": "string",
|
|
175
|
+
"value": "string"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"key": "string",
|
|
179
|
+
"value": "string"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"operator": null
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
"expression": "string",
|
|
188
|
+
"lastModifiedTime": 2,
|
|
189
|
+
"lastModifiedBy": {
|
|
190
|
+
"id": 4,
|
|
191
|
+
"name": "string",
|
|
192
|
+
"externalId": "string",
|
|
193
|
+
"extensions": {}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": 6,
|
|
198
|
+
"name": "string",
|
|
199
|
+
"description": "string",
|
|
200
|
+
"expressionJson": {
|
|
201
|
+
"expressionContainers": [
|
|
202
|
+
{
|
|
203
|
+
"tagType": null,
|
|
204
|
+
"operator": null,
|
|
205
|
+
"tagContainer": {
|
|
206
|
+
"tags": [
|
|
207
|
+
{
|
|
208
|
+
"key": "string",
|
|
209
|
+
"value": "string"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"key": "string",
|
|
213
|
+
"value": "string"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"key": "string",
|
|
217
|
+
"value": "string"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"key": "string",
|
|
221
|
+
"value": "string"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"key": "string",
|
|
225
|
+
"value": "string"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"key": "string",
|
|
229
|
+
"value": "string"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"operator": null
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"tagType": null,
|
|
237
|
+
"operator": null,
|
|
238
|
+
"tagContainer": {
|
|
239
|
+
"tags": [
|
|
240
|
+
{
|
|
241
|
+
"key": "string",
|
|
242
|
+
"value": "string"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"key": "string",
|
|
246
|
+
"value": "string"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"key": "string",
|
|
250
|
+
"value": "string"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"key": "string",
|
|
254
|
+
"value": "string"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"operator": null
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"tagType": null,
|
|
262
|
+
"operator": null,
|
|
263
|
+
"tagContainer": {
|
|
264
|
+
"tags": [
|
|
265
|
+
{
|
|
266
|
+
"key": "string",
|
|
267
|
+
"value": "string"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"key": "string",
|
|
271
|
+
"value": "string"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"operator": null
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"tagType": null,
|
|
279
|
+
"operator": null,
|
|
280
|
+
"tagContainer": {
|
|
281
|
+
"tags": [
|
|
282
|
+
{
|
|
283
|
+
"key": "string",
|
|
284
|
+
"value": "string"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"key": "string",
|
|
288
|
+
"value": "string"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"key": "string",
|
|
292
|
+
"value": "string"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"operator": null
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"tagType": null,
|
|
300
|
+
"operator": null,
|
|
301
|
+
"tagContainer": {
|
|
302
|
+
"tags": [
|
|
303
|
+
{
|
|
304
|
+
"key": "string",
|
|
305
|
+
"value": "string"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"operator": null
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"tagType": null,
|
|
313
|
+
"operator": null,
|
|
314
|
+
"tagContainer": {
|
|
315
|
+
"tags": [
|
|
316
|
+
{
|
|
317
|
+
"key": "string",
|
|
318
|
+
"value": "string"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"key": "string",
|
|
322
|
+
"value": "string"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"key": "string",
|
|
326
|
+
"value": "string"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"key": "string",
|
|
330
|
+
"value": "string"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"key": "string",
|
|
334
|
+
"value": "string"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"operator": null
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"tagType": null,
|
|
342
|
+
"operator": null,
|
|
343
|
+
"tagContainer": {
|
|
344
|
+
"tags": [
|
|
345
|
+
{
|
|
346
|
+
"key": "string",
|
|
347
|
+
"value": "string"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"key": "string",
|
|
351
|
+
"value": "string"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"key": "string",
|
|
355
|
+
"value": "string"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"key": "string",
|
|
359
|
+
"value": "string"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"key": "string",
|
|
363
|
+
"value": "string"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"key": "string",
|
|
367
|
+
"value": "string"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"key": "string",
|
|
371
|
+
"value": "string"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"key": "string",
|
|
375
|
+
"value": "string"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"key": "string",
|
|
379
|
+
"value": "string"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"operator": null
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"expression": "string",
|
|
388
|
+
"lastModifiedTime": 3,
|
|
389
|
+
"lastModifiedBy": {
|
|
390
|
+
"id": 5,
|
|
391
|
+
"name": "string",
|
|
392
|
+
"externalId": "string",
|
|
393
|
+
"extensions": {}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
]
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getWorkloadGroups",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getWorkloadGroups"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"definitions": {}
|
|
19
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-zscaler",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "This adapter integrates with system Zscaler",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"author": "Itential",
|
|
54
54
|
"homepage": "https://gitlab.com/itentialopensource/adapters/security/adapter-zscaler#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@itentialopensource/adapter-utils": "^5.3.
|
|
56
|
+
"@itentialopensource/adapter-utils": "^5.3.10",
|
|
57
57
|
"acorn": "^8.10.0",
|
|
58
58
|
"ajv": "^8.12.0",
|
|
59
|
-
"axios": "^1.6.
|
|
59
|
+
"axios": "^1.6.8",
|
|
60
60
|
"commander": "^11.0.0",
|
|
61
61
|
"dns-lookup-promise": "^1.0.4",
|
|
62
62
|
"fs-extra": "^11.1.1",
|