查看服务商已经提交的入驻申请
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
computenestsupplier:ListSupplierRegistrations |
list |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
| MaxResults |
integer |
否 |
分页查询时,每页显示的行数。每页最大 100 行,默认为 20 行。 |
20 |
| NextToken |
string |
否 |
下一个查询开始 token |
AAAAAYChudnQUoBH+mGWFpb6oP0= |
| Filter |
array<object> |
否 |
过滤器。 |
|
|
object |
否 |
过滤器。 |
||
| Value |
array |
否 |
过滤条件值。 |
|
|
string |
否 |
过滤条件值。 |
sr-xxx |
|
| Name |
string |
否 |
过滤器名称,可选择一个或者多个名称进行查询。取值范围:
|
SupplierUid |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| NextToken |
string |
下一个查询开始 token。 |
AAAAAdx9kBO7qKpr9My/+XQo0oY= |
| RequestId |
string |
请求 ID。 |
C6CC568D-xxxx-xxxx-xxxx-08EB8E9F9F20 |
| TotalCount |
integer |
结果总数。 |
3 |
| MaxResults |
integer |
分页查询时每页行数。其中最大值为 100 行,默认值为 20 行。 |
20 |
| SupplierRegistrations |
array<object> |
服务商入驻申请列表 |
|
|
object |
服务商入驻申请 |
||
| RegistrationId |
string |
审核申请 ID。 |
sr-xxx |
| SupplierUid |
string |
服务商 AliUid。 |
1256xxx23434 |
| SupplierName |
string |
服务商名称。 |
计算巢社区服务 |
| SupplierNameEn |
string |
服务商英文名称 |
Alibaba Cloud ComputeNest |
| SupplierUrl |
string |
服务商官网地址。 |
https://www.guangbao-uni.com |
| SupplierDesc |
string |
服务商描述。 |
服务商测试申请 |
| SupplierLogo |
string |
服务商图标。 |
https://service-info-public.oss-cn-hangzhou.aliyuncs.com/xxx/service-xxx/xxx.png |
| ProductBusiness |
string |
服务商产品所在的行业。 |
AI |
| ProductDeliveryTypes |
string |
服务商产品交付方式。可选值:
|
SaaS |
| EnableResellerMode |
boolean |
是否支持分销 |
false |
| ProductPublishTime |
string |
产品上市时间 |
2024.10.24 |
| ContactPerson |
string |
联系人。 |
张三 |
| ContactPersonTitle |
string |
联系人职位。 |
CTO |
| ContactNumber |
string |
联系人电话。 |
135xxxxxxxx |
| ContactEmail |
string |
联系人邮箱 |
test@163.com |
| Status |
string |
审核状态。可能值:
|
Submitted |
| SubmitTime |
string |
提交时间。 |
2025-01-22 09:47:58 |
| ProductSellTypes |
string |
服务商产品销售模式。可选值:
|
直销 |
| Comment |
string |
审核意见。 |
无 |
| ResellBusinessDesc |
string |
分销业务介绍 |
无 |
| ProductAnnualRevenue |
string |
服务商产品年度营收 |
1000万 |
示例
正常返回示例
JSON格式
{
"NextToken": "AAAAAdx9kBO7qKpr9My/+XQo0oY=",
"RequestId": "C6CC568D-xxxx-xxxx-xxxx-08EB8E9F9F20",
"TotalCount": 3,
"MaxResults": 20,
"SupplierRegistrations": [
{
"RegistrationId": "sr-xxx",
"SupplierUid": "1256xxx23434",
"SupplierName": "计算巢社区服务",
"SupplierNameEn": "Alibaba Cloud ComputeNest",
"SupplierUrl": "https://www.guangbao-uni.com",
"SupplierDesc": "服务商测试申请",
"SupplierLogo": "https://service-info-public.oss-cn-hangzhou.aliyuncs.com/xxx/service-xxx/xxx.png",
"ProductBusiness": "AI",
"ProductDeliveryTypes": "SaaS",
"EnableResellerMode": false,
"ProductPublishTime": "2024.10.24",
"ContactPerson": "张三",
"ContactPersonTitle": "CTO",
"ContactNumber": "135xxxxxxxx",
"ContactEmail": "test@163.com",
"Status": "Submitted",
"SubmitTime": "2025-01-22 09:47:58\t\n",
"ProductSellTypes": "直销",
"Comment": "无",
"ResellBusinessDesc": "无",
"ProductAnnualRevenue": "1000万"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。