Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get Structural Change Count

URL

/rw/rapid/tasks/{task_name}

Method

GET

URL Params

resource=task-struc-change-count 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>rapid</title>
    <base href="http://127.0.0.1/rw/rapid/"/>
    </head>
    <body>
    <div class="state">
    <a href= "tasks/T_ROB1?resource=task-struc-change-count" rel="self"/>
    <a href= "tasks/T_ROB1?action=show" rel="self"/>
    <ul>
    <li class="rap-task-struc-change-count" title="task-struc-change-count">
    <span class="change-count">197</span>
    <span class="struc-change-count">887287</span>
    </li>
    </ul>
    </div>
    </body>
    </html>

Resources

  • task-struc-change-count Structural Change Count resource
    • change-count : Relevant change occurs in the system
    • struc-change-count : Load, Unload and renaming of modules. A rename is considered to be an unload/load, from the structural point of view.

Error Response

BAD_REQUEST(400) see HTTP Status codes

Sample Call

curl --digest -u "Default User":robotics" http://localhost/rw/rapid/tasks/T_ROB1?resource=task-struc-change-count

Notes

Not supported in bootserver mode