Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Fetches a specific dashboard.This method requires the monitoring.dashboards.g…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://monitoring.googleapis.com/v1/{name}
Lists the existing dashboards.This method requires the monitoring.dashboards.…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://monitoring.googleapis.com/v1/{parent}/dashboards
Lists labels for metrics.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://monitoring.googleapis.com/v1/{name}/location/{location}/prometheus/api/v1/labels
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:monitoring
At a glance
Language Java
Endpoints15
Base URLhttps://monitoring.googleapis.com
✓ Official