@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,60 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 4,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"zpaServerGroup": {
|
|
6
|
+
"id": 5,
|
|
7
|
+
"name": "string",
|
|
8
|
+
"externalId": "string",
|
|
9
|
+
"extensions": {}
|
|
10
|
+
},
|
|
11
|
+
"zpaAppSegments": [
|
|
12
|
+
{
|
|
13
|
+
"id": 3,
|
|
14
|
+
"name": "string",
|
|
15
|
+
"externalId": "string",
|
|
16
|
+
"extensions": {}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 9,
|
|
20
|
+
"name": "string",
|
|
21
|
+
"externalId": "string",
|
|
22
|
+
"extensions": {}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": 2,
|
|
26
|
+
"name": "string",
|
|
27
|
+
"externalId": "string",
|
|
28
|
+
"extensions": {}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": 2,
|
|
32
|
+
"name": "string",
|
|
33
|
+
"externalId": "string",
|
|
34
|
+
"extensions": {}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 8,
|
|
38
|
+
"name": "string",
|
|
39
|
+
"externalId": "string",
|
|
40
|
+
"extensions": {}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": 4,
|
|
44
|
+
"name": "string",
|
|
45
|
+
"externalId": "string",
|
|
46
|
+
"extensions": {}
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"zpaTenantId": 5,
|
|
50
|
+
"lastModifiedBy": {
|
|
51
|
+
"id": 5,
|
|
52
|
+
"name": "string",
|
|
53
|
+
"externalId": "string",
|
|
54
|
+
"extensions": {}
|
|
55
|
+
},
|
|
56
|
+
"lastModifiedTime": 6,
|
|
57
|
+
"type": null,
|
|
58
|
+
"description": "string"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
@@ -0,0 +1,28 @@
|
|
|
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": "getForwardingRules",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getForwardingRules",
|
|
14
|
+
"createForwardingRule",
|
|
15
|
+
"getForwardingRule",
|
|
16
|
+
"updateForwardingRule",
|
|
17
|
+
"deleteForwardingRule",
|
|
18
|
+
"getZpaGateways",
|
|
19
|
+
"addZpaGateway",
|
|
20
|
+
"getZpaGatewayById",
|
|
21
|
+
"editZpaGateway",
|
|
22
|
+
"deleteZpaGateway"
|
|
23
|
+
],
|
|
24
|
+
"external_name": "ph_request_type"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"definitions": {}
|
|
28
|
+
}
|
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getIntermediateCaCertificates",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate?{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/getIntermediateCaCertificates-default.json"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "addIntermediateCaCertificate",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate?{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
|
+
"name": "downloadAttestationStmt",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/downloadAttestation/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"sendGetBody": false,
|
|
54
|
+
"requestDatatype": "JSON",
|
|
55
|
+
"responseDatatype": "JSON",
|
|
56
|
+
"headers": {},
|
|
57
|
+
"responseObjects": [
|
|
58
|
+
{
|
|
59
|
+
"type": "default",
|
|
60
|
+
"key": "",
|
|
61
|
+
"mockFile": ""
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "downloadCSR",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "GET",
|
|
69
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/downloadCsr/{pathv1}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"sendGetBody": false,
|
|
75
|
+
"requestDatatype": "JSON",
|
|
76
|
+
"responseDatatype": "JSON",
|
|
77
|
+
"headers": {},
|
|
78
|
+
"responseObjects": [
|
|
79
|
+
{
|
|
80
|
+
"type": "default",
|
|
81
|
+
"key": "",
|
|
82
|
+
"mockFile": ""
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "downloadHsmPublicKey",
|
|
88
|
+
"protocol": "REST",
|
|
89
|
+
"method": "GET",
|
|
90
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/downloadPublicKey/{pathv1}?{query}",
|
|
91
|
+
"requestSchema": "schema.json",
|
|
92
|
+
"responseSchema": "schema.json",
|
|
93
|
+
"timeout": 0,
|
|
94
|
+
"sendEmpty": false,
|
|
95
|
+
"sendGetBody": false,
|
|
96
|
+
"requestDatatype": "JSON",
|
|
97
|
+
"responseDatatype": "JSON",
|
|
98
|
+
"headers": {},
|
|
99
|
+
"responseObjects": [
|
|
100
|
+
{
|
|
101
|
+
"type": "default",
|
|
102
|
+
"key": "",
|
|
103
|
+
"mockFile": ""
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "finalizeCert",
|
|
109
|
+
"protocol": "REST",
|
|
110
|
+
"method": "POST",
|
|
111
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/finalizeCert/{pathv1}?{query}",
|
|
112
|
+
"requestSchema": "schema.json",
|
|
113
|
+
"responseSchema": "schema.json",
|
|
114
|
+
"timeout": 0,
|
|
115
|
+
"sendEmpty": false,
|
|
116
|
+
"requestDatatype": "JSON",
|
|
117
|
+
"responseDatatype": "JSON",
|
|
118
|
+
"headers": {},
|
|
119
|
+
"responseObjects": [
|
|
120
|
+
{
|
|
121
|
+
"type": "default",
|
|
122
|
+
"key": "",
|
|
123
|
+
"mockFile": ""
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "generateCsr",
|
|
129
|
+
"protocol": "REST",
|
|
130
|
+
"method": "POST",
|
|
131
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/generateCsr/{pathv1}?{query}",
|
|
132
|
+
"requestSchema": "schema.json",
|
|
133
|
+
"responseSchema": "schema.json",
|
|
134
|
+
"timeout": 0,
|
|
135
|
+
"sendEmpty": false,
|
|
136
|
+
"requestDatatype": "JSON",
|
|
137
|
+
"responseDatatype": "JSON",
|
|
138
|
+
"headers": {},
|
|
139
|
+
"responseObjects": [
|
|
140
|
+
{
|
|
141
|
+
"type": "default",
|
|
142
|
+
"key": "",
|
|
143
|
+
"mockFile": ""
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "generateHsmKeyPair",
|
|
149
|
+
"protocol": "REST",
|
|
150
|
+
"method": "POST",
|
|
151
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/keyPair/{pathv1}?{query}",
|
|
152
|
+
"requestSchema": "schema.json",
|
|
153
|
+
"responseSchema": "schema.json",
|
|
154
|
+
"timeout": 0,
|
|
155
|
+
"sendEmpty": false,
|
|
156
|
+
"requestDatatype": "JSON",
|
|
157
|
+
"responseDatatype": "JSON",
|
|
158
|
+
"headers": {},
|
|
159
|
+
"responseObjects": [
|
|
160
|
+
{
|
|
161
|
+
"type": "default",
|
|
162
|
+
"key": "",
|
|
163
|
+
"mockFile": ""
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "getIntermediateCaCertificatesLite",
|
|
169
|
+
"protocol": "REST",
|
|
170
|
+
"method": "GET",
|
|
171
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/lite?{query}",
|
|
172
|
+
"requestSchema": "schema.json",
|
|
173
|
+
"responseSchema": "schema.json",
|
|
174
|
+
"timeout": 0,
|
|
175
|
+
"sendEmpty": false,
|
|
176
|
+
"sendGetBody": false,
|
|
177
|
+
"requestDatatype": "JSON",
|
|
178
|
+
"responseDatatype": "JSON",
|
|
179
|
+
"headers": {},
|
|
180
|
+
"responseObjects": [
|
|
181
|
+
{
|
|
182
|
+
"type": "default",
|
|
183
|
+
"key": "",
|
|
184
|
+
"mockFile": "mockdatafiles/getIntermediateCaCertificatesLite-default.json"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "getIntermediateCaCertificateLite",
|
|
190
|
+
"protocol": "REST",
|
|
191
|
+
"method": "GET",
|
|
192
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/lite/{pathv1}?{query}",
|
|
193
|
+
"requestSchema": "schema.json",
|
|
194
|
+
"responseSchema": "schema.json",
|
|
195
|
+
"timeout": 0,
|
|
196
|
+
"sendEmpty": false,
|
|
197
|
+
"sendGetBody": false,
|
|
198
|
+
"requestDatatype": "JSON",
|
|
199
|
+
"responseDatatype": "JSON",
|
|
200
|
+
"headers": {},
|
|
201
|
+
"responseObjects": [
|
|
202
|
+
{
|
|
203
|
+
"type": "default",
|
|
204
|
+
"key": "",
|
|
205
|
+
"mockFile": ""
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "makeDefaultCertificate",
|
|
211
|
+
"protocol": "REST",
|
|
212
|
+
"method": "PUT",
|
|
213
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/makeDefault/{pathv1}?{query}",
|
|
214
|
+
"requestSchema": "schema.json",
|
|
215
|
+
"responseSchema": "schema.json",
|
|
216
|
+
"timeout": 0,
|
|
217
|
+
"sendEmpty": false,
|
|
218
|
+
"requestDatatype": "JSON",
|
|
219
|
+
"responseDatatype": "JSON",
|
|
220
|
+
"headers": {},
|
|
221
|
+
"responseObjects": [
|
|
222
|
+
{
|
|
223
|
+
"type": "default",
|
|
224
|
+
"key": "",
|
|
225
|
+
"mockFile": ""
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "getCertificatesInReadyToUseState",
|
|
231
|
+
"protocol": "REST",
|
|
232
|
+
"method": "GET",
|
|
233
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/readyToUse?{query}",
|
|
234
|
+
"requestSchema": "schema.json",
|
|
235
|
+
"responseSchema": "schema.json",
|
|
236
|
+
"timeout": 0,
|
|
237
|
+
"sendEmpty": false,
|
|
238
|
+
"sendGetBody": false,
|
|
239
|
+
"requestDatatype": "JSON",
|
|
240
|
+
"responseDatatype": "JSON",
|
|
241
|
+
"headers": {},
|
|
242
|
+
"responseObjects": [
|
|
243
|
+
{
|
|
244
|
+
"type": "default",
|
|
245
|
+
"key": "",
|
|
246
|
+
"mockFile": "mockdatafiles/getCertificatesInReadyToUseState-default.json"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "showCert",
|
|
252
|
+
"protocol": "REST",
|
|
253
|
+
"method": "GET",
|
|
254
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/showCert/{pathv1}?{query}",
|
|
255
|
+
"requestSchema": "schema.json",
|
|
256
|
+
"responseSchema": "schema.json",
|
|
257
|
+
"timeout": 0,
|
|
258
|
+
"sendEmpty": false,
|
|
259
|
+
"sendGetBody": false,
|
|
260
|
+
"requestDatatype": "JSON",
|
|
261
|
+
"responseDatatype": "JSON",
|
|
262
|
+
"headers": {},
|
|
263
|
+
"responseObjects": [
|
|
264
|
+
{
|
|
265
|
+
"type": "default",
|
|
266
|
+
"key": "",
|
|
267
|
+
"mockFile": ""
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "showCsr",
|
|
273
|
+
"protocol": "REST",
|
|
274
|
+
"method": "GET",
|
|
275
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/showCsr/{pathv1}?{query}",
|
|
276
|
+
"requestSchema": "schema.json",
|
|
277
|
+
"responseSchema": "schema.json",
|
|
278
|
+
"timeout": 0,
|
|
279
|
+
"sendEmpty": false,
|
|
280
|
+
"sendGetBody": false,
|
|
281
|
+
"requestDatatype": "JSON",
|
|
282
|
+
"responseDatatype": "JSON",
|
|
283
|
+
"headers": {},
|
|
284
|
+
"responseObjects": [
|
|
285
|
+
{
|
|
286
|
+
"type": "default",
|
|
287
|
+
"key": "",
|
|
288
|
+
"mockFile": ""
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "uploadCert",
|
|
294
|
+
"protocol": "REST",
|
|
295
|
+
"method": "POST",
|
|
296
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/uploadCert/{pathv1}?{query}",
|
|
297
|
+
"requestSchema": "schema.json",
|
|
298
|
+
"responseSchema": "schema.json",
|
|
299
|
+
"timeout": 0,
|
|
300
|
+
"sendEmpty": false,
|
|
301
|
+
"requestDatatype": "PLAIN",
|
|
302
|
+
"responseDatatype": "JSON",
|
|
303
|
+
"headers": {},
|
|
304
|
+
"responseObjects": [
|
|
305
|
+
{
|
|
306
|
+
"type": "default",
|
|
307
|
+
"key": "",
|
|
308
|
+
"mockFile": ""
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "uploadCertChain",
|
|
314
|
+
"protocol": "REST",
|
|
315
|
+
"method": "POST",
|
|
316
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/uploadCertChain/{pathv1}?{query}",
|
|
317
|
+
"requestSchema": "schema.json",
|
|
318
|
+
"responseSchema": "schema.json",
|
|
319
|
+
"timeout": 0,
|
|
320
|
+
"sendEmpty": false,
|
|
321
|
+
"requestDatatype": "PLAIN",
|
|
322
|
+
"responseDatatype": "JSON",
|
|
323
|
+
"headers": {},
|
|
324
|
+
"responseObjects": [
|
|
325
|
+
{
|
|
326
|
+
"type": "default",
|
|
327
|
+
"key": "",
|
|
328
|
+
"mockFile": ""
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "verifyKeyAttestation",
|
|
334
|
+
"protocol": "REST",
|
|
335
|
+
"method": "POST",
|
|
336
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/verifyKeyAttestation/{pathv1}?{query}",
|
|
337
|
+
"requestSchema": "schema.json",
|
|
338
|
+
"responseSchema": "schema.json",
|
|
339
|
+
"timeout": 0,
|
|
340
|
+
"sendEmpty": false,
|
|
341
|
+
"requestDatatype": "JSON",
|
|
342
|
+
"responseDatatype": "JSON",
|
|
343
|
+
"headers": {},
|
|
344
|
+
"responseObjects": [
|
|
345
|
+
{
|
|
346
|
+
"type": "default",
|
|
347
|
+
"key": "",
|
|
348
|
+
"mockFile": ""
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "getIntermediateCaCertificate",
|
|
354
|
+
"protocol": "REST",
|
|
355
|
+
"method": "GET",
|
|
356
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/{pathv1}?{query}",
|
|
357
|
+
"requestSchema": "schema.json",
|
|
358
|
+
"responseSchema": "schema.json",
|
|
359
|
+
"timeout": 0,
|
|
360
|
+
"sendEmpty": false,
|
|
361
|
+
"sendGetBody": false,
|
|
362
|
+
"requestDatatype": "JSON",
|
|
363
|
+
"responseDatatype": "JSON",
|
|
364
|
+
"headers": {},
|
|
365
|
+
"responseObjects": [
|
|
366
|
+
{
|
|
367
|
+
"type": "default",
|
|
368
|
+
"key": "",
|
|
369
|
+
"mockFile": ""
|
|
370
|
+
}
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "updateIntermediateCaCertificate",
|
|
375
|
+
"protocol": "REST",
|
|
376
|
+
"method": "PUT",
|
|
377
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/{pathv1}?{query}",
|
|
378
|
+
"requestSchema": "schema.json",
|
|
379
|
+
"responseSchema": "schema.json",
|
|
380
|
+
"timeout": 0,
|
|
381
|
+
"sendEmpty": false,
|
|
382
|
+
"requestDatatype": "JSON",
|
|
383
|
+
"responseDatatype": "JSON",
|
|
384
|
+
"headers": {},
|
|
385
|
+
"responseObjects": [
|
|
386
|
+
{
|
|
387
|
+
"type": "default",
|
|
388
|
+
"key": "",
|
|
389
|
+
"mockFile": ""
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "deleteIntermediateCaCertificate",
|
|
395
|
+
"protocol": "REST",
|
|
396
|
+
"method": "DELETE",
|
|
397
|
+
"entitypath": "{base_path}/{version}/intermediateCaCertificate/{pathv1}?{query}",
|
|
398
|
+
"requestSchema": "schema.json",
|
|
399
|
+
"responseSchema": "schema.json",
|
|
400
|
+
"timeout": 0,
|
|
401
|
+
"sendEmpty": false,
|
|
402
|
+
"requestDatatype": "JSON",
|
|
403
|
+
"responseDatatype": "JSON",
|
|
404
|
+
"headers": {},
|
|
405
|
+
"responseObjects": [
|
|
406
|
+
{
|
|
407
|
+
"type": "default",
|
|
408
|
+
"key": "",
|
|
409
|
+
"mockFile": ""
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "getSslExemptedUrls",
|
|
415
|
+
"protocol": "REST",
|
|
416
|
+
"method": "GET",
|
|
417
|
+
"entitypath": "{base_path}/{version}/sslSettings/exemptedUrls?{query}",
|
|
418
|
+
"requestSchema": "schema.json",
|
|
419
|
+
"responseSchema": "schema.json",
|
|
420
|
+
"timeout": 0,
|
|
421
|
+
"sendEmpty": false,
|
|
422
|
+
"sendGetBody": false,
|
|
423
|
+
"requestDatatype": "JSON",
|
|
424
|
+
"responseDatatype": "JSON",
|
|
425
|
+
"headers": {},
|
|
426
|
+
"responseObjects": [
|
|
427
|
+
{
|
|
428
|
+
"type": "default",
|
|
429
|
+
"key": "",
|
|
430
|
+
"mockFile": ""
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "updateSslExemptedUrls",
|
|
436
|
+
"protocol": "REST",
|
|
437
|
+
"method": "POST",
|
|
438
|
+
"entitypath": "{base_path}/{version}/sslSettings/exemptedUrls?{query}",
|
|
439
|
+
"requestSchema": "schema.json",
|
|
440
|
+
"responseSchema": "schema.json",
|
|
441
|
+
"timeout": 0,
|
|
442
|
+
"sendEmpty": false,
|
|
443
|
+
"requestDatatype": "JSON",
|
|
444
|
+
"responseDatatype": "JSON",
|
|
445
|
+
"headers": {},
|
|
446
|
+
"responseObjects": [
|
|
447
|
+
{
|
|
448
|
+
"type": "default",
|
|
449
|
+
"key": "",
|
|
450
|
+
"mockFile": ""
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
]
|
|
455
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 10,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"type": null,
|
|
6
|
+
"region": null,
|
|
7
|
+
"status": null,
|
|
8
|
+
"defaultCertificate": true,
|
|
9
|
+
"certStartDate": 7,
|
|
10
|
+
"certExpDate": 2,
|
|
11
|
+
"description": "string",
|
|
12
|
+
"currentState": null,
|
|
13
|
+
"publicKey": "string",
|
|
14
|
+
"keyGenerationTime": 1,
|
|
15
|
+
"hsmAttestationVerifiedTime": 9,
|
|
16
|
+
"csrFileName": "string",
|
|
17
|
+
"csrGenerationTime": 9
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"name": "string",
|
|
22
|
+
"type": null,
|
|
23
|
+
"region": null,
|
|
24
|
+
"status": null,
|
|
25
|
+
"defaultCertificate": false,
|
|
26
|
+
"certStartDate": 1,
|
|
27
|
+
"certExpDate": 8,
|
|
28
|
+
"description": "string",
|
|
29
|
+
"currentState": null,
|
|
30
|
+
"publicKey": "string",
|
|
31
|
+
"keyGenerationTime": 8,
|
|
32
|
+
"hsmAttestationVerifiedTime": 2,
|
|
33
|
+
"csrFileName": "string",
|
|
34
|
+
"csrGenerationTime": 9
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 6,
|
|
38
|
+
"name": "string",
|
|
39
|
+
"type": null,
|
|
40
|
+
"region": null,
|
|
41
|
+
"status": null,
|
|
42
|
+
"defaultCertificate": false,
|
|
43
|
+
"certStartDate": 1,
|
|
44
|
+
"certExpDate": 7,
|
|
45
|
+
"description": "string",
|
|
46
|
+
"currentState": null,
|
|
47
|
+
"publicKey": "string",
|
|
48
|
+
"keyGenerationTime": 4,
|
|
49
|
+
"hsmAttestationVerifiedTime": 5,
|
|
50
|
+
"csrFileName": "string",
|
|
51
|
+
"csrGenerationTime": 10
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": 5,
|
|
55
|
+
"name": "string",
|
|
56
|
+
"type": null,
|
|
57
|
+
"region": null,
|
|
58
|
+
"status": null,
|
|
59
|
+
"defaultCertificate": false,
|
|
60
|
+
"certStartDate": 10,
|
|
61
|
+
"certExpDate": 4,
|
|
62
|
+
"description": "string",
|
|
63
|
+
"currentState": null,
|
|
64
|
+
"publicKey": "string",
|
|
65
|
+
"keyGenerationTime": 5,
|
|
66
|
+
"hsmAttestationVerifiedTime": 2,
|
|
67
|
+
"csrFileName": "string",
|
|
68
|
+
"csrGenerationTime": 1
|
|
69
|
+
}
|
|
70
|
+
]
|
package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 6,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"type": null,
|
|
6
|
+
"region": null,
|
|
7
|
+
"status": null,
|
|
8
|
+
"defaultCertificate": true,
|
|
9
|
+
"certStartDate": 2,
|
|
10
|
+
"certExpDate": 8,
|
|
11
|
+
"description": "string",
|
|
12
|
+
"currentState": null,
|
|
13
|
+
"publicKey": "string",
|
|
14
|
+
"keyGenerationTime": 9,
|
|
15
|
+
"hsmAttestationVerifiedTime": 4,
|
|
16
|
+
"csrFileName": "string",
|
|
17
|
+
"csrGenerationTime": 2
|
|
18
|
+
}
|
|
19
|
+
]
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 4,
|
|
4
|
+
"name": "string",
|
|
5
|
+
"type": null,
|
|
6
|
+
"region": null,
|
|
7
|
+
"status": null,
|
|
8
|
+
"defaultCertificate": true,
|
|
9
|
+
"certStartDate": 4,
|
|
10
|
+
"certExpDate": 7,
|
|
11
|
+
"description": "string",
|
|
12
|
+
"currentState": null,
|
|
13
|
+
"publicKey": "string",
|
|
14
|
+
"keyGenerationTime": 3,
|
|
15
|
+
"hsmAttestationVerifiedTime": 4,
|
|
16
|
+
"csrFileName": "string",
|
|
17
|
+
"csrGenerationTime": 4
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 7,
|
|
21
|
+
"name": "string",
|
|
22
|
+
"type": null,
|
|
23
|
+
"region": null,
|
|
24
|
+
"status": null,
|
|
25
|
+
"defaultCertificate": false,
|
|
26
|
+
"certStartDate": 5,
|
|
27
|
+
"certExpDate": 3,
|
|
28
|
+
"description": "string",
|
|
29
|
+
"currentState": null,
|
|
30
|
+
"publicKey": "string",
|
|
31
|
+
"keyGenerationTime": 5,
|
|
32
|
+
"hsmAttestationVerifiedTime": 9,
|
|
33
|
+
"csrFileName": "string",
|
|
34
|
+
"csrGenerationTime": 1
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 7,
|
|
38
|
+
"name": "string",
|
|
39
|
+
"type": null,
|
|
40
|
+
"region": null,
|
|
41
|
+
"status": null,
|
|
42
|
+
"defaultCertificate": false,
|
|
43
|
+
"certStartDate": 4,
|
|
44
|
+
"certExpDate": 7,
|
|
45
|
+
"description": "string",
|
|
46
|
+
"currentState": null,
|
|
47
|
+
"publicKey": "string",
|
|
48
|
+
"keyGenerationTime": 8,
|
|
49
|
+
"hsmAttestationVerifiedTime": 9,
|
|
50
|
+
"csrFileName": "string",
|
|
51
|
+
"csrGenerationTime": 9
|
|
52
|
+
}
|
|
53
|
+
]
|