FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add Group support to the Monitoring API by supriyagarg · Pull Request #2035 · googleapis/google-cloud-python · GitHub

Add Group support to the Monitoring API - #2035

Merged
dhermes merged 8 commits into
googleapis:masterfrom
supriyagarg:monitoring-api
Aug 4, 2016
Merged

Add Group support to the Monitoring API#2035
dhermes merged 8 commits into
googleapis:masterfrom
supriyagarg:monitoring-api

Conversation

Copy link
Copy Markdown
Contributor

This change allows users to both read and write Stackdriver groups. It allows users to:

  • fetch groups
  • list groups
  • list a group's ancestors, descendants, and children groups
  • create, update, and delete groups.
  • list a group's members

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 29, 2016
supriyagarg changed the title Add support for Groups API under Monitoring Add Group support to the Monitoring API Jul 29, 2016
tseaver added the api: monitoring Issues related to the Cloud Monitoring API. label Jul 29, 2016
Comment thread docs/monitoring-usage.rst Outdated

You can get a specific group based on it's ID as follows::

>>> group = client.fetch_group('1001')

This comment was marked as spam.

This comment was marked as spam.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: monitoring Issues related to the Cloud Monitoring API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL