本接口支持通过输入服务 ID 获取服务的主备鉴权信息。
说明
该接口属于历史版本 API,建议您使用新版 GetImageAuthKey 接口。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必填 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
ServiceId | String | 是 | 服务 ID。 |
参数 | 类型 | 描述 |
---|---|---|
ServiceId | String | 指定的服务 ID。 |
PrimaryKey | String | 该服务的主鉴权 Key。 |
SecondaryKey | String | 该服务的备鉴权 Key。 |
GET https://imagex.volcengineapi.com/?Action=GetImageAuthKey&Version=2018-08-01&ServiceId=fc51f8f9*
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "GetImageAuthKey", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": { "ServiceId":"d7b8****ff3c", "PrimaryKey": "abcd****nopq", "SecondaryKey": "tsrq****jihgf" } }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "GetImageAuthKey", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" "Error": { "Code": "RetrieveAuthKeyFailure", "Message": "Service not found." } } }