All Products
Search
Document Center

Compute Nest:ListSupplierRegistrations

Last Updated:Oct 23, 2025

Queries service provider registration requests.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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: The UID of the service provider.

  • RegistrationId: The review ID.

  • Status: The review status.

  • SupplierName: The name of the service provider.

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

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

  • License

  • API

  • Desktop software

  • Other

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: The request is submitted.

  • Approved: The request is approved.

  • Rejected: The request is rejected.

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

  • Channel

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.