Newer Version Available

This content describes an older version of this product. View Latest

Replicated Datasets List Resource

Returns a list of replicated datasets.
Resource URL
1/wave/replicatedDatasets
Requires the following permissions:
  • orgHasReplicationEnabled
  • ELTEditor
  • InsightsAdmin
Formats
JSON
Available Version
37.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
connector String The name of the connector. 37.0
sourceObject String The name of the source object. 37.0
GET Response Body

ReplicatedDatasetCollectionRepresentation

Property Name Type Description Filter Group and Version Available Version
replicated​Datasets Replicated​Dataset​Representation[] A list of Replicated Datasets. Small, 37.0 37.0
url String The URL to get the collection. Small, 37.0 37.0
POST Request Body

ReplicatedDatasetInputRepresentation

Property Name Type Description Required or Optional Available Version
connectorId String Internal use. 39.0
fullRefresh Boolean Whether to perform a full refresh as opposed to incremental. 41.0
pass​Through​Filter String Passthrough filter for the replicated object 38.0
source​Object​Name String The name of the source object to be replicated. 37.0
POST Response Body

ReplicatedDatasetRepresentation

Property Name Type Description Filter Group and Version Available Version
connector Data​Connector​Representation Internal Use Small, 37.0 37.0
datasetId String Dataset ID that is associated with the source object being replicated Small, 38.0 38.0
fieldCount Integer Indicates column count for the replicated dataset Small, 38.0 38.0
fields​Url String Url to get the fields associated with the replicated dataset Small, 37.0 37.0
filterApplied Boolean Indicates if filters have been applied to the replicated dataset Small, 38.0 38.0
incrementalOn Boolean Indicates if Incremental is on for the replicated dataset Small, 38.0 38.0
last​Refreshed​Date Date Indicates the date when the dataset was last run Small, 38.0 38.0
pass​Through​Filter String The replicated objects pass through filter string Small, 38.0 38.0
replication​Dataflow​Id String Dataflow ID that is associated with running individual replication for the object. Small, 41.0 41.0
source​Object​Name String The name of the source object being replicated. Small, 37.0 37.0
status Replicated​Dataflow​Status​Enum Current Status of the replicated dataset (Cancelled, Checkpoint, Dequeued, Enqueued, Failure, Initiated, New, Serviced, Stale, Success, Warnings). Small, 38.0 38.0
asset​Sharing​Url String The URL for opening this asset in the Analytics builder. This is a form of deep linking. The server examines the link parameters, which might include urlType, assetId, orgId, and loginHost, as well as other optional parameters, and translates as necessary to produce the correct result on the target client. For example, it will open the Analytics dashboard on desktop clients, or mobile if you are on a mobile OS. For example, the shared URL:
1http://{host}/​analytics/​application/​005xx000001SvSwAAK?​urlType=sharing&​orgId=00DT0000000Dpvc&​loginHost=​https%3A%2F%2F​test.my.salesforce.com
Might produce the following web Url:
1http://{host}/​insights/​web/​explore.apexp#​application/​005xx000001SvSwAAK
Or it might produce the following Url on iOS:
1com.salesforce.kona://​application/​005xx000001SvSwAAK&​orgId=00DT0000000Dpvc&​loginHost=​https%3A%2F%2F​test.my.salesforce.com
Small, 36.0 36.0
createdBy Wave​User​Representation Represents asset creator. Small, 36.0 36.0
created​Date Date Time the asset was created. Small, 36.0 36.0
description String Short description of the asset. Small, 36.0 36.0
id String The 18 character asset ID. Small, 36.0 36.0
label String The label of the asset. Small, 36.0 36.0
last​Accessed​Date Date Last time the asset was accessed. Small, 36.0 36.0
lastModifiedBy Wave​User​Representation The user that last updated the asset. Small, 36.0 36.0
last​Modified​Date Date Last time the asset was modified. Small, 36.0 36.0
name String The name of the asset. Small, 36.0 36.0
namespace String The namespace of the Asset. Small, 36.0 36.0
permissions Permissions​Representation Represents permissions for the present user. Small, 36.0 36.0
type Connect​Wave​Asset​Type​Enum The asset type (Dashboard, DataConnector, DataPoolEntity, DataPoolEntityVersion, Dataflow, DataflowJob, Dataset, DatasetShard, DatasetVersion, ExternalData, Folder, Lens, Recipe, ReplicatedDataset, or Workflow). Small, 36.0 36.0
url String URL to get the definition of the asset. Small, 36.0 36.0
POST Request Parameters
Parameter Name Type Description Required or Optional Available Version
replicated​Dataset Object (Replicated​Dataset​Input​Representation) Replicated Dataset to use to update target. Required 37.0