4.2.2 anchor/{AnchorID}
key | value |
---|---|
URL | /{PREFIX}/anchor/{AnchorID} |
Method | GET |
Description | Returns the full state of a specific Anchors |
Parameters | N/A |
Response | JSON |
Example:
#curl localhost:8080/bline/v1/anchor/line1-01
{
"Angle":0,
"Description":"",
"Fixed":false,
"Location":"",
"Url":"",
"mac":"",
"name":"line1-01"
}