批量获取凭据值
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | BatchGetSecretValue | 要执行的操作,取值:BatchGetSecretValue。 |
Version | String | 是 | 2021-02-18 | API的版本,取值:2021-02-18。 |
SecretNames | Array of String | 是 | ["secret-9527"] | 凭据名称列表 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
SecretValues | Array of Object | [ | 获取的凭据值列表 |
POST /?Action=BatchGetSecretValue&Version=2021-02-18 HTTP/1.1 Host: kms.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20240810T122536Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240810/cn-beijing/kms/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "SecretNames": [ "secret-9527" ] }
{ "ResponseMetadata": { "RequestId": "202408102026552280000251394C743F", "Action": "BatchGetSecretValue", "Version": "2021-02-18", "Service": "kms", "Region": "cn-beijing" }, "Result": { "SecretValues": [ { "SecretName": "secret-9527", "VersionID": "b58a7e97-3000-4e6e-90c4-c01958333717", "VersionStage": "CURRENT", "CreationDate": 1723284049, "SecretValue": "{\"username\":\"root\",\"password\":\"123456\"}" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | InvalidParameter | |
403 | Reject.Throttling.Action | |
403 | AccessDenied | |
404 | Not Found | |
500 | UndefinedError |