本接口支持通过指定服务 ID 以及新的主备鉴权,来修改鉴权信息。
说明
该接口属于历史版本 API,建议您使用新版 UpdateImageAuthKey 接口。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必填 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
ServiceId | String | 是 | 服务 ID。 |
参数 | 类型 | 是否必填 | 描述 |
---|---|---|---|
PrimaryKey | String | 否 | 主鉴权 key,长度为 8-32 字节,为空则不更新主鉴权值。 |
SecondaryKey | String | 否 | 备鉴权 key,长度为 8-32 字节,为空则不更新备鉴权值。 |
无
POST https://imagex.volcengineapi.com/?Action=UpdateImageAuthKey&Version=2018-08-01&ServiceId=d7b84***4a { "PrimaryKey": "abcd****qrst", "SecondaryKey": "" }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "UpdateImageAuthKey", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": { } }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "UpdateImageAuthKey", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1", "Error": { "Code": "UpdateAuthKeyFailure", "Message": "Auth key too short." } } }