495. API for Acquiring/Changing Parameters of VN-E4 _ 5.9. Network DetailsThe APIs below are related to network details. These are equivalent to the features on the Details page of the WEB setting page. Refer to theinstruction manual for details on the Details page.Acquiring DSCP Value of Images from VN-E4Format /api/param?network.interface.dscp.videoExample of Response network.interface.dscp.video=56&200 OKInterpretation Acquire the DSCP value of the image.Allowed users admin, operator, userSetting DSCP Value of Images for VN-E4Format /api/param?network.interface.dscp.video=dataExample /api/param?network.interface.dscp.video=56Example of Response network.interface.dscp.video&202Required(network.interface.status=restart)Interpretation Change the DSCP value of the image. The range of set value is between 0 to 255. Upon setting this API, executethe "network.interface.status=restart" API for enabling network setting changes to enable the new settings.Allowed user adminAcquiring DSCP Value of Audio Data from VN-E4Format /api/param?network.interface.dscp.audioExample of Response network.interface.dscp.audio=56&200 OKInterpretation Acquire the DSCP value of the audio data.Allowed users admin, operator, userSetting DSCP Value of Audio Data for VN-E4Format /api/param?network.interface.dscp.audio=dataExample /api/param?network.interface.dscp.audio=56Example of Response network.interface.dscp.audio&202Required(network.interface.status=restart)Interpretation Change the DSCP value of the audio data. The range of set value is between 0 to 255. Upon setting this API,execute the "network.interface.status=restart" API for enabling network setting changes to enable the new settings.Allowed user adminAcquiring MTU Value VN-E4Format /api/param?network.interface.mtuExample of Response network.interface.mtu=1420&200 OKInterpretation Acquire the MTU value.Allowed users admin, operator, user5.9. Network Details