Available Features - Get Available Feature By Name
按名称返回用户指定的可用功能。
此 API 调用不需要任何范围。
权限
此 API 调用可由服务主体配置文件调用。 有关详细信息,请参阅:Power BI Embedded中的服务主体配置文件。
GET https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='{featureName}')
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
feature
|
path | True |
string |
功能名称 |
响应
名称 | 类型 | 说明 |
---|---|---|
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
}
}
定义
名称 | 说明 |
---|---|
Additional |
其他功能信息 |
Available |
Power BI 可用功能 |
Feature |
功能扩展状态 |
Feature |
功能状态 |
AdditionalFeatureInfo
其他功能信息
名称 | 类型 | 说明 |
---|---|---|
Usage |
integer |
未分配给容量的工作区获得有限数量的 嵌入令牌,以允许试验 API。 该值 |
AvailableFeature
Power BI 可用功能
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
其他功能信息 |
|
extendedState |
功能扩展状态 |
|
name |
string |
功能名称 |
state |
功能状态 |
FeatureExtendedState
功能扩展状态
名称 | 类型 | 说明 |
---|---|---|
DisabledByAdmin |
string |
|
Enabled |
string |
|
UserNotLicensed |
string |
FeatureState
功能状态
名称 | 类型 | 说明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |