Show monitoring data for a connector
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
publicId*string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://cde.staging.productsup.com/monitoring/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "monitoring connector data",
"data": {
"connector-id": "019e16f3-d1b8-73f8-8bcb-f5e61fa7f356",
"dashboard": {
"url": "https://grafana-cre-api.k8s.productsup.net/d/test-dashboard-uid/test-path"
}
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}How is this guide?