Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.7XE0goHsffWBd_1nwTXPYXW5F82kqplB_M1lW4rdW9E Host: example.org Cookie:
GET /api/rest/admin/gateway-media-encryption-modes/0
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/"2789f987225633b9b08bb59ee324189a" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 708cf8c0-44a0-48bc-8bc4-2d84bfec2d89 X-Runtime: 0.007039 Content-Length: 177
200 OK
{ "data": { "id": "0", "type": "gateway-media-encryption-modes", "links": { "self": "http://example.org/api/rest/admin/gateway-media-encryption-modes/0" }, "attributes": { "name": "Disable" } } }