KosmoKrator

analytics

Grafana CLI for AI Agents

Use the Grafana CLI from KosmoKrator to call Grafana tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Grafana CLI Setup

Grafana can be configured headlessly with `kosmokrator integrations:configure grafana`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure grafana --enable --read allow --write ask --json
kosmokrator integrations:doctor grafana --json
kosmokrator integrations:status --json

Credentials

Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call grafana.grafana_list_roles '{}' --json
Provider shortcut
kosmo integrations:grafana grafana_list_roles '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs grafana --json
kosmo integrations:docs grafana.grafana_list_roles --json
kosmo integrations:schema grafana.grafana_list_roles --json
kosmo integrations:search "Grafana" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

grafana.grafana_list_roles

Gets all existing roles. The response contains all global and organization local roles, for the organization which user is signed in. You need to have a permission with action `roles:read` and scope `roles:*`. The `delegatable` flag reduces the set of roles to only those for which the signed-in user has permissions to assign.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_roles '{}' --json

grafana.grafana_create_role

Creates a new custom role and maps given permissions to that role. Note that roles with the same prefix as Fixed Roles can't be created. You need to have a permission with action `roles:write` and scope `permissions:type:delegate`. `permissions:type:delegate` scope ensures that users can only create custom roles with the same, or a subset of permissions which the user has. For example, if a use...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_role '{}' --json

grafana.grafana_delete_role

Delete a role with the given UID, and it's permissions. If the role is assigned to a built-in role, the deletion operation will fail, unless force query param is set to true, and in that case all assignments will also be deleted. You need to have a permission with action `roles:delete` and scope `permissions:type:delegate`. `permissions:type:delegate` scope ensures that users can only delete a...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_role '{}' --json

grafana.grafana_get_role

Get a role for the given UID. You need to have a permission with action `roles:read` and scope `roles:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_role '{}' --json

grafana.grafana_update_role

You need to have a permission with action `roles:write` and scope `permissions:type:delegate`. `permissions:type:delegate` scope ensures that users can only create custom roles with the same, or a subset of permissions which the user has.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_role '{}' --json

grafana.grafana_get_role_assignments

Get role assignments for the role with the given UID. Does not include role assignments mapped through group attribute sync. You need to have a permission with action `teams.roles:list` and scope `teams:id:*` and `users.roles:list` and scope `users:id:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_role_assignments '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_role_assignments '{}' --json

grafana.grafana_set_role_assignments

Set role assignments for the role with the given UID. You need to have a permission with action `teams.roles:add` and `teams.roles:remove` and scope `permissions:type:delegate`, and `users.roles:add` and `users.roles:remove` and scope `permissions:type:delegate`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_role_assignments '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_role_assignments '{}' --json

grafana.grafana_get_access_control_status

Returns an indicator to check if fine-grained access control is enabled or not. You need to have a permission with action `status:accesscontrol` and scope `services:accesscontrol`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_access_control_status '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_access_control_status '{}' --json

grafana.grafana_list_teams_roles

Lists the roles that have been directly assigned to the given teams. You need to have a permission with action `teams.roles:read` and scope `teams:id:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_teams_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_teams_roles '{}' --json

grafana.grafana_list_team_roles

You need to have a permission with action `teams.roles:read` and scope `teams:id:<team ID>`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_team_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_team_roles '{}' --json

grafana.grafana_add_team_role

You need to have a permission with action `teams.roles:add` and scope `permissions:type:delegate`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_team_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_team_role '{}' --json

grafana.grafana_set_team_roles

You need to have a permission with action `teams.roles:add` and `teams.roles:remove` and scope `permissions:type:delegate` for each.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_team_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_team_roles '{}' --json

grafana.grafana_remove_team_role

You need to have a permission with action `teams.roles:remove` and scope `permissions:type:delegate`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_team_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_team_role '{}' --json

grafana.grafana_list_users_roles

Lists the roles that have been directly assigned to the given users. The list does not include built-in roles (Viewer, Editor, Admin or Grafana Admin), and it does not include roles that have been inherited from a team. You need to have a permission with action `users.roles:read` and scope `users:id:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_users_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_users_roles '{}' --json

grafana.grafana_list_user_roles

Lists the roles that have been directly assigned to a given user. The list does not include built-in roles (Viewer, Editor, Admin or Grafana Admin), and it does not include roles that have been inherited from a team. You need to have a permission with action `users.roles:read` and scope `users:id:<user ID>`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_user_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_user_roles '{}' --json

grafana.grafana_add_user_role

Assign a role to a specific user. For bulk updates consider Set user role assignments. You need to have a permission with action `users.roles:add` and scope `permissions:type:delegate`. `permissions:type:delegate` scope ensures that users can only assign roles which have same, or a subset of permissions which the user has. For example, if a user does not have required permissions for creating u...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_user_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_user_role '{}' --json

grafana.grafana_set_user_roles

Update the user's role assignments to match the provided set of UIDs. This will remove any assigned roles that aren't in the request and add roles that are in the set but are not already assigned to the user. Roles mapped through group attribute sync are not impacted. If you want to add or remove a single role, consider using Add a user role assignment or Remove a user role assignment instead...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_user_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_user_roles '{}' --json

grafana.grafana_remove_user_role

Revoke a role from a user. For bulk updates consider Set user role assignments. You need to have a permission with action `users.roles:remove` and scope `permissions:type:delegate`. `permissions:type:delegate` scope ensures that users can only unassign roles which have same, or a subset of permissions which the user has. For example, if a user does not have required permissions for creating use...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_user_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_user_role '{}' --json

grafana.grafana_get_resource_description

Get a description of a resource's access control properties. (GET /access-control/{resource}/description).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_resource_description '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_resource_description '{}' --json

grafana.grafana_get_resource_permissions

Get permissions for a resource. (GET /access-control/{resource}/{resourceID}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_resource_permissions '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_resource_permissions '{}' --json

grafana.grafana_set_resource_permissions

Assigns permissions for a resource by a given type (`:resource`) and `:resourceID` to one or many assignment types. Allowed resources are `datasources`, `teams`, `dashboards`, `folders`, and `serviceaccounts`. Refer to the `/access-control/{resource}/description` endpoint for allowed Permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_resource_permissions '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_resource_permissions '{}' --json

grafana.grafana_set_resource_permissions_for_built_in_role

Assigns permissions for a resource by a given type (`:resource`) and `:resourceID` to a built-in role. Allowed resources are `datasources`, `teams`, `dashboards`, `folders`, and `serviceaccounts`. Refer to the `/access-control/{resource}/description` endpoint for allowed Permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_resource_permissions_for_built_in_role '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_resource_permissions_for_built_in_role '{}' --json

grafana.grafana_set_resource_permissions_for_team

Assigns permissions for a resource by a given type (`:resource`) and `:resourceID` to a team. Allowed resources are `datasources`, `teams`, `dashboards`, `folders`, and `serviceaccounts`. Refer to the `/access-control/{resource}/description` endpoint for allowed Permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_resource_permissions_for_team '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_resource_permissions_for_team '{}' --json

grafana.grafana_set_resource_permissions_for_user

Assigns permissions for a resource by a given type (`:resource`) and `:resourceID` to a user or a service account. Allowed resources are `datasources`, `teams`, `dashboards`, `folders`, and `serviceaccounts`. Refer to the `/access-control/{resource}/description` endpoint for allowed Permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_resource_permissions_for_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_resource_permissions_for_user '{}' --json

grafana.grafana_get_sync_status

You need to have a permission with action `ldap.status:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_sync_status '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_sync_status '{}' --json

grafana.grafana_reload_l_d_a_p_cfg

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `ldap.config:reload`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_reload_l_d_a_p_cfg '{}' --json
Shortcut
kosmo integrations:grafana grafana_reload_l_d_a_p_cfg '{}' --json

grafana.grafana_get_l_d_a_p_status

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `ldap.status:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_l_d_a_p_status '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_l_d_a_p_status '{}' --json

grafana.grafana_post_sync_user_with_l_d_a_p

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `ldap.user:sync`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_sync_user_with_l_d_a_p '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_sync_user_with_l_d_a_p '{}' --json

grafana.grafana_get_user_from_l_d_a_p

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `ldap.user:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_from_l_d_a_p '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_from_l_d_a_p '{}' --json

grafana.grafana_admin_provisioning_reload_access_control

You need to have a permission with action `provisioning:reload` with scope `provisioners:accessco... (POST /admin/provisioning/access-control/reload).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_provisioning_reload_access_control '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_provisioning_reload_access_control '{}' --json

grafana.grafana_admin_provisioning_reload_dashboards

Reloads the provisioning config files for dashboards again. It won't return until the new provisioned entities are already stored in the database. In case of dashboards, it will stop polling for changes in dashboard files and then restart it with new configurations after returning. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_provisioning_reload_dashboards '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_provisioning_reload_dashboards '{}' --json

grafana.grafana_admin_provisioning_reload_datasources

Reloads the provisioning config files for datasources again. It won't return until the new provisioned entities are already stored in the database. In case of dashboards, it will stop polling for changes in dashboard files and then restart it with new configurations after returning. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_provisioning_reload_datasources '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_provisioning_reload_datasources '{}' --json

grafana.grafana_admin_provisioning_reload_plugins

Reloads the provisioning config files for plugins again. It won't return until the new provisioned entities are already stored in the database. In case of dashboards, it will stop polling for changes in dashboard files and then restart it with new configurations after returning. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission wit...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_provisioning_reload_plugins '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_provisioning_reload_plugins '{}' --json

grafana.grafana_admin_get_settings

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `settings:read` and scopes: `settings:*`, `settings:auth.saml:` and `settings:auth.saml:enabled` (property level).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_get_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_get_settings '{}' --json

grafana.grafana_admin_get_stats

Only works with Basic Authentication (username and password). See introduction for an explanation. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `server:stats:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_get_stats '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_get_stats '{}' --json

grafana.grafana_admin_create_user

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users:create`. Note that OrgId is an optional parameter that can be used to assign a new user to a different organization when `auto_assign_org` is set to `true`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_create_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_create_user '{}' --json

grafana.grafana_admin_delete_user

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users:delete` and scope `global.users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_delete_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_delete_user '{}' --json

grafana.grafana_admin_get_user_auth_tokens

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.authtoken:list` and scope `global.users:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_get_user_auth_tokens '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_get_user_auth_tokens '{}' --json

grafana.grafana_admin_disable_user

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users:disable` and scope `global.users:1` (userIDScope).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_disable_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_disable_user '{}' --json

grafana.grafana_admin_enable_user

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users:enable` and scope `global.users:1` (userIDScope).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_enable_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_enable_user '{}' --json

grafana.grafana_admin_logout_user

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.logout` and scope `global.users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_logout_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_logout_user '{}' --json

grafana.grafana_admin_update_user_password

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.password:update` and scope `global.users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_update_user_password '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_update_user_password '{}' --json

grafana.grafana_admin_update_user_permissions

Only works with Basic Authentication (username and password). See introduction for an explanation. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.permissions:update` and scope `global.users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_update_user_permissions '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_update_user_permissions '{}' --json

grafana.grafana_get_user_quota

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.quotas:list` and scope `global.users:1` (userIDScope).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_quota '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_quota '{}' --json

grafana.grafana_update_user_quota

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.quotas:update` and scope `global.users:1` (userIDScope).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_user_quota '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_user_quota '{}' --json

grafana.grafana_admin_revoke_user_auth_token

Revokes the given auth token (device) for the user. User of issued auth token (device) will no longer be logged in and will be required to authenticate again upon next activity. If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `users.authtoken:update` and scope `global.users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_admin_revoke_user_auth_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_admin_revoke_user_auth_token '{}' --json

grafana.grafana_get_annotations

Starting in Grafana v6.4 regions annotations are now returned in one entity that now includes the timeEnd property.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_annotations '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_annotations '{}' --json

grafana.grafana_post_annotation

Creates an annotation in the Grafana database. The dashboardId and panelId fields are optional. If they are not specified then an organization annotation is created and can be queried in any dashboard that adds the Grafana annotations data source. When creating a region annotation include the timeEnd property. The format for `time` and `timeEnd` should be epoch numbers in millisecond resolution...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_annotation '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_annotation '{}' --json

grafana.grafana_post_graphite_annotation

Creates an annotation by using Graphite-compatible event format. The `when` and `data` fields are optional. If `when` is not specified then the current time will be used as annotation's timestamp. The `tags` field can also be in prior to Graphite `0.10.0` format (string with multiple tags being separated by a space).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_graphite_annotation '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_graphite_annotation '{}' --json

grafana.grafana_mass_delete_annotations

Delete multiple annotations. (POST /annotations/mass-delete).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_mass_delete_annotations '{}' --json
Shortcut
kosmo integrations:grafana grafana_mass_delete_annotations '{}' --json

grafana.grafana_get_annotation_tags

Find all the event tags created in the annotations.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_annotation_tags '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_annotation_tags '{}' --json

grafana.grafana_delete_annotation_by_i_d

Deletes the annotation that matches the specified ID.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_annotation_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_annotation_by_i_d '{}' --json

grafana.grafana_get_annotation_by_i_d

Get Annotation by ID. (GET /annotations/{annotation_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_annotation_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_annotation_by_i_d '{}' --json

grafana.grafana_patch_annotation

Updates one or more properties of an annotation that matches the specified ID. This operation currently supports updating of the `text`, `tags`, `time` and `timeEnd` properties. This is available in Grafana 6.0.0-beta2 and above.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_patch_annotation '{}' --json
Shortcut
kosmo integrations:grafana grafana_patch_annotation '{}' --json

grafana.grafana_update_annotation

Updates all properties of an annotation that matches the specified id. To only update certain property, consider using the Patch Annotation operation.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_annotation '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_annotation '{}' --json

grafana.grafana_list_devices

Lists all devices within the last 30 days (GET /anonymous/devices).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_devices '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_devices '{}' --json

grafana.grafana_search_devices

Lists all devices within the last 30 days (GET /anonymous/search).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_devices '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_devices '{}' --json

grafana.grafana_get_session_list

Get a list of all cloud migration sessions that have been created. (GET /cloudmigration/migration).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_session_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_session_list '{}' --json

grafana.grafana_create_session

Create a migration session. (POST /cloudmigration/migration).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_session '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_session '{}' --json

grafana.grafana_delete_session

Delete a migration session by its uid. (DELETE /cloudmigration/migration/{uid}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_session '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_session '{}' --json

grafana.grafana_get_session

Get a cloud migration session by its uid. (GET /cloudmigration/migration/{uid}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_session '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_session '{}' --json

grafana.grafana_create_snapshot

If the snapshot initialization is successful, the snapshot uid is returned.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_snapshot '{}' --json

grafana.grafana_get_snapshot

Get metadata about a snapshot, including where it is in its processing and final results. (GET /cloudmigration/migration/{uid}/snapshot/{snapshotUid}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_snapshot '{}' --json

grafana.grafana_cancel_snapshot

TODO: Implement

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_cancel_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_cancel_snapshot '{}' --json

grafana.grafana_upload_snapshot

Upload a snapshot to the Grafana Migration Service for processing. (POST /cloudmigration/migration/{uid}/snapshot/{snapshotUid}/upload).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_upload_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_upload_snapshot '{}' --json

grafana.grafana_get_shapshot_list

Get a list of snapshots for a session. (GET /cloudmigration/migration/{uid}/snapshots).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_shapshot_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_shapshot_list '{}' --json

grafana.grafana_get_resource_dependencies

Get the resource dependencies graph for the current set of migratable resources. (GET /cloudmigration/resources/dependencies).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_resource_dependencies '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_resource_dependencies '{}' --json

grafana.grafana_get_cloud_migration_token

Fetch the cloud migration token if it exists. (GET /cloudmigration/token).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_cloud_migration_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_cloud_migration_token '{}' --json

grafana.grafana_create_cloud_migration_token

Create gcom access token. (POST /cloudmigration/token).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_cloud_migration_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_cloud_migration_token '{}' --json

grafana.grafana_delete_cloud_migration_token

Deletes a cloud migration token. (DELETE /cloudmigration/token/{uid}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_cloud_migration_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_cloud_migration_token '{}' --json

grafana.grafana_route_convert_prometheus_cortex_get_rules

Gets all Grafana-managed alert rules that were imported from Prometheus-compatible sources, group... (GET /convert/api/prom/rules).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_rules '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_get_rules '{}' --json

grafana.grafana_route_convert_prometheus_cortex_post_rule_groups

Converts the submitted rule groups into Grafana-Managed Rules. (POST /convert/api/prom/rules).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_post_rule_groups '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_post_rule_groups '{}' --json

grafana.grafana_route_convert_prometheus_cortex_delete_namespace

Deletes all rule groups that were imported from Prometheus-compatible sources within the specifie... (DELETE /convert/api/prom/rules/{NamespaceTitle}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_delete_namespace '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_delete_namespace '{}' --json

grafana.grafana_route_convert_prometheus_cortex_get_namespace

Gets Grafana-managed alert rules that were imported from Prometheus-compatible sources for a spec... (GET /convert/api/prom/rules/{NamespaceTitle}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_namespace '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_get_namespace '{}' --json

grafana.grafana_route_convert_prometheus_cortex_post_rule_group

If the group already exists and was not imported from a Prometheus-compatible source initially, it will not be replaced and an error will be returned.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_post_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_post_rule_group '{}' --json

grafana.grafana_route_convert_prometheus_cortex_delete_rule_group

Deletes a specific rule group if it was imported from a Prometheus-compatible source. (DELETE /convert/api/prom/rules/{NamespaceTitle}/{Group}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_delete_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_delete_rule_group '{}' --json

grafana.grafana_route_convert_prometheus_cortex_get_rule_group

Gets a single rule group in Prometheus-compatible format if it was imported from a Prometheus-com... (GET /convert/api/prom/rules/{NamespaceTitle}/{Group}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_cortex_get_rule_group '{}' --json

grafana.grafana_route_convert_prometheus_get_rules

Gets all Grafana-managed alert rules that were imported from Prometheus-compatible sources, group... (GET /convert/prometheus/config/v1/rules).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_rules '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_get_rules '{}' --json

grafana.grafana_route_convert_prometheus_post_rule_groups

Converts the submitted rule groups into Grafana-Managed Rules. (POST /convert/prometheus/config/v1/rules).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_post_rule_groups '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_post_rule_groups '{}' --json

grafana.grafana_route_convert_prometheus_delete_namespace

Deletes all rule groups that were imported from Prometheus-compatible sources within the specifie... (DELETE /convert/prometheus/config/v1/rules/{NamespaceTitle}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_delete_namespace '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_delete_namespace '{}' --json

grafana.grafana_route_convert_prometheus_get_namespace

Gets Grafana-managed alert rules that were imported from Prometheus-compatible sources for a spec... (GET /convert/prometheus/config/v1/rules/{NamespaceTitle}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_namespace '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_get_namespace '{}' --json

grafana.grafana_route_convert_prometheus_post_rule_group

If the group already exists and was not imported from a Prometheus-compatible source initially, it will not be replaced and an error will be returned.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_post_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_post_rule_group '{}' --json

grafana.grafana_route_convert_prometheus_delete_rule_group

Deletes a specific rule group if it was imported from a Prometheus-compatible source. (DELETE /convert/prometheus/config/v1/rules/{NamespaceTitle}/{Group}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_delete_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_delete_rule_group '{}' --json

grafana.grafana_route_convert_prometheus_get_rule_group

Gets a single rule group in Prometheus-compatible format if it was imported from a Prometheus-com... (GET /convert/prometheus/config/v1/rules/{NamespaceTitle}/{Group}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_convert_prometheus_get_rule_group '{}' --json

grafana.grafana_search_dashboard_snapshots

List snapshots. (GET /dashboard/snapshots).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_dashboard_snapshots '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_dashboard_snapshots '{}' --json

grafana.grafana_create_dashboard

Creates a new dashboard or updates an existing dashboard. Note: This endpoint is not intended for creating folders, use `POST /api/folders` for that. Use: /apis/dashboards.grafana.app/v1/namespaces/{ns}/dashboards

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_dashboard '{}' --json

grafana.grafana_get_home_dashboard

NOTE: the home dashboard is configured in preferences. This API will be removed in G13

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_home_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_home_dashboard '{}' --json

grafana.grafana_import_dashboard

Import dashboard. (POST /dashboards/import).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_import_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_import_dashboard '{}' --json

grafana.grafana_interpolate_dashboard

Interpolate dashboard. This is an experimental endpoint under dashboardLibrary or suggestedDashbo... (POST /dashboards/interpolate).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_interpolate_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_interpolate_dashboard '{}' --json

grafana.grafana_list_public_dashboards

Get list of public dashboards

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_public_dashboards '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_public_dashboards '{}' --json

grafana.grafana_get_dashboard_tags

Get all dashboards tags of an organization. (GET /dashboards/tags).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard_tags '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard_tags '{}' --json

grafana.grafana_get_public_dashboard

Get public dashboard by dashboardUid

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_public_dashboard '{}' --json

grafana.grafana_create_public_dashboard

Create public dashboard for a dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_public_dashboard '{}' --json

grafana.grafana_delete_public_dashboard

Delete public dashboard for a dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_public_dashboard '{}' --json

grafana.grafana_update_public_dashboard

Update public dashboard for a dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_public_dashboard '{}' --json

grafana.grafana_delete_dashboard_by_u_i_d

Will delete the dashboard given the specified unique identifier (uid). Use: /apis/dashboards.grafana.app/v1/namespaces/{ns}/dashboards/{uid}

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_dashboard_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_dashboard_by_u_i_d '{}' --json

grafana.grafana_get_dashboard

Optional query parameter `apiVersion` selects the Kubernetes API version used to load the dashboard first (for example `v1beta1`). If that request fails, the default version is used instead. When omitted, only the default is used. Will return the dashboard given the dashboard unique identifier (uid). Use: /apis/dashboards.grafana.app/v1/namespaces/{ns}/dashboards/{uid}

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard '{}' --json

grafana.grafana_get_dashboard_permissions_list_by_u_i_d

Use: /apis/dashboards.grafana.app/v1/namespaces/{ns}/dashboards/{uid}/access

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard_permissions_list_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard_permissions_list_by_u_i_d '{}' --json

grafana.grafana_update_dashboard_permissions_by_u_i_d

This operation will remove existing permissions if they're not included in the request.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_dashboard_permissions_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_dashboard_permissions_by_u_i_d '{}' --json

grafana.grafana_restore_dashboard_version_by_u_i_d

This API will be removed when /apis/dashboards.grafana.app/v1 is released. You can restore a dashboard by reading it from history, then creating it again.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_restore_dashboard_version_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_restore_dashboard_version_by_u_i_d '{}' --json

grafana.grafana_get_dashboard_versions_by_u_i_d

Gets all existing versions for the dashboard using UID. (GET /dashboards/uid/{uid}/versions).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard_versions_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard_versions_by_u_i_d '{}' --json

grafana.grafana_get_dashboard_version_by_u_i_d

Get a specific dashboard version using UID. (GET /dashboards/uid/{uid}/versions/{DashboardVersionID}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard_version_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard_version_by_u_i_d '{}' --json

grafana.grafana_list_datasources

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:read` and scope: `datasources:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_datasources '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_datasources '{}' --json

grafana.grafana_add_data_source

By defining `password` and `basicAuthPassword` under secureJsonData property Grafana encrypts them securely as an encrypted blob in the database. The response then lists the encrypted fields under secureJsonFields. If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:create`

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_data_source '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_data_source '{}' --json

grafana.grafana_get_correlations

Gets all correlations. (GET /datasources/correlations).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_correlations '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_correlations '{}' --json

grafana.grafana_get_data_source_id_by_name

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:read` and scopes: `datasources:*`, `datasources:name:*` and `datasources:name:test_datasource` (single data source).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_data_source_id_by_name '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_data_source_id_by_name '{}' --json

grafana.grafana_delete_data_source_by_name

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:delete` and scopes: `datasources:*`, `datasources:name:*` and `datasources:name:test_datasource` (single data source).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_data_source_by_name '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_data_source_by_name '{}' --json

grafana.grafana_get_data_source_by_name

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:read` and scopes: `datasources:*`, `datasources:name:*` and `datasources:name:test_datasource` (single data source).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_data_source_by_name '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_data_source_by_name '{}' --json

grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls

Proxies all calls to the actual data source.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls '{}' --json
Shortcut
kosmo integrations:grafana grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls '{}' --json

grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls

Proxies all calls to the actual data source.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls '{}' --json
Shortcut
kosmo integrations:grafana grafana_datasource_proxy_g_e_t_by_u_i_dcalls '{}' --json

grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls

Proxies all calls to the actual data source. The data source should support POST methods for the specific path and role as defined

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls '{}' --json
Shortcut
kosmo integrations:grafana grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls '{}' --json

grafana.grafana_get_correlations_by_source_u_i_d

Gets all correlations originating from the given data source. (GET /datasources/uid/{sourceUID}/correlations).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_correlations_by_source_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_correlations_by_source_u_i_d '{}' --json

grafana.grafana_create_correlation

Add correlation. (POST /datasources/uid/{sourceUID}/correlations).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_correlation '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_correlation '{}' --json

grafana.grafana_get_correlation

Gets a correlation. (GET /datasources/uid/{sourceUID}/correlations/{correlationUID}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_correlation '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_correlation '{}' --json

grafana.grafana_update_correlation

Updates a correlation. (PATCH /datasources/uid/{sourceUID}/correlations/{correlationUID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_correlation '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_correlation '{}' --json

grafana.grafana_delete_data_source_by_u_i_d

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:delete` and scopes: `datasources:*`, `datasources:uid:*` and `datasources:uid:kLtEtcRGk` (single data source).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_data_source_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_data_source_by_u_i_d '{}' --json

grafana.grafana_get_data_source_by_u_i_d

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:read` and scopes: `datasources:*`, `datasources:uid:*` and `datasources:uid:kLtEtcRGk` (single data source).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_data_source_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_data_source_by_u_i_d '{}' --json

grafana.grafana_update_data_source_by_u_i_d

Similar to creating a data source, `password` and `basicAuthPassword` should be defined under secureJsonData in order to be stored securely as an encrypted blob in the database. Then, the encrypted fields are listed under secureJsonFields section in the response. If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `dataso...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_data_source_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_data_source_by_u_i_d '{}' --json

grafana.grafana_delete_correlation

Delete a correlation. (DELETE /datasources/uid/{uid}/correlations/{correlationUID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_correlation '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_correlation '{}' --json

grafana.grafana_check_datasource_health_with_u_i_d

Sends a health check request to the plugin datasource identified by the UID. (GET /datasources/uid/{uid}/health).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_check_datasource_health_with_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_check_datasource_health_with_u_i_d '{}' --json

grafana.grafana_get_team_l_b_a_c_rules_api

Retrieves LBAC rules for a team. (GET /datasources/uid/{uid}/lbac/teams).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_team_l_b_a_c_rules_api '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_team_l_b_a_c_rules_api '{}' --json

grafana.grafana_update_team_l_b_a_c_rules_api

Updates LBAC rules for a team. (PUT /datasources/uid/{uid}/lbac/teams).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_team_l_b_a_c_rules_api '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_team_l_b_a_c_rules_api '{}' --json

grafana.grafana_call_datasource_resource_with_u_i_d

Fetch data source resources. (GET /datasources/uid/{uid}/resources/{datasource_proxy_route}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_call_datasource_resource_with_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_call_datasource_resource_with_u_i_d '{}' --json

grafana.grafana_get_data_source_cache_config

get cache config for a single data source

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_data_source_cache_config '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_data_source_cache_config '{}' --json

grafana.grafana_set_data_source_cache_config

set cache config for a single data source

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_data_source_cache_config '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_data_source_cache_config '{}' --json

grafana.grafana_clean_data_source_cache

clean cache for a single data source

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_clean_data_source_cache '{}' --json
Shortcut
kosmo integrations:grafana grafana_clean_data_source_cache '{}' --json

grafana.grafana_disable_data_source_cache

disable cache for a single data source

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_disable_data_source_cache '{}' --json
Shortcut
kosmo integrations:grafana grafana_disable_data_source_cache '{}' --json

grafana.grafana_enable_data_source_cache

enable cache for a single data source

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_enable_data_source_cache '{}' --json
Shortcut
kosmo integrations:grafana grafana_enable_data_source_cache '{}' --json

grafana.grafana_query_metrics_with_expressions

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `datasources:query`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_query_metrics_with_expressions '{}' --json
Shortcut
kosmo integrations:grafana grafana_query_metrics_with_expressions '{}' --json

grafana.grafana_get_folders

It returns all folders that the authenticated user has permission to view. If nested folders are enabled, it expects an additional query parameter with the parent folder UID and returns the immediate subfolders that the authenticated user has permission to view. If the parameter is not supplied then it returns immediate subfolders under the root that the authenticated user has permission to vie...

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_folders '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_folders '{}' --json

grafana.grafana_create_folder

If nested folders are enabled then it additionally expects the parent folder UID. Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_folder '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_folder '{}' --json

grafana.grafana_delete_folder

Deletes an existing folder identified by UID along with all dashboards (and their alerts) stored in the folder. This operation cannot be reverted. If nested folders are enabled then it also deletes all the subfolders. Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_folder '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_folder '{}' --json

grafana.grafana_get_folder_by_u_i_d

Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_folder_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_folder_by_u_i_d '{}' --json

grafana.grafana_update_folder

Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_folder '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_folder '{}' --json

grafana.grafana_get_folder_descendant_counts

Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_folder_descendant_counts '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_folder_descendant_counts '{}' --json

grafana.grafana_move_folder

Use: /apis/folder.grafana.app/v1/namespaces/{ns}/folders/{folder_uid}, Changing the parent folder annotation

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_move_folder '{}' --json
Shortcut
kosmo integrations:grafana grafana_move_folder '{}' --json

grafana.grafana_get_folder_permission_list

Gets all existing permissions for the folder with the given `uid`. (GET /folders/{folder_uid}/permissions).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_folder_permission_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_folder_permission_list '{}' --json

grafana.grafana_update_folder_permissions

Updates permissions for a folder. This operation will remove existing permissions if they're not... (POST /folders/{folder_uid}/permissions).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_folder_permissions '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_folder_permissions '{}' --json

grafana.grafana_get_mapped_groups

List groups that have mappings set. This endpoint is behind the feature flag `groupAttributeSync`... (GET /groupsync/groups).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_mapped_groups '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_mapped_groups '{}' --json

grafana.grafana_delete_group_mappings

Delete mappings for a group. This endpoint is behind the feature flag `groupAttributeSync` and is... (DELETE /groupsync/groups/{group_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_group_mappings '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_group_mappings '{}' --json

grafana.grafana_create_group_mappings

Create mappings for a group. This endpoint is behind the feature flag `groupAttributeSync` and is... (POST /groupsync/groups/{group_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_group_mappings '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_group_mappings '{}' --json

grafana.grafana_update_group_mappings

Update mappings for a group. This endpoint is behind the feature flag `groupAttributeSync` and is... (PUT /groupsync/groups/{group_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_group_mappings '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_group_mappings '{}' --json

grafana.grafana_get_group_roles

Get roles mapped to a group. This endpoint is behind the feature flag `groupAttributeSync` and is... (GET /groupsync/groups/{group_id}/roles).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_group_roles '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_group_roles '{}' --json

grafana.grafana_get_health

apiHealthHandler will return ok if Grafana's web server is running and it can access the database. If the database cannot be accessed it will return http status code 503.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_health '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_health '{}' --json

grafana.grafana_get_library_elements

Returns a list of all library elements the authenticated user has permission to view. Use the `perPage` query parameter to control the maximum number of library elements returned; the default limit is `100`. You can also use the `page` query parameter to fetch library elements from any page other than the first one.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_library_elements '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_library_elements '{}' --json

grafana.grafana_create_library_element

Creates a new library element.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_library_element '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_library_element '{}' --json

grafana.grafana_get_library_element_by_name

Returns a library element with the given name.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_library_element_by_name '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_library_element_by_name '{}' --json

grafana.grafana_delete_library_element_by_u_i_d

Deletes an existing library element as specified by the UID. This operation cannot be reverted. You cannot delete a library element that is connected. This operation cannot be reverted.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_library_element_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_library_element_by_u_i_d '{}' --json

grafana.grafana_get_library_element_by_u_i_d

Returns a library element with the given UID.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_library_element_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_library_element_by_u_i_d '{}' --json

grafana.grafana_update_library_element

Updates an existing library element identified by uid.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_library_element '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_library_element '{}' --json

grafana.grafana_get_library_element_connections

Returns a list of connections for a library element based on the UID specified.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_library_element_connections '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_library_element_connections '{}' --json

grafana.grafana_get_status

Check license availability. (GET /licensing/check).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_status '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_status '{}' --json

grafana.grafana_get_custom_permissions_report

You need to have a permission with action `licensing.reports:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_custom_permissions_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_custom_permissions_report '{}' --json

grafana.grafana_get_custom_permissions_c_s_v

You need to have a permission with action `licensing.reports:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_custom_permissions_c_s_v '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_custom_permissions_c_s_v '{}' --json

grafana.grafana_refresh_license_stats

You need to have a permission with action `licensing:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_refresh_license_stats '{}' --json
Shortcut
kosmo integrations:grafana grafana_refresh_license_stats '{}' --json

grafana.grafana_delete_license_token

Removes the license stored in the Grafana database. Available in Grafana Enterprise v7.4+. You need to have a permission with action `licensing:delete`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_license_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_license_token '{}' --json

grafana.grafana_get_license_token

You need to have a permission with action `licensing:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_license_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_license_token '{}' --json

grafana.grafana_post_license_token

You need to have a permission with action `licensing:write`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_license_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_license_token '{}' --json

grafana.grafana_post_renew_license_token

Manually ask license issuer for a new token. Available in Grafana Enterprise v7.4+. You need to have a permission with action `licensing:write`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_renew_license_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_renew_license_token '{}' --json

grafana.grafana_get_s_a_m_l_logout

GetLogout initiates single logout process. (GET /logout/saml).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_s_a_m_l_logout '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_s_a_m_l_logout '{}' --json

grafana.grafana_get_current_org

Get current Organization. (GET /org).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_current_org '{}' --json

grafana.grafana_update_current_org

Update current Organization. (PUT /org).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_current_org '{}' --json

grafana.grafana_update_current_org_address

Update current Organization's address. (PUT /org/address).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_current_org_address '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_current_org_address '{}' --json

grafana.grafana_get_pending_org_invites

Get pending invites. (GET /org/invites).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_pending_org_invites '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_pending_org_invites '{}' --json

grafana.grafana_add_org_invite

Add invite. (POST /org/invites).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_org_invite '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_org_invite '{}' --json

grafana.grafana_revoke_invite

Revoke invite. (DELETE /org/invites/{invitation_code}/revoke).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_revoke_invite '{}' --json
Shortcut
kosmo integrations:grafana grafana_revoke_invite '{}' --json

grafana.grafana_get_org_preferences

Get Current Org Prefs. (GET /org/preferences).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_preferences '{}' --json

grafana.grafana_patch_org_preferences

Patch Current Org Prefs. (PATCH /org/preferences).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_patch_org_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_patch_org_preferences '{}' --json

grafana.grafana_update_org_preferences

Update Current Org Prefs. (PUT /org/preferences).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org_preferences '{}' --json

grafana.grafana_get_current_org_quota

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `orgs.quotas:read` and scope `org:id:1` (orgIDScope).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_current_org_quota '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_current_org_quota '{}' --json

grafana.grafana_get_org_users_for_current_org

Returns all org users within the current organization. Accessible to users with org admin role. If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:read` with scope `users:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_users_for_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_users_for_current_org '{}' --json

grafana.grafana_add_org_user_to_current_org

Adds a global user to the current organization. If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:add` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_org_user_to_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_org_user_to_current_org '{}' --json

grafana.grafana_get_org_users_for_current_org_lookup

Returns all org users within the current organization, but with less detailed information. Accessible to users with org admin role, admin in any folder or admin of any team. Mainly used by Grafana UI for providing list of users when adding team members and when editing folder/dashboard permissions.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_users_for_current_org_lookup '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_users_for_current_org_lookup '{}' --json

grafana.grafana_remove_org_user_for_current_org

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:remove` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_org_user_for_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_org_user_for_current_org '{}' --json

grafana.grafana_update_org_user_for_current_org

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users.role:update` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org_user_for_current_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org_user_for_current_org '{}' --json

grafana.grafana_search_orgs

Search all Organizations. (GET /orgs).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_orgs '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_orgs '{}' --json

grafana.grafana_create_org

Only works if [users.allow_org_create](https://grafana.com/docs/grafana/latest/administration/configuration/#allow_org_create) is set.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_org '{}' --json

grafana.grafana_get_org_by_name

Get Organization by Name. (GET /orgs/name/{org_name}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_by_name '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_by_name '{}' --json

grafana.grafana_delete_org_by_i_d

Delete Organization. (DELETE /orgs/{org_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_org_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_org_by_i_d '{}' --json

grafana.grafana_get_org_by_i_d

Get Organization by ID. (GET /orgs/{org_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_by_i_d '{}' --json

grafana.grafana_update_org

Update Organization. (PUT /orgs/{org_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org '{}' --json

grafana.grafana_update_org_address

Update Organization's address. (PUT /orgs/{org_id}/address).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org_address '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org_address '{}' --json

grafana.grafana_get_org_quota

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `orgs.quotas:read` and scope `org:id:1` (orgIDScope).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_quota '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_quota '{}' --json

grafana.grafana_update_org_quota

If you are running Grafana Enterprise and have Fine-grained access control enabled, you need to have a permission with action `orgs.quotas:write` and scope `org:id:1` (orgIDScope).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org_quota '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org_quota '{}' --json

grafana.grafana_get_org_users

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:read` with scope `users:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_org_users '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_org_users '{}' --json

grafana.grafana_add_org_user

Adds a global user to the current organization. If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:add` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_org_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_org_user '{}' --json

grafana.grafana_search_org_users

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:read` with scope `users:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_org_users '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_org_users '{}' --json

grafana.grafana_remove_org_user

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users:remove` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_org_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_org_user '{}' --json

grafana.grafana_update_org_user

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: `org.users.role:update` with scope `users:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_org_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_org_user '{}' --json

grafana.grafana_search_playlists

Please refer to [new API](?api=playlist.grafana.app-v1).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_playlists '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_playlists '{}' --json

grafana.grafana_create_playlist

Please refer to [new API](?api=playlist.grafana.app-v1).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_playlist '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_playlist '{}' --json

grafana.grafana_delete_playlist

Please refer to [new API](?api=playlist.grafana.app-v1).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_playlist '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_playlist '{}' --json

grafana.grafana_get_playlist

Please refer to [new API](?api=playlist.grafana.app-v1).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_playlist '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_playlist '{}' --json

grafana.grafana_update_playlist

Please refer to [new API](?api=playlist.grafana.app-v1).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_playlist '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_playlist '{}' --json

grafana.grafana_get_playlist_items

Please refer to [new API](?api=playlist.grafana.app-v1) instead (items are included in the playlist spec).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_playlist_items '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_playlist_items '{}' --json

grafana.grafana_view_public_dashboard

Get public dashboard for view

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_view_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_view_public_dashboard '{}' --json

grafana.grafana_get_public_annotations

Get annotations for a public dashboard

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_public_annotations '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_public_annotations '{}' --json

grafana.grafana_query_public_dashboard

Get results for a given panel on a public dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_query_public_dashboard '{}' --json
Shortcut
kosmo integrations:grafana grafana_query_public_dashboard '{}' --json

grafana.grafana_search_queries

Returns a list of queries in the query history that matches the search criteria. Query history search supports pagination. Use the `limit` parameter to control the maximum number of queries returned; the default limit is 100. You can also use the `page` query parameter to fetch queries from any page other than the first one.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_queries '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_queries '{}' --json

grafana.grafana_create_query

Adds new query to query history.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_query '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_query '{}' --json

grafana.grafana_unstar_query

Removes star from query in query history as specified by the UID.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_unstar_query '{}' --json
Shortcut
kosmo integrations:grafana grafana_unstar_query '{}' --json

grafana.grafana_star_query

Adds star to query in query history as specified by the UID.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_star_query '{}' --json
Shortcut
kosmo integrations:grafana grafana_star_query '{}' --json

grafana.grafana_delete_query

Deletes an existing query in query history as specified by the UID. This operation cannot be reverted.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_query '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_query '{}' --json

grafana.grafana_patch_query_comment

Updates comment for query in query history as specified by the UID.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_patch_query_comment '{}' --json
Shortcut
kosmo integrations:grafana grafana_patch_query_comment '{}' --json

grafana.grafana_list_recording_rules

Lists all rules in the database: active or deleted. (GET /recording-rules).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_recording_rules '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_recording_rules '{}' --json

grafana.grafana_create_recording_rule

Create a recording rule that is then registered and started. (POST /recording-rules).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_recording_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_recording_rule '{}' --json

grafana.grafana_update_recording_rule

Update the active status of a rule. (PUT /recording-rules).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_recording_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_recording_rule '{}' --json

grafana.grafana_test_create_recording_rule

Test a recording rule. (POST /recording-rules/test).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_test_create_recording_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_test_create_recording_rule '{}' --json

grafana.grafana_delete_recording_rule_write_target

Delete the remote write target. (DELETE /recording-rules/writer).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_recording_rule_write_target '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_recording_rule_write_target '{}' --json

grafana.grafana_get_recording_rule_write_target

Return the prometheus remote write target. (GET /recording-rules/writer).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_recording_rule_write_target '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_recording_rule_write_target '{}' --json

grafana.grafana_create_recording_rule_write_target

It returns a 422 if there is not an existing prometheus data source configured.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_recording_rule_write_target '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_recording_rule_write_target '{}' --json

grafana.grafana_delete_recording_rule

Delete removes the rule from the registry and stops it. (DELETE /recording-rules/{recordingRuleID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_recording_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_recording_rule '{}' --json

grafana.grafana_get_reports

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports:read` with scope `reports:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_reports '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_reports '{}' --json

grafana.grafana_create_report

Available to org admins only and with a valid license. You need to have a permission with action `reports.admin:create`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_report '{}' --json

grafana.grafana_get_reports_by_dashboard_u_i_d

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports:read` with scope `reports:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_reports_by_dashboard_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_reports_by_dashboard_u_i_d '{}' --json

grafana.grafana_send_report

Generate and send a report. This API waits for the report to be generated before returning. We recommend that you set the client's timeout to at least 60 seconds. Available to org admins only and with a valid license. Only available in Grafana Enterprise v7.0+. This API endpoint is experimental and may be deprecated in a future release. On deprecation, a migration strategy will be provided and...

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_send_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_send_report '{}' --json

grafana.grafana_get_settings_image

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports.settings:read`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_settings_image '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_settings_image '{}' --json

grafana.grafana_render_report_c_s_vs

Available to all users and with a valid license.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_render_report_c_s_vs '{}' --json
Shortcut
kosmo integrations:grafana grafana_render_report_c_s_vs '{}' --json

grafana.grafana_render_report_p_d_fs

Available to all users and with a valid license.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_render_report_p_d_fs '{}' --json
Shortcut
kosmo integrations:grafana grafana_render_report_p_d_fs '{}' --json

grafana.grafana_get_report_settings

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports.settings:read`x.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_report_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_report_settings '{}' --json

grafana.grafana_save_report_settings

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports.settings:write`xx.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_save_report_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_save_report_settings '{}' --json

grafana.grafana_send_test_email

Available to org admins only and with a valid license. You need to have a permission with action `reports:send`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_send_test_email '{}' --json
Shortcut
kosmo integrations:grafana grafana_send_test_email '{}' --json

grafana.grafana_delete_report

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports.delete` with scope `reports:id:<report ID>`. Requesting reports using the internal id will stop workgin in the future Use the reporting apiserver to manage reports. See: /apis/reporting.grafana.app/

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_report '{}' --json

grafana.grafana_get_report

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports:read` with scope `reports:id:<report ID>`. Requesting reports using the internal id will stop workgin in the future Use the reporting apiserver to manage reports. See: /apis/reporting.grafana.app/

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_report '{}' --json

grafana.grafana_update_report

Available to org admins only and with a valid or expired license. You need to have a permission with action `reports.admin:write` with scope `reports:id:<report ID>`. Requesting reports using the internal id will stop workgin in the future Use the reporting apiserver to manage reports. See: /apis/reporting.grafana.app/

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_report '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_report '{}' --json

grafana.grafana_post_a_c_s

It performs Assertion Consumer Service (ACS). (POST /saml/acs).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_a_c_s '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_a_c_s '{}' --json

grafana.grafana_get_metadata

It exposes the SP (Grafana's) metadata for the IdP's consumption. (GET /saml/metadata).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_metadata '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_metadata '{}' --json

grafana.grafana_get_s_l_o

There might be two possible requests: 1. Logout response (callback) when Grafana initiates single logout and IdP returns response to logout request. 2. Logout request when another SP initiates single logout and IdP sends logout request to the Grafana, or in case of IdP-initiated logout.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_s_l_o '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_s_l_o '{}' --json

grafana.grafana_post_s_l_o

There might be two possible requests: 1. Logout response (callback) when Grafana initiates single logout and IdP returns response to logout request. 2. Logout request when another SP initiates single logout and IdP sends logout request to the Grafana, or in case of IdP-initiated logout.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_post_s_l_o '{}' --json
Shortcut
kosmo integrations:grafana grafana_post_s_l_o '{}' --json

grafana.grafana_list_dashboards

search (GET /search).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_dashboards '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_dashboards '{}' --json

grafana.grafana_list_sort_options

List search sorting options. (GET /search/sorting).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_sort_options '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_sort_options '{}' --json

grafana.grafana_create_service_account

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:write` scope: `serviceaccounts:*` Requires basic authentication and that the authenticated user is a Grafana Admin.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_service_account '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_service_account '{}' --json

grafana.grafana_search_org_service_accounts_with_paging

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:read` scope: `serviceaccounts:*`

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_org_service_accounts_with_paging '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_org_service_accounts_with_paging '{}' --json

grafana.grafana_delete_service_account

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:delete` scope: `serviceaccounts:id:1` (single service account)

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_service_account '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_service_account '{}' --json

grafana.grafana_retrieve_service_account

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:read` scope: `serviceaccounts:id:1` (single service account)

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_retrieve_service_account '{}' --json
Shortcut
kosmo integrations:grafana grafana_retrieve_service_account '{}' --json

grafana.grafana_update_service_account

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:write` scope: `serviceaccounts:id:1` (single service account)

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_service_account '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_service_account '{}' --json

grafana.grafana_list_tokens

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:read` scope: `global:serviceaccounts:id:1` (single service account) Requires basic authentication and that the authenticated user is a Grafana Admin.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_tokens '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_tokens '{}' --json

grafana.grafana_create_token

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:write` scope: `serviceaccounts:id:1` (single service account)

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_token '{}' --json

grafana.grafana_delete_token

Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation): action: `serviceaccounts:write` scope: `serviceaccounts:id:1` (single service account) Requires basic authentication and that the authenticated user is a Grafana Admin.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_token '{}' --json

grafana.grafana_retrieve_j_w_k_s

Required permissions None

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_retrieve_j_w_k_s '{}' --json
Shortcut
kosmo integrations:grafana grafana_retrieve_j_w_k_s '{}' --json

grafana.grafana_get_sharing_options

Get snapshot sharing settings. (GET /snapshot/shared-options).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_sharing_options '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_sharing_options '{}' --json

grafana.grafana_create_dashboard_snapshot

Snapshot public mode should be enabled or authentication is required.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_dashboard_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_dashboard_snapshot '{}' --json

grafana.grafana_delete_dashboard_snapshot_by_delete_key

Snapshot public mode should be enabled or authentication is required.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_dashboard_snapshot_by_delete_key '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_dashboard_snapshot_by_delete_key '{}' --json

grafana.grafana_delete_dashboard_snapshot

Delete Snapshot by Key. (DELETE /snapshots/{key}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_dashboard_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_dashboard_snapshot '{}' --json

grafana.grafana_get_dashboard_snapshot

Get Snapshot by Key. (GET /snapshots/{key}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_dashboard_snapshot '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_dashboard_snapshot '{}' --json

grafana.grafana_create_team

Add Team. (POST /teams).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_create_team '{}' --json
Shortcut
kosmo integrations:grafana grafana_create_team '{}' --json

grafana.grafana_list_teams

Team Search With Paging. (GET /teams/search).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_teams '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_teams '{}' --json

grafana.grafana_remove_team_group_api_query

Remove External Group. (DELETE /teams/{teamId}/groups).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_team_group_api_query '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_team_group_api_query '{}' --json

grafana.grafana_get_team_groups_api

Get External Groups. (GET /teams/{teamId}/groups).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_team_groups_api '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_team_groups_api '{}' --json

grafana.grafana_add_team_group_api

Add External Group. (POST /teams/{teamId}/groups).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_team_group_api '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_team_group_api '{}' --json

grafana.grafana_search_team_groups

Search for team groups with optional filtering and pagination. (GET /teams/{teamId}/groups/search).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_team_groups '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_team_groups '{}' --json

grafana.grafana_delete_team_by_i_d

Delete Team By ID. (DELETE /teams/{team_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_delete_team_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_delete_team_by_i_d '{}' --json

grafana.grafana_get_team_by_i_d

Get Team By ID. (GET /teams/{team_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_team_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_team_by_i_d '{}' --json

grafana.grafana_update_team

Update Team. (PUT /teams/{team_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_team '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_team '{}' --json

grafana.grafana_get_team_members

Get Team Members. (GET /teams/{team_id}/members).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_team_members '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_team_members '{}' --json

grafana.grafana_add_team_member

Add Team Member. (POST /teams/{team_id}/members).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_add_team_member '{}' --json
Shortcut
kosmo integrations:grafana grafana_add_team_member '{}' --json

grafana.grafana_set_team_memberships

Takes user emails, and updates team members and admins to the provided lists of users. Any current team members and admins not in the provided lists will be removed.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_team_memberships '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_team_memberships '{}' --json

grafana.grafana_remove_team_member

Remove Member From Team. (DELETE /teams/{team_id}/members/{user_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_team_member '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_team_member '{}' --json

grafana.grafana_update_team_member

Update Team Member. (PUT /teams/{team_id}/members/{user_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_team_member '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_team_member '{}' --json

grafana.grafana_get_team_preferences

Get Team Preferences. (GET /teams/{team_id}/preferences).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_team_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_team_preferences '{}' --json

grafana.grafana_update_team_preferences

Update Team Preferences. (PUT /teams/{team_id}/preferences).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_team_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_team_preferences '{}' --json

grafana.grafana_get_current_user

Get (current authenticated user)

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_current_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_current_user '{}' --json

grafana.grafana_update_signed_in_user

Update signed in User. (PUT /user).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_signed_in_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_signed_in_user '{}' --json

grafana.grafana_get_user_auth_tokens

Return a list of all auth tokens (devices) that the actual user currently have logged in from.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_auth_tokens '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_auth_tokens '{}' --json

grafana.grafana_update_user_email

Update the email of user given a verification code.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_user_email '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_user_email '{}' --json

grafana.grafana_clear_help_flags

Clear user help flag. (GET /user/helpflags/clear).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_clear_help_flags '{}' --json
Shortcut
kosmo integrations:grafana grafana_clear_help_flags '{}' --json

grafana.grafana_set_help_flag

Set user help flag. (PUT /user/helpflags/{flag_id}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_set_help_flag '{}' --json
Shortcut
kosmo integrations:grafana grafana_set_help_flag '{}' --json

grafana.grafana_get_signed_in_user_org_list

Return a list of all organizations of the current user.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_signed_in_user_org_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_signed_in_user_org_list '{}' --json

grafana.grafana_change_user_password

Changes the password for the user.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_change_user_password '{}' --json
Shortcut
kosmo integrations:grafana grafana_change_user_password '{}' --json

grafana.grafana_get_user_preferences

Get user preferences. (GET /user/preferences).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_preferences '{}' --json

grafana.grafana_patch_user_preferences

Patch user preferences. (PATCH /user/preferences).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_patch_user_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_patch_user_preferences '{}' --json

grafana.grafana_update_user_preferences

Omitting a key (`theme`, `homeDashboardUID`, `timezone`) will cause the current value to be replaced with the system default value.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_user_preferences '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_user_preferences '{}' --json

grafana.grafana_get_user_quotas

Fetch user quota. (GET /user/quotas).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_quotas '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_quotas '{}' --json

grafana.grafana_revoke_user_auth_token

Revokes the given auth token (device) for the actual user. User of issued auth token (device) will no longer be logged in and will be required to authenticate again upon next activity.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_revoke_user_auth_token '{}' --json
Shortcut
kosmo integrations:grafana grafana_revoke_user_auth_token '{}' --json

grafana.grafana_unstar_dashboard_by_u_i_d

Deletes the starring of the given Dashboard for the actual user.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_unstar_dashboard_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_unstar_dashboard_by_u_i_d '{}' --json

grafana.grafana_star_dashboard_by_u_i_d

Stars the given Dashboard for the actual user.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_star_dashboard_by_u_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_star_dashboard_by_u_i_d '{}' --json

grafana.grafana_get_signed_in_user_team_list

Return a list of all teams that the current user is member of.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_signed_in_user_team_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_signed_in_user_team_list '{}' --json

grafana.grafana_user_set_using_org

Switch user context to the given organization.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_user_set_using_org '{}' --json
Shortcut
kosmo integrations:grafana grafana_user_set_using_org '{}' --json

grafana.grafana_search_users

Returns all users that the authenticated user has permission to view, admin permission required.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_users '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_users '{}' --json

grafana.grafana_get_user_by_login_or_email

Get user by login or email. (GET /users/lookup).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_by_login_or_email '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_by_login_or_email '{}' --json

grafana.grafana_search_users_with_paging

Get users with paging. (GET /users/search).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_search_users_with_paging '{}' --json
Shortcut
kosmo integrations:grafana grafana_search_users_with_paging '{}' --json

grafana.grafana_get_user_by_i_d

Get user by id. (GET /users/{user_id}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_by_i_d '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_by_i_d '{}' --json

grafana.grafana_update_user

Update the user identified by id.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_user '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_user '{}' --json

grafana.grafana_get_user_org_list

Get organizations for user identified by id.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_org_list '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_org_list '{}' --json

grafana.grafana_get_user_teams

Get teams for user identified by id.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_user_teams '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_user_teams '{}' --json

grafana.grafana_list_alerts

Get all the alert rules. (GET /v1/provisioning/alert-rules).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_alerts '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_alerts '{}' --json

grafana.grafana_route_post_alert_rule

Create a new alert rule. (POST /v1/provisioning/alert-rules).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_post_alert_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_post_alert_rule '{}' --json

grafana.grafana_route_get_alert_rules_export

Export all alert rules in provisioning file format. (GET /v1/provisioning/alert-rules/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_alert_rules_export '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_alert_rules_export '{}' --json

grafana.grafana_route_delete_alert_rule

Delete a specific alert rule by UID. (DELETE /v1/provisioning/alert-rules/{UID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_delete_alert_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_delete_alert_rule '{}' --json

grafana.grafana_route_get_alert_rule

Get a specific alert rule by UID. (GET /v1/provisioning/alert-rules/{UID}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_alert_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_alert_rule '{}' --json

grafana.grafana_route_put_alert_rule

Update an existing alert rule. (PUT /v1/provisioning/alert-rules/{UID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_alert_rule '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_alert_rule '{}' --json

grafana.grafana_route_get_alert_rule_export

Export an alert rule in provisioning file format. (GET /v1/provisioning/alert-rules/{UID}/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_alert_rule_export '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_alert_rule_export '{}' --json

grafana.grafana_route_get_contactpoints

Get all the contact points. (GET /v1/provisioning/contact-points).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_contactpoints '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_contactpoints '{}' --json

grafana.grafana_route_post_contactpoints

Create a contact point. (POST /v1/provisioning/contact-points).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_post_contactpoints '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_post_contactpoints '{}' --json

grafana.grafana_route_get_contactpoints_export

Export all contact points in provisioning file format. (GET /v1/provisioning/contact-points/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_contactpoints_export '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_contactpoints_export '{}' --json

grafana.grafana_route_delete_contactpoints

Delete a contact point. (DELETE /v1/provisioning/contact-points/{UID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_delete_contactpoints '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_delete_contactpoints '{}' --json

grafana.grafana_route_put_contactpoint

Update an existing contact point. (PUT /v1/provisioning/contact-points/{UID}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_contactpoint '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_contactpoint '{}' --json

grafana.grafana_route_delete_alert_rule_group

Delete rule group

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_delete_alert_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_delete_alert_rule_group '{}' --json

grafana.grafana_route_get_alert_rule_group

Get a rule group. (GET /v1/provisioning/folder/{FolderUID}/rule-groups/{Group}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_alert_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_alert_rule_group '{}' --json

grafana.grafana_route_put_alert_rule_group

Create or update alert rule group. (PUT /v1/provisioning/folder/{FolderUID}/rule-groups/{Group}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_alert_rule_group '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_alert_rule_group '{}' --json

grafana.grafana_route_get_alert_rule_group_export

Export an alert rule group in provisioning file format. (GET /v1/provisioning/folder/{FolderUID}/rule-groups/{Group}/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_alert_rule_group_export '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_alert_rule_group_export '{}' --json

grafana.grafana_route_get_mute_timings

Get all the mute timings. (GET /v1/provisioning/mute-timings).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_mute_timings '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_mute_timings '{}' --json

grafana.grafana_route_post_mute_timing

Create a new mute timing. (POST /v1/provisioning/mute-timings).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_post_mute_timing '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_post_mute_timing '{}' --json

grafana.grafana_route_export_mute_timings

Export all mute timings in provisioning format. (GET /v1/provisioning/mute-timings/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_export_mute_timings '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_export_mute_timings '{}' --json

grafana.grafana_route_delete_mute_timing

Delete a mute timing. (DELETE /v1/provisioning/mute-timings/{name}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_delete_mute_timing '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_delete_mute_timing '{}' --json

grafana.grafana_route_get_mute_timing

Get a mute timing. (GET /v1/provisioning/mute-timings/{name}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_mute_timing '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_mute_timing '{}' --json

grafana.grafana_route_put_mute_timing

Replace an existing mute timing. (PUT /v1/provisioning/mute-timings/{name}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_mute_timing '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_mute_timing '{}' --json

grafana.grafana_route_export_mute_timing

Export a mute timing in provisioning format. (GET /v1/provisioning/mute-timings/{name}/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_export_mute_timing '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_export_mute_timing '{}' --json

grafana.grafana_route_reset_policy_tree

Clears the notification policy tree. (DELETE /v1/provisioning/policies).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_reset_policy_tree '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_reset_policy_tree '{}' --json

grafana.grafana_route_get_policy_tree

Get the notification policy tree. (GET /v1/provisioning/policies).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_policy_tree '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_policy_tree '{}' --json

grafana.grafana_route_put_policy_tree

Sets the notification policy tree. (PUT /v1/provisioning/policies).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_policy_tree '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_policy_tree '{}' --json

grafana.grafana_route_get_policy_tree_export

Export the notification policy tree in provisioning file format. (GET /v1/provisioning/policies/export).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_policy_tree_export '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_policy_tree_export '{}' --json

grafana.grafana_route_get_templates

Get all notification template groups. (GET /v1/provisioning/templates).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_templates '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_templates '{}' --json

grafana.grafana_route_delete_template

Delete a notification template group. (DELETE /v1/provisioning/templates/{name}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_delete_template '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_delete_template '{}' --json

grafana.grafana_route_get_template

Get a notification template group. (GET /v1/provisioning/templates/{name}).

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_get_template '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_get_template '{}' --json

grafana.grafana_route_put_template

Updates an existing notification template group. (PUT /v1/provisioning/templates/{name}).

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_route_put_template '{}' --json
Shortcut
kosmo integrations:grafana grafana_route_put_template '{}' --json

grafana.grafana_list_all_providers_settings

You need to have a permission with action `settings:read` with scope `settings:auth.<provider>:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_list_all_providers_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_list_all_providers_settings '{}' --json

grafana.grafana_remove_provider_settings

Removes the SSO Settings for a provider. You need to have a permission with action `settings:write` and scope `settings:auth.<provider>:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_remove_provider_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_remove_provider_settings '{}' --json

grafana.grafana_get_provider_settings

You need to have a permission with action `settings:read` with scope `settings:auth.<provider>:*`.

Read read
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_get_provider_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_get_provider_settings '{}' --json

grafana.grafana_patch_provider_settings

Partially updates the SSO Settings for a provider. Only provided fields are updated. You need to have a permission with action `settings:write` and scope `settings:auth.<provider>:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_patch_provider_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_patch_provider_settings '{}' --json

grafana.grafana_update_provider_settings

Inserts or updates the SSO Settings for a provider. You need to have a permission with action `settings:write` and scope `settings:auth.<provider>:*`.

Write write
Parameters
none
Generic call
kosmo integrations:call grafana.grafana_update_provider_settings '{}' --json
Shortcut
kosmo integrations:grafana grafana_update_provider_settings '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

grafana.grafana_list_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_role_assignments 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_role_assignments --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_role_assignments 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_role_assignments --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_access_control_status 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_access_control_status --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_teams_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_teams_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_team_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_team_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_team_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_team_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_team_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_team_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_team_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_team_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_users_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_users_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_user_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_user_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_user_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_user_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_user_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_user_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_user_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_user_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_resource_description 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_resource_description --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_resource_permissions 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_resource_permissions --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_resource_permissions 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_resource_permissions --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_resource_permissions_for_built_in_role 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_built_in_role --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_resource_permissions_for_team 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_team --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_resource_permissions_for_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_sync_status 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_sync_status --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_reload_l_d_a_p_cfg 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_reload_l_d_a_p_cfg --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_l_d_a_p_status 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_l_d_a_p_status --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_sync_user_with_l_d_a_p 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_sync_user_with_l_d_a_p --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_from_l_d_a_p 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_from_l_d_a_p --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_provisioning_reload_access_control 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_access_control --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_provisioning_reload_dashboards 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_dashboards --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_provisioning_reload_datasources 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_datasources --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_provisioning_reload_plugins 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_plugins --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_get_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_get_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_get_stats 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_get_stats --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_create_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_create_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_delete_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_delete_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_get_user_auth_tokens 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_get_user_auth_tokens --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_disable_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_disable_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_enable_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_enable_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_logout_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_logout_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_update_user_password 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_update_user_password --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_update_user_permissions 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_update_user_permissions --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_quota 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_quota --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_user_quota 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_user_quota --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_admin_revoke_user_auth_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_admin_revoke_user_auth_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_annotations 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_annotations --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_annotation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_annotation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_graphite_annotation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_graphite_annotation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_mass_delete_annotations 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_mass_delete_annotations --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_annotation_tags 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_annotation_tags --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_annotation_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_annotation_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_annotation_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_annotation_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_patch_annotation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_patch_annotation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_annotation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_annotation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_devices 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_devices --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_devices 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_devices --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_session_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_session_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_session 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_session --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_session 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_session --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_session 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_session --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_cancel_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_cancel_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_upload_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_upload_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_shapshot_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_shapshot_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_resource_dependencies 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_resource_dependencies --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_cloud_migration_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_cloud_migration_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_cloud_migration_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_cloud_migration_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_cloud_migration_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_cloud_migration_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_get_rules 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_rules --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_post_rule_groups 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_post_rule_groups --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_delete_namespace 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_delete_namespace --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_get_namespace 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_namespace --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_post_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_post_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_delete_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_delete_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_cortex_get_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_get_rules 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_rules --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_post_rule_groups 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_post_rule_groups --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_delete_namespace 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_delete_namespace --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_get_namespace 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_namespace --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_post_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_post_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_delete_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_delete_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_convert_prometheus_get_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_dashboard_snapshots 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_dashboard_snapshots --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_home_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_home_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_import_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_import_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_interpolate_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_interpolate_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_public_dashboards 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_public_dashboards --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard_tags 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard_tags --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_dashboard_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_dashboard_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard_permissions_list_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard_permissions_list_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_dashboard_permissions_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_dashboard_permissions_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_restore_dashboard_version_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_restore_dashboard_version_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard_versions_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard_versions_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard_version_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard_version_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_datasources 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_datasources --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_data_source 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_data_source --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_correlations 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_correlations --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_data_source_id_by_name 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_data_source_id_by_name --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_data_source_by_name 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_data_source_by_name --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_data_source_by_name 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_data_source_by_name --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_correlations_by_source_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_correlations_by_source_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_correlation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_correlation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_correlation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_correlation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_correlation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_correlation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_data_source_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_data_source_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_data_source_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_data_source_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_data_source_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_data_source_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_correlation 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_correlation --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_check_datasource_health_with_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_check_datasource_health_with_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_team_l_b_a_c_rules_api 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_team_l_b_a_c_rules_api --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_team_l_b_a_c_rules_api 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_team_l_b_a_c_rules_api --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_call_datasource_resource_with_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_call_datasource_resource_with_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_data_source_cache_config 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_data_source_cache_config --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_data_source_cache_config 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_data_source_cache_config --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_clean_data_source_cache 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_clean_data_source_cache --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_disable_data_source_cache 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_disable_data_source_cache --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_enable_data_source_cache 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_enable_data_source_cache --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_query_metrics_with_expressions 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_query_metrics_with_expressions --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_folders 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_folders --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_folder 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_folder --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_folder 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_folder --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_folder_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_folder_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_folder 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_folder --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_folder_descendant_counts 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_folder_descendant_counts --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_move_folder 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_move_folder --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_folder_permission_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_folder_permission_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_folder_permissions 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_folder_permissions --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_mapped_groups 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_mapped_groups --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_group_mappings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_group_mappings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_group_mappings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_group_mappings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_group_mappings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_group_mappings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_group_roles 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_group_roles --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_health 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_health --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_library_elements 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_library_elements --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_library_element 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_library_element --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_library_element_by_name 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_library_element_by_name --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_library_element_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_library_element_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_library_element_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_library_element_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_library_element 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_library_element --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_library_element_connections 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_library_element_connections --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_status 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_status --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_custom_permissions_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_custom_permissions_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_custom_permissions_c_s_v 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_custom_permissions_c_s_v --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_refresh_license_stats 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_refresh_license_stats --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_license_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_license_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_license_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_license_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_license_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_license_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_renew_license_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_renew_license_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_s_a_m_l_logout 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_s_a_m_l_logout --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_current_org_address 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_current_org_address --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_pending_org_invites 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_pending_org_invites --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_org_invite 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_org_invite --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_revoke_invite 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_revoke_invite --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_patch_org_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_patch_org_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_current_org_quota 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_current_org_quota --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_users_for_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_users_for_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_org_user_to_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_org_user_to_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_users_for_current_org_lookup 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_users_for_current_org_lookup --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_org_user_for_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_org_user_for_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org_user_for_current_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org_user_for_current_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_orgs 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_orgs --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_by_name 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_by_name --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_org_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_org_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org_address 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org_address --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_quota 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_quota --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org_quota 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org_quota --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_org_users 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_org_users --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_org_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_org_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_org_users 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_org_users --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_org_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_org_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_org_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_org_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_playlists 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_playlists --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_playlist 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_playlist --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_playlist 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_playlist --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_playlist 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_playlist --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_playlist 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_playlist --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_playlist_items 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_playlist_items --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_view_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_view_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_public_annotations 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_public_annotations --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_query_public_dashboard 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_query_public_dashboard --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_queries 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_queries --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_query 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_query --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_unstar_query 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_unstar_query --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_star_query 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_star_query --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_query 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_query --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_patch_query_comment 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_patch_query_comment --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_recording_rules 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_recording_rules --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_recording_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_recording_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_recording_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_recording_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_test_create_recording_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_test_create_recording_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_recording_rule_write_target 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_recording_rule_write_target --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_recording_rule_write_target 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_recording_rule_write_target --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_recording_rule_write_target 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_recording_rule_write_target --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_recording_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_recording_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_reports 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_reports --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_reports_by_dashboard_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_reports_by_dashboard_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_send_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_send_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_settings_image 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_settings_image --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_render_report_c_s_vs 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_render_report_c_s_vs --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_render_report_p_d_fs 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_render_report_p_d_fs --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_report_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_report_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_save_report_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_save_report_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_send_test_email 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_send_test_email --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_report 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_report --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_a_c_s 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_a_c_s --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_metadata 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_metadata --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_s_l_o 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_s_l_o --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_post_s_l_o 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_post_s_l_o --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_dashboards 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_dashboards --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_sort_options 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_sort_options --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_service_account 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_service_account --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_org_service_accounts_with_paging 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_org_service_accounts_with_paging --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_service_account 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_service_account --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_retrieve_service_account 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_retrieve_service_account --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_service_account 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_service_account --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_tokens 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_tokens --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_retrieve_j_w_k_s 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_retrieve_j_w_k_s --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_sharing_options 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_sharing_options --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_dashboard_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_dashboard_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_dashboard_snapshot_by_delete_key 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_dashboard_snapshot_by_delete_key --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_dashboard_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_dashboard_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_dashboard_snapshot 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_dashboard_snapshot --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_create_team 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_create_team --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_teams 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_teams --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_team_group_api_query 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_team_group_api_query --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_team_groups_api 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_team_groups_api --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_team_group_api 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_team_group_api --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_team_groups 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_team_groups --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_delete_team_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_delete_team_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_team_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_team_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_team 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_team --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_team_members 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_team_members --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_add_team_member 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_add_team_member --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_team_memberships 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_team_memberships --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_team_member 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_team_member --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_team_member 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_team_member --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_team_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_team_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_team_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_team_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_current_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_signed_in_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_signed_in_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_auth_tokens 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_auth_tokens --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_user_email 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_user_email --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_clear_help_flags 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_clear_help_flags --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_set_help_flag 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_set_help_flag --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_signed_in_user_org_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_signed_in_user_org_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_change_user_password 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_change_user_password --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_patch_user_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_patch_user_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_user_preferences 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_user_preferences --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_quotas 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_quotas --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_revoke_user_auth_token 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_revoke_user_auth_token --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_unstar_dashboard_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_unstar_dashboard_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_star_dashboard_by_u_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_star_dashboard_by_u_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_signed_in_user_team_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_signed_in_user_team_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_user_set_using_org 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_user_set_using_org --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_users 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_users --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_by_login_or_email 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_by_login_or_email --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_search_users_with_paging 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_search_users_with_paging --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_by_i_d 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_by_i_d --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_user 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_user --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_org_list 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_org_list --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_user_teams 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_user_teams --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_alerts 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_alerts --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_post_alert_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_post_alert_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_alert_rules_export 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_alert_rules_export --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_delete_alert_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_delete_alert_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_alert_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_alert_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_alert_rule 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_alert_rule --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_alert_rule_export 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_alert_rule_export --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_contactpoints 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_contactpoints --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_post_contactpoints 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_post_contactpoints --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_contactpoints_export 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_contactpoints_export --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_delete_contactpoints 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_delete_contactpoints --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_contactpoint 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_contactpoint --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_delete_alert_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_delete_alert_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_alert_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_alert_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_alert_rule_group 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_alert_rule_group --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_alert_rule_group_export 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_alert_rule_group_export --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_mute_timings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_mute_timings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_post_mute_timing 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_post_mute_timing --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_export_mute_timings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_export_mute_timings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_delete_mute_timing 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_delete_mute_timing --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_mute_timing 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_mute_timing --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_mute_timing 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_mute_timing --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_export_mute_timing 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_export_mute_timing --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_reset_policy_tree 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_reset_policy_tree --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_policy_tree 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_policy_tree --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_policy_tree 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_policy_tree --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_policy_tree_export 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_policy_tree_export --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_templates 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_templates --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_delete_template 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_delete_template --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_get_template 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_get_template --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_route_put_template 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_route_put_template --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_list_all_providers_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_list_all_providers_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_remove_provider_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_remove_provider_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_get_provider_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_get_provider_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_patch_provider_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_patch_provider_settings --json
ParameterTypeRequiredDescription
No parameters.
grafana.grafana_update_provider_settings 0 parameters
Schema command
kosmo integrations:schema grafana.grafana_update_provider_settings --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.