产品扩展资源
更新时间: 2023-04-19
# 获取产品可用资源
# 基本信息
Path: /v1/products/:instanceId/extensions/available
Method: GET
接口描述:
# 请求参数
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
instanceId |
# 返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
extensions | string [] | 非必须 | |||
├─ | 非必须 |
# 获取产品已配置资源
# 基本信息
Path: /v1/products/:instanceId/:productKey/extensions/config
Method: GET
接口描述:
# 请求参数
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
instanceId | ||
productKey |
# 返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
extensions | string [] | 非必须 | |||
├─ | 非必须 |
# 获取产品已开通资源
# 基本信息
Path: /v1/products/:instanceId/:productKey/extensions/enabled
Method: GET
接口描述:
# 请求参数
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
instanceId | ||
productKey |
# 返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
extensions | string [] | 非必须 | item 类型: string | ||
├─ | 非必须 |