@itentialopensource/adapter-paragon_pathfinder 0.1.1 → 1.1.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 +509 -673
- package/CHANGELOG.md +16 -1
- package/adapter.js +2189 -5559
- package/entities/Config/action.json +85 -0
- package/entities/{Authentication → Config}/schema.json +5 -3
- package/entities/Netconf/action.json +126 -0
- package/entities/{Authorization → Netconf}/schema.json +7 -6
- package/entities/Scheduler/action.json +168 -0
- package/entities/Scheduler/schema.json +26 -0
- package/entities/{IamService → Topology}/action.json +328 -666
- package/entities/Topology/schema.json +135 -0
- package/entities/TransportControllerGroups/action.json +146 -0
- package/entities/TransportControllerGroups/schema.json +25 -0
- package/entities/{Authorization → TransportControllers}/action.json +17 -16
- package/entities/TransportControllers/schema.json +23 -0
- package/package.json +1 -1
- package/pronghorn.json +25890 -25536
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/pathfinder-api-v2.json +30876 -0
- package/test/integration/adapterTestIntegration.js +4451 -7706
- package/test/unit/adapterTestUnit.js +1328 -1818
- package/entities/Authentication/action.json +0 -45
- package/entities/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
|
@@ -1,325 +0,0 @@
|
|
|
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": "iamRPCServiceCheckOIDCServerConnection",
|
|
12
|
-
"enum": [
|
|
13
|
-
"iamRPCServiceCheckOIDCServerConnection",
|
|
14
|
-
"iamRPCServiceDeleteOpenIDCSetting",
|
|
15
|
-
"iamRPCServiceActivateUser",
|
|
16
|
-
"iamRPCServiceGetSAMLAuthenticateTokenFromSAMLResponseXML",
|
|
17
|
-
"iamRPCServiceDeleteUser",
|
|
18
|
-
"iamRPCServiceImport",
|
|
19
|
-
"iamRPCServiceActivateUserWithoutPassword",
|
|
20
|
-
"iamRPCServiceForgotPassword",
|
|
21
|
-
"iamRPCServiceSupportedUserVerificationMethods",
|
|
22
|
-
"iamRPCServiceGetIdentityProviders",
|
|
23
|
-
"iamRPCServiceVerifyActivationCode",
|
|
24
|
-
"iamRPCServiceGetCapabilityCatalog",
|
|
25
|
-
"iamRPCServiceUpdateAuthenticationSettings",
|
|
26
|
-
"iamRPCServiceCreateScope",
|
|
27
|
-
"iamRPCServiceSendTestMail",
|
|
28
|
-
"iamRPCServiceGetIdentityProvidersRedirectURLs",
|
|
29
|
-
"iamRPCServiceDeleteScope",
|
|
30
|
-
"iamRPCServiceSendForgotPasswordEmail",
|
|
31
|
-
"iamRPCServiceCreateSAMLSetting",
|
|
32
|
-
"iamRPCServiceConfigureSMTPServer",
|
|
33
|
-
"iamRPCServiceSearchIdentityProviderGroups",
|
|
34
|
-
"iamRPCServiceEditSAMLSetting",
|
|
35
|
-
"iamRPCServiceDeleteSAMLSetting",
|
|
36
|
-
"iamRPCServiceCreateUser",
|
|
37
|
-
"iamRPCServiceGetUsersByRoleAssignmentAndStatus",
|
|
38
|
-
"iamRPCServiceGetPortalURL",
|
|
39
|
-
"iamRPCServiceUpdateScope",
|
|
40
|
-
"iamRPCServiceEditUser",
|
|
41
|
-
"iamRPCServiceEditOpenIDCSetting",
|
|
42
|
-
"iamRPCServiceCheckLDAPNetworkConnection",
|
|
43
|
-
"iamRPCServiceExport",
|
|
44
|
-
"iamRPCServiceGetUserDetailsData",
|
|
45
|
-
"iamRPCServiceCreateOpenIDCSetting",
|
|
46
|
-
"iamRPCServiceCheckLDAPAuthentication",
|
|
47
|
-
"iamRPCServiceGetOidcRedirectAuthUri",
|
|
48
|
-
"iamRPCServiceSendActivateUserEmail",
|
|
49
|
-
"iamRPCServiceEditUserGroup",
|
|
50
|
-
"iamRPCServiceResetPassword",
|
|
51
|
-
"iamRPCServiceCreateUserGroup",
|
|
52
|
-
"iamRPCServiceGetUserScopes",
|
|
53
|
-
"iamRPCServiceChangePassword",
|
|
54
|
-
"iamRPCServiceUpdateIdentityProviderPriority",
|
|
55
|
-
"iamRPCServiceConfigureLDAPServer"
|
|
56
|
-
],
|
|
57
|
-
"external_name": "ph_request_type"
|
|
58
|
-
},
|
|
59
|
-
"scopeId": {
|
|
60
|
-
"type": "string",
|
|
61
|
-
"description": "scopeID which needs portal url.",
|
|
62
|
-
"parse": false,
|
|
63
|
-
"encode": false,
|
|
64
|
-
"encrypt": {
|
|
65
|
-
"type": "AES",
|
|
66
|
-
"key": ""
|
|
67
|
-
},
|
|
68
|
-
"external_name": "scope_id"
|
|
69
|
-
},
|
|
70
|
-
"roleName": {
|
|
71
|
-
"type": "string",
|
|
72
|
-
"description": "RoleName of the user assignment role.",
|
|
73
|
-
"parse": false,
|
|
74
|
-
"encode": false,
|
|
75
|
-
"encrypt": {
|
|
76
|
-
"type": "AES",
|
|
77
|
-
"key": ""
|
|
78
|
-
},
|
|
79
|
-
"external_name": "role_name"
|
|
80
|
-
},
|
|
81
|
-
"userName": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"description": "UserName of the user details.",
|
|
84
|
-
"parse": false,
|
|
85
|
-
"encode": false,
|
|
86
|
-
"encrypt": {
|
|
87
|
-
"type": "AES",
|
|
88
|
-
"key": ""
|
|
89
|
-
},
|
|
90
|
-
"external_name": "user_name"
|
|
91
|
-
},
|
|
92
|
-
"specSize": {
|
|
93
|
-
"type": "string",
|
|
94
|
-
"description": "Number of items expected to be returned.",
|
|
95
|
-
"parse": false,
|
|
96
|
-
"encode": false,
|
|
97
|
-
"encrypt": {
|
|
98
|
-
"type": "AES",
|
|
99
|
-
"key": ""
|
|
100
|
-
},
|
|
101
|
-
"external_name": "spec.size"
|
|
102
|
-
},
|
|
103
|
-
"specPageMarker": {
|
|
104
|
-
"type": "string",
|
|
105
|
-
"description": "Include only objects with UUID lexically greater than this.",
|
|
106
|
-
"parse": false,
|
|
107
|
-
"encode": false,
|
|
108
|
-
"encrypt": {
|
|
109
|
-
"type": "AES",
|
|
110
|
-
"key": ""
|
|
111
|
-
},
|
|
112
|
-
"external_name": "spec.page_marker"
|
|
113
|
-
},
|
|
114
|
-
"specDetail": {
|
|
115
|
-
"type": "boolean",
|
|
116
|
-
"description": "Include detail informatoin or not.",
|
|
117
|
-
"parse": false,
|
|
118
|
-
"encode": false,
|
|
119
|
-
"encrypt": {
|
|
120
|
-
"type": "AES",
|
|
121
|
-
"key": ""
|
|
122
|
-
},
|
|
123
|
-
"external_name": "spec.detail"
|
|
124
|
-
},
|
|
125
|
-
"specCount": {
|
|
126
|
-
"type": "boolean",
|
|
127
|
-
"description": "",
|
|
128
|
-
"parse": false,
|
|
129
|
-
"encode": false,
|
|
130
|
-
"encrypt": {
|
|
131
|
-
"type": "AES",
|
|
132
|
-
"key": ""
|
|
133
|
-
},
|
|
134
|
-
"external_name": "spec.count"
|
|
135
|
-
},
|
|
136
|
-
"specExcludeShared": {
|
|
137
|
-
"type": "boolean",
|
|
138
|
-
"description": "Include shared resources or not.",
|
|
139
|
-
"parse": false,
|
|
140
|
-
"encode": false,
|
|
141
|
-
"encrypt": {
|
|
142
|
-
"type": "AES",
|
|
143
|
-
"key": ""
|
|
144
|
-
},
|
|
145
|
-
"external_name": "spec.exclude_shared"
|
|
146
|
-
},
|
|
147
|
-
"specExcludeHrefs": {
|
|
148
|
-
"type": "boolean",
|
|
149
|
-
"description": "Exclude href parameters.",
|
|
150
|
-
"parse": false,
|
|
151
|
-
"encode": false,
|
|
152
|
-
"encrypt": {
|
|
153
|
-
"type": "AES",
|
|
154
|
-
"key": ""
|
|
155
|
-
},
|
|
156
|
-
"external_name": "spec.exclude_hrefs"
|
|
157
|
-
},
|
|
158
|
-
"specParentFqNameStr": {
|
|
159
|
-
"type": "array",
|
|
160
|
-
"description": "Filter by parent FQ Name.",
|
|
161
|
-
"parse": false,
|
|
162
|
-
"encode": false,
|
|
163
|
-
"encrypt": {
|
|
164
|
-
"type": "AES",
|
|
165
|
-
"key": ""
|
|
166
|
-
},
|
|
167
|
-
"external_name": "spec.parent_fq_name_str"
|
|
168
|
-
},
|
|
169
|
-
"specParentType": {
|
|
170
|
-
"type": "string",
|
|
171
|
-
"description": "Filter by parent type.",
|
|
172
|
-
"parse": false,
|
|
173
|
-
"encode": false,
|
|
174
|
-
"encrypt": {
|
|
175
|
-
"type": "AES",
|
|
176
|
-
"key": ""
|
|
177
|
-
},
|
|
178
|
-
"external_name": "spec.parent_type"
|
|
179
|
-
},
|
|
180
|
-
"specParentId": {
|
|
181
|
-
"type": "array",
|
|
182
|
-
"description": "Filter by parent UUIDs.",
|
|
183
|
-
"parse": false,
|
|
184
|
-
"encode": false,
|
|
185
|
-
"encrypt": {
|
|
186
|
-
"type": "AES",
|
|
187
|
-
"key": ""
|
|
188
|
-
},
|
|
189
|
-
"external_name": "spec.parent_id"
|
|
190
|
-
},
|
|
191
|
-
"specBackRefId": {
|
|
192
|
-
"type": "array",
|
|
193
|
-
"description": "Filter by backref UUIDss.",
|
|
194
|
-
"parse": false,
|
|
195
|
-
"encode": false,
|
|
196
|
-
"encrypt": {
|
|
197
|
-
"type": "AES",
|
|
198
|
-
"key": ""
|
|
199
|
-
},
|
|
200
|
-
"external_name": "spec.back_ref_id"
|
|
201
|
-
},
|
|
202
|
-
"specObjUuids": {
|
|
203
|
-
"type": "array",
|
|
204
|
-
"description": "Filter by UUIDs.",
|
|
205
|
-
"parse": false,
|
|
206
|
-
"encode": false,
|
|
207
|
-
"encrypt": {
|
|
208
|
-
"type": "AES",
|
|
209
|
-
"key": ""
|
|
210
|
-
},
|
|
211
|
-
"external_name": "spec.obj_uuids"
|
|
212
|
-
},
|
|
213
|
-
"specFields": {
|
|
214
|
-
"type": "array",
|
|
215
|
-
"description": "limit displayed fields.",
|
|
216
|
-
"parse": false,
|
|
217
|
-
"encode": false,
|
|
218
|
-
"encrypt": {
|
|
219
|
-
"type": "AES",
|
|
220
|
-
"key": ""
|
|
221
|
-
},
|
|
222
|
-
"external_name": "spec.fields"
|
|
223
|
-
},
|
|
224
|
-
"specFilters": {
|
|
225
|
-
"type": "array",
|
|
226
|
-
"description": "QueryFilter in string format.\nGrpc-gateway doesn't have support for nested structs and maps so\nintroducing new fields which will take string as input.",
|
|
227
|
-
"parse": false,
|
|
228
|
-
"encode": false,
|
|
229
|
-
"encrypt": {
|
|
230
|
-
"type": "AES",
|
|
231
|
-
"key": ""
|
|
232
|
-
},
|
|
233
|
-
"external_name": "spec.filters"
|
|
234
|
-
},
|
|
235
|
-
"specRefUuids": {
|
|
236
|
-
"type": "array",
|
|
237
|
-
"description": "Filter by ref UUIDss.",
|
|
238
|
-
"parse": false,
|
|
239
|
-
"encode": false,
|
|
240
|
-
"encrypt": {
|
|
241
|
-
"type": "AES",
|
|
242
|
-
"key": ""
|
|
243
|
-
},
|
|
244
|
-
"external_name": "spec.ref_uuids"
|
|
245
|
-
},
|
|
246
|
-
"specFrom": {
|
|
247
|
-
"type": "string",
|
|
248
|
-
"description": "Start from items expected to be returned.",
|
|
249
|
-
"parse": false,
|
|
250
|
-
"encode": false,
|
|
251
|
-
"encrypt": {
|
|
252
|
-
"type": "AES",
|
|
253
|
-
"key": ""
|
|
254
|
-
},
|
|
255
|
-
"external_name": "spec.from"
|
|
256
|
-
},
|
|
257
|
-
"specSortby": {
|
|
258
|
-
"type": "string",
|
|
259
|
-
"description": "Sort by column with ascending or descending by default ascending.",
|
|
260
|
-
"parse": false,
|
|
261
|
-
"encode": false,
|
|
262
|
-
"encrypt": {
|
|
263
|
-
"type": "AES",
|
|
264
|
-
"key": ""
|
|
265
|
-
},
|
|
266
|
-
"external_name": "spec.sortby"
|
|
267
|
-
},
|
|
268
|
-
"specOperation": {
|
|
269
|
-
"type": "string",
|
|
270
|
-
"description": "Operation determines whether union or interjection.",
|
|
271
|
-
"parse": false,
|
|
272
|
-
"encode": false,
|
|
273
|
-
"encrypt": {
|
|
274
|
-
"type": "AES",
|
|
275
|
-
"key": ""
|
|
276
|
-
},
|
|
277
|
-
"external_name": "spec.operation"
|
|
278
|
-
},
|
|
279
|
-
"specTagFilters": {
|
|
280
|
-
"type": "array",
|
|
281
|
-
"description": "Filter by Tag Fields.",
|
|
282
|
-
"parse": false,
|
|
283
|
-
"encode": false,
|
|
284
|
-
"encrypt": {
|
|
285
|
-
"type": "AES",
|
|
286
|
-
"key": ""
|
|
287
|
-
},
|
|
288
|
-
"external_name": "spec.tag_filters"
|
|
289
|
-
},
|
|
290
|
-
"specTagDetail": {
|
|
291
|
-
"type": "boolean",
|
|
292
|
-
"description": "Include Tag Details or not.",
|
|
293
|
-
"parse": false,
|
|
294
|
-
"encode": false,
|
|
295
|
-
"encrypt": {
|
|
296
|
-
"type": "AES",
|
|
297
|
-
"key": ""
|
|
298
|
-
},
|
|
299
|
-
"external_name": "spec.tag_detail"
|
|
300
|
-
},
|
|
301
|
-
"specRefFields": {
|
|
302
|
-
"type": "array",
|
|
303
|
-
"description": "limit displayed reference fields.",
|
|
304
|
-
"parse": false,
|
|
305
|
-
"encode": false,
|
|
306
|
-
"encrypt": {
|
|
307
|
-
"type": "AES",
|
|
308
|
-
"key": ""
|
|
309
|
-
},
|
|
310
|
-
"external_name": "spec.ref_fields"
|
|
311
|
-
},
|
|
312
|
-
"specExtRefUuids": {
|
|
313
|
-
"type": "array",
|
|
314
|
-
"description": "Filter by External Ref UUIDss.",
|
|
315
|
-
"parse": false,
|
|
316
|
-
"encode": false,
|
|
317
|
-
"encrypt": {
|
|
318
|
-
"type": "AES",
|
|
319
|
-
"key": ""
|
|
320
|
-
},
|
|
321
|
-
"external_name": "spec.ext_ref_uuids"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"definitions": {}
|
|
325
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"result": {
|
|
3
|
-
"data": "string"
|
|
4
|
-
},
|
|
5
|
-
"error": {
|
|
6
|
-
"message": "string",
|
|
7
|
-
"grpcCode": 4,
|
|
8
|
-
"httpStatus": "string",
|
|
9
|
-
"details": [
|
|
10
|
-
{
|
|
11
|
-
"typeUrl": "string",
|
|
12
|
-
"value": "string"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"typeUrl": "string",
|
|
16
|
-
"value": "string"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"typeUrl": "string",
|
|
20
|
-
"value": "string"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"typeUrl": "string",
|
|
24
|
-
"value": "string"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"typeUrl": "string",
|
|
28
|
-
"value": "string"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"typeUrl": "string",
|
|
32
|
-
"value": "string"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"typeUrl": "string",
|
|
36
|
-
"value": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"typeUrl": "string",
|
|
40
|
-
"value": "string"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"typeUrl": "string",
|
|
44
|
-
"value": "string"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"typeUrl": "string",
|
|
48
|
-
"value": "string"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"httpCode": 7
|
|
52
|
-
}
|
|
53
|
-
}
|