获取产品信息(GetResourceProductFilter)
更新时间:2025-06-04 11:03:24
基本信息
Action:/qai/aicp/resource/product
Method: POST
Content-Type:application/json
请求参数
参数 | 类型 | 描述 | 是否必须 |
---|---|---|---|
region_id |
string |
可用区 ID。 |
yes |
console_id |
string |
Console ID |
yes |
fifters |
array<object> |
查询参数。 |
yes |
offset |
interger |
表示数据偏移量,默认值为 |
no |
limit |
integer |
表示返回数据长度,默认值为 |
no |
响应参数
此接口包含的公共响应参数,可参见前文内容。
请求示例
curl -X 'POST' \
'https://ai.coreshub.cn/qai/aicp/resource/product?region_id=xb3&console_id=coreshub' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"filters": [
{}
],
"offset": 0,
"limit": 20
}'
响应示例
{
"ret_code": 0,
"trace_id": "4Mud1mx7",
"action": "ProductCenterQueryRequestResponse",
"total": "0",
"spec": null,
"skus": []
}