Skip to content
Ask AI

Feature Control

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/features-control/{name}YNYNN
PATCH HTTPS://{switch IP}/rest/v1/running/features-control/dhcp
{
"admin-state": "disable",
"auto-restart": "enable"
}

Tree Diagrams

+--rw features-control
+--rw feature* [name]
+--rw name
+--rw admin-state?
+--rw auto-restart?
+--ro running-status?

Table of Properties

NameRequiredType/RangeDescription
features-controlMPath-only node, has no configurable value.
featureM(sub-property of features-control)
Path-only node, has no configurable value.
nameM”dhcp"
"macsec"
"nat"
"snmp"
"telemetry"
"lldp"
"exporter"
"mux"
"eventd"
"cluster”(sub-property of feature)
configurable feature’s name(key of FEATURE table)
admin-stateO”disable"
"enable”(sub-property of feature)
state of the feature
auto-restartO”disable"
"enable”(sub-property of feature)
auto restart after exiting
running-statusRO”enabled"
"disabled"
"failed”(sub-property of feature)
feture container running state
Default value: “failed”