GET
/
cdn
/
resources
/
{resource_id}
/
shielding_v2
curl --request GET \
  --url https://api.gcore.com/cdn/resources/{resource_id}/shielding_v2 \
  --header 'APIKey: <api-key>'
{
  "shielding_pop": 123
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

resource_id
integer
required

CDN resource ID.

Response

200 - application/json

Successful.

The response is of type object.