Configures, retrieves, and modifies filter change update delay timer.
URI | Description |
---|---|
<base_URI>/config/running/filter-change-update-delay/{filter-delay-value} | Configures filter change update delay timer. |
GET URI | Description |
---|---|
<base_URI>/config/running/filter-change-update-delay/{filter-delay-value} | Retrieves filter change update delay time. |
POST URI | Payload | Description |
---|---|---|
<base_URI>/config/running/filter-change-update-delay/{filter-delay-value} | <filter-change-update-delay><filter-delay-value>{uint32}</filter-delay-value></filter-change-update-delay> | Configures filter change update delay time. |
DELETE URIs |
---|
<base_URI>/config/running/filter-change-update-delay/{filter-delay-value} |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/filter-change-update-delay/15
None
None
The following example uses the POST option to configure filter change update delay timer.
http://host:80/rest/config/running/filter-change-update-delay/15
<filter-change-update-delay><filter-delay-value>15</filter-delay-value></filter-change-update-delay>
None
The following example uses the DELETE option to remove filter change update delay timer.
http://host:80/rest/config/running/filter-change-update-delay/15
None
None