接口介绍
查询 ACCESS_KEY 以及 SECRECT_KEY
URI
GET /v4/oss/get-keys
请求参数
请求 Query 参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 |
---|---|---|---|---|
regionID | 是 | String | 区域 ID | 332232eb-63aa-465e-9028-52e5123866f0 |
响应参数
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
statusCode | Integer | 返回码 取值范围:800 成功 |
800 |
message | String | 状态描述 | SUCCESS |
description | String | 状态描述,一般为中文 | 成功 |
returnObj | Array of Objects | 响应对象 | 见下级对象 |
errorCode | String | 业务细分码(仅失败时具有此参数),为product.module.code三段式码 | openapi.userPermission.accessFailed |
表 returnObj
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
accessKey | String | ACCESS KEY | ak1xxxx |
secretKey | String | SECRET KEY | sk1xxxxxxx |
请求示例
GET https://zos-global.ctapi.ctyun.cn/v4/oss/get-keys?regionID=332232eb-63aa-465e-9028-52e5123866f0
响应示例
{
"returnObj": [
{
"accessKey": "ak1xxxx",
"secretKey": "sk1xxxxxxx"
},
{
"accessKey": "xxxxxxx2",
"secretKey": "yyyyyy2"
}
],
"message": "SUCCESS",
"description": "成功",
"statusCode": 800
}
状态码
状态码 | 描述 |
---|---|
800 | 表示请求成功。 |
900 | 表示请求失败。 |
错误码
errorCode 枚举值,见错误码总表