Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE1NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwN30.zkKK41kK9Xd2zxtTkApLkVvorPTQC6yL3soLp1BSqm4 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: 54c23731-7608-4751-98f5-1b5d943b9fe0 x-runtime: 0.005500 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"
}
}
}
}
}