Contains information of a backup system.
URL
/ctrl/backup/info/
Method
GET
URL Params
backup-path={path to a backup system folder} Required
See Common URL parameters
Data Params
None
Success Response
HTTP_OK(200)
see HTTP Status codes
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>controller</title>
<base href="http://localhost/ctrl/backup/info/" />
</head>
<body>
<div class="state">
<a href="" rel="self" />
<a href="?action=show" rel="action" />
<ul>
<li class="sys-system" title="system">
<span class="name">VC_COMPRESS_TEST</span>
<span class="rwversion">6.04.0023</span>
</li>
<li class="sys-options" title="options">
<span class="option">English</span>
<span class="option">614-1 FTP and NFS client</span>
<span class="option">616-1 PC Interface</span>
<span class="option">688-1 RobotStudio App Connect</span>
<span class="option">617-1 FlexPendant Interface</span>
<span class="option">Drive System IRB 120/140/260/360/910SC/1200/1400/1520/1600</span>
<span class="option">IRB 140-6/0.8</span>
</li>
</ul>
</div>
</body>
</html>
Error Response
See Robot controller return codes
Sample Call
curl --digest -u "Default User":robotics "http://localhost/ctrl/backup/info?backup-path=C:/Users/inshsal/Documents/RobotStudio/Systems/BACKUP/mybackup"
Notes
Not Supported in bootserver mode