4.2.1 anchors
key | value |
---|---|
URL | /{PREFIX}/anchors |
Method | GET |
Description | Returns all Anchors of a Beacon Line |
Parameters | N/A |
Response | JSON |
Beispiel:
#curl -X GET localhost:8080/bline/v1/anchors
[
{
"Angle":0,
"Description":"",
"Fixed":false,
"Location":"",
"Url":"",
"mac":"",
"name":"line1-01"
},
{
"Angle":0,
"Description":"",
"Fixed":false,
"Location":"",
"Url":"",
"mac":"",
"name":"line2-01"
},
{
"Angle":0,
"Description":"",
"Fixed":false,
"Location":"",
"Url":"",
"mac":"",
"name":"line2-02"
},
{
"Angle":0,
"Description":"",
"Fixed":false,
"Location":"",
"Url":"",
"mac":"",
"name":"line2-03"
}
]