@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,21 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 6,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"networkApplications": [
|
|
6
|
+
"string"
|
|
7
|
+
],
|
|
8
|
+
"description": "string"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": 6,
|
|
12
|
+
"name": "string",
|
|
13
|
+
"networkApplications": [
|
|
14
|
+
"string",
|
|
15
|
+
"string",
|
|
16
|
+
"string",
|
|
17
|
+
"string"
|
|
18
|
+
],
|
|
19
|
+
"description": "string"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 6,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"networkApplications": [
|
|
6
|
+
"string"
|
|
7
|
+
],
|
|
8
|
+
"description": "string"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": 2,
|
|
12
|
+
"name": "string",
|
|
13
|
+
"networkApplications": [
|
|
14
|
+
"string",
|
|
15
|
+
"string",
|
|
16
|
+
"string",
|
|
17
|
+
"string",
|
|
18
|
+
"string",
|
|
19
|
+
"string",
|
|
20
|
+
"string"
|
|
21
|
+
],
|
|
22
|
+
"description": "string"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": 3,
|
|
26
|
+
"name": "string",
|
|
27
|
+
"networkApplications": [
|
|
28
|
+
"string",
|
|
29
|
+
"string",
|
|
30
|
+
"string",
|
|
31
|
+
"string"
|
|
32
|
+
],
|
|
33
|
+
"description": "string"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": 4,
|
|
37
|
+
"name": "string",
|
|
38
|
+
"networkApplications": [
|
|
39
|
+
"string",
|
|
40
|
+
"string",
|
|
41
|
+
"string",
|
|
42
|
+
"string",
|
|
43
|
+
"string",
|
|
44
|
+
"string",
|
|
45
|
+
"string"
|
|
46
|
+
],
|
|
47
|
+
"description": "string"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "string",
|
|
4
|
+
"parentCategory": "string",
|
|
5
|
+
"description": "string",
|
|
6
|
+
"deprecated": true
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": "string",
|
|
10
|
+
"parentCategory": "string",
|
|
11
|
+
"description": "string",
|
|
12
|
+
"deprecated": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"parentCategory": "string",
|
|
17
|
+
"description": "string",
|
|
18
|
+
"deprecated": false
|
|
19
|
+
}
|
|
20
|
+
]
|