Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE5MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzOX0.n2AtkG5b6aKpGSurrPv4zPuufTuk-OrU-MuuY78RZdI Host: example.org Cookie:
GET /api/rest/admin/routing-plans/9
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/"43226ba8b859281ca5129cb971c55164" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: d5e3a743-2546-4d78-9ca8-0fa9f8e8bab8 X-Runtime: 0.007323 Content-Length: 355
200 OK
{
"data": {
"id": "9",
"type": "routing-plans",
"links": {
"self": "http://example.org/api/rest/admin/routing-plans/9"
},
"attributes": {
"name": "routing_plan_9",
"rate-delta-max": "0.0",
"use-lnp": false,
"max-rerouting-attempts": 9,
"sorting-id": 1
},
"relationships": {
"routing-groups": {
"links": {
"related": "http://example.org/api/rest/admin/routing-plans/9/routing-groups"
}
}
}
}
}