"services": [
"save _
parameters",
"reset _ defaults"
],
"running"
"status":
}
Parameter
•
node
Antwort-Headers
•
Content-Type
Statuscodes
•
200 OK
•
404 Not Found
Referenzierte Datenmodelle
•
NodeInfo
GET /nodes/{node}/parameters
Abruf von Parametern eines Moduls.
Musteranfrage
GET
/api/v1/nodes/<node>/parameters?name=<name>
Musterantwort
HTTP/1.1 200
OK
Content-Type:
application/json
[
{
"default": 25,
"description":
"max": 25,
"min": 1,
"name": "fps",
"type": "float64",
"value":
25
},
{
"default": true,
"description":
"max": true,
"min": false,
"exp _
"name":
auto",
"type": "bool",
"value":
true
},
{
"default": 0.007,
"description":
"max": 0.018,
"min": 6.6e-05,
"exp _
"name":
max",
"type": "float64",
8.2. REST-API-Schnittstelle
(
) – Modulname (obligatorisch)
string
– application/json
– Erfolgreiche Verarbeitung (Rückgabe: NodeInfo)
– Modul nicht gefunden
(Abschnitt 8.2.3)
"Frames per second in
"Switching between auto and manual
"Maximum exposure time in s if exp _ auto is
HTTP/1.1
Hz",
exposure",
true",
(Fortsetzung der vorherigen Seite)
(Fortsetzung auf der nächsten Seite)
172