Check ABL object tracking status
Checks whether ABL object tracking is enabled or disabled. To change the status, see
Enable or disable ABL object tracking.
HTTP Operation
GET
URI
http(s)://host_name:port/oemanager/applications/app_name/agents/agentPID/ABLObjects/status
Media type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
curl -X GET -v -u username:password http://localhost:16680/oemanager/applications/oepas1/18668/ABLObjects/status
Request body example
NA
Response body example
Result is false when tracking is off. Result is true when tracking is on. In this example ABL object tracking is disabled.
{
"result": false,
"errmsg": "",
"versionStr": "v11.7.4 ( 2018-09-17 )",
"versionNo": 1,
"outcome": "SUCCESS",
"operation": "TRACKING ABL OBJECTS"
}