GetCDR: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command deletes all port logs for a given port. '''COMMAND:''' {| class="wikitable" !Command !Line Arguments !Returns |- |DeletePortLogs |PortIndex |Error Code in case of error |} '''EXAMPLE:''' ~# DeletePortLogs 1")
Tag: 2017 source edit
 
m (added Category:R2D2 using HotCat)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command deletes all port logs for a given port.
This command writes to the standard output the current CDR file path..


'''COMMAND:'''
'''COMMAND:'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|DeletePortLogs
|GetCDR
|PortIndex
|None
|[[R2D2 Error Codes|Error Code]] in case of error
|CDR File Path
|}
|}
'''EXAMPLE:'''
'''EXAMPLE:'''


~# DeletePortLogs 1
~# GetCDR
 
/var/log/R2D2.CDR
 
[[Category:CDR]]
[[Category:R2D2]]

Latest revision as of 11:22, 27 March 2025

This command writes to the standard output the current CDR file path..

COMMAND:

Command Line Arguments Returns
GetCDR None CDR File Path

EXAMPLE:

~# GetCDR

/var/log/R2D2.CDR