查询资源池配置
更新时间:2025-10-24
描述
查看资源池配置,目前仅支持部分配置。
请求结构
Plain Text
1GET ?action=DescribeResourcePoolConfiguration&resourcePoolId=xxx
2Host:aihc.bj.baidubce.com
3Authorization:authorization string
4ContentType: application/json
5version: v2
请求头域
除公共头域外,无其它特殊头域。
请求参数
| 参数名称 | 类型 | 是否必须 | 参数位置 | 说明 |
|---|---|---|---|---|
| resourcePoolId | String | 是 | Query 参数 | 资源池 ID |
返回头域
除公共头域外,无其他特殊头域。
返回参数
| 参数说明 | 类型 | 说明 |
|---|---|---|
| resourcePoolId | String | 资源池 ID |
| requestId | String | 请求ID |
| type | String | 资源池类型 |
| configuration | Configuration | 资源池配置 |
返回示例
Plain Text
1{
2 "requestId": "e24bbc4a-19c7-4056-880c-972535858ac7",
3 "resourcePoolId": "cce-fsjia104",
4 "type": "common",
5 "configuration": {
6 "exposedPublic": true,
7 "forbidDelete": false,
8 "deschedulerEnabled": false,
9 "unifiedSchedulerEnabled": false,
10 "datasetPermissionEnabled": false,
11 "volumePermissionEnabled": false,
12 "imageNoAuthPullEnabled": false,
13 "publicNetInferenceServiceEnable": true
14 }
15}
