Skip to main content
GET
/
cloud
/
v1
/
reseller_name_templates
List name template configs of the reseller.
curl --request GET \
  --url https://api.gcore.com/cloud/v1/reseller_name_templates \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "allow_custom_name": true,
      "allowed_bm_name_templates": [
        "<string>"
      ],
      "allowed_bm_name_win_templates": [
        "<string>"
      ],
      "allowed_lb_name_restriction": "<string>",
      "allowed_lb_name_templates": [
        "<string>"
      ],
      "allowed_name_templates": [
        "<string>"
      ],
      "allowed_name_win_templates": [
        "<string>"
      ],
      "region_id": 123,
      "reseller_id": 123,
      "reseller_name": "example_reseller"
    }
  ]
}

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

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
Reseller name templates schema · object[]
required

Objects