A AuthMS API Wiki API Reference iam.tianv.com →

GET /bff/gateway/admin/feature-flags

返回所有微服务的功能开关状态矩阵,包括启用/禁用汇总统计

网关 - 运维 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200功能开关矩阵dto.FeatureFlagsResult
400请求参数无效object
401未认证object
403权限不足object
500服务器内部错误object

Referenced Schemas

dto.FeatureFlagInfo

FieldTypeRequiredExampleConstraintsDescription
category string No
description string No
key string No
value string No

dto.FeatureFlagsResult

FieldTypeRequiredExampleConstraintsDescription
services array of

See dto.ServiceFeatureFlagsResult

No
summary dto.FeatureFlagsSummary No

dto.FeatureFlagsSummary

FieldTypeRequiredExampleConstraintsDescription
enabled_flags integer No
total_flags integer No

dto.ServiceFeatureFlagsResult

FieldTypeRequiredExampleConstraintsDescription
display_name string No
flags array of

See dto.FeatureFlagInfo

No
port integer No
service string No