Queries service provider registration requests.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:ListSupplierRegistrations |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| MaxResults |
integer |
No |
The number of entries to return on each page. Maximum value: 100. Default value: 20. |
20 |
| NextToken |
string |
No |
The token that is used to retrieve the next page of results. |
AAAAAYChudnQUoBH+mGWFpb6oP0= |
| Filter |
array<object> |
No |
The filter. |
|
|
object |
No |
The filter. |
||
| Value |
array |
No |
The value of the filter condition. |
|
|
string |
No |
The value of the filter condition. |
sr-xxx |
|
| Name |
string |
No |
The name of the filter. You can query by one or more filter names. Valid values:
|
SupplierUid |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The token that is used to retrieve the next page of results. |
AAAAAdx9kBO7qKpr9My/+XQo0oY= |
| RequestId |
string |
The request ID. |
C6CC568D-xxxx-xxxx-xxxx-08EB8E9F9F20 |
| TotalCount |
integer |
The total number of entries. |
3 |
| MaxResults |
integer |
The number of entries returned per page. Maximum value: 100. Default value: 20. |
20 |
| SupplierRegistrations |
array<object> |
A list of service provider registration requests. |
|
|
object |
A service provider registration request. |
||
| RegistrationId |
string |
The ID of the review request. |
sr-xxx |
| SupplierUid |
string |
The UID of the service provider. |
1256xxx23434 |
| SupplierName |
string |
The name of the service provider. |
Aliibaba Cloud |
| SupplierNameEn |
string |
The English name of the service provider. |
Alibaba Cloud ComputeNest |
| SupplierUrl |
string |
The URL of the service provider's official website. |
https://www.guangbao-uni.com |
| SupplierDesc |
string |
The description of the service provider. |
Test supplier |
| SupplierLogo |
string |
The icon of the service provider. |
https://service-info-public.oss-cn-hangzhou.aliyuncs.com/xxx/service-xxx/xxx.png |
| ProductBusiness |
string |
The industry of the service provider's product. |
AI |
| ProductDeliveryTypes |
string |
The delivery method of the service provider's product. Valid values:
|
SaaS |
| EnableResellerMode |
boolean |
Indicates whether the reseller mode is supported. |
false |
| ProductPublishTime |
string |
The product launch date. |
2024.10.24 |
| ContactPerson |
string |
The contact person. |
Mike |
| ContactPersonTitle |
string |
The title of the contact person. |
CTO |
| ContactNumber |
string |
The phone number of the contact person. |
135xxxxxxxx |
| ContactEmail |
string |
The email address of the contact person. |
test@163.com |
| Status |
string |
The review status. Valid values:
|
Submitted |
| SubmitTime |
string |
The time when the request was submitted. |
2025-01-22 09:47:58 |
| ProductSellTypes |
string |
The sales model of the service provider's product. Valid values:
|
Direct |
| Comment |
string |
The review comments. |
empty |
| ResellBusinessDesc |
string |
The description of the reseller business. |
empty |
| ProductAnnualRevenue |
string |
The annual revenue of the service provider's product. |
empty |
Examples
Success response
JSON format
{
"NextToken": "AAAAAdx9kBO7qKpr9My/+XQo0oY=",
"RequestId": "C6CC568D-xxxx-xxxx-xxxx-08EB8E9F9F20",
"TotalCount": 3,
"MaxResults": 20,
"SupplierRegistrations": [
{
"RegistrationId": "sr-xxx",
"SupplierUid": "1256xxx23434",
"SupplierName": "Aliibaba Cloud",
"SupplierNameEn": "Alibaba Cloud ComputeNest",
"SupplierUrl": "https://www.guangbao-uni.com",
"SupplierDesc": "Test supplier",
"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": "Mike",
"ContactPersonTitle": "CTO",
"ContactNumber": "135xxxxxxxx",
"ContactEmail": "test@163.com",
"Status": "Submitted",
"SubmitTime": "2025-01-22 09:47:58\t\n",
"ProductSellTypes": "Direct",
"Comment": "empty",
"ResellBusinessDesc": "empty\n",
"ProductAnnualRevenue": "empty\n"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.