本接口支持获取指定服务 ID 配置的主备鉴权信息。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetImageAuthKey | 接口名称。当前 API 的名称为 GetImageAuthKey 。 |
Version | String | 是 | 2023-05-01 | 接口版本。当前 API 的版本为 2023-05-01 。 |
ServiceId | String | 是 |
| 服务 ID。 |
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ServiceId | String | y7****w7 | 指定的服务 ID。 |
PrimaryKey | String | hi2d8h***e6td2h | 该服务的主鉴权 Key。 |
SecondaryKey | String | 8uw19***e1guw80 | 该服务的备鉴权 Key。 |
GET https://imagex.volcengineapi.com/?Action=GetImageAuthKey&Version=2023-05-01&ServiceId=y7****w7
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "GetImageAuthKey", "Version": "2023-05-01", "Service": "ImageX", "Region": "cn-north-1" }, "Result": { "ServiceId": "y7****w7", "PrimaryKey": "hi2d8h***e6td2h", "SecondaryKey": "8uw19***e1guw80" } }
本接口无特有的错误码。更多信息请见公共错误码和 veImageX 错误码。
veImageX 提供了配套的开发工具集 SDK,支持多种编程语言,帮助您更方便的调用 API。
2018-08-01 版本 GetImageAuthKey 接口文档现已停止维护,建议您参考本文档使用最新版本。