|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a list of actions that can be performed on the CFG domain type instance.
/rw/cfg/{domain}/{type}/instances/{instance}
GET
action=show Required
Returns action Forms for this resource
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>cfg</title>
<base href="http://localhost/rw/cfg/"/>
</head>
<body>
<div class="state">
<form action="sys/PRESENT_OPTIONS/instances/sis?action=set" id="set" method="post">
<input name="name" type="text"/>
<input name="desc" type="text"/>
</form>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, See Robot controller return codes
curl --digest -u "Default User":robotics" "http://localhost/rw/cfg/eio/eio_bus/instances?action=show"
Not supported in bootserver mode