|
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 instances.
/rw/cfg/{domain}/{type}/instances
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="eio/INDUSTRIAL_NETWORK/instances?action=create-default"
id="create-default" method="post">
<input name="name" type="text"/>
</form>
<form action="eio/INDUSTRIAL_NETWORK/instances?action=reset" id="reset" method="post"/>
</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/INDUSTRIAL_NETWORK/instances?action=show"
Not supported in bootserver mode