Routing plan static routes API

get specific entry

GET /api/rest/admin/routing-plan-static-routes/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwOSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4NjM2MDI5Nn0.USA7OOuUCFXskDDVhW1lOn-HQWrFmcV3UCu0I5C7E3g
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-plan-static-routes/3

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/"e50041d538aaf284727d412006347f58"
cache-control: max-age=0, private, must-revalidate
x-request-id: f0c4d201-36c2-4754-a7fd-a8a28f0d6883
x-runtime: 0.005218
content-length: 726

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "routing-plan-static-routes",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-plan-static-routes/3"
    },
    "attributes": {
      "prefix": "",
      "priority": 100,
      "weight": 100,
      "network-prefix-id": null
    },
    "relationships": {
      "routing-plan": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-plan-static-routes/3/relationships/routing-plan",
          "related": "http://example.org/api/rest/admin/routing-plan-static-routes/3/routing-plan"
        },
        "data": {
          "type": "routing-plans",
          "id": "9"
        }
      },
      "vendor": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-plan-static-routes/3/relationships/vendor",
          "related": "http://example.org/api/rest/admin/routing-plan-static-routes/3/vendor"
        },
        "data": {
          "type": "contractors",
          "id": "99"
        }
      }
    }
  }
}