Help Center> CodeArts Build> API Reference> Task APIs> Downloading the Keystore File
Updated on 2023-12-06 GMT+08:00

Downloading the Keystore File

Function

Downloading the Keystore File of a Specified Tenant

Calling Method

For details, see Calling APIs.

URI

GET /v3/keystore

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

file_name

Yes

String

Name of the downloaded file.

domain_id

Yes

String

Specifies the tenant ID. A string of 32 characters, including digits and lowercase letters.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. Obtain the value by calling the IAM service interface. (value of X-Subject-Token in the response header). Global tenant tokens are not supported. Use a region-level token whose scope is project.

Response Parameters

Status code: 400

Table 3 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Status code: 401

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Status code: 403

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Status code: 404

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Status code: 500

Table 7 Response body parameters

Parameter

Type

Description

error_code

String

Error Codes

error_msg

String

Description

Example Requests

GET https://{endpoint}/v3/keystore?file_name=android.keystore&domain_id=60021bab32fd450aa2cb89226f425e06

Example Responses

None

Status Codes

Status Code

Description

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Error Codes

See Error Codes.