Get data source status (gateways)

 

Updated: July 21, 2017



Request | Response

The Get Data source status operation returns a JSON object which includes information about a registered data source for a gateway.

GET https://api.powerbi.com/v1.0/myorg/gateways/{gateway_id}/datasources/{data_source_id}/status

Header

Authorization: Bearer eyJ0eX ... FWSXfwtQ

Uri parameter

NameDescriptionData Type
gateway_idGuid of the gateway to use. You can get the Gateway id from the Get Gateways operation.String
data_source_idGuid of the data source to get. You can get the Data source id from the Get data sources operation.String

Success will be returned if the data source can be reached. An error will be returned if it cannot.

Status code

CodeDescription
200OK. Indicates success.
400Error connecting to the data source

Content-Type

application/json

Show: