GET /bff/gateway/admin/feature-flags
Return the feature toggle status matrix of all microservices, including enable/disable summary statistics
Gateway - Operations `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | Feature toggle matrix | dto.FeatureFlagsResult |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 500 | Internal server error | object |
Referenced Schemas
dto.FeatureFlagInfo
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
|
|
|
description |
string |
No |
|
|
|
key |
string |
No |
|
|
|
value |
string |
No |
|
|
|
dto.FeatureFlagsResult
dto.FeatureFlagsSummary
| Field | Type | Required | Example | Constraints | Description |
enabled_flags |
integer |
No |
|
|
|
total_flags |
integer |
No |
|
|
|
dto.ServiceFeatureFlagsResult
| Field | Type | Required | Example | Constraints | Description |
display_name |
string |
No |
|
|
|
flags |
array of
See dto.FeatureFlagInfo |
No |
|
|
|
port |
integer |
No |
|
|
|
service |
string |
No |
|
|
|