Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczN30.BgWX9qDybMCK01vav9xA_wckg69y0IOeEZuyZSlyQIY Host: example.org Cookie:
GET /api/rest/admin/gateway-groups/16
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/"88135ef877c6d86c7c4084e6c9451ca2" cache-control: max-age=0, private, must-revalidate x-request-id: 72d6aad9-b29a-4219-82e4-5b49aed0b811 x-runtime: 0.005439 content-length: 437
200 OK
{
"data": {
"id": "16",
"type": "gateway-groups",
"links": {
"self": "http://example.org/api/rest/admin/gateway-groups/16"
},
"attributes": {
"name": "gateway_group_14",
"balancing-mode-id": 2,
"max-rerouting-attempts": 5
},
"relationships": {
"vendor": {
"links": {
"self": "http://example.org/api/rest/admin/gateway-groups/16/relationships/vendor",
"related": "http://example.org/api/rest/admin/gateway-groups/16/vendor"
},
"data": {
"type": "contractors",
"id": "56"
}
}
}
}
}