R2D2 HTTP API: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Line 4: Line 4:
{| class="wikitable"
{| class="wikitable"
!Syntax:
!Syntax:
!'''<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn</nowiki>'''
|-
!
!<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn</nowiki>
!<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn</nowiki>
|}
|}
<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn</nowiki>

Revision as of 21:17, 3 June 2024

Any command from the R2D2 API can be accessed through a HTTP Interface.

It has the following syntax:

Syntax: http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn

http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=valn