[BETA] Get Prometheus external integration endpoint settings
[BETA] Get Prometheus external integration endpoint settings
Path parameters
-
endpoint-id
string(uuid) Required
GET
/dbaas-external-endpoint-prometheus/{endpoint-id}
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-external-endpoint-prometheus/{endpoint-id}'
Response examples (200)
{
"name": "string",
"type": "prometheus",
"id": "string",
"settings": {
"basic-auth-username": "string"
}
}