列出凭据
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeSecrets | 要执行的操作,取值:DescribeSecrets。 |
Version | String | 是 | 2021-02-18 | API的版本,取值:2021-02-18。 |
Filters | String | 否 | [{"Key":"SecretName","Values":["hello","world"]}] | 查询符合指定条件的凭据,由 Key-Values 键值对组成。 |
ProjectName | String | 否 | default | 凭据所属项目名称 |
CurrentPage | Integer | 否 | 1 | 分页查找的页码,取值 >= 1 |
PageSize | Integer | 否 | 20 | 分页查找的页面大小,取值:[1, 100] |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Secrets | Array of Object | { | 凭据信息 |
PageInfo | Object | "PageInfo": { | 分页信息 |
POST /?Action=DescribeSecrets&Version=2021-02-18 HTTP/1.1 Host: kms.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20240814T083317Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240814/cn-beijing/kms/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "Filters": "[{\"Key\":\"SecretName\",\"Values\":[\"secret\",\"9527\"]}]", "ProjectName": "default", "CurrentPage": 1, "PageSize": 20 }
{ "ResponseMetadata": { "RequestId": "202408080951551860031671271B4C78", "Action": "DescribeSecrets", "Version": "2021-02-18", "Service": "kms", "Region": "cn-beijing" }, "Result": { "Secrets": [ { "ID": "d24a9f14-1a8b-4393-b66e-b77b766b6666", "CreationDate": 1625818017, "UpdateDate": 1625818017591, "SecretName": "secret-9527", "UID": "2100000282", "Trn": "trn:kms:cn-beijing:2100000282:secrets/secret-9527", "ProjectName": "default", "Description": "test", "SecretType": "Generic", "Managed": false, "ExtendedConfig": "", "RotationState": "None", "RotationInterval": 0 } ], "PageInfo": { "TotalCount": 1, "PageSize": 20, "CurrentPage": 1, "Count": 1 } } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | InvalidParameter | |
403 | Reject.Throttling.Action | |
403 | AccessDenied | |
500 | UndefinedError |