@salesforce/lds-adapters-analytics-unifiedanalytics 1.308.0-dev4 → 1.308.0-dev6
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/dist/es/es2018/analytics-unifiedanalytics.js +1240 -811
- package/dist/es/es2018/types/src/generated/adapters/createAnnotation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createAssetSlackChannel.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/getAnnotations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getAssetSlackChannels.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlowByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowedAssets.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowers.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackAppInfo.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getSubscriptionDigestConfig.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getUnifiedAnalyticsLibraryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/getUniqueFollowerCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaceByIdOrName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaces.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/unfollow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateSubscriptionDigestConfig.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowerCountByFollowedAssetId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauOrgsByUserName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/UniqueFollowerCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceRepresentation.d.ts +3 -6
- package/package.json +3 -3
- package/sfdc/index.js +1698 -1249
- package/src/raml/api.raml +78 -5
- package/src/raml/luvio.raml +41 -25
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → deleteTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → deleteTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → deleteTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotations.d.ts → getTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotationsSlackAppInfo.d.ts → getTableauAnnotationsSlackAppInfo.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboards.d.ts → getTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → getTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlows.d.ts → getTableauFlows.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlowsByFlowApiName.d.ts → getTableauFlowsByFlowApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowAssetsFollowersByFollowedAssetId.d.ts → getTableauFollowAssetsFollowersByFollowedAssetId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowedAssetsByFollowerId.d.ts → getTableauFollowFollowersFollowedAssetsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → getTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSlackChannels.d.ts → getTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → getTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizations.d.ts → getTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsBundleByVisualizationIdOrApiName.d.ts → getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → getTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspaces.d.ts → getTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → patchTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → patchTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → patchTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → patchTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAdminMonitoringEvents.d.ts → postTableauAdminMonitoringEvents.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAnnotations.d.ts → postTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAssetsQuery.d.ts → postTableauAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsDashboards.d.ts → postTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsFollowFollowersFollowsByFollowerId.d.ts → postTableauFollowFollowersFollowsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLibraryAssetsQuery.d.ts → postTableauLibraryAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLoglines.d.ts → postTableauLoglines.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsSlackChannels.d.ts → postTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsUsersQuery.d.ts → postTableauUsersQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsVisualizations.d.ts → postTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspaces.d.ts → postTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → postTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
package/src/raml/api.raml
CHANGED
|
@@ -452,6 +452,13 @@ types:
|
|
|
452
452
|
offset:
|
|
453
453
|
description: Offset parameter value
|
|
454
454
|
type: integer
|
|
455
|
+
UniqueFollowerCountRepresentation:
|
|
456
|
+
description: Unique count of followers
|
|
457
|
+
type: object
|
|
458
|
+
properties:
|
|
459
|
+
uniqueFollowerCount:
|
|
460
|
+
description: Unique count of followers
|
|
461
|
+
type: integer
|
|
455
462
|
VisualizationCollectionRepresentation:
|
|
456
463
|
description: A collection of unified analytics visualizations.
|
|
457
464
|
type: object
|
|
@@ -1132,6 +1139,43 @@ types:
|
|
|
1132
1139
|
iconName:
|
|
1133
1140
|
description: Icon Name of the File
|
|
1134
1141
|
type: string
|
|
1142
|
+
OrgCollectionRepresentation:
|
|
1143
|
+
description: A collection of unified analytics orgs.
|
|
1144
|
+
type: object
|
|
1145
|
+
properties:
|
|
1146
|
+
currentOrg:
|
|
1147
|
+
description: Current org.
|
|
1148
|
+
type: OrgRepresentation
|
|
1149
|
+
orgs:
|
|
1150
|
+
description: List of orgs being returned.
|
|
1151
|
+
type: array
|
|
1152
|
+
items:
|
|
1153
|
+
type: OrgRepresentation
|
|
1154
|
+
OrgInputRepresentation:
|
|
1155
|
+
description: Unified Analytics Org Input Representation
|
|
1156
|
+
type: object
|
|
1157
|
+
properties:
|
|
1158
|
+
userName:
|
|
1159
|
+
description: The name of the user to query to orgs for.
|
|
1160
|
+
type: string
|
|
1161
|
+
OrgRepresentation:
|
|
1162
|
+
description: Unified analytics org representation.
|
|
1163
|
+
discriminatorValue: Org
|
|
1164
|
+
type: object
|
|
1165
|
+
properties:
|
|
1166
|
+
id:
|
|
1167
|
+
description: ID of this org.
|
|
1168
|
+
type: string
|
|
1169
|
+
label:
|
|
1170
|
+
description: Named label to display for this org
|
|
1171
|
+
type: string
|
|
1172
|
+
orgUrl:
|
|
1173
|
+
description: URL to display for this org
|
|
1174
|
+
type: string
|
|
1175
|
+
targetUrl:
|
|
1176
|
+
description: URL to switch to this org.
|
|
1177
|
+
type: string
|
|
1178
|
+
|
|
1135
1179
|
SlackAppInfoRepresentation:
|
|
1136
1180
|
description: Analytics Slack App Info Representation
|
|
1137
1181
|
type: object
|
|
@@ -1396,9 +1440,6 @@ types:
|
|
|
1396
1440
|
url:
|
|
1397
1441
|
description: URL to this workspace.
|
|
1398
1442
|
type: string
|
|
1399
|
-
cacheableKey:
|
|
1400
|
-
description: Key to use for caching the workspace output.
|
|
1401
|
-
type: string
|
|
1402
1443
|
lastModifiedBy:
|
|
1403
1444
|
description: Last modified by of the asset.
|
|
1404
1445
|
type: any
|
|
@@ -1508,7 +1549,7 @@ types:
|
|
|
1508
1549
|
tenantKeyId:
|
|
1509
1550
|
description: Tenant Key Id
|
|
1510
1551
|
type: string
|
|
1511
|
-
/
|
|
1552
|
+
/tableau:
|
|
1512
1553
|
/admin/monitoring/events:
|
|
1513
1554
|
post:
|
|
1514
1555
|
displayName: postUnifiedAnalyticsMonitoringEvent
|
|
@@ -1748,6 +1789,24 @@ types:
|
|
|
1748
1789
|
followerId:
|
|
1749
1790
|
type: string
|
|
1750
1791
|
required: true
|
|
1792
|
+
/follow/assets/{followedAssetId}/follower-count:
|
|
1793
|
+
get:
|
|
1794
|
+
displayName: getUniqueFollowerCount
|
|
1795
|
+
description: Get unique follower count for a followed asset.
|
|
1796
|
+
responses:
|
|
1797
|
+
'200':
|
|
1798
|
+
description: Success
|
|
1799
|
+
body:
|
|
1800
|
+
application/json:
|
|
1801
|
+
type: UniqueFollowerCountRepresentation
|
|
1802
|
+
queryParameters:
|
|
1803
|
+
followedAssetType:
|
|
1804
|
+
type: string
|
|
1805
|
+
required: false
|
|
1806
|
+
uriParameters:
|
|
1807
|
+
followedAssetId:
|
|
1808
|
+
type: string
|
|
1809
|
+
required: true
|
|
1751
1810
|
/loglines:
|
|
1752
1811
|
post:
|
|
1753
1812
|
displayName: postUnifiedAnalyticsLoglines
|
|
@@ -1763,6 +1822,20 @@ types:
|
|
|
1763
1822
|
type: UnifiedAnalyticsLoglinesInputRepresentation
|
|
1764
1823
|
# required: false # TODO Hand-rolled W-15315791 not supported
|
|
1765
1824
|
(oas-body-name): loglines
|
|
1825
|
+
/orgs/{userName}:
|
|
1826
|
+
get:
|
|
1827
|
+
displayName: getOrg
|
|
1828
|
+
description: Get all available Unified Analytics Orgs.
|
|
1829
|
+
responses:
|
|
1830
|
+
'200':
|
|
1831
|
+
description: Success
|
|
1832
|
+
body:
|
|
1833
|
+
application/json:
|
|
1834
|
+
type: OrgCollectionRepresentation
|
|
1835
|
+
uriParameters:
|
|
1836
|
+
userName:
|
|
1837
|
+
type: string
|
|
1838
|
+
required: true
|
|
1766
1839
|
/slack/channels:
|
|
1767
1840
|
get:
|
|
1768
1841
|
displayName: getAssetSlackChannelCollection
|
|
@@ -2064,7 +2137,7 @@ types:
|
|
|
2064
2137
|
digestConfigOwner:
|
|
2065
2138
|
type: string
|
|
2066
2139
|
required: true
|
|
2067
|
-
/
|
|
2140
|
+
/tableau/library/assets/query:
|
|
2068
2141
|
post:
|
|
2069
2142
|
displayName: postAnalyticsLibraryAssetCollection
|
|
2070
2143
|
description: Fetch List of Assets from Analytics Library
|
package/src/raml/luvio.raml
CHANGED
|
@@ -44,6 +44,9 @@ types:
|
|
|
44
44
|
(luvio.opaque): true
|
|
45
45
|
(luvio.key):
|
|
46
46
|
followerId: followerId
|
|
47
|
+
UniqueFollowerCountRepresentation:
|
|
48
|
+
(luvio.ttl): 500
|
|
49
|
+
(luvio.opaque): true
|
|
47
50
|
VisualizationRepresentation:
|
|
48
51
|
(luvio.opaque): true
|
|
49
52
|
(luvio.key):
|
|
@@ -63,7 +66,10 @@ types:
|
|
|
63
66
|
WorkspaceRepresentation:
|
|
64
67
|
(luvio.opaque): true
|
|
65
68
|
(luvio.key):
|
|
66
|
-
name:
|
|
69
|
+
name: name
|
|
70
|
+
OrgCollectionRepresentation:
|
|
71
|
+
(luvio.ttl): 500
|
|
72
|
+
(luvio.opaque): true
|
|
67
73
|
LibraryAssetsPreviewOutputCollectionRepresentation:
|
|
68
74
|
(luvio.ttl): 500
|
|
69
75
|
(luvio.opaque): true
|
|
@@ -102,12 +108,12 @@ types:
|
|
|
102
108
|
(luvio.key):
|
|
103
109
|
fullyQualifiedLocationInDrive: fullyQualifiedLocationInDrive
|
|
104
110
|
|
|
105
|
-
/
|
|
111
|
+
/tableau/admin/monitoring/events:
|
|
106
112
|
post:
|
|
107
113
|
(luvio.adapter):
|
|
108
114
|
name: publish
|
|
109
115
|
|
|
110
|
-
/
|
|
116
|
+
/tableau/annotations:
|
|
111
117
|
get:
|
|
112
118
|
(luvio.adapter):
|
|
113
119
|
name: getAnnotations
|
|
@@ -115,7 +121,7 @@ types:
|
|
|
115
121
|
(luvio.adapter):
|
|
116
122
|
name: createAnnotation
|
|
117
123
|
|
|
118
|
-
/
|
|
124
|
+
/tableau/slack/channels:
|
|
119
125
|
get:
|
|
120
126
|
(luvio.adapter):
|
|
121
127
|
name: getAssetSlackChannels
|
|
@@ -123,12 +129,12 @@ types:
|
|
|
123
129
|
(luvio.adapter):
|
|
124
130
|
name: createAssetSlackChannel
|
|
125
131
|
|
|
126
|
-
/
|
|
132
|
+
/tableau/annotations/slack-app-info:
|
|
127
133
|
get:
|
|
128
134
|
(luvio.adapter):
|
|
129
135
|
name: getSlackAppInfo
|
|
130
136
|
|
|
131
|
-
/
|
|
137
|
+
/tableau/dashboards:
|
|
132
138
|
get:
|
|
133
139
|
(luvio.adapter):
|
|
134
140
|
name: getDashboards
|
|
@@ -136,34 +142,44 @@ types:
|
|
|
136
142
|
(luvio.adapter):
|
|
137
143
|
name: createDashboard
|
|
138
144
|
|
|
139
|
-
/
|
|
145
|
+
/tableau/loglines:
|
|
140
146
|
post:
|
|
141
147
|
(luvio.adapter):
|
|
142
148
|
name: createLoglines
|
|
143
149
|
|
|
144
|
-
/
|
|
150
|
+
/tableau/follow/followers/{followerId}/follows:
|
|
145
151
|
post:
|
|
146
152
|
(luvio.adapter):
|
|
147
153
|
name: follow
|
|
148
154
|
|
|
149
|
-
/
|
|
155
|
+
/tableau/follow/followers/{followerId}/follows/{followedAssetId}:
|
|
150
156
|
delete:
|
|
151
157
|
(luvio.adapter):
|
|
152
158
|
name: unfollow
|
|
153
159
|
(luvio.key):
|
|
154
160
|
followedAssetId: urlParams.followedAssetId
|
|
155
161
|
|
|
156
|
-
/
|
|
162
|
+
/tableau/follow/assets/{followedAssetId}/followers:
|
|
157
163
|
get:
|
|
158
164
|
(luvio.adapter):
|
|
159
165
|
name: getFollowers
|
|
160
166
|
|
|
161
|
-
/
|
|
167
|
+
/tableau/follow/followers/{followerId}/followed-assets:
|
|
162
168
|
get:
|
|
163
169
|
(luvio.adapter):
|
|
164
170
|
name: getFollowedAssets
|
|
165
171
|
|
|
166
|
-
/
|
|
172
|
+
/tableau/follow/assets/{followedAssetId}/follower-count:
|
|
173
|
+
get:
|
|
174
|
+
(luvio.adapter):
|
|
175
|
+
name: getUniqueFollowerCount
|
|
176
|
+
|
|
177
|
+
/tableau/orgs/{userName}:
|
|
178
|
+
get:
|
|
179
|
+
(luvio.adapter):
|
|
180
|
+
name: getOrg
|
|
181
|
+
|
|
182
|
+
/tableau/workspaces:
|
|
167
183
|
get:
|
|
168
184
|
(luvio.adapter):
|
|
169
185
|
name: getWorkspaces
|
|
@@ -171,7 +187,7 @@ types:
|
|
|
171
187
|
(luvio.adapter):
|
|
172
188
|
name: createWorkspace
|
|
173
189
|
|
|
174
|
-
/
|
|
190
|
+
/tableau/workspaces/{workspaceIdOrApiName}:
|
|
175
191
|
delete:
|
|
176
192
|
(luvio.adapter):
|
|
177
193
|
name: deleteWorkspace
|
|
@@ -186,19 +202,19 @@ types:
|
|
|
186
202
|
(luvio.adapter):
|
|
187
203
|
name: updateWorkspace
|
|
188
204
|
|
|
189
|
-
/
|
|
205
|
+
/tableau/workspaces/{workspaceIdOrApiName}/assets:
|
|
190
206
|
post:
|
|
191
207
|
(luvio.adapter):
|
|
192
208
|
name: createWorkspaceAsset
|
|
193
209
|
|
|
194
|
-
/
|
|
210
|
+
/tableau/workspaces/{workspaceIdOrApiName}/assets/{assetId}:
|
|
195
211
|
delete:
|
|
196
212
|
(luvio.adapter):
|
|
197
213
|
name: deleteWorkspaceAsset
|
|
198
214
|
(luvio.key):
|
|
199
215
|
assetId: urlParams.assetId
|
|
200
216
|
|
|
201
|
-
/
|
|
217
|
+
/tableau/dashboards/{dashboardIdOrApiName}:
|
|
202
218
|
get:
|
|
203
219
|
(luvio.adapter):
|
|
204
220
|
name: getDashboardByName
|
|
@@ -213,7 +229,7 @@ types:
|
|
|
213
229
|
(luvio.key):
|
|
214
230
|
name: urlParams.dashboardIdOrApiName
|
|
215
231
|
|
|
216
|
-
/
|
|
232
|
+
/tableau/visualizations:
|
|
217
233
|
get:
|
|
218
234
|
(luvio.adapter):
|
|
219
235
|
name: getVisualizations
|
|
@@ -221,7 +237,7 @@ types:
|
|
|
221
237
|
(luvio.adapter):
|
|
222
238
|
name: createVisualization
|
|
223
239
|
|
|
224
|
-
/
|
|
240
|
+
/tableau/visualizations/{visualizationIdOrApiName}:
|
|
225
241
|
get:
|
|
226
242
|
(luvio.adapter):
|
|
227
243
|
name: getVisualization
|
|
@@ -236,39 +252,39 @@ types:
|
|
|
236
252
|
(luvio.adapter):
|
|
237
253
|
name: updateVisualization
|
|
238
254
|
|
|
239
|
-
/
|
|
255
|
+
/tableau/visualizations/{visualizationIdOrApiName}/bundle:
|
|
240
256
|
get:
|
|
241
257
|
(luvio.adapter):
|
|
242
258
|
name: getVisualizationBundle
|
|
243
259
|
(luvio.key):
|
|
244
260
|
name: urlParams.visualizationIdOrApiName
|
|
245
261
|
|
|
246
|
-
/
|
|
262
|
+
/tableau/assets/query:
|
|
247
263
|
post:
|
|
248
264
|
(luvio.adapter):
|
|
249
265
|
name: queryAssets
|
|
250
266
|
|
|
251
|
-
/
|
|
267
|
+
/tableau/users/query:
|
|
252
268
|
post:
|
|
253
269
|
(luvio.adapter):
|
|
254
270
|
name: queryUsers
|
|
255
271
|
|
|
256
|
-
/
|
|
272
|
+
/tableau/flows:
|
|
257
273
|
get:
|
|
258
274
|
(luvio.adapter):
|
|
259
275
|
name: getFlows
|
|
260
276
|
|
|
261
|
-
/
|
|
277
|
+
/tableau/flows/{flowApiName}:
|
|
262
278
|
get:
|
|
263
279
|
(luvio.adapter):
|
|
264
280
|
name: getFlowByName
|
|
265
281
|
|
|
266
|
-
/
|
|
282
|
+
/tableau/library/assets/query:
|
|
267
283
|
post:
|
|
268
284
|
(luvio.adapter):
|
|
269
285
|
name: getUnifiedAnalyticsLibraryAssets
|
|
270
286
|
|
|
271
|
-
/
|
|
287
|
+
/tableau/subscriptions/digest/{digestConfigOwner}:
|
|
272
288
|
get:
|
|
273
289
|
(luvio.adapter):
|
|
274
290
|
name: getSubscriptionDigestConfig
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|