Robots for Power BI (Preview)
PowerBI Robots connector to execute the internal API across the multiple Power Platform products
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | DevScope Support |
URL | https://devscope.net/contacts/ |
support@devscope.net |
Connector Metadata | |
---|---|
Publisher | DevScope S.A. |
Website | https://devscope.net/ |
Privacy policy | https://devscope.net/privacy-policy/ |
Categories | Data;Business Management |
Robots for PowerBI is a connector that allows DevScope PowerBI Robots clients the execution of simple actions like enable, disable or execute Playlists configured in the application.
Prerequisites
- PowerBI Robots access and a license;
- A valid Account Id (generated after a valid license attribution);
How to get credentials
The credential to use the connector is the Account Id given by PowerBI Robots, after a valid licensing.
Get started with your connector
This connector has 3 simple actions (execute, disable, enable) that work the same way. First, you select the action that you want to execute, then you give as input your Account Id and the Playlist Id that are needed to execute the action.
Common errors and remedies
Working with requests, it is possible to something go wrong with the connections. If so, try again later or contact us directly for support@devscope.net
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Account Id | securestring | The Account Id for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Playlist disable |
Disable a specific playlist |
Playlist enable |
Enable a specific playlist |
Playlist execute |
Execute a specific playlist |
Playlist disable
Disable a specific playlist
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Your public account Id given by PowerBI Robots
|
Account Id | True | string | |
Playlist Id
|
id | True | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
playlist.id | string |
id |
title
|
playlist.title | string |
title |
error
|
playlist.error | string |
error |
cronExpression
|
playlist.cronExpression | string |
cronExpression |
ok
|
ok | boolean |
ok |
Playlist enable
Enable a specific playlist
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Your public account Id given by PowerBI Robots
|
Account Id | True | string | |
Playlist Id
|
id | True | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
playlist.id | string |
id |
title
|
playlist.title | string |
title |
error
|
playlist.error | string |
error |
cronExpression
|
playlist.cronExpression | string |
cronExpression |
ok
|
ok | boolean |
ok |
Playlist execute
Execute a specific playlist
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Your public account Id given by PowerBI Robots
|
Account Id | True | string | |
Playlist Id
|
id | True | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
playlist.id | string |
id |
title
|
playlist.title | string |
title |
error
|
playlist.error | string |
error |
cronExpression
|
playlist.cronExpression | string |
cronExpression |
ok
|
ok | boolean |
ok |