grafana v0.1.2 Grafana.Organizations View Source

Link to this section Summary

Functions

Add user to given organization, as specified by json

Create an organization

Delete given user inside given organization

Get all organizations

Get a specific organization with given id

Get all users within a given organization

Update organization with id, as specified by json

Update given user inside given organization, as specified by json

Link to this section Functions

Add user to given organization, as specified by json.

Create an organization

Link to this function delete_user(org_id, user_id) View Source

Delete given user inside given organization.

Get all organizations.

Get a specific organization with given id.

Get all users within a given organization.

Link to this function org_params_to_json(name) View Source

Update organization with id, as specified by json.

Link to this function update_user(org_id, user_id, json) View Source

Update given user inside given organization, as specified by json.