Updated on 2026-09-23 GMT+08:00

Querying the List of Cloud Services That Support Service-specific Credentials

Function

This API is used to query the list of cloud services that support service-specific credentials.

Authorization Information

No identity policy-based permission required for calling this API.

URI

GET /v5/service-specific-credentials/supported-services

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

marker

No

String

Definition

Pagination marker automatically generated by the service to mark the start position of this request. The value can be obtained from next_marker in the response body of the previous pagination request.

Constraints

N/A

Range

The value contains 4 to 400 characters, including only letters, digits, and the following special characters: +/=-_

Default Value

N/A

limit

No

Integer

Definition:

Number of records displayed per page.

Constraints:

N/A

Range:

The value ranges from 1 to 200.

Default Value:

The default value is 100.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Language

No

String

Definition:

Language of the returned results.

Constraints:

N/A

Range:

Chinese ("zh-cn") or English ("en-us").

Default Value:

The default value is zh-cn.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

services

Array of services objects

Definition

Details of cloud services to which service-specific credentials belong.

Range

N/A

page_info

page_info object

Definition

Pagination information.

Range

N/A

Table 4 services

Parameter

Type

Description

service_name

String

Definition

Cloud service name.

Range

The value contains 1 to 64 characters and must comply with the regular expression ^[a-zA-Z]{1,64}$.

display_name

String

Definition

Display name of the associated service (subject to language control).

Range

N/A

Table 5 page_info

Parameter

Type

Description

next_marker

String

Definition

Start position marker for the next pagination invoking, which is automatically generated by the service.

Range

N/A

current_count

Integer

Definition

Number of records returned on this page.

Range

N/A

Status code: 400

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Definition :

Error code. For details, see Error Code.

Range:

The format is PAP5.XXXX, for example, PAP5.0012.

error_msg

String

Definition :

Error message. For details, see Error Message.

Range:

N/A.

request_id

String

Definition:

Unique identifier of an API request, which is used to locate API calling exceptions.

Range:

N/A

Status code: 403

Table 7 Response body parameters

Parameter

Type

Description

error_code

String

Definition :

Error code. For details, see Error Code.

Range:

The format is PAP5.XXXX, for example, PAP5.0012.

error_msg

String

Definition :

Error message. For details, see Error Message.

Range:

N/A.

request_id

String

Definition:

Unique identifier of an API request, which is used to locate API calling exceptions.

Range:

N/A

encoded_authorization_message

String

Definition :

Encrypted details returned when the authentication fails, which are used to locate authentication problems. The STS5 decryption API can be used for decryption. For details, see API link.

Range:

N/A.

Example Requests

None

Example Responses

Status code: 200

{
  "services" : [ {
    "service_name" : "string",
    "display_name" : "string"
  } ],
  "page_info" : {
    "next_marker" : "string",
    "current_count" : 1
  }
}

Status Codes

Status Code

Description

200

Request succeeded.

400

Abnormal request body.

403

No operation permissions.

Error Codes

See Error Codes.