Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
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
dotnet-genai
HTML
API
googleapis.com
googleapis.com:monitoring
At a glance
Language HTML
Endpoints15
Base URLhttps://monitoring.googleapis.com
✓ Official