@itentialopensource/adapter-zscaler 0.10.11 → 0.10.12
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 +588 -0
- package/adapter.js +9953 -0
- package/entities/APIAuthentication/action.json +165 -0
- package/entities/APIAuthentication/schema.json +26 -0
- package/entities/AdvancedSettings/action.json +45 -0
- package/entities/AdvancedSettings/schema.json +20 -0
- package/entities/AdvancedThreatProtectionPolicy/action.json +127 -0
- package/entities/AdvancedThreatProtectionPolicy/schema.json +24 -0
- package/entities/AuthenticationSettings/action.json +66 -0
- package/entities/AuthenticationSettings/schema.json +21 -0
- package/entities/CloudAppControlPolicy/action.json +247 -0
- package/entities/CloudAppControlPolicy/schema.json +41 -0
- package/entities/CloudApplications/action.json +46 -0
- package/entities/CloudApplications/schema.json +20 -0
- package/entities/CloudNanologStreamingServiceNSS/action.json +252 -0
- package/entities/CloudNanologStreamingServiceNSS/schema.json +30 -0
- package/entities/DNSControlPolicy/action.json +106 -0
- package/entities/DNSControlPolicy/schema.json +23 -0
- package/entities/FileTypeControlPolicy/action.json +127 -0
- package/entities/FileTypeControlPolicy/schema.json +24 -0
- package/entities/ForwardingControlPolicy/action.json +204 -0
- package/entities/ForwardingControlPolicy/schema.json +11 -1
- package/entities/IPSControlPolicy/action.json +106 -0
- package/entities/IPSControlPolicy/schema.json +23 -0
- package/entities/MalwareProtectionPolicy/action.json +168 -0
- package/entities/MalwareProtectionPolicy/schema.json +26 -0
- package/entities/OrganizationDetails/action.json +67 -0
- package/entities/OrganizationDetails/schema.json +21 -0
- package/entities/RemoteAssistanceSupport/action.json +45 -0
- package/entities/RemoteAssistanceSupport/schema.json +20 -0
- package/entities/SSLInspectionPolicy/action.json +106 -0
- package/entities/SSLInspectionPolicy/schema.json +23 -0
- package/entities/SandBoxPolicy/action.json +168 -0
- package/entities/SandBoxPolicy/schema.json +26 -0
- package/entities/URLFilteringPolicy/action.json +148 -0
- package/entities/URLFilteringPolicy/schema.json +25 -0
- package/entities/URLFilteringandCloudAppControlSettings/action.json +45 -0
- package/entities/URLFilteringandCloudAppControlSettings/schema.json +20 -0
- package/package.json +1 -1
- package/pronghorn.json +4332 -0
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +2481 -0
- package/test/unit/adapterTestUnit.js +2383 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getWebApplicationRulesRuleTypeAvailableActions",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "POST",
|
|
7
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/availableActions?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"requestDatatype": "JSON",
|
|
13
|
+
"responseDatatype": "JSON",
|
|
14
|
+
"headers": {},
|
|
15
|
+
"responseObjects": [
|
|
16
|
+
{
|
|
17
|
+
"type": "default",
|
|
18
|
+
"key": "",
|
|
19
|
+
"mockFile": ""
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "getWebApplicationRulesRuleTypeMapping",
|
|
25
|
+
"protocol": "REST",
|
|
26
|
+
"method": "GET",
|
|
27
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/ruleTypeMapping?{query}",
|
|
28
|
+
"requestSchema": "schema.json",
|
|
29
|
+
"responseSchema": "schema.json",
|
|
30
|
+
"timeout": 0,
|
|
31
|
+
"sendEmpty": false,
|
|
32
|
+
"sendGetBody": 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": "getWebApplicationRulesRuleType",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"sendGetBody": true,
|
|
54
|
+
"requestDatatype": "JSON",
|
|
55
|
+
"responseDatatype": "JSON",
|
|
56
|
+
"headers": {},
|
|
57
|
+
"responseObjects": [
|
|
58
|
+
{
|
|
59
|
+
"type": "default",
|
|
60
|
+
"key": "",
|
|
61
|
+
"mockFile": ""
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "postWebApplicationRulesRuleType",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "POST",
|
|
69
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "postWebApplicationRulesRuleTypeRuleId",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "POST",
|
|
89
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/duplicate/{pathv2}?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "getWebApplicationRulesRuleTypeRuleId",
|
|
107
|
+
"protocol": "REST",
|
|
108
|
+
"method": "GET",
|
|
109
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/{pathv2}?{query}",
|
|
110
|
+
"requestSchema": "schema.json",
|
|
111
|
+
"responseSchema": "schema.json",
|
|
112
|
+
"timeout": 0,
|
|
113
|
+
"sendEmpty": false,
|
|
114
|
+
"sendGetBody": false,
|
|
115
|
+
"requestDatatype": "JSON",
|
|
116
|
+
"responseDatatype": "JSON",
|
|
117
|
+
"headers": {},
|
|
118
|
+
"responseObjects": [
|
|
119
|
+
{
|
|
120
|
+
"type": "default",
|
|
121
|
+
"key": "",
|
|
122
|
+
"mockFile": ""
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "putWebApplicationRulesRuleTypeRuleId",
|
|
128
|
+
"protocol": "REST",
|
|
129
|
+
"method": "PUT",
|
|
130
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/{pathv2}?{query}",
|
|
131
|
+
"requestSchema": "schema.json",
|
|
132
|
+
"responseSchema": "schema.json",
|
|
133
|
+
"timeout": 0,
|
|
134
|
+
"sendEmpty": false,
|
|
135
|
+
"requestDatatype": "JSON",
|
|
136
|
+
"responseDatatype": "JSON",
|
|
137
|
+
"headers": {},
|
|
138
|
+
"responseObjects": [
|
|
139
|
+
{
|
|
140
|
+
"type": "default",
|
|
141
|
+
"key": "",
|
|
142
|
+
"mockFile": ""
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "deleteWebApplicationRulesRuleTypeRuleId",
|
|
148
|
+
"protocol": "REST",
|
|
149
|
+
"method": "DELETE",
|
|
150
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/{pathv2}?{query}",
|
|
151
|
+
"requestSchema": "schema.json",
|
|
152
|
+
"responseSchema": "schema.json",
|
|
153
|
+
"timeout": 0,
|
|
154
|
+
"sendEmpty": false,
|
|
155
|
+
"requestDatatype": "JSON",
|
|
156
|
+
"responseDatatype": "JSON",
|
|
157
|
+
"headers": {},
|
|
158
|
+
"responseObjects": [
|
|
159
|
+
{
|
|
160
|
+
"type": "default",
|
|
161
|
+
"key": "",
|
|
162
|
+
"mockFile": ""
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "getWebApplicationRulesRuleTypeAvailableActions__v1",
|
|
168
|
+
"protocol": "REST",
|
|
169
|
+
"method": "POST",
|
|
170
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/availableActions?{query}",
|
|
171
|
+
"requestSchema": "schema.json",
|
|
172
|
+
"responseSchema": "schema.json",
|
|
173
|
+
"timeout": 0,
|
|
174
|
+
"sendEmpty": false,
|
|
175
|
+
"requestDatatype": "JSON",
|
|
176
|
+
"responseDatatype": "JSON",
|
|
177
|
+
"headers": {},
|
|
178
|
+
"responseObjects": [
|
|
179
|
+
{
|
|
180
|
+
"type": "default",
|
|
181
|
+
"key": "",
|
|
182
|
+
"mockFile": ""
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "getWebApplicationRulesRuleTypeAvailableActions__v2",
|
|
188
|
+
"protocol": "REST",
|
|
189
|
+
"method": "POST",
|
|
190
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/availableActions?{query}",
|
|
191
|
+
"requestSchema": "schema.json",
|
|
192
|
+
"responseSchema": "schema.json",
|
|
193
|
+
"timeout": 0,
|
|
194
|
+
"sendEmpty": false,
|
|
195
|
+
"requestDatatype": "JSON",
|
|
196
|
+
"responseDatatype": "JSON",
|
|
197
|
+
"headers": {},
|
|
198
|
+
"responseObjects": [
|
|
199
|
+
{
|
|
200
|
+
"type": "default",
|
|
201
|
+
"key": "",
|
|
202
|
+
"mockFile": ""
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "getWebApplicationRulesRuleTypeAvailableActions__v3",
|
|
208
|
+
"protocol": "REST",
|
|
209
|
+
"method": "POST",
|
|
210
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/availableActions?{query}",
|
|
211
|
+
"requestSchema": "schema.json",
|
|
212
|
+
"responseSchema": "schema.json",
|
|
213
|
+
"timeout": 0,
|
|
214
|
+
"sendEmpty": false,
|
|
215
|
+
"requestDatatype": "JSON",
|
|
216
|
+
"responseDatatype": "JSON",
|
|
217
|
+
"headers": {},
|
|
218
|
+
"responseObjects": [
|
|
219
|
+
{
|
|
220
|
+
"type": "default",
|
|
221
|
+
"key": "",
|
|
222
|
+
"mockFile": ""
|
|
223
|
+
}
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "getWebApplicationRulesRuleTypeAvailableActions__v4",
|
|
228
|
+
"protocol": "REST",
|
|
229
|
+
"method": "POST",
|
|
230
|
+
"entitypath": "{base_path}/{version}/webApplicationRules/{pathv1}/availableActions?{query}",
|
|
231
|
+
"requestSchema": "schema.json",
|
|
232
|
+
"responseSchema": "schema.json",
|
|
233
|
+
"timeout": 0,
|
|
234
|
+
"sendEmpty": false,
|
|
235
|
+
"requestDatatype": "JSON",
|
|
236
|
+
"responseDatatype": "JSON",
|
|
237
|
+
"headers": {},
|
|
238
|
+
"responseObjects": [
|
|
239
|
+
{
|
|
240
|
+
"type": "default",
|
|
241
|
+
"key": "",
|
|
242
|
+
"mockFile": ""
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getWebApplicationRulesRuleTypeAvailableActions",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getWebApplicationRulesRuleTypeAvailableActions",
|
|
14
|
+
"getWebApplicationRulesRuleTypeMapping",
|
|
15
|
+
"getWebApplicationRulesRuleType",
|
|
16
|
+
"postWebApplicationRulesRuleType",
|
|
17
|
+
"postWebApplicationRulesRuleTypeRuleId",
|
|
18
|
+
"getWebApplicationRulesRuleTypeRuleId",
|
|
19
|
+
"putWebApplicationRulesRuleTypeRuleId",
|
|
20
|
+
"deleteWebApplicationRulesRuleTypeRuleId",
|
|
21
|
+
"getWebApplicationRulesRuleTypeAvailableActions__v1",
|
|
22
|
+
"getWebApplicationRulesRuleTypeAvailableActions__v2",
|
|
23
|
+
"getWebApplicationRulesRuleTypeAvailableActions__v3",
|
|
24
|
+
"getWebApplicationRulesRuleTypeAvailableActions__v4"
|
|
25
|
+
],
|
|
26
|
+
"external_name": "ph_request_type"
|
|
27
|
+
},
|
|
28
|
+
"ruleType": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "The rule type selected from the available options. Available values : [ \"SOCIAL_NETWORKING\", \"STREAMING_MEDIA\", \"WEBMAIL\", \"INSTANT_MESSAGING\", \"BUSINESS_PRODU...(description truncated)",
|
|
31
|
+
"parse": false,
|
|
32
|
+
"encode": false,
|
|
33
|
+
"encrypt": {
|
|
34
|
+
"type": "AES",
|
|
35
|
+
"key": ""
|
|
36
|
+
},
|
|
37
|
+
"external_name": "rule_type"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"definitions": {}
|
|
41
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getCloudApplicationsPolicy",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/cloudApplications/policy?{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": "getCloudApplicationsSslPolicy",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/cloudApplications/sslPolicy?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getCloudApplicationsPolicy",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getCloudApplicationsPolicy",
|
|
14
|
+
"getCloudApplicationsSslPolicy"
|
|
15
|
+
],
|
|
16
|
+
"external_name": "ph_request_type"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"definitions": {}
|
|
20
|
+
}
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getNssFeeds",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/nssFeeds?{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": "postNssFeeds",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "{base_path}/{version}/nssFeeds?{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": "getNssFeedsFeedId",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "{base_path}/{version}/nssFeeds/{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": "putNssFeedsFeedId",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "PUT",
|
|
69
|
+
"entitypath": "{base_path}/{version}/nssFeeds/{pathv1}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "deleteNssFeedsFeedId",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "DELETE",
|
|
89
|
+
"entitypath": "{base_path}/{version}/nssFeeds/{pathv1}?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "getNssFeedsFeedOutputDefaults",
|
|
107
|
+
"protocol": "REST",
|
|
108
|
+
"method": "GET",
|
|
109
|
+
"entitypath": "{base_path}/{version}/nssFeeds/feedOutputDefaults?{query}",
|
|
110
|
+
"requestSchema": "schema.json",
|
|
111
|
+
"responseSchema": "schema.json",
|
|
112
|
+
"timeout": 0,
|
|
113
|
+
"sendEmpty": false,
|
|
114
|
+
"sendGetBody": false,
|
|
115
|
+
"requestDatatype": "JSON",
|
|
116
|
+
"responseDatatype": "JSON",
|
|
117
|
+
"headers": {},
|
|
118
|
+
"responseObjects": [
|
|
119
|
+
{
|
|
120
|
+
"type": "default",
|
|
121
|
+
"key": "",
|
|
122
|
+
"mockFile": ""
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "getNssFeedsTestConnectivityFeedId",
|
|
128
|
+
"protocol": "REST",
|
|
129
|
+
"method": "GET",
|
|
130
|
+
"entitypath": "{base_path}/{version}/nssFeeds/testConnectivity/{pathv1}?{query}",
|
|
131
|
+
"requestSchema": "schema.json",
|
|
132
|
+
"responseSchema": "schema.json",
|
|
133
|
+
"timeout": 0,
|
|
134
|
+
"sendEmpty": false,
|
|
135
|
+
"sendGetBody": 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": "postNssFeedsValidateFeedFormat",
|
|
149
|
+
"protocol": "REST",
|
|
150
|
+
"method": "POST",
|
|
151
|
+
"entitypath": "{base_path}/{version}/nssFeeds/validateFeedFormat?{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": "getNssFeedsFeedOutputDefaults__v1",
|
|
169
|
+
"protocol": "REST",
|
|
170
|
+
"method": "GET",
|
|
171
|
+
"entitypath": "{base_path}/{version}/nssFeeds/feedOutputDefaults?{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": ""
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "getNssFeedsFeedOutputDefaults__v2",
|
|
190
|
+
"protocol": "REST",
|
|
191
|
+
"method": "GET",
|
|
192
|
+
"entitypath": "{base_path}/{version}/nssFeeds/feedOutputDefaults?{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": "getNssFeedsFeedOutputDefaults__v3",
|
|
211
|
+
"protocol": "REST",
|
|
212
|
+
"method": "GET",
|
|
213
|
+
"entitypath": "{base_path}/{version}/nssFeeds/feedOutputDefaults?{query}",
|
|
214
|
+
"requestSchema": "schema.json",
|
|
215
|
+
"responseSchema": "schema.json",
|
|
216
|
+
"timeout": 0,
|
|
217
|
+
"sendEmpty": false,
|
|
218
|
+
"sendGetBody": false,
|
|
219
|
+
"requestDatatype": "JSON",
|
|
220
|
+
"responseDatatype": "JSON",
|
|
221
|
+
"headers": {},
|
|
222
|
+
"responseObjects": [
|
|
223
|
+
{
|
|
224
|
+
"type": "default",
|
|
225
|
+
"key": "",
|
|
226
|
+
"mockFile": ""
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "getNssFeedsFeedOutputDefaults__v4",
|
|
232
|
+
"protocol": "REST",
|
|
233
|
+
"method": "GET",
|
|
234
|
+
"entitypath": "{base_path}/{version}/nssFeeds/feedOutputDefaults?{query}",
|
|
235
|
+
"requestSchema": "schema.json",
|
|
236
|
+
"responseSchema": "schema.json",
|
|
237
|
+
"timeout": 0,
|
|
238
|
+
"sendEmpty": false,
|
|
239
|
+
"sendGetBody": false,
|
|
240
|
+
"requestDatatype": "JSON",
|
|
241
|
+
"responseDatatype": "JSON",
|
|
242
|
+
"headers": {},
|
|
243
|
+
"responseObjects": [
|
|
244
|
+
{
|
|
245
|
+
"type": "default",
|
|
246
|
+
"key": "",
|
|
247
|
+
"mockFile": ""
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getNssFeeds",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getNssFeeds",
|
|
14
|
+
"postNssFeeds",
|
|
15
|
+
"getNssFeedsFeedId",
|
|
16
|
+
"putNssFeedsFeedId",
|
|
17
|
+
"deleteNssFeedsFeedId",
|
|
18
|
+
"getNssFeedsFeedOutputDefaults",
|
|
19
|
+
"getNssFeedsTestConnectivityFeedId",
|
|
20
|
+
"postNssFeedsValidateFeedFormat",
|
|
21
|
+
"getNssFeedsFeedOutputDefaults__v1",
|
|
22
|
+
"getNssFeedsFeedOutputDefaults__v2",
|
|
23
|
+
"getNssFeedsFeedOutputDefaults__v3",
|
|
24
|
+
"getNssFeedsFeedOutputDefaults__v4"
|
|
25
|
+
],
|
|
26
|
+
"external_name": "ph_request_type"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"definitions": {}
|
|
30
|
+
}
|