Routing RoutingTagDetectionRules API

get listing

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

Request

Headers

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

Route

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

Response

Headers

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/"517576884a4a0a5ce67df927b01bcfea"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 1a8213f1-af22-4627-9bba-a91069fa9cb0
X-Runtime: 0.008141
Content-Length: 3062

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "routing-tag-detection-rules",
      "links": {
        "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1"
      },
      "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/routing-tag-detection-rules/1/relationships/src-area",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/src-area"
          }
        },
        "dst-area": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/relationships/dst-area",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/dst-area"
          }
        },
        "routing-tag": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/relationships/routing-tag",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/routing-tag"
          }
        },
        "tag-action": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/relationships/tag-action",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/tag-action"
          }
        },
        "routing-tag-mode": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/relationships/routing-tag-mode",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/1/routing-tag-mode"
          }
        }
      }
    },
    {
      "id": "2",
      "type": "routing-tag-detection-rules",
      "links": {
        "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2"
      },
      "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/routing-tag-detection-rules/2/relationships/src-area",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/src-area"
          }
        },
        "dst-area": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/relationships/dst-area",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/dst-area"
          }
        },
        "routing-tag": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/relationships/routing-tag",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/routing-tag"
          }
        },
        "tag-action": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/relationships/tag-action",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/tag-action"
          }
        },
        "routing-tag-mode": {
          "links": {
            "self": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/relationships/routing-tag-mode",
            "related": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules/2/routing-tag-mode"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 2
  },
  "links": {
    "first": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/routing/routing-tag-detection-rules?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}