@salesforce/lds-adapters-platform-external-connectivity 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-external-connectivity.js +3976 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createConnection.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteConnection.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getConnectionDetails.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getConnections.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getConnectorDetails.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getConnectors.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getExternalConnectivityConnectionReferencedFlows.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getExternalIdentityProviders.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getInvocableActions.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/refreshMetadata.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/testConnection.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateConnection.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnections.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectionsByConnectionDeveloperName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectionsReferencedFlowsByConnectionDeveloperName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectors.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectorsByConnectorDeveloperName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityInvocableActions.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivitySpaMappingByConnectorType.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnections.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsDeleteByConnectionDeveloperName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsRefreshMetadataByConnectionDeveloperName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsTestByConnectionDeveloperName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putExternalConnectivityConnectionsByConnectionDeveloperName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/types/AuthenticationParameterDefinitionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AuthenticationParameterRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AuthenticationTypeDefinitionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AuthenticationTypeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AuthenticationTypeRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ConnectorIconMetadataRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionCreatedRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionDetailsRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionEditDeleteResultRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionListRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionReferencedFlowsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionTestResultRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorDetailsRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorListRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityInvocableActionInfoRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ExternalConnectivityInvocableActionListRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/IcStandardExternalIdentityProviderListRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/IcStandardExternalIdentityProviderRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +67 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4107 -0
- package/src/raml/api.raml +724 -0
- package/src/raml/luvio.raml +126 -0
|
@@ -0,0 +1,724 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '61.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
AuthenticationParameterDefinitionRepresentation:
|
|
29
|
+
description: Output representation for External Connectivity Connector Authentication
|
|
30
|
+
Parameter Definition
|
|
31
|
+
type: object
|
|
32
|
+
properties:
|
|
33
|
+
description:
|
|
34
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
35
|
+
Description
|
|
36
|
+
type: string
|
|
37
|
+
helpText:
|
|
38
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
39
|
+
Help Text
|
|
40
|
+
type: string | nil
|
|
41
|
+
label:
|
|
42
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
43
|
+
Label
|
|
44
|
+
type: string
|
|
45
|
+
maxLength:
|
|
46
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
47
|
+
Max Length
|
|
48
|
+
type: integer
|
|
49
|
+
name:
|
|
50
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
51
|
+
Name
|
|
52
|
+
type: string
|
|
53
|
+
required:
|
|
54
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
55
|
+
Required Flag
|
|
56
|
+
type: boolean
|
|
57
|
+
secret:
|
|
58
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
59
|
+
Secret Flag
|
|
60
|
+
type: boolean
|
|
61
|
+
valueType:
|
|
62
|
+
description: External Connectivity Connector Authentication Parameter Definition
|
|
63
|
+
Value Type
|
|
64
|
+
type: string
|
|
65
|
+
enum:
|
|
66
|
+
- Boolean
|
|
67
|
+
- Email
|
|
68
|
+
- Number
|
|
69
|
+
- String
|
|
70
|
+
- Url
|
|
71
|
+
AuthenticationParameterRepresentation:
|
|
72
|
+
description: Output representation for External Connectivity Connection Authentication
|
|
73
|
+
Parameter
|
|
74
|
+
type: object
|
|
75
|
+
properties:
|
|
76
|
+
authenticationParameterDefinition:
|
|
77
|
+
description: External Connectivity Connection Authentication Parameter Definition
|
|
78
|
+
type: AuthenticationParameterDefinitionRepresentation
|
|
79
|
+
value:
|
|
80
|
+
description: External Connectivity Connection Authentication Parameter Value
|
|
81
|
+
type: string
|
|
82
|
+
AuthenticationTypeDefinitionRepresentation:
|
|
83
|
+
description: Output representation for External Connectivity Connector Authentication
|
|
84
|
+
Type Definition
|
|
85
|
+
type: object
|
|
86
|
+
properties:
|
|
87
|
+
authenticationParameterDefinitions:
|
|
88
|
+
description: External Connectivity Connector Authentication Parameter Definitions
|
|
89
|
+
type: array
|
|
90
|
+
items:
|
|
91
|
+
type: AuthenticationParameterDefinitionRepresentation
|
|
92
|
+
authenticationProtocol:
|
|
93
|
+
description: External Connectivity Connector Authentication Protocol
|
|
94
|
+
type: string
|
|
95
|
+
enum:
|
|
96
|
+
- Basic
|
|
97
|
+
- Custom
|
|
98
|
+
- OAuth2BrowserFlow
|
|
99
|
+
AuthenticationTypeInputRepresentation:
|
|
100
|
+
description: Input representation for authentication type
|
|
101
|
+
type: object
|
|
102
|
+
properties:
|
|
103
|
+
authenticationParameterInputs:
|
|
104
|
+
description: Sets the Authentication Parameter Inputs
|
|
105
|
+
type: array
|
|
106
|
+
items:
|
|
107
|
+
type: any
|
|
108
|
+
authenticationProtocol:
|
|
109
|
+
description: Sets the Authentication Protocol
|
|
110
|
+
type: string
|
|
111
|
+
AuthenticationTypeRepresentation:
|
|
112
|
+
description: Output representation for External Connectivity Connection Authentication
|
|
113
|
+
Type
|
|
114
|
+
type: object
|
|
115
|
+
properties:
|
|
116
|
+
authenticationParameters:
|
|
117
|
+
description: External Connectivity Connection Authentication Parameters
|
|
118
|
+
type: array
|
|
119
|
+
items:
|
|
120
|
+
type: AuthenticationParameterRepresentation
|
|
121
|
+
authenticationProtocol:
|
|
122
|
+
description: External Connectivity Connection Authentication Protocol
|
|
123
|
+
type: string
|
|
124
|
+
enum:
|
|
125
|
+
- Basic
|
|
126
|
+
- Custom
|
|
127
|
+
ConnectorIconMetadataRepresentation:
|
|
128
|
+
description: Output representation for Connector Icon Metadata
|
|
129
|
+
type: object
|
|
130
|
+
properties:
|
|
131
|
+
alternateText:
|
|
132
|
+
description: IconMetadata Alternate Text
|
|
133
|
+
type: string
|
|
134
|
+
name:
|
|
135
|
+
description: IconMetadata Name
|
|
136
|
+
type: string
|
|
137
|
+
resourceUrl:
|
|
138
|
+
description: IconMetadata Resource Url
|
|
139
|
+
type: string
|
|
140
|
+
ExternalConnectivityConnectionCreatedRepresentation:
|
|
141
|
+
description: Output representation for External Connectivity Connection Created
|
|
142
|
+
type: object
|
|
143
|
+
properties:
|
|
144
|
+
developerName:
|
|
145
|
+
description: External Connectivity Connection Developer Name
|
|
146
|
+
type: string
|
|
147
|
+
ExternalConnectivityConnectionDetailsRepresentation:
|
|
148
|
+
description: Output representation for External Connectivity Connection Details
|
|
149
|
+
type: object
|
|
150
|
+
properties:
|
|
151
|
+
authenticationType:
|
|
152
|
+
description: External Connectivity Connection Authentication Type
|
|
153
|
+
type: AuthenticationTypeRepresentation
|
|
154
|
+
agentActionEnabled:
|
|
155
|
+
description: External Connectivity Connection Agent Action Flag
|
|
156
|
+
type: boolean | nil # TODO Hand-rolled W-17603644
|
|
157
|
+
required: false # TODO Hand-rolled W-17603644
|
|
158
|
+
createdBy:
|
|
159
|
+
description: External Connectivity Connection Created By
|
|
160
|
+
type: string
|
|
161
|
+
createdById:
|
|
162
|
+
description: External Connectivity Connection Created By Id
|
|
163
|
+
type: string
|
|
164
|
+
createdDate:
|
|
165
|
+
description: External Connectivity Connection Created Date
|
|
166
|
+
type: string
|
|
167
|
+
description:
|
|
168
|
+
description: External Connectivity Connection Description
|
|
169
|
+
type: string | nil
|
|
170
|
+
developerName:
|
|
171
|
+
description: External Connectivity Connection Developer Name
|
|
172
|
+
type: string
|
|
173
|
+
established:
|
|
174
|
+
description: External Connectivity Connection Established Flag
|
|
175
|
+
type: boolean
|
|
176
|
+
externalConnectorMetadata:
|
|
177
|
+
description: External Connectivity Connection Connector Metadata
|
|
178
|
+
type: ExternalConnectivityConnectorRepresentation
|
|
179
|
+
lastModifiedBy:
|
|
180
|
+
description: External Connectivity Connection Last Modified By
|
|
181
|
+
type: string
|
|
182
|
+
lastModifiedById:
|
|
183
|
+
description: External Connectivity Connection Last Modified By Id
|
|
184
|
+
type: string
|
|
185
|
+
lastModifiedDate:
|
|
186
|
+
description: External Connectivity Connection Last Modified Date
|
|
187
|
+
type: string
|
|
188
|
+
lastTestedDate:
|
|
189
|
+
description: External Connectivity Connection Last Tested Date
|
|
190
|
+
type: string | nil
|
|
191
|
+
name:
|
|
192
|
+
description: External Connectivity Connection Name
|
|
193
|
+
type: string
|
|
194
|
+
ExternalConnectivityConnectionEditDeleteResultRepresentation:
|
|
195
|
+
description: Output representation for External Connectivity Connection Updated
|
|
196
|
+
type: object
|
|
197
|
+
properties:
|
|
198
|
+
developerName:
|
|
199
|
+
description: External Connectivity Connection Developer Name
|
|
200
|
+
type: string
|
|
201
|
+
errorDescription:
|
|
202
|
+
description: External Connectivity Connection Error Description
|
|
203
|
+
type: string | nil
|
|
204
|
+
errorMessage:
|
|
205
|
+
description: External Connectivity Connection Error Message
|
|
206
|
+
type: string | nil
|
|
207
|
+
ExternalConnectivityConnectionInputRepresentation:
|
|
208
|
+
description: Input representation for External Connectivity Connection
|
|
209
|
+
type: object
|
|
210
|
+
properties:
|
|
211
|
+
authenticationTypeInput:
|
|
212
|
+
description: Sets the Authentication Type Input
|
|
213
|
+
type: AuthenticationTypeInputRepresentation
|
|
214
|
+
agentActionEnabled:
|
|
215
|
+
description: Sets the Connection Enabled For Agent Action
|
|
216
|
+
type: boolean | nil # TODO Hand-rolled W-17603644
|
|
217
|
+
required: false # TODO Hand-rolled W-17603644
|
|
218
|
+
connectorDeveloperName:
|
|
219
|
+
description: Sets the Connector Developer Name
|
|
220
|
+
type: string
|
|
221
|
+
description:
|
|
222
|
+
description: Sets the description
|
|
223
|
+
type: string
|
|
224
|
+
name:
|
|
225
|
+
description: Sets the name
|
|
226
|
+
type: string
|
|
227
|
+
ExternalConnectivityConnectionListRepresentation:
|
|
228
|
+
description: Output representation for External Connectivity Connection List
|
|
229
|
+
type: object
|
|
230
|
+
properties:
|
|
231
|
+
connections:
|
|
232
|
+
description: List of External Connectivity Connections
|
|
233
|
+
type: array
|
|
234
|
+
items:
|
|
235
|
+
type: ExternalConnectivityConnectionRepresentation
|
|
236
|
+
connectorDeveloperName:
|
|
237
|
+
description: The Connector developer name for a filtered list of connections.
|
|
238
|
+
type: string | nil
|
|
239
|
+
ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation:
|
|
240
|
+
description: Output representation for flow definition referencing External Connectivity Connection
|
|
241
|
+
type: object
|
|
242
|
+
properties:
|
|
243
|
+
elementsUsingConnection:
|
|
244
|
+
description: List of elements referenced by the connection as part of flow
|
|
245
|
+
type: array
|
|
246
|
+
items:
|
|
247
|
+
type: string | nil
|
|
248
|
+
flowName:
|
|
249
|
+
description: Name of flow referenced by the connection
|
|
250
|
+
type: string | nil
|
|
251
|
+
flowStatus:
|
|
252
|
+
description: Status of flow referenced by the connection
|
|
253
|
+
type: string | nil
|
|
254
|
+
flowVersionId:
|
|
255
|
+
description: Version Id of flow referenced by the connection
|
|
256
|
+
type: string | nil
|
|
257
|
+
ownerName:
|
|
258
|
+
description: Owner of flow referenced by the connection
|
|
259
|
+
type: string | nil
|
|
260
|
+
flowVersionNumber:
|
|
261
|
+
description: Version number of flow referenced by the connection
|
|
262
|
+
type: string | nil
|
|
263
|
+
ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation:
|
|
264
|
+
description: Output representation for flows grouped by API name referencing External Connectivity Connection
|
|
265
|
+
type: object
|
|
266
|
+
properties:
|
|
267
|
+
apiName:
|
|
268
|
+
description: API name of flow referenced by the connection
|
|
269
|
+
type: string | nil
|
|
270
|
+
externalConnectivityConnectionReferencedFlowsDefinitionRepresentation:
|
|
271
|
+
description: List of flows referenced by the connection
|
|
272
|
+
type: array
|
|
273
|
+
items:
|
|
274
|
+
type: ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation
|
|
275
|
+
ExternalConnectivityConnectionReferencedFlowsRepresentation:
|
|
276
|
+
description: Output representation for Flows referenced by the External Connectivity Connection
|
|
277
|
+
type: object
|
|
278
|
+
properties:
|
|
279
|
+
connectionFullName:
|
|
280
|
+
description: External Connectivity Connection Name
|
|
281
|
+
type: string | nil
|
|
282
|
+
externalConnectivityConnectionFlowsGroupedByApiNameRepresentation:
|
|
283
|
+
description: List of API names along with the flows grouped by the API name referenced by the connection
|
|
284
|
+
type: array
|
|
285
|
+
items:
|
|
286
|
+
type: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation
|
|
287
|
+
ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation:
|
|
288
|
+
description: Input representation for External Connectivity Refresh Metadata Type Provider Request Parameters
|
|
289
|
+
type: object
|
|
290
|
+
properties:
|
|
291
|
+
metadataProviderName:
|
|
292
|
+
description: The name of the Connector action metadata provider
|
|
293
|
+
type: string
|
|
294
|
+
required: true
|
|
295
|
+
inputValues:
|
|
296
|
+
description: Input values for the Connector action
|
|
297
|
+
type: object
|
|
298
|
+
required: true
|
|
299
|
+
properties:
|
|
300
|
+
//:
|
|
301
|
+
type: any
|
|
302
|
+
ExternalConnectivityConnectionRefreshMetadataInputRepresentation:
|
|
303
|
+
description: Input representation for External Connectivity Connection Apex metadata
|
|
304
|
+
refresh
|
|
305
|
+
type: object
|
|
306
|
+
properties:
|
|
307
|
+
apexClassNames:
|
|
308
|
+
description: Sets the apexClassNames
|
|
309
|
+
type: array
|
|
310
|
+
required: false
|
|
311
|
+
items:
|
|
312
|
+
type: string
|
|
313
|
+
typeProviderRequestParameters:
|
|
314
|
+
description: Parameters to perform a type provider metadata request
|
|
315
|
+
type: array
|
|
316
|
+
required: false
|
|
317
|
+
items:
|
|
318
|
+
type: ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation
|
|
319
|
+
ExternalConnectivityConnectionRefreshMetadataOutputRepresentation:
|
|
320
|
+
description: Output representation for External Connectivity Connection Apex metadata
|
|
321
|
+
refresh
|
|
322
|
+
type: object
|
|
323
|
+
properties:
|
|
324
|
+
apexClassNames:
|
|
325
|
+
description: List of Apex class names refreshed
|
|
326
|
+
type: array
|
|
327
|
+
items:
|
|
328
|
+
type: string
|
|
329
|
+
connectionName:
|
|
330
|
+
description: Connection developer name
|
|
331
|
+
type: string
|
|
332
|
+
ExternalConnectivityConnectionRepresentation:
|
|
333
|
+
description: Output representation for External Connectivity Connection
|
|
334
|
+
type: object
|
|
335
|
+
properties:
|
|
336
|
+
agentActionEnabled:
|
|
337
|
+
description: External Connectivity Connection Agent Action Flag
|
|
338
|
+
type: boolean | nil # TODO Hand-rolled W-17603644
|
|
339
|
+
required: false # TODO Hand-rolled W-17603644
|
|
340
|
+
createdBy:
|
|
341
|
+
description: External Connectivity Connection Created By
|
|
342
|
+
type: string
|
|
343
|
+
createdById:
|
|
344
|
+
description: External Connectivity Connection Created By Id
|
|
345
|
+
type: string
|
|
346
|
+
createdDate:
|
|
347
|
+
description: External Connectivity Connection Created Date
|
|
348
|
+
type: string
|
|
349
|
+
description:
|
|
350
|
+
description: External Connectivity Connection Description
|
|
351
|
+
type: string | nil
|
|
352
|
+
developerName:
|
|
353
|
+
description: External Connectivity Connection Developer Name
|
|
354
|
+
type: string
|
|
355
|
+
established:
|
|
356
|
+
description: External Connectivity Connection Established Flag
|
|
357
|
+
type: boolean
|
|
358
|
+
externalConnectorMetadata:
|
|
359
|
+
description: External Connectivity Connection Connector Metadata
|
|
360
|
+
type: ExternalConnectivityConnectorRepresentation
|
|
361
|
+
lastModifiedBy:
|
|
362
|
+
description: External Connectivity Connection Last Modified By
|
|
363
|
+
type: string
|
|
364
|
+
lastModifiedById:
|
|
365
|
+
description: External Connectivity Connection Last Modified By Id
|
|
366
|
+
type: string
|
|
367
|
+
lastModifiedDate:
|
|
368
|
+
description: External Connectivity Connection Last Modified Date
|
|
369
|
+
type: string
|
|
370
|
+
lastTestedDate:
|
|
371
|
+
description: External Connectivity Connection Last Tested Date
|
|
372
|
+
type: string | nil
|
|
373
|
+
name:
|
|
374
|
+
description: External Connectivity Connection Name
|
|
375
|
+
type: string
|
|
376
|
+
ExternalConnectivityConnectorDetailsRepresentation:
|
|
377
|
+
description: Output representation for External Connectivity Connector Details
|
|
378
|
+
type: object
|
|
379
|
+
properties:
|
|
380
|
+
connectorType:
|
|
381
|
+
description: External Connectivity Connector Type
|
|
382
|
+
type: string
|
|
383
|
+
description:
|
|
384
|
+
description: External Connectivity Connector Description
|
|
385
|
+
type: string
|
|
386
|
+
developerName:
|
|
387
|
+
description: External Connectivity Connector Developer Name
|
|
388
|
+
type: string
|
|
389
|
+
iconMetadata:
|
|
390
|
+
description: External Connectivity Connector Icon Metadata
|
|
391
|
+
type: array
|
|
392
|
+
items:
|
|
393
|
+
type: ConnectorIconMetadataRepresentation
|
|
394
|
+
label:
|
|
395
|
+
description: External Connectivity Connector Label
|
|
396
|
+
type: string
|
|
397
|
+
labelVersion:
|
|
398
|
+
description: External Connectivity Connector Label Version
|
|
399
|
+
type: string
|
|
400
|
+
majorVersion:
|
|
401
|
+
description: External Connectivity Connector Major Version
|
|
402
|
+
type: integer
|
|
403
|
+
releaseStatus:
|
|
404
|
+
description: External Connectivity Connector Release Status
|
|
405
|
+
type: string
|
|
406
|
+
supportedAuthenticationTypes:
|
|
407
|
+
description: External Connectivity Connector Supported Authentication Types
|
|
408
|
+
type: array
|
|
409
|
+
items:
|
|
410
|
+
type: AuthenticationTypeDefinitionRepresentation
|
|
411
|
+
vendor:
|
|
412
|
+
description: External Connectivity Connector Vendor
|
|
413
|
+
type: string
|
|
414
|
+
version:
|
|
415
|
+
description: External Connectivity Connector Version
|
|
416
|
+
type: string
|
|
417
|
+
ExternalConnectivityConnectorListRepresentation:
|
|
418
|
+
description: Output representation for External Connectivity Connector List
|
|
419
|
+
type: object
|
|
420
|
+
properties:
|
|
421
|
+
connectors:
|
|
422
|
+
description: List of external connectivity connectors
|
|
423
|
+
type: array
|
|
424
|
+
items:
|
|
425
|
+
type: ExternalConnectivityConnectorRepresentation
|
|
426
|
+
ExternalConnectivityConnectorRepresentation:
|
|
427
|
+
description: Output representation for External Connectivity Connector
|
|
428
|
+
type: object
|
|
429
|
+
properties:
|
|
430
|
+
connectorType:
|
|
431
|
+
description: External Connectivity Connector Type
|
|
432
|
+
type: string
|
|
433
|
+
description:
|
|
434
|
+
description: External Connectivity Connector Description
|
|
435
|
+
type: string
|
|
436
|
+
developerName:
|
|
437
|
+
description: External Connectivity Connector Developer Name
|
|
438
|
+
type: string
|
|
439
|
+
iconMetadata:
|
|
440
|
+
description: External Connectivity Connector Icon Metadata
|
|
441
|
+
type: array
|
|
442
|
+
items:
|
|
443
|
+
type: ConnectorIconMetadataRepresentation
|
|
444
|
+
label:
|
|
445
|
+
description: External Connectivity Connector Label
|
|
446
|
+
type: string
|
|
447
|
+
labelVersion:
|
|
448
|
+
description: External Connectivity Connector Label Version
|
|
449
|
+
type: string
|
|
450
|
+
majorVersion:
|
|
451
|
+
description: External Connectivity Connector Major Version
|
|
452
|
+
type: integer
|
|
453
|
+
releaseStatus:
|
|
454
|
+
description: External Connectivity Connector Release Status
|
|
455
|
+
type: string
|
|
456
|
+
vendor:
|
|
457
|
+
description: External Connectivity Connector Vendor
|
|
458
|
+
type: string
|
|
459
|
+
version:
|
|
460
|
+
description: External Connectivity Connector Version
|
|
461
|
+
type: string
|
|
462
|
+
ExternalConnectivityConnectionTestResultRepresentation:
|
|
463
|
+
description: Output representation for External Connectivity Connection Test Result
|
|
464
|
+
type: object
|
|
465
|
+
properties:
|
|
466
|
+
developerName:
|
|
467
|
+
description: The developer name
|
|
468
|
+
type: string
|
|
469
|
+
errorDetails:
|
|
470
|
+
description: The error details from testing the connection
|
|
471
|
+
type: string | nil
|
|
472
|
+
errorMessage:
|
|
473
|
+
description: The error message from testing the connection
|
|
474
|
+
type: string | nil
|
|
475
|
+
established:
|
|
476
|
+
description: Whether the connection was established or not
|
|
477
|
+
type: boolean
|
|
478
|
+
lastTestedDate:
|
|
479
|
+
description: The last time the connection test was attempted
|
|
480
|
+
type: string
|
|
481
|
+
IcStandardExternalIdentityProviderListRepresentation:
|
|
482
|
+
description: Output representation for Ic Standard External Identity Provider
|
|
483
|
+
List
|
|
484
|
+
type: object
|
|
485
|
+
properties:
|
|
486
|
+
identityProviderRepresentationList:
|
|
487
|
+
description: List of Ic Standard External Identity Providers
|
|
488
|
+
type: array
|
|
489
|
+
items:
|
|
490
|
+
type: IcStandardExternalIdentityProviderRepresentation
|
|
491
|
+
IcStandardExternalIdentityProviderRepresentation:
|
|
492
|
+
description: Output representation for Ic Standard External Identity Provider
|
|
493
|
+
type: object
|
|
494
|
+
properties:
|
|
495
|
+
environment:
|
|
496
|
+
description: Ic Standard External Identity Provider Environment
|
|
497
|
+
type: string
|
|
498
|
+
fullName:
|
|
499
|
+
description: Ic Standard External Identity Provider Full Name
|
|
500
|
+
type: string
|
|
501
|
+
label:
|
|
502
|
+
description: Ic Standard External Identity Provider Label
|
|
503
|
+
type: string
|
|
504
|
+
prefixedFullName:
|
|
505
|
+
description: Ic Standard External Identity Provider Prefixed Full Name
|
|
506
|
+
type: string
|
|
507
|
+
ExternalConnectivityInvocableActionInfoRepresentation:
|
|
508
|
+
description: Information about an Invocable Action
|
|
509
|
+
type: object
|
|
510
|
+
properties:
|
|
511
|
+
category:
|
|
512
|
+
description: Category of Invocable Action
|
|
513
|
+
type: string | nil
|
|
514
|
+
description:
|
|
515
|
+
description: Description of Invocable Action
|
|
516
|
+
type: string | nil
|
|
517
|
+
durableId:
|
|
518
|
+
description: getDurableId
|
|
519
|
+
type: string | nil
|
|
520
|
+
label:
|
|
521
|
+
description: Label of Invocable Action
|
|
522
|
+
type: string | nil
|
|
523
|
+
name:
|
|
524
|
+
description: Name of Invocable Action
|
|
525
|
+
type: string | nil
|
|
526
|
+
type:
|
|
527
|
+
description: Type of Invocable Action
|
|
528
|
+
type: string | nil
|
|
529
|
+
ExternalConnectivityInvocableActionListRepresentation:
|
|
530
|
+
description: List of Invocable Actions
|
|
531
|
+
type: object
|
|
532
|
+
properties:
|
|
533
|
+
invocableActions:
|
|
534
|
+
description: List of Invocable Actions
|
|
535
|
+
type: array
|
|
536
|
+
items:
|
|
537
|
+
type: ExternalConnectivityInvocableActionInfoRepresentation
|
|
538
|
+
|
|
539
|
+
/external-connectivity:
|
|
540
|
+
/connections:
|
|
541
|
+
get:
|
|
542
|
+
displayName: getExternalConnectivityConnectionList
|
|
543
|
+
description: GET method to get a list of External Connectivity Connections
|
|
544
|
+
responses:
|
|
545
|
+
'200':
|
|
546
|
+
description: Success
|
|
547
|
+
body:
|
|
548
|
+
application/json:
|
|
549
|
+
type: ExternalConnectivityConnectionListRepresentation
|
|
550
|
+
queryParameters:
|
|
551
|
+
connectorDeveloperName:
|
|
552
|
+
type: string
|
|
553
|
+
required: false
|
|
554
|
+
post:
|
|
555
|
+
displayName: postExternalConnectivityConnectionList
|
|
556
|
+
description: POST method to create External Connectivity Connection
|
|
557
|
+
responses:
|
|
558
|
+
'200':
|
|
559
|
+
description: Success
|
|
560
|
+
body:
|
|
561
|
+
application/json:
|
|
562
|
+
type: ExternalConnectivityConnectionCreatedRepresentation
|
|
563
|
+
body:
|
|
564
|
+
application/json:
|
|
565
|
+
type: ExternalConnectivityConnectionInputRepresentation
|
|
566
|
+
# required: false
|
|
567
|
+
(oas-body-name): requestBody
|
|
568
|
+
/delete/{connectionDeveloperName}:
|
|
569
|
+
post:
|
|
570
|
+
displayName: postExternalConnectivityConnectionDelete
|
|
571
|
+
description: POST method to delete External Connectivity Connection
|
|
572
|
+
responses:
|
|
573
|
+
'200':
|
|
574
|
+
description: Success
|
|
575
|
+
body:
|
|
576
|
+
application/json:
|
|
577
|
+
type: ExternalConnectivityConnectionEditDeleteResultRepresentation
|
|
578
|
+
uriParameters:
|
|
579
|
+
connectionDeveloperName:
|
|
580
|
+
description: Connection Developer Name
|
|
581
|
+
type: string
|
|
582
|
+
required: true
|
|
583
|
+
/{connectionDeveloperName}:
|
|
584
|
+
get:
|
|
585
|
+
displayName: getExternalConnectivityConnectionDetails
|
|
586
|
+
description: GET method to get External Connectivity Connection Details
|
|
587
|
+
responses:
|
|
588
|
+
'200':
|
|
589
|
+
description: Success
|
|
590
|
+
body:
|
|
591
|
+
application/json:
|
|
592
|
+
type: ExternalConnectivityConnectionDetailsRepresentation
|
|
593
|
+
put:
|
|
594
|
+
displayName: putExternalConnectivityConnectionDetails
|
|
595
|
+
description: PUT method to edit External Connectivity Connection
|
|
596
|
+
responses:
|
|
597
|
+
'200':
|
|
598
|
+
description: Success
|
|
599
|
+
body:
|
|
600
|
+
application/json:
|
|
601
|
+
type: ExternalConnectivityConnectionEditDeleteResultRepresentation
|
|
602
|
+
body:
|
|
603
|
+
application/json:
|
|
604
|
+
type: ExternalConnectivityConnectionInputRepresentation
|
|
605
|
+
# required: false
|
|
606
|
+
(oas-body-name): requestBody
|
|
607
|
+
uriParameters:
|
|
608
|
+
connectionDeveloperName:
|
|
609
|
+
description: Connection Developer Name
|
|
610
|
+
type: string
|
|
611
|
+
required: true
|
|
612
|
+
/referenced-flows:
|
|
613
|
+
get:
|
|
614
|
+
displayName: getExternalConnectivityConnectionReferencedFlows
|
|
615
|
+
description: GET method to get a list of External Connectivity Connection Referenced Flows
|
|
616
|
+
responses:
|
|
617
|
+
'200':
|
|
618
|
+
description: Success
|
|
619
|
+
body:
|
|
620
|
+
application/json:
|
|
621
|
+
type: ExternalConnectivityConnectionReferencedFlowsRepresentation
|
|
622
|
+
uriParameters:
|
|
623
|
+
connectionDeveloperName:
|
|
624
|
+
description: Connection Developer Name
|
|
625
|
+
type: string
|
|
626
|
+
required: true
|
|
627
|
+
/refresh-metadata:
|
|
628
|
+
post:
|
|
629
|
+
displayName: postExternalConnectivityConnectionRefreshMetadata
|
|
630
|
+
description: POST method to trigger External Connectivity Connection metadata
|
|
631
|
+
refresh
|
|
632
|
+
responses:
|
|
633
|
+
'200':
|
|
634
|
+
description: Success
|
|
635
|
+
body:
|
|
636
|
+
application/json:
|
|
637
|
+
type: ExternalConnectivityConnectionRefreshMetadataOutputRepresentation
|
|
638
|
+
body:
|
|
639
|
+
application/json:
|
|
640
|
+
type: ExternalConnectivityConnectionRefreshMetadataInputRepresentation
|
|
641
|
+
# required: false
|
|
642
|
+
(oas-body-name): requestBody
|
|
643
|
+
uriParameters:
|
|
644
|
+
connectionDeveloperName:
|
|
645
|
+
description: Connection Developer Name
|
|
646
|
+
type: string
|
|
647
|
+
required: true
|
|
648
|
+
/test:
|
|
649
|
+
post:
|
|
650
|
+
displayName: postExternalConnectivityConnectionTest
|
|
651
|
+
description: POST method to test an External Connectivity Connection
|
|
652
|
+
responses:
|
|
653
|
+
'200':
|
|
654
|
+
description: Success
|
|
655
|
+
body:
|
|
656
|
+
application/json:
|
|
657
|
+
type: ExternalConnectivityConnectionTestResultRepresentation
|
|
658
|
+
uriParameters:
|
|
659
|
+
connectionDeveloperName:
|
|
660
|
+
description: Connection Developer Name
|
|
661
|
+
type: string
|
|
662
|
+
required: true
|
|
663
|
+
/connectors:
|
|
664
|
+
get:
|
|
665
|
+
displayName: getExternalConnectivityConnectorList
|
|
666
|
+
description: GET method to get a list of External Connectivity Connectors
|
|
667
|
+
responses:
|
|
668
|
+
'200':
|
|
669
|
+
description: Success
|
|
670
|
+
body:
|
|
671
|
+
application/json:
|
|
672
|
+
type: ExternalConnectivityConnectorListRepresentation
|
|
673
|
+
/connectors/{connectorDeveloperName}:
|
|
674
|
+
get:
|
|
675
|
+
displayName: getExternalConnectivityConnectorDetails
|
|
676
|
+
description: GET method to get External Connectivity Connector Details
|
|
677
|
+
responses:
|
|
678
|
+
'200':
|
|
679
|
+
description: Success
|
|
680
|
+
body:
|
|
681
|
+
application/json:
|
|
682
|
+
type: ExternalConnectivityConnectorDetailsRepresentation
|
|
683
|
+
uriParameters:
|
|
684
|
+
connectorDeveloperName:
|
|
685
|
+
description: Connector Developer Name
|
|
686
|
+
type: string
|
|
687
|
+
required: true
|
|
688
|
+
/{connectorType}/spa-mapping:
|
|
689
|
+
get:
|
|
690
|
+
displayName: getExternalIdentityProvider
|
|
691
|
+
description: GET method to get the SPA Mappings for the given connector type
|
|
692
|
+
and version
|
|
693
|
+
responses:
|
|
694
|
+
'200':
|
|
695
|
+
description: Success
|
|
696
|
+
body:
|
|
697
|
+
application/json:
|
|
698
|
+
type: IcStandardExternalIdentityProviderListRepresentation
|
|
699
|
+
queryParameters:
|
|
700
|
+
version:
|
|
701
|
+
type: string
|
|
702
|
+
required: false
|
|
703
|
+
uriParameters:
|
|
704
|
+
connectorType:
|
|
705
|
+
description: Connector Type
|
|
706
|
+
type: string
|
|
707
|
+
required: true
|
|
708
|
+
/invocable-actions:
|
|
709
|
+
get:
|
|
710
|
+
displayName: getExternalConnectivityInvocableActionsList
|
|
711
|
+
description: GET method to get the Invocable Actions for connector type
|
|
712
|
+
responses:
|
|
713
|
+
'200':
|
|
714
|
+
description: Success
|
|
715
|
+
body:
|
|
716
|
+
application/json:
|
|
717
|
+
type: ExternalConnectivityInvocableActionListRepresentation
|
|
718
|
+
queryParameters:
|
|
719
|
+
invocableActionTypes:
|
|
720
|
+
type: array
|
|
721
|
+
required: true
|
|
722
|
+
items:
|
|
723
|
+
type: string
|
|
724
|
+
(oas-collectionFormat): csv
|