GET
/
cloud
/
v1
/
service_endpoints
curl --request GET \
  --url https://api.gcore.com/cloud/v1/service_endpoints \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "created_on": "2021-11-09T12:05:50",
      "region_id": 2,
      "service": "laas",
      "updated_at": "2022-12-10T13:06:41",
      "version": "v1.2.3"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

region_id
integer | null

Region ID

Examples:

2

service
enum<string> | null

Endpoint service

Available options:
ai_service,
caas,
caas_for_inference,
dbaas,
ddos,
faas,
inference_at_the_edge,
inference_box,
laas,
mkaas,
registry
Examples:

"laas"

Response

200 - application/json

OK

The response is of type object.