Data Sources
Operations
| Add Data Source |
Creates a new DataSource CatalogItem. |
| Check Existing Data Source Connection |
Tests the connection for a data source. This method supports the testing of published data sources that are used by reports and shared data sources |
| Check New Data Source Connection |
Tests the connection for a data source. This method supports the direct testing of the unsaved data source. |
| Delete Data Source |
Deletes the specified DataSource. |
| Get Data Source |
Gets a DataSource CatalogItem specified by the Id. |
| Get Data Source Allowed Actions |
Gets a list of actions allowed in the current session; user permissions and product edition capabilities are considered when querying. |
| Get Data Source Content |
Gets the content of the DataSource CatalogItem specified by the Id. |
| Get Data Source Dependent Items |
Returns a list of CatalogItems that reference the DataSource specified by the Id. |
| Get Data Source Policies |
Gets ItemPolicies associated with the DataSource specified by the Id. |
| Get Datasource Properties |
Gets DataSource Properties (takes list of property names to retrieve the values) |
| Get Data Source Query Fields |
Retrieves a dataset that contains the fields retrieved by the delivery query for a data-driven subscription. |
| Get Data Sources |
Gets an array of DataSource CatalogItems. |
| Set Data Source Policies |
Replaces ItemPolicies associated with the DataSource specified by the Id. |
| Update Data Source |
Updates the DataSource CatalogItem specified by the Id using the provided definition. |
| Update Datasource Properties |
Updates the DataSource Properties included in the given list. |
| Upload Data Source |
Does an efficient binary upload of a new or existing DataSource CatalogItem from a multipart/form-data request. Use of this API is recommended for files larger ... |