Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0OSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNn0.i8jFsJC3aU0YrLhYUWOOu1kmOtcMj5BH1czYI6nrz7c Host: example.org Cookie:
GET /api/rest/admin/nodes/6
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/"511991ab1c601ab29645dd062b892776" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 2373962b-7892-451c-856b-7a9dd7f9dbd5 X-Runtime: 0.008776 Content-Length: 350
200 OK
{
"data": {
"id": "6",
"type": "nodes",
"links": {
"self": "http://example.org/api/rest/admin/nodes/6"
},
"attributes": {
"name": "Node 6",
"rpc-endpoint": "127.0.0.1:7"
},
"relationships": {
"pop": {
"links": {
"self": "http://example.org/api/rest/admin/nodes/6/relationships/pop",
"related": "http://example.org/api/rest/admin/nodes/6/pop"
},
"data": {
"type": "pops",
"id": "6"
}
}
}
}
}