@salesforce/lds-adapters-marketing-cdp 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/marketing-cdp.js +2423 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataGraph.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataGraph.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/editDataGraph.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraph.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraphDependency.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraphDraft.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/retryDataGraph.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/saveDataGraphDraft.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotDataGraphsByDataGraphName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsByDataGraphName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDependencyByDataGraphName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDraftByDataGraphName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphs.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphsDraft.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphs.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphsRetry.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDataRecencyInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDependencyOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphOutputRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRecencyCriteriaOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRelatedSegmentOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceObjectOutputRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/CdpObjectBaseInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CdpObjectBaseOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphScheduleInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphScheduleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DependencyOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +75 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2609 -0
- package/src/raml/api.raml +808 -0
- package/src/raml/luvio.raml +74 -0
|
@@ -0,0 +1,808 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '58.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
|
+
CdpObjectBaseInputRepresentation:
|
|
29
|
+
description: Base CDP Input representation
|
|
30
|
+
type: object
|
|
31
|
+
discriminator: kind
|
|
32
|
+
properties:
|
|
33
|
+
kind:
|
|
34
|
+
description: refers to the `kind` property of object `CdpObjectBaseInputRepresentation`
|
|
35
|
+
type: string
|
|
36
|
+
dataspaceName:
|
|
37
|
+
description: dataspaceName
|
|
38
|
+
type: string
|
|
39
|
+
required: false
|
|
40
|
+
description:
|
|
41
|
+
description: description
|
|
42
|
+
type: string
|
|
43
|
+
required: false
|
|
44
|
+
label:
|
|
45
|
+
description: label
|
|
46
|
+
type: string
|
|
47
|
+
required: false
|
|
48
|
+
name:
|
|
49
|
+
description: name
|
|
50
|
+
type: string
|
|
51
|
+
required: false
|
|
52
|
+
CdpObjectBaseOutputRepresentation:
|
|
53
|
+
description: Represents Cdp Base Output
|
|
54
|
+
type: object
|
|
55
|
+
discriminator: kind
|
|
56
|
+
properties:
|
|
57
|
+
kind:
|
|
58
|
+
description: refers to the `kind` property of object `CdpObjectBaseOutputRepresentation`
|
|
59
|
+
type: string
|
|
60
|
+
createdBy:
|
|
61
|
+
description: created by
|
|
62
|
+
type: string
|
|
63
|
+
required: false
|
|
64
|
+
createdDate:
|
|
65
|
+
description: created date
|
|
66
|
+
type: string
|
|
67
|
+
required: false
|
|
68
|
+
dataspaceName:
|
|
69
|
+
description: dataspacename
|
|
70
|
+
type: string
|
|
71
|
+
required: false
|
|
72
|
+
description:
|
|
73
|
+
description: description
|
|
74
|
+
type: string
|
|
75
|
+
required: false
|
|
76
|
+
id:
|
|
77
|
+
description: id
|
|
78
|
+
type: string
|
|
79
|
+
required: false
|
|
80
|
+
label:
|
|
81
|
+
description: label
|
|
82
|
+
type: string
|
|
83
|
+
required: false
|
|
84
|
+
modifiedBy:
|
|
85
|
+
description: modified by
|
|
86
|
+
type: string
|
|
87
|
+
required: false
|
|
88
|
+
modifiedDate:
|
|
89
|
+
description: modified date
|
|
90
|
+
type: string
|
|
91
|
+
required: false
|
|
92
|
+
name:
|
|
93
|
+
description: name
|
|
94
|
+
type: string
|
|
95
|
+
CdpDataGraphDataRecencyInputRepresentation:
|
|
96
|
+
description: Data Graph Recency Criteria input representation
|
|
97
|
+
type: object
|
|
98
|
+
properties:
|
|
99
|
+
fieldName:
|
|
100
|
+
description: field_name
|
|
101
|
+
type: string
|
|
102
|
+
value:
|
|
103
|
+
description: value
|
|
104
|
+
type: integer
|
|
105
|
+
valueType:
|
|
106
|
+
description: value_type
|
|
107
|
+
type: string
|
|
108
|
+
valueUnit:
|
|
109
|
+
description: value_unit
|
|
110
|
+
type: string
|
|
111
|
+
CdpDataGraphFieldInputRepresentation:
|
|
112
|
+
description: Data Graph Field input representation
|
|
113
|
+
type: object
|
|
114
|
+
properties:
|
|
115
|
+
ciFieldType:
|
|
116
|
+
description: ci field type
|
|
117
|
+
type: string
|
|
118
|
+
required: false
|
|
119
|
+
dataType:
|
|
120
|
+
description: Field Data Type
|
|
121
|
+
type: string
|
|
122
|
+
required: false
|
|
123
|
+
devName:
|
|
124
|
+
description: developer name
|
|
125
|
+
type: string
|
|
126
|
+
required: false
|
|
127
|
+
isDGRootKeyField:
|
|
128
|
+
description: Is DG Root Key Field
|
|
129
|
+
type: boolean
|
|
130
|
+
required: false
|
|
131
|
+
isKeyColumn:
|
|
132
|
+
description: is column a key
|
|
133
|
+
type: boolean
|
|
134
|
+
isProjected:
|
|
135
|
+
description: is projected field
|
|
136
|
+
type: boolean
|
|
137
|
+
required: false
|
|
138
|
+
keyQualifierName:
|
|
139
|
+
description: key qualifier name
|
|
140
|
+
type: string
|
|
141
|
+
required: false
|
|
142
|
+
sourceFieldName:
|
|
143
|
+
description: source field name
|
|
144
|
+
type: string
|
|
145
|
+
usageTag:
|
|
146
|
+
description: usage tag
|
|
147
|
+
type: string
|
|
148
|
+
required: false
|
|
149
|
+
CdpDataGraphFieldOutputRepresentation:
|
|
150
|
+
description: Represents Cdp Data Graph Field Output
|
|
151
|
+
type: object
|
|
152
|
+
properties:
|
|
153
|
+
ciFieldType:
|
|
154
|
+
description: ci_field_type
|
|
155
|
+
type: string
|
|
156
|
+
required: false
|
|
157
|
+
dataType:
|
|
158
|
+
description: Field Data Type
|
|
159
|
+
type: string
|
|
160
|
+
required: false
|
|
161
|
+
isDGRootKeyField:
|
|
162
|
+
description: Is DG Root Key Field
|
|
163
|
+
type: boolean
|
|
164
|
+
required: false
|
|
165
|
+
isKeyColumn:
|
|
166
|
+
description: isKeyColumn
|
|
167
|
+
type: boolean
|
|
168
|
+
isProjected:
|
|
169
|
+
description: is_projected
|
|
170
|
+
type: boolean
|
|
171
|
+
required: false
|
|
172
|
+
keyQualifierName:
|
|
173
|
+
description: key_qualifier_name
|
|
174
|
+
type: string
|
|
175
|
+
required: false
|
|
176
|
+
sourceFieldName:
|
|
177
|
+
description: source_field_developer_name
|
|
178
|
+
type: string
|
|
179
|
+
usageTag:
|
|
180
|
+
description: usage_tag
|
|
181
|
+
type: string
|
|
182
|
+
required: false
|
|
183
|
+
dependency:
|
|
184
|
+
description: dependency
|
|
185
|
+
type: array
|
|
186
|
+
items:
|
|
187
|
+
type: DependencyOutputRepresentation
|
|
188
|
+
required: false
|
|
189
|
+
devName:
|
|
190
|
+
description: dev_name
|
|
191
|
+
type: string
|
|
192
|
+
required: false
|
|
193
|
+
ciFormula:
|
|
194
|
+
description: ciFormula
|
|
195
|
+
type: string
|
|
196
|
+
required: false
|
|
197
|
+
sourceFieldLabel:
|
|
198
|
+
description: source_field_Label
|
|
199
|
+
type: string
|
|
200
|
+
required: false
|
|
201
|
+
CdpDataGraphInputRepresentation:
|
|
202
|
+
description: Input representation for creating CDP Data Graph
|
|
203
|
+
type: object
|
|
204
|
+
properties:
|
|
205
|
+
dataspaceName:
|
|
206
|
+
description: dataspaceName
|
|
207
|
+
type: string
|
|
208
|
+
required: false
|
|
209
|
+
dataKitName:
|
|
210
|
+
description: dataKitName
|
|
211
|
+
type: string
|
|
212
|
+
required: false
|
|
213
|
+
description:
|
|
214
|
+
description: description
|
|
215
|
+
type: string
|
|
216
|
+
required: false
|
|
217
|
+
label:
|
|
218
|
+
description: label
|
|
219
|
+
type: string
|
|
220
|
+
required: false
|
|
221
|
+
name:
|
|
222
|
+
description: name
|
|
223
|
+
type: string
|
|
224
|
+
required: false
|
|
225
|
+
primaryObjectName:
|
|
226
|
+
description: Primary Object Name
|
|
227
|
+
type: string
|
|
228
|
+
sourceObject:
|
|
229
|
+
description: source object
|
|
230
|
+
type: any
|
|
231
|
+
templateName:
|
|
232
|
+
description: data graph templateName
|
|
233
|
+
type: string
|
|
234
|
+
required: false
|
|
235
|
+
type:
|
|
236
|
+
description: data graph type
|
|
237
|
+
type: string
|
|
238
|
+
required: false
|
|
239
|
+
isRecordCachingDisabled:
|
|
240
|
+
description: Is prefetch is disabled for given data graph
|
|
241
|
+
type: boolean
|
|
242
|
+
required: false
|
|
243
|
+
isRealTimeToggleEnabled:
|
|
244
|
+
description: Is RTDG Toggle enaled for Non-Web SDK Ingestion for given data graph
|
|
245
|
+
type: boolean
|
|
246
|
+
required: false
|
|
247
|
+
cacheDurationInDays:
|
|
248
|
+
description: No of days last accessed records are cached
|
|
249
|
+
type: integer
|
|
250
|
+
required: false
|
|
251
|
+
maxRecordsCached:
|
|
252
|
+
description: Max no of records to cache
|
|
253
|
+
type: integer
|
|
254
|
+
required: false
|
|
255
|
+
sessionEnd:
|
|
256
|
+
description: Session duration
|
|
257
|
+
type: integer
|
|
258
|
+
required: false
|
|
259
|
+
sessionEndTimeUnit:
|
|
260
|
+
description: Unit of Session duration
|
|
261
|
+
type: string
|
|
262
|
+
required: false
|
|
263
|
+
fullRefreshConfig:
|
|
264
|
+
description: Full Refresh Config
|
|
265
|
+
type: DataGraphFullRefreshConfigInputRepresentation
|
|
266
|
+
required: false
|
|
267
|
+
incrementalRefreshConfig:
|
|
268
|
+
description: Incremental transform mapping developer name
|
|
269
|
+
type: DataGraphIncrementalRefreshConfigInputRepresentation
|
|
270
|
+
required: false
|
|
271
|
+
CdpDataGraphSourceObjectOutputRepresentation:
|
|
272
|
+
description: Represents Cdp Data Graph Source Output
|
|
273
|
+
type: object
|
|
274
|
+
properties:
|
|
275
|
+
fields:
|
|
276
|
+
description: fields
|
|
277
|
+
type: array
|
|
278
|
+
items:
|
|
279
|
+
type: CdpDataGraphFieldOutputRepresentation
|
|
280
|
+
fragmentDMOName:
|
|
281
|
+
description: fragmentDMOName
|
|
282
|
+
type: string
|
|
283
|
+
required: false
|
|
284
|
+
jsonPath:
|
|
285
|
+
description: jsonPath
|
|
286
|
+
type: string
|
|
287
|
+
required: false
|
|
288
|
+
path:
|
|
289
|
+
description: path
|
|
290
|
+
type: array
|
|
291
|
+
items:
|
|
292
|
+
type: CdpDataGraphPathToParentOutputRepresentation
|
|
293
|
+
required: false
|
|
294
|
+
filterCriteria:
|
|
295
|
+
description: filterCriteria
|
|
296
|
+
type: CdpDataGraphFilterCriteriaOutputRepresentation
|
|
297
|
+
required: false
|
|
298
|
+
recencyCriteria:
|
|
299
|
+
description: recencyCriteria
|
|
300
|
+
type: array
|
|
301
|
+
items:
|
|
302
|
+
type: CdpDataGraphRecencyCriteriaOutputRepresentation
|
|
303
|
+
required: false
|
|
304
|
+
relatedObjects:
|
|
305
|
+
description: relatedObjects
|
|
306
|
+
type: array
|
|
307
|
+
items:
|
|
308
|
+
type: any #Add any to remove circular dependency
|
|
309
|
+
dependency:
|
|
310
|
+
description: dependency
|
|
311
|
+
type: array
|
|
312
|
+
items:
|
|
313
|
+
type: DependencyOutputRepresentation
|
|
314
|
+
required: false
|
|
315
|
+
devName:
|
|
316
|
+
description: devName
|
|
317
|
+
type: string
|
|
318
|
+
required: false
|
|
319
|
+
fragmentDMOLabel:
|
|
320
|
+
description: fragmentDMOLabel
|
|
321
|
+
type: string
|
|
322
|
+
required: false
|
|
323
|
+
referenceDeveloperName:
|
|
324
|
+
description: referenceDeveloperName
|
|
325
|
+
type: string
|
|
326
|
+
required: false
|
|
327
|
+
relatedSegments:
|
|
328
|
+
description: relatedSegments
|
|
329
|
+
type: array
|
|
330
|
+
items:
|
|
331
|
+
type: CdpDataGraphRelatedSegmentOutputRepresentation
|
|
332
|
+
required: false
|
|
333
|
+
type:
|
|
334
|
+
description: type
|
|
335
|
+
type: string
|
|
336
|
+
required: false
|
|
337
|
+
CdpDataGraphOutputRepresentation:
|
|
338
|
+
description: Represents Cdp Data Graph Output
|
|
339
|
+
type: CdpObjectBaseOutputRepresentation
|
|
340
|
+
properties:
|
|
341
|
+
dayZeroMappingDevName:
|
|
342
|
+
description: Day0 dependency mapping developer name
|
|
343
|
+
type: string
|
|
344
|
+
required: false
|
|
345
|
+
dayZeroTransformDevName:
|
|
346
|
+
description: Day0 transform developer name
|
|
347
|
+
type: string
|
|
348
|
+
required: false
|
|
349
|
+
extendedProperties:
|
|
350
|
+
description: extended properties
|
|
351
|
+
type: string
|
|
352
|
+
idDmoLabel:
|
|
353
|
+
description: id_dmo_Label
|
|
354
|
+
type: string
|
|
355
|
+
required: false
|
|
356
|
+
idDmoName:
|
|
357
|
+
description: id_dmo_name
|
|
358
|
+
type: string
|
|
359
|
+
required: false
|
|
360
|
+
incrementalMappingDevName:
|
|
361
|
+
description: incremental transform developer name
|
|
362
|
+
type: string
|
|
363
|
+
required: false
|
|
364
|
+
incrementalTransformDevName:
|
|
365
|
+
description: incremental dependency mapping developer name
|
|
366
|
+
type: string
|
|
367
|
+
required: false
|
|
368
|
+
lastRunStatus:
|
|
369
|
+
description: last run status
|
|
370
|
+
type: string
|
|
371
|
+
required: false
|
|
372
|
+
primaryObjectLabel:
|
|
373
|
+
description: primary object Label
|
|
374
|
+
type: string
|
|
375
|
+
required: false
|
|
376
|
+
primaryObjectName:
|
|
377
|
+
description: primary object developer name
|
|
378
|
+
type: string
|
|
379
|
+
sourceObject:
|
|
380
|
+
description: object
|
|
381
|
+
type: CdpDataGraphSourceObjectOutputRepresentation
|
|
382
|
+
status:
|
|
383
|
+
description: status
|
|
384
|
+
type: string
|
|
385
|
+
valuesDmoLabel:
|
|
386
|
+
description: values dmo Label
|
|
387
|
+
type: string
|
|
388
|
+
required: false
|
|
389
|
+
valuesDmoName:
|
|
390
|
+
description: values dmo name
|
|
391
|
+
type: string
|
|
392
|
+
version:
|
|
393
|
+
description: version
|
|
394
|
+
type: string
|
|
395
|
+
type:
|
|
396
|
+
description: Data Graph Type
|
|
397
|
+
type: string
|
|
398
|
+
required: false
|
|
399
|
+
isRecordCachingDisabled:
|
|
400
|
+
description: Is prefetch is disabled for given data graph
|
|
401
|
+
type: boolean
|
|
402
|
+
required: false
|
|
403
|
+
isRealTimeToggleEnabled:
|
|
404
|
+
description: Is RTDG Toggle enaled for Non-Web SDK Ingestion for given data graph
|
|
405
|
+
type: boolean
|
|
406
|
+
required: false
|
|
407
|
+
cacheDurationInDays:
|
|
408
|
+
description: No of days last accessed records are cached
|
|
409
|
+
type: integer
|
|
410
|
+
required: false
|
|
411
|
+
maxRecordsCached:
|
|
412
|
+
description: Max no of records to cache
|
|
413
|
+
type: integer
|
|
414
|
+
required: false
|
|
415
|
+
sessionEnd:
|
|
416
|
+
description: Session duration
|
|
417
|
+
type: integer
|
|
418
|
+
required: false
|
|
419
|
+
sessionEndTimeUnit:
|
|
420
|
+
description: Unit of Session duration
|
|
421
|
+
type: string
|
|
422
|
+
required: false
|
|
423
|
+
fullRefreshConfig:
|
|
424
|
+
description: full refresh config
|
|
425
|
+
type: DataGraphFullRefreshConfigOutputRepresentation
|
|
426
|
+
required: false
|
|
427
|
+
incrementalRefreshConfig:
|
|
428
|
+
description: incremental refresh config
|
|
429
|
+
type: DataGraphIncrementalRefreshConfigOutputRepresentation
|
|
430
|
+
required: false
|
|
431
|
+
CdpDataGraphPathToParentInputRepresentation:
|
|
432
|
+
description: Data Graph Source Object Path input representation
|
|
433
|
+
type: object
|
|
434
|
+
properties:
|
|
435
|
+
fieldName:
|
|
436
|
+
description: field_name
|
|
437
|
+
type: string
|
|
438
|
+
parentFieldName:
|
|
439
|
+
description: parent_field_name
|
|
440
|
+
type: string
|
|
441
|
+
CdpDataGraphPathToParentOutputRepresentation:
|
|
442
|
+
description: Represents Cdp Data Graph Path to Parent Output
|
|
443
|
+
type: object
|
|
444
|
+
properties:
|
|
445
|
+
fieldName:
|
|
446
|
+
description: field name
|
|
447
|
+
type: string
|
|
448
|
+
parentFieldName:
|
|
449
|
+
description: parent_field_name
|
|
450
|
+
type: string
|
|
451
|
+
CdpDataGraphRecencyCriteriaOutputRepresentation:
|
|
452
|
+
description: Represents Cdp Data Graph Recency Output
|
|
453
|
+
type: object
|
|
454
|
+
properties:
|
|
455
|
+
fieldName:
|
|
456
|
+
description: field_name
|
|
457
|
+
type: string
|
|
458
|
+
value:
|
|
459
|
+
description: value
|
|
460
|
+
type: integer
|
|
461
|
+
valueType:
|
|
462
|
+
description: value_type
|
|
463
|
+
type: string
|
|
464
|
+
valueUnit:
|
|
465
|
+
description: value_unit
|
|
466
|
+
type: string
|
|
467
|
+
CdpDataGraphSourceInputRepresentation:
|
|
468
|
+
description: Data Graph Source Object input representation
|
|
469
|
+
type: CdpObjectBaseInputRepresentation
|
|
470
|
+
properties:
|
|
471
|
+
fields:
|
|
472
|
+
description: fields
|
|
473
|
+
type: array
|
|
474
|
+
items:
|
|
475
|
+
type: CdpDataGraphFieldInputRepresentation
|
|
476
|
+
jsonPath:
|
|
477
|
+
description: jsonPath
|
|
478
|
+
type: string
|
|
479
|
+
required: false
|
|
480
|
+
path:
|
|
481
|
+
description: path
|
|
482
|
+
type: array
|
|
483
|
+
items:
|
|
484
|
+
type: CdpDataGraphPathToParentInputRepresentation
|
|
485
|
+
filterCriteria:
|
|
486
|
+
description: filter Criteria
|
|
487
|
+
type: CdpDataGraphFilterCriteriaInputRepresentation
|
|
488
|
+
required: false
|
|
489
|
+
recencyCriteria:
|
|
490
|
+
description: recencyCriteria
|
|
491
|
+
type: array
|
|
492
|
+
items:
|
|
493
|
+
type: object
|
|
494
|
+
relatedObjects:
|
|
495
|
+
description: relatedObjects
|
|
496
|
+
type: array
|
|
497
|
+
items:
|
|
498
|
+
type: any
|
|
499
|
+
CdpDataGraphRelatedSegmentOutputRepresentation:
|
|
500
|
+
description: Represents Data Graph Related Segment
|
|
501
|
+
type: object
|
|
502
|
+
properties:
|
|
503
|
+
id:
|
|
504
|
+
description: id
|
|
505
|
+
type: string
|
|
506
|
+
required: false
|
|
507
|
+
name:
|
|
508
|
+
description: name
|
|
509
|
+
type: string
|
|
510
|
+
label:
|
|
511
|
+
description: label
|
|
512
|
+
type: string
|
|
513
|
+
CdpDataGraphRetryInputRepresentation:
|
|
514
|
+
description: Input representation for retry running error state CDP Data Graph
|
|
515
|
+
type: object
|
|
516
|
+
properties:
|
|
517
|
+
dataGraphName:
|
|
518
|
+
description: data_graph_name
|
|
519
|
+
type: string
|
|
520
|
+
CdpDataGraphRetryOutputRepresentation:
|
|
521
|
+
description: Represents Cdp Data Graph Retry Output
|
|
522
|
+
type: object
|
|
523
|
+
properties:
|
|
524
|
+
dataGraphName:
|
|
525
|
+
description: data_graph_name
|
|
526
|
+
type: string
|
|
527
|
+
lastRunStatus:
|
|
528
|
+
description: last run status
|
|
529
|
+
type: string
|
|
530
|
+
status:
|
|
531
|
+
description: status
|
|
532
|
+
type: string
|
|
533
|
+
DependencyOutputRepresentation:
|
|
534
|
+
description: Represents Dependency Output
|
|
535
|
+
type: object
|
|
536
|
+
properties:
|
|
537
|
+
developerName:
|
|
538
|
+
description: developerName
|
|
539
|
+
type: string
|
|
540
|
+
displayName:
|
|
541
|
+
description: displayName
|
|
542
|
+
type: string
|
|
543
|
+
entityType:
|
|
544
|
+
description: entityType
|
|
545
|
+
type: string
|
|
546
|
+
entityTypePluralLabel:
|
|
547
|
+
description: entityTypePluralLabel
|
|
548
|
+
type: string
|
|
549
|
+
id:
|
|
550
|
+
description: id
|
|
551
|
+
type: string
|
|
552
|
+
linkable:
|
|
553
|
+
description: linkable
|
|
554
|
+
type: boolean
|
|
555
|
+
CdpDataGraphDependencyOutputRepresentation:
|
|
556
|
+
description: Represents Cdp Data Graph Dependency Output
|
|
557
|
+
type: CdpObjectBaseOutputRepresentation
|
|
558
|
+
properties:
|
|
559
|
+
dependency:
|
|
560
|
+
description: dependency
|
|
561
|
+
type: array
|
|
562
|
+
items:
|
|
563
|
+
type: DependencyOutputRepresentation
|
|
564
|
+
CdpDataGraphDraftOutputRepresentation:
|
|
565
|
+
description: Represents Cdp Data Graph Draft Output
|
|
566
|
+
type: object
|
|
567
|
+
properties:
|
|
568
|
+
outputRepresentation:
|
|
569
|
+
description: Output Representation of Draft Data Graph
|
|
570
|
+
type: CdpDataGraphOutputRepresentation
|
|
571
|
+
CdpDataGraphDraftInputRepresentation:
|
|
572
|
+
description: Input representation for draft in CDP Data Graph
|
|
573
|
+
type: object
|
|
574
|
+
properties:
|
|
575
|
+
dataGraphName:
|
|
576
|
+
description: data_graph_name
|
|
577
|
+
type: string
|
|
578
|
+
jsonSchema:
|
|
579
|
+
description: save data graph draft json schema
|
|
580
|
+
type: string
|
|
581
|
+
DataGraphFullRefreshConfigInputRepresentation:
|
|
582
|
+
description: Data Graph Full Refresh Config input representation
|
|
583
|
+
type: object
|
|
584
|
+
properties:
|
|
585
|
+
schedule:
|
|
586
|
+
description: schedule
|
|
587
|
+
type: object
|
|
588
|
+
required: false
|
|
589
|
+
DataGraphScheduleInputRepresentation:
|
|
590
|
+
description: Data Graph Schedule input representation
|
|
591
|
+
type: object
|
|
592
|
+
properties:
|
|
593
|
+
frequency:
|
|
594
|
+
description: frequency
|
|
595
|
+
type: integer
|
|
596
|
+
required: false
|
|
597
|
+
timeGranularity:
|
|
598
|
+
description: time granularity
|
|
599
|
+
type: string
|
|
600
|
+
required: false
|
|
601
|
+
DataGraphIncrementalRefreshConfigInputRepresentation:
|
|
602
|
+
description: Data Graph Incremental Refresh input representation
|
|
603
|
+
type: object
|
|
604
|
+
properties:
|
|
605
|
+
enabled:
|
|
606
|
+
description: enabled
|
|
607
|
+
type: boolean
|
|
608
|
+
required: false
|
|
609
|
+
DataGraphIncrementalRefreshConfigOutputRepresentation:
|
|
610
|
+
description: Represents Cdp Data Graph Full Refresh Config Output
|
|
611
|
+
type: object
|
|
612
|
+
properties:
|
|
613
|
+
enabled:
|
|
614
|
+
description: enabled
|
|
615
|
+
type: boolean
|
|
616
|
+
required: false
|
|
617
|
+
DataGraphFullRefreshConfigOutputRepresentation:
|
|
618
|
+
description: Represents Cdp Data Graph Full Refresh Config Output Output
|
|
619
|
+
type: object
|
|
620
|
+
properties:
|
|
621
|
+
schedule:
|
|
622
|
+
description: schedule
|
|
623
|
+
type: DataGraphScheduleOutputRepresentation
|
|
624
|
+
required: false
|
|
625
|
+
DataGraphScheduleOutputRepresentation:
|
|
626
|
+
description: Represents Data Graph Full refresh Schedule
|
|
627
|
+
type: object
|
|
628
|
+
properties:
|
|
629
|
+
frequency:
|
|
630
|
+
description: frequency
|
|
631
|
+
type: integer
|
|
632
|
+
required: false
|
|
633
|
+
timeGranularity:
|
|
634
|
+
description: time Granularity
|
|
635
|
+
type: string
|
|
636
|
+
required: false
|
|
637
|
+
CdpDataGraphFilterConditionInputRepresentation:
|
|
638
|
+
description: Data Graph Filter Condition input representation
|
|
639
|
+
type: object
|
|
640
|
+
properties:
|
|
641
|
+
fieldName:
|
|
642
|
+
description: field Name
|
|
643
|
+
type: string
|
|
644
|
+
operator:
|
|
645
|
+
description: comparison operators for Data Graph filter conditions
|
|
646
|
+
type: string
|
|
647
|
+
values:
|
|
648
|
+
description: adhoc filter values
|
|
649
|
+
type: array
|
|
650
|
+
items:
|
|
651
|
+
type: string
|
|
652
|
+
required: false
|
|
653
|
+
CdpDataGraphFilterConditionOutputRepresentation:
|
|
654
|
+
description: Represents Cdp Data Graph Filter Condition Output
|
|
655
|
+
type: object
|
|
656
|
+
properties:
|
|
657
|
+
fieldName:
|
|
658
|
+
description: field API name
|
|
659
|
+
type: string
|
|
660
|
+
operator:
|
|
661
|
+
description: comparison operators for Data Graph filter conditions
|
|
662
|
+
type: string
|
|
663
|
+
values:
|
|
664
|
+
description: Adhoc filter values
|
|
665
|
+
type: array
|
|
666
|
+
items:
|
|
667
|
+
type: string
|
|
668
|
+
required: false
|
|
669
|
+
CdpDataGraphFilterCriteriaInputRepresentation:
|
|
670
|
+
description: Data Graph Filter Criteria input representation
|
|
671
|
+
type: object
|
|
672
|
+
properties:
|
|
673
|
+
conditions:
|
|
674
|
+
description: filter conditions
|
|
675
|
+
type: array
|
|
676
|
+
items:
|
|
677
|
+
type: CdpDataGraphFilterConditionInputRepresentation
|
|
678
|
+
operator:
|
|
679
|
+
description: Filter operators to combine conditions. Example, 'And, 'Or'
|
|
680
|
+
type: string
|
|
681
|
+
CdpDataGraphFilterCriteriaOutputRepresentation:
|
|
682
|
+
description: Represents Cdp Data Graph Filter Criteria Output
|
|
683
|
+
type: object
|
|
684
|
+
properties:
|
|
685
|
+
conditions:
|
|
686
|
+
description: filter conditions
|
|
687
|
+
type: array
|
|
688
|
+
items:
|
|
689
|
+
type: CdpDataGraphFilterConditionOutputRepresentation
|
|
690
|
+
operator:
|
|
691
|
+
description: Filter operators to combine conditions. Example, 'And, 'Or'
|
|
692
|
+
type: string
|
|
693
|
+
|
|
694
|
+
/ssot:
|
|
695
|
+
/data-graphs:
|
|
696
|
+
post:
|
|
697
|
+
displayName: postCdpDataGraph
|
|
698
|
+
description: Creates Data Graph
|
|
699
|
+
responses:
|
|
700
|
+
'200':
|
|
701
|
+
description: Success
|
|
702
|
+
body:
|
|
703
|
+
application/json:
|
|
704
|
+
type: CdpDataGraphOutputRepresentation
|
|
705
|
+
body:
|
|
706
|
+
application/json:
|
|
707
|
+
type: CdpDataGraphInputRepresentation
|
|
708
|
+
(oas-body-name): input
|
|
709
|
+
put:
|
|
710
|
+
displayName: putCdpDataGraph
|
|
711
|
+
description: Edit Data Graph
|
|
712
|
+
responses:
|
|
713
|
+
'200':
|
|
714
|
+
description: Success
|
|
715
|
+
body:
|
|
716
|
+
application/json:
|
|
717
|
+
type: CdpDataGraphOutputRepresentation
|
|
718
|
+
queryParameters:
|
|
719
|
+
editScheduleOnly:
|
|
720
|
+
type: boolean
|
|
721
|
+
required: false
|
|
722
|
+
body:
|
|
723
|
+
application/json:
|
|
724
|
+
type: CdpDataGraphInputRepresentation
|
|
725
|
+
(oas-body-name): input
|
|
726
|
+
/data-graphs/{dataGraphName}:
|
|
727
|
+
get:
|
|
728
|
+
displayName: getCdpDataGraph
|
|
729
|
+
description: Query Data Graph
|
|
730
|
+
responses:
|
|
731
|
+
'200':
|
|
732
|
+
description: Success
|
|
733
|
+
body:
|
|
734
|
+
application/json:
|
|
735
|
+
type: CdpDataGraphOutputRepresentation
|
|
736
|
+
queryParameters:
|
|
737
|
+
includeCIDetails:
|
|
738
|
+
type: boolean
|
|
739
|
+
required: false
|
|
740
|
+
includeSegmentDetails:
|
|
741
|
+
type: boolean
|
|
742
|
+
required: false
|
|
743
|
+
delete:
|
|
744
|
+
displayName: deleteCdpDataGraph
|
|
745
|
+
description: Delete Data Graph
|
|
746
|
+
responses:
|
|
747
|
+
'200':
|
|
748
|
+
description: Success
|
|
749
|
+
uriParameters:
|
|
750
|
+
dataGraphName:
|
|
751
|
+
type: string
|
|
752
|
+
required: true
|
|
753
|
+
/data-graphs/retry:
|
|
754
|
+
put:
|
|
755
|
+
displayName: putCdpDataGraphRetry
|
|
756
|
+
description: retry for failed or error state data graph
|
|
757
|
+
responses:
|
|
758
|
+
'200':
|
|
759
|
+
description: Success
|
|
760
|
+
body:
|
|
761
|
+
application/json:
|
|
762
|
+
type: CdpDataGraphRetryOutputRepresentation
|
|
763
|
+
body:
|
|
764
|
+
application/json:
|
|
765
|
+
type: CdpDataGraphRetryInputRepresentation
|
|
766
|
+
(oas-body-name): input
|
|
767
|
+
/data-graphs/dependency/{dataGraphName}:
|
|
768
|
+
get:
|
|
769
|
+
displayName: getCdpDataGraphDependency
|
|
770
|
+
description: Query Dependency list for Data Graph
|
|
771
|
+
responses:
|
|
772
|
+
'200':
|
|
773
|
+
description: Success
|
|
774
|
+
body:
|
|
775
|
+
application/json:
|
|
776
|
+
type: CdpDataGraphDependencyOutputRepresentation
|
|
777
|
+
uriParameters:
|
|
778
|
+
dataGraphName:
|
|
779
|
+
type: string
|
|
780
|
+
required: true
|
|
781
|
+
/data-graphs/draft:
|
|
782
|
+
post:
|
|
783
|
+
displayName: postCdpDataGraphDraft
|
|
784
|
+
description: Save Data Graph Draft
|
|
785
|
+
responses:
|
|
786
|
+
'200':
|
|
787
|
+
description: Success
|
|
788
|
+
body:
|
|
789
|
+
application/json:
|
|
790
|
+
type: CdpDataGraphDraftOutputRepresentation
|
|
791
|
+
body:
|
|
792
|
+
application/json:
|
|
793
|
+
type: CdpDataGraphDraftInputRepresentation
|
|
794
|
+
(oas-body-name): input
|
|
795
|
+
/data-graphs/draft/{dataGraphName}:
|
|
796
|
+
get:
|
|
797
|
+
displayName: getCdpDataGraphDraft
|
|
798
|
+
description: Query Data Graph Draft
|
|
799
|
+
responses:
|
|
800
|
+
'200':
|
|
801
|
+
description: Success
|
|
802
|
+
body:
|
|
803
|
+
application/json:
|
|
804
|
+
type: CdpDataGraphDraftOutputRepresentation
|
|
805
|
+
uriParameters:
|
|
806
|
+
dataGraphName:
|
|
807
|
+
type: string
|
|
808
|
+
required: true
|