Help Center/ GeminiDB/ API Reference/ APIs v3 (Recommended)/ Instances/ Obtaining the SSL Certificate Download Address
Updated on 2025-11-17 GMT+08:00

Obtaining the SSL Certificate Download Address

Function

This API is used to obtain the SSL certificate download address.

Constraints

Authorization

Each account is authorized to call all APIs, but its IAM users must be granted necessary permissions. For details, see Permission Policies and Supported Actions.

URI

GET /v3/{project_id}/instances/{instance_id}/ssl-cert/download-link

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Explanation:

Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID.

Constraints:

N/A

Values:

N/A

Default value:

N/A

instance_id

Yes

String

Explanation:

Instance ID, which can be obtained by following Querying Instances and Details. If no instance is available, call the API by flowing Creating an Instance to create one.

Constraints:

N/A

Values:

N/A

Default value:

N/A

Request Parameters

Table 2 Request header parameter

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Explanation:

User token

To obtain this value, call the IAM API for obtaining a user token.

Constraints:

N/A

Values:

N/A

Default value:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameter

Parameter

Type

Description

certs

Table 4 objects

Explanation:

Certificate list

Values:

N/A

Table 4 CertInfo

Parameter

Type

Description

category

String

Explanation:

Certificate type

Values:

  • international: international certificate

download_link

String

Explanation:

Certificate download link

Values:

N/A

Example Request

GET https://{endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/e73893ef73754465a8bd2e0857bbf13ein02/ssl-cert/download-link

Example Response

Status code: 200

Successful request

{    
  "certs" : [ {      
    "category" : "international",   
    "download_link" : "https://obs.xxx.myhuaweicloud.com/xxx/xxx/ca.crt"  
  } ] 
}

Status Codes

See Status Codes.

Error Codes

See Error Codes.