Routing RoutingTagDetectionRules API

get specific entry

GET /api/rest/admin/routing-tag-detection-rules/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE5NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.kOPta6_lptGWLxNZ8ebzx8-ypTzcLwgoy19vgywrCTQ
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-tag-detection-rules/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/"ba5983cbbdf1bf5938a792d283958410"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 6a4ecf34-339c-4c7f-820d-8fabe5faff17
X-Runtime: 0.007835
Content-Length: 1312

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "routing-tag-detection-rules",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3"
    },
    "attributes": {
      "src-prefix": "111",
      "dst-prefix": "222",
      "tag-action-value": [

      ],
      "routing-tag-ids": [

      ]
    },
    "relationships": {
      "src-area": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/src-area",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/src-area"
        }
      },
      "dst-area": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/dst-area",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/dst-area"
        }
      },
      "routing-tag": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/routing-tag",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/routing-tag"
        }
      },
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/tag-action"
        }
      },
      "routing-tag-mode": {
        "links": {
          "self": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/relationships/routing-tag-mode",
          "related": "http://example.org/api/rest/admin/routing-tag-detection-rules/3/routing-tag-mode"
        }
      }
    }
  }
}