Help Center> Cloud Search Service> API Reference> Cluster Management> Downloading a Security Certificate
Updated on 2023-04-27 GMT+08:00

Downloading a Security Certificate

Function

This API is used to download a security certificate.

Debugging

You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.

URI

GET /v1.0/{project_id}/cer/download

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details about how to obtain the project ID and name, see Obtaining the Project ID and Name.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

-

File

Request succeeded.

Example Requests

None

Example Responses

Status code: 200

Request succeeded.

"Certificate:xxxx"

Status Codes

Status Code

Description

200

Request succeeded.

400

Invalid request. Modify the request before retry.

404

The requested resource could not be found. Modify the request before retry.

Error Codes

See Error Codes.