Skip to main content
GET
/
cloud
/
v1
/
reseller_image
/
{reseller_id}
Deprecated. Get available image ids for the reseller
curl --request GET \
  --url https://api.gcore.com/cloud/v1/reseller_image/{reseller_id} \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "image_ids": [
        "b5b4d65d-945f-4b98-ab6f-332319c724ef",
        "0052a312-e6d8-4177-8e29-b017a3a6b588"
      ],
      "region_id": 123,
      "reseller_id": 123
    }
  ]
}

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

reseller_id
integer
required

Reseller technical client ID.

Example:

1

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
Reseller image schema · object[]
required

Objects