Azure Powerbiembedded
Connector for the azure-powerbiembedded API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getavailableoperations— GET /providers/Microsoft.PowerBI/operations — Indicates which operations can be performed by the Power BI Resource Provider.workspacecollections_listbysubscription— GET /subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/workspaceCollections — Retrieves all existing Power BI workspace collections in the specified subscriptworkspacecollections_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections — Retrieves all existing Power BI workspace collections in the specified resourceworkspacecollections_getbyname— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName} — Retrieves an existing Power BI Workspace Collection.workspaces_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces — Retrieves all existing Power BI workspaces in the specified workspace collectionworkspacecollections_checknameavailability— POST /subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/locations/{location}/checkNameAvailability — Verify the specified Power BI Workspace Collection name is valid and not already
Inputs
apiKey— your azure-powerbiembedded API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getavailableoperations
apiKey: <your key>