This API is used to obtain the feature switch list.
GET /v2/config/features
None
Status code: 200
Parameter |
Type |
Description |
|---|---|---|
features |
Array of ListConfigFeatures objects |
Definition Feature list. |
totalRecord |
Integer |
Definition Total number of features. Range N/A |
GET https://{endpoint}/v2/config/features
Status code: 200
Queried.
{
"features" : [ {
"featureId" : "rocketmq_cross_vpc",
"status" : 0,
"description" : "rocketmq cross vpc switch"
}, {
"featureId" : "pdp5_auth_enable",
"status" : 1,
"description" : "pdp5 check permission enable"
} ],
"totalRecord" : 2
}
Status Code |
Description |
|---|---|
200 |
Queried. |
See Error Codes.