Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjIsInN1YiI6MjA1fQ.Ykfh6oDnpo5kOyCviq2jtjlp8_jHcMLqv3Et5-HAyLw 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-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"99c906f7a016a784beb173d37563a838" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 12dfd8ed-6ae6-4e08-8e2c-43141df92e06 X-Runtime: 0.014304 Content-Length: 231
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 } } }