Available Features - Get Available Feature By Name
依名稱傳回使用者指定的可用功能。
此 API 呼叫不需要任何範圍。
權限
此 API 呼叫可由服務主體設定檔呼叫。 如需詳細資訊,請參閱:Power BI Embedded中的服務主體設定檔。
GET https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='{featureName}')
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
feature
|
path | True |
string |
功能名稱 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='embedTrial')
Sample Response
{
"name": "embedTrial",
"state": "Enabled",
"extendedState": "Enabled",
"additionalInfo": {
"usage": 65
}
}
定義
名稱 | Description |
---|---|
Additional |
其他功能資訊 |
Available |
Power BI 可用功能 |
Feature |
功能擴充狀態 |
Feature |
功能狀態 |
AdditionalFeatureInfo
其他功能資訊
名稱 | 類型 | Description |
---|---|---|
Usage |
integer |
未指派給容量的工作區會取得有限的 內嵌權杖數量,以允許試驗 API。 值 |
AvailableFeature
Power BI 可用功能
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
其他功能資訊 |
|
extendedState |
功能擴充狀態 |
|
name |
string |
功能名稱 |
state |
功能狀態 |
FeatureExtendedState
功能擴充狀態
名稱 | 類型 | Description |
---|---|---|
DisabledByAdmin |
string |
|
Enabled |
string |
|
UserNotLicensed |
string |
FeatureState
功能狀態
名稱 | 類型 | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |