Gateway groups API

get specific entry

GET /api/rest/admin/gateway-groups/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwNywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0._H4pxTNvCJ0-jSEIgG5TWJTFUU6rnVQANrK4KYTQskk
Host: example.org
Cookie: 

Route

GET /api/rest/admin/gateway-groups/16

Response

Headers

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: c9ed9857-0a58-4c86-bf6b-fce05d9b73e7
x-runtime: 0.005959
content-length: 437

Status

200 OK

Body

{
  "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"
        }
      }
    }
  }
}