Get-DataGatewayClusterDatasourceStatus

Checks the connectivity status of the specified Power BI datasource from the specified gateway cluster

Syntax

Get-DataGatewayClusterDatasourceStatus
   -GatewayClusterId <Guid>
   -GatewayClusterDatasourceId <Guid>
   [<CommonParameters>]

Description

Checks the connectivity status of the specified Power BI datasource from the specified gateway cluster

Examples

Example 1

PS C:\> Get-DataGatewayClusterDatasourceStatus -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804

Gets the status of a Power BI single datasource on the specified gateway cluster

Parameters

-GatewayClusterDatasourceId

Power BI Data source for which status is being fetched

Type:Guid
Aliases:DatasourceId, Datasource
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-GatewayClusterId

Gateway cluster associated to the specific data source

Type:Guid
Aliases:Cluster, Id
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.PowerBI.DataMovement.ExternalContracts.API.ClusterDatasourceStatus