NetworkPrefixes API

get specific entry

GET /api/rest/customer/v1/network-prefixes/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozMiwiZXhwIjoxNzc2MzY1MjA2fQ.73w8Juk1PG7ihPkNs6ssONYwzay3K91AMZSvVT-p2DQ
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/319f9abc-5e13-43e4-91d5-b33eea25ba7b

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/"6d94476035f89deab2c06e7861b73ce2"
cache-control: max-age=0, private, must-revalidate
x-request-id: dff5eaa8-4479-4f86-bbc3-e4bc22a902c1
x-runtime: 0.005231
content-length: 558

Status

200 OK

Body

{
  "data": {
    "id": "319f9abc-5e13-43e4-91d5-b33eea25ba7b",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/319f9abc-5e13-43e4-91d5-b33eea25ba7b"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/319f9abc-5e13-43e4-91d5-b33eea25ba7b/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/319f9abc-5e13-43e4-91d5-b33eea25ba7b/network"
        }
      }
    }
  }
}