Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMH0.bo48H5QtXJCqa6N-csvo3tf3iEDUzV7cY8YfUMXPqCY Host: example.org Cookie:
GET /api/rest/admin/sensors/3
x-frame-options: SAMEORIGIN x-xss-protection: 0 x-content-type-options: nosniff x-permitted-cross-domain-policies: none referrer-policy: strict-origin-when-cross-origin content-type: application/vnd.api+json vary: Accept etag: W/"415902439c688342fedc761111390254" cache-control: max-age=0, private, must-revalidate x-request-id: 55304129-17f6-4b7c-ae99-c229e2884665 x-runtime: 0.005126 content-length: 257
200 OK
{
"data": {
"id": "3",
"type": "sensors",
"links": {
"self": "http://example.org/api/rest/admin/sensors/3"
},
"attributes": {
"name": "sensor3",
"mode-id": 1,
"source-interface": null,
"target-mac": null,
"use-routing": false,
"target-ip": "192.168.0.2",
"source-ip": "192.168.0.1"
}
}
}