Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4NjM2MDI5OX0.fg1qykBcu-jaTxv6z7z7BlCo2bAW4mpEN3cRcishizQ Host: example.org Cookie:
GET /api/rest/admin/transport-protocols/1
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/"e5ffbfbe642e7a6b32bd8f54a8fae3cc" cache-control: max-age=0, private, must-revalidate x-request-id: 708d4e3d-7858-4378-ab5f-82c3a74a9dac x-runtime: 0.005103 content-length: 151
200 OK
{
"data": {
"id": "1",
"type": "transport-protocols",
"links": {
"self": "http://example.org/api/rest/admin/transport-protocols/1"
},
"attributes": {
"name": "UDP"
}
}
}