GET
/
cloud
/
v1
/
shared_image
curl --request GET \
  --url https://api.gcore.com/cloud/v1/shared_image \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "id": 3,
      "entity_id": 5,
      "entity_type": "reseller",
      "image_ids": [
        "b5b4d65d-945f-4b98-ab6f-332319c724ef",
        "0052a312-e6d8-4177-8e29-b017a3a6b588"
      ],
      "region_id": 1
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

entity_type
enum<string>

Entity type

Available options:
reseller,
client,
project

Response

200
application/json

List of shared images

The response is of type object.