Available Features - Get Available Feature By Name

按名称返回用户指定的可用功能。

此 API 调用不需要任何范围。

权限

此 API 调用可由服务主体配置文件调用。 有关详细信息,请参阅:Power BI Embedded中的服务主体配置文件

GET https://api.powerbi.com/v1.0/myorg/availableFeatures(featureName='{featureName}')

URI 参数

名称 必需 类型 说明
featureName
path True

string

功能名称

响应

名称 类型 说明
200 OK

AvailableFeature

确定

示例

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
  }
}

定义

名称 说明
AdditionalFeatureInfo

其他功能信息

AvailableFeature

Power BI 可用功能

FeatureExtendedState

功能扩展状态

FeatureState

功能状态

AdditionalFeatureInfo

其他功能信息

名称 类型 说明
Usage

integer

未分配给容量的工作区获得有限数量的 嵌入令牌,以允许试验 API。 该值 Usage 表示已使用的嵌入令牌的百分比。 该值 Usage 仅适用于 嵌入试用 功能。 有关详细信息,请参阅 开发测试

AvailableFeature

Power BI 可用功能

名称 类型 说明
additionalInfo

AdditionalFeatureInfo

其他功能信息

extendedState

FeatureExtendedState

功能扩展状态

name

string

功能名称

state

FeatureState

功能状态

FeatureExtendedState

功能扩展状态

名称 类型 说明
DisabledByAdmin

string

Enabled

string

UserNotLicensed

string

FeatureState

功能状态

名称 类型 说明
Disabled

string

Enabled

string