获取API key凭据提供商
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | GetApiKeyCredentialProvider | 要执行的操作,取值:GetApiKeyCredentialProvider。 |
Version | String | 是 | 2025-10-30 | API的版本,取值:2025-10-30。 |
Name | String | 是 | test-123 | 名称 |
PoolName | String | 否 | default | 工作负载池名称 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ProjectName | String | default | 项目名称 |
Name | String | test-123 | 名称 |
CredentialProviderTrn | String | trn:id:${Region}:${Account}:workloadpool/${WorkloadPoolName}/oauth2credentialprovider/${Name} | CredentialProviderTrn field. |
ApiKeyMetadata | Array of Object | [{"Location": "example", "ParameterName": "example"}] | API Key元数据 |
SecretTrn | String | trn:kms:cn-beijing:2100080961:secrets/managed_identity_default.api_key.test | SecretTrn field. |
CreatedAt | String | 2025-10-30T07:59:24Z | 创建时间 |
UpdatedAt | String | 2025-10-30T07:59:24Z | 更新时间 |
PoolName | String | default | 工作负载池名称 |
SecretStorage | Object | { | 加密存储配置 |
POST /?Action=GetApiKeyCredentialProvider&Version=2025-10-30 HTTP/1.1 Host: id.cn-beijing.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20250930T050139Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20250930/cn-beijing/id/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "Name": "example" }
{ "ResponseMetadata": { "RequestId": "202510020045430161432262358FFA68", "Action": "GetApiKeyCredentialProvider", "Version": "2025-10-30", "Service": "id", "Region": "cn-beijing" }, "Result": { "Name": "example", "CredentialProviderTrn": "example", "ApiKeyMetadata": [], "SecretTrn": "example", "CreatedAt": "example", "UpdatedAt": "example" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
400 | MissingParameter.{parameter} | 必填参数缺失错误 |
400 | InvalidParameter.{parameter} | 参数不合法 |
400 | InvalidRequest | 无效请求 |
400 | MissingAction | 请求缺少Action |
400 | InvalidAction | 不合法的Action |
401 | SignatureNotMatch | 签名缺失或错误 |
403 | AccessDenied | 请求未通过权限验证 |
403 | InvalidAccessKeyId | 不合法的Access Key ld |
404 | NotFound | 资源不存在 |
409 | Duplicated | 资源已存在 |
409 | Conflict | 资源冲突(例如DB的foreign key constraint fails) |
429 | Throttling | 请求被限流 |
429 | QuotaExceeded | 配额已达上限 |
500 | InternalError | 内部服务错误 |
500 | DownstreamServerError | 下游服务请求失败 |
503 | ServiceUnavailable | 服务不可用 |