GET
/
cloud
/
v1
/
reseller_name_templates
curl --request GET \
  --url https://api.gcore.com/cloud/v1/reseller_name_templates \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "allow_custom_name": false,
      "allowed_bm_name_templates": [
        "ed-b9-{ip_octets}"
      ],
      "allowed_bm_name_win_templates": [
        "ed-b9-{two_ip_octets}"
      ],
      "allowed_lb_name_restriction": "^[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$",
      "allowed_lb_name_templates": [
        "ed-c16-lb-{ip_octets}"
      ],
      "allowed_name_templates": [
        "ed-c4-{ip_octets}"
      ],
      "allowed_name_win_templates": [
        "ed-c4-{one_ip_octet}"
      ],
      "region_id": 6,
      "reseller_id": 123,
      "reseller_name": "example_reseller"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200 - application/json

OK

The response is of type object.