RESTAPI Manual
Interfaces and Ports
CRC
6 min
cyclic redundancy check urls summary urls summary url get post patch put delete /rest/v1/running/crc detection y y y n y examples examples create crc detection create crc detection post https //{switch ip}/rest/v1/running/crc detection { "enable" "false", "period" 26, "count" 100 } modify crc detection modify crc detection patch https //{switch ip}/rest/v1/running/crc detection { "enable" "true", "period" 24, "count" 50 } properties descriptions properties descriptions crc detection global configuration crc detection global configuration tree diagrams + rw crc detection + rw enable? + rw period? + rw count? table of properties name required type/range description crc detection m path only node, has no configurable value crc error packets detection enable o "true" "false" (sub property of crc detection) a flag indicating whether or not enable cyclic redundancy check detection "true" sends a snmp trap message and sets the port to "error down" when the received crc error packets exceed the count in threshold within the period in threshold "false" do nothing default value "false" period o 2 60 (sub property of crc detection) time period for receiving crc error packets default value 10 count o 1 65535 (sub property of crc detection) number of crc error packets received default value 100
