GET
/
dns
/
v2
/
network-mappings
/
{name}
Get Network Mapping
curl --request GET \
  --url https://api.gcore.com/dns/v2/network-mappings/{name} \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "mapping": [
    {
      "cidr4": [
        {}
      ],
      "cidr6": [
        {}
      ],
      "tags": [
        "<string>"
      ]
    }
  ],
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

name
string
required

network mapping name

Response

200
application/json

NetworkMapping

The response is of type object.