GET /bff/gateway/admin/infra-credentials
返回所有基础设施凭证的名称、环境变量键、所属容器和消费者服务清单(不含实际值)
网关 - 运维 `bearerAuth` application/json
Referenced Schemas
dto.InfraCredential
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
|
|
|
consumers |
array of
string |
No |
|
|
|
container |
string |
No |
|
|
|
infrastructure |
string |
No |
|
|
|
key |
string |
No |
|
|
|
name |
string |
No |
|
|
|
source_file |
string |
No |
|
|
|
dto.InfraCredentialsResult
| Field | Type | Required | Example | Constraints | Description |
credentials |
array of
See dto.InfraCredential |
No |
|
|
|
total |
integer |
No |
|
|
|