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 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.
kosmo integrations:call grafana.grafana_list_roles '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_role_assignments '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_role_assignments '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_access_control_status '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_teams_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_team_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_add_team_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_team_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_team_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_users_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_user_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_add_user_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_user_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_user_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_resource_description '{}' --json kosmo integrations:grafana grafana_get_resource_description '{}' --json grafana.grafana_get_resource_permissions
Get permissions for a resource. (GET /access-control/{resource}/{resourceID}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_resource_permissions '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_resource_permissions '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_resource_permissions_for_built_in_role '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_resource_permissions_for_team '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_resource_permissions_for_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_sync_status '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_reload_l_d_a_p_cfg '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_l_d_a_p_status '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_post_sync_user_with_l_d_a_p '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_from_l_d_a_p '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_provisioning_reload_access_control '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_provisioning_reload_dashboards '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_provisioning_reload_datasources '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_provisioning_reload_plugins '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_get_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_get_stats '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_create_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_delete_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_get_user_auth_tokens '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_disable_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_enable_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_logout_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_update_user_password '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_update_user_permissions '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_quota '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_user_quota '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_admin_revoke_user_auth_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_annotations '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_post_annotation '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_post_graphite_annotation '{}' --json kosmo integrations:grafana grafana_post_graphite_annotation '{}' --json grafana.grafana_mass_delete_annotations
Delete multiple annotations. (POST /annotations/mass-delete).
write - Parameters
- none
kosmo integrations:call grafana.grafana_mass_delete_annotations '{}' --json kosmo integrations:grafana grafana_mass_delete_annotations '{}' --json grafana.grafana_get_annotation_tags
Find all the event tags created in the annotations.
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_annotation_tags '{}' --json kosmo integrations:grafana grafana_get_annotation_tags '{}' --json grafana.grafana_delete_annotation_by_i_d
Deletes the annotation that matches the specified ID.
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_annotation_by_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_annotation_by_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_patch_annotation '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_annotation '{}' --json kosmo integrations:grafana grafana_update_annotation '{}' --json grafana.grafana_list_devices
Lists all devices within the last 30 days (GET /anonymous/devices).
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_devices '{}' --json kosmo integrations:grafana grafana_list_devices '{}' --json grafana.grafana_search_devices
Lists all devices within the last 30 days (GET /anonymous/search).
read - Parameters
- none
kosmo integrations:call grafana.grafana_search_devices '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_session_list '{}' --json kosmo integrations:grafana grafana_get_session_list '{}' --json grafana.grafana_create_session
Create a migration session. (POST /cloudmigration/migration).
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_session '{}' --json kosmo integrations:grafana grafana_create_session '{}' --json grafana.grafana_delete_session
Delete a migration session by its uid. (DELETE /cloudmigration/migration/{uid}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_session '{}' --json kosmo integrations:grafana grafana_delete_session '{}' --json grafana.grafana_get_session
Get a cloud migration session by its uid. (GET /cloudmigration/migration/{uid}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_session '{}' --json kosmo integrations:grafana grafana_get_session '{}' --json grafana.grafana_create_snapshot
If the snapshot initialization is successful, the snapshot uid is returned.
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_snapshot '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_snapshot '{}' --json kosmo integrations:grafana grafana_get_snapshot '{}' --json grafana.grafana_cancel_snapshot
TODO: Implement
write - Parameters
- none
kosmo integrations:call grafana.grafana_cancel_snapshot '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_upload_snapshot '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_shapshot_list '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_resource_dependencies '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_cloud_migration_token '{}' --json kosmo integrations:grafana grafana_get_cloud_migration_token '{}' --json grafana.grafana_create_cloud_migration_token
Create gcom access token. (POST /cloudmigration/token).
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_cloud_migration_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_cloud_migration_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_rules '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_post_rule_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_delete_namespace '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_namespace '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_post_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_delete_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_cortex_get_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_rules '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_post_rule_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_delete_namespace '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_namespace '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_post_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_delete_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_convert_prometheus_get_rule_group '{}' --json kosmo integrations:grafana grafana_route_convert_prometheus_get_rule_group '{}' --json grafana.grafana_search_dashboard_snapshots
List snapshots. (GET /dashboard/snapshots).
read - Parameters
- none
kosmo integrations:call grafana.grafana_search_dashboard_snapshots '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_dashboard '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_home_dashboard '{}' --json kosmo integrations:grafana grafana_get_home_dashboard '{}' --json grafana.grafana_import_dashboard
Import dashboard. (POST /dashboards/import).
write - Parameters
- none
kosmo integrations:call grafana.grafana_import_dashboard '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_interpolate_dashboard '{}' --json kosmo integrations:grafana grafana_interpolate_dashboard '{}' --json grafana.grafana_list_public_dashboards
Get list of public dashboards
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_public_dashboards '{}' --json kosmo integrations:grafana grafana_list_public_dashboards '{}' --json grafana.grafana_get_dashboard_tags
Get all dashboards tags of an organization. (GET /dashboards/tags).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard_tags '{}' --json kosmo integrations:grafana grafana_get_dashboard_tags '{}' --json grafana.grafana_get_public_dashboard
Get public dashboard by dashboardUid
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_public_dashboard '{}' --json kosmo integrations:grafana grafana_get_public_dashboard '{}' --json grafana.grafana_create_public_dashboard
Create public dashboard for a dashboard
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_public_dashboard '{}' --json kosmo integrations:grafana grafana_create_public_dashboard '{}' --json grafana.grafana_delete_public_dashboard
Delete public dashboard for a dashboard
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_public_dashboard '{}' --json kosmo integrations:grafana grafana_delete_public_dashboard '{}' --json grafana.grafana_update_public_dashboard
Update public dashboard for a dashboard
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_public_dashboard '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_dashboard_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard_permissions_list_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_dashboard_permissions_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_restore_dashboard_version_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard_versions_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard_version_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_datasources '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_add_data_source '{}' --json kosmo integrations:grafana grafana_add_data_source '{}' --json grafana.grafana_get_correlations
Gets all correlations. (GET /datasources/correlations).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_correlations '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_data_source_id_by_name '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_data_source_by_name '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_data_source_by_name '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_correlations_by_source_u_i_d '{}' --json kosmo integrations:grafana grafana_get_correlations_by_source_u_i_d '{}' --json grafana.grafana_create_correlation
Add correlation. (POST /datasources/uid/{sourceUID}/correlations).
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_correlation '{}' --json kosmo integrations:grafana grafana_create_correlation '{}' --json grafana.grafana_get_correlation
Gets a correlation. (GET /datasources/uid/{sourceUID}/correlations/{correlationUID}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_correlation '{}' --json kosmo integrations:grafana grafana_get_correlation '{}' --json grafana.grafana_update_correlation
Updates a correlation. (PATCH /datasources/uid/{sourceUID}/correlations/{correlationUID}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_correlation '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_data_source_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_data_source_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_data_source_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_correlation '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_check_datasource_health_with_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_team_l_b_a_c_rules_api '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_team_l_b_a_c_rules_api '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_call_datasource_resource_with_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_data_source_cache_config '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_data_source_cache_config '{}' --json kosmo integrations:grafana grafana_set_data_source_cache_config '{}' --json grafana.grafana_clean_data_source_cache
clean cache for a single data source
write - Parameters
- none
kosmo integrations:call grafana.grafana_clean_data_source_cache '{}' --json kosmo integrations:grafana grafana_clean_data_source_cache '{}' --json grafana.grafana_disable_data_source_cache
disable cache for a single data source
write - Parameters
- none
kosmo integrations:call grafana.grafana_disable_data_source_cache '{}' --json kosmo integrations:grafana grafana_disable_data_source_cache '{}' --json grafana.grafana_enable_data_source_cache
enable cache for a single data source
write - Parameters
- none
kosmo integrations:call grafana.grafana_enable_data_source_cache '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_query_metrics_with_expressions '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_folders '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_folder_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_folder_descendant_counts '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_move_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_folder_permission_list '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_folder_permissions '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_mapped_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_group_mappings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_group_mappings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_group_mappings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_group_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_health '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_library_elements '{}' --json kosmo integrations:grafana grafana_get_library_elements '{}' --json grafana.grafana_create_library_element
Creates a new library element.
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_library_element '{}' --json kosmo integrations:grafana grafana_create_library_element '{}' --json grafana.grafana_get_library_element_by_name
Returns a library element with the given name.
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_library_element_by_name '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_library_element_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_library_element_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_library_element '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_library_element_connections '{}' --json kosmo integrations:grafana grafana_get_library_element_connections '{}' --json grafana.grafana_get_status
Check license availability. (GET /licensing/check).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_status '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_custom_permissions_report '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_custom_permissions_c_s_v '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_refresh_license_stats '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_license_token '{}' --json kosmo integrations:grafana grafana_delete_license_token '{}' --json grafana.grafana_get_license_token
You need to have a permission with action `licensing:read`.
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_license_token '{}' --json kosmo integrations:grafana grafana_get_license_token '{}' --json grafana.grafana_post_license_token
You need to have a permission with action `licensing:write`.
write - Parameters
- none
kosmo integrations:call grafana.grafana_post_license_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_post_renew_license_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_s_a_m_l_logout '{}' --json kosmo integrations:grafana grafana_get_s_a_m_l_logout '{}' --json grafana.grafana_get_current_org
Get current Organization. (GET /org).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_current_org '{}' --json kosmo integrations:grafana grafana_get_current_org '{}' --json grafana.grafana_update_current_org
Update current Organization. (PUT /org).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_current_org '{}' --json kosmo integrations:grafana grafana_update_current_org '{}' --json grafana.grafana_update_current_org_address
Update current Organization's address. (PUT /org/address).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_current_org_address '{}' --json kosmo integrations:grafana grafana_update_current_org_address '{}' --json grafana.grafana_get_pending_org_invites
Get pending invites. (GET /org/invites).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_pending_org_invites '{}' --json kosmo integrations:grafana grafana_get_pending_org_invites '{}' --json grafana.grafana_add_org_invite
Add invite. (POST /org/invites).
write - Parameters
- none
kosmo integrations:call grafana.grafana_add_org_invite '{}' --json kosmo integrations:grafana grafana_add_org_invite '{}' --json grafana.grafana_revoke_invite
Revoke invite. (DELETE /org/invites/{invitation_code}/revoke).
write - Parameters
- none
kosmo integrations:call grafana.grafana_revoke_invite '{}' --json kosmo integrations:grafana grafana_revoke_invite '{}' --json grafana.grafana_get_org_preferences
Get Current Org Prefs. (GET /org/preferences).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_preferences '{}' --json kosmo integrations:grafana grafana_get_org_preferences '{}' --json grafana.grafana_patch_org_preferences
Patch Current Org Prefs. (PATCH /org/preferences).
write - Parameters
- none
kosmo integrations:call grafana.grafana_patch_org_preferences '{}' --json kosmo integrations:grafana grafana_patch_org_preferences '{}' --json grafana.grafana_update_org_preferences
Update Current Org Prefs. (PUT /org/preferences).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_org_preferences '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_current_org_quota '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_users_for_current_org '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_add_org_user_to_current_org '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_users_for_current_org_lookup '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_org_user_for_current_org '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_org_user_for_current_org '{}' --json kosmo integrations:grafana grafana_update_org_user_for_current_org '{}' --json grafana.grafana_search_orgs
Search all Organizations. (GET /orgs).
read - Parameters
- none
kosmo integrations:call grafana.grafana_search_orgs '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_org '{}' --json kosmo integrations:grafana grafana_create_org '{}' --json grafana.grafana_get_org_by_name
Get Organization by Name. (GET /orgs/name/{org_name}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_by_name '{}' --json kosmo integrations:grafana grafana_get_org_by_name '{}' --json grafana.grafana_delete_org_by_i_d
Delete Organization. (DELETE /orgs/{org_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_org_by_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_by_i_d '{}' --json kosmo integrations:grafana grafana_get_org_by_i_d '{}' --json grafana.grafana_update_org
Update Organization. (PUT /orgs/{org_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_org '{}' --json kosmo integrations:grafana grafana_update_org '{}' --json grafana.grafana_update_org_address
Update Organization's address. (PUT /orgs/{org_id}/address).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_org_address '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_quota '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_org_quota '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_org_users '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_add_org_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_org_users '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_org_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_org_user '{}' --json kosmo integrations:grafana grafana_update_org_user '{}' --json grafana.grafana_search_playlists
Please refer to [new API](?api=playlist.grafana.app-v1).
read - Parameters
- none
kosmo integrations:call grafana.grafana_search_playlists '{}' --json kosmo integrations:grafana grafana_search_playlists '{}' --json grafana.grafana_create_playlist
Please refer to [new API](?api=playlist.grafana.app-v1).
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_playlist '{}' --json kosmo integrations:grafana grafana_create_playlist '{}' --json grafana.grafana_delete_playlist
Please refer to [new API](?api=playlist.grafana.app-v1).
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_playlist '{}' --json kosmo integrations:grafana grafana_delete_playlist '{}' --json grafana.grafana_get_playlist
Please refer to [new API](?api=playlist.grafana.app-v1).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_playlist '{}' --json kosmo integrations:grafana grafana_get_playlist '{}' --json grafana.grafana_update_playlist
Please refer to [new API](?api=playlist.grafana.app-v1).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_playlist '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_playlist_items '{}' --json kosmo integrations:grafana grafana_get_playlist_items '{}' --json grafana.grafana_view_public_dashboard
Get public dashboard for view
read - Parameters
- none
kosmo integrations:call grafana.grafana_view_public_dashboard '{}' --json kosmo integrations:grafana grafana_view_public_dashboard '{}' --json grafana.grafana_get_public_annotations
Get annotations for a public dashboard
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_public_annotations '{}' --json kosmo integrations:grafana grafana_get_public_annotations '{}' --json grafana.grafana_query_public_dashboard
Get results for a given panel on a public dashboard
write - Parameters
- none
kosmo integrations:call grafana.grafana_query_public_dashboard '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_queries '{}' --json kosmo integrations:grafana grafana_search_queries '{}' --json grafana.grafana_create_query
Adds new query to query history.
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_query '{}' --json kosmo integrations:grafana grafana_create_query '{}' --json grafana.grafana_unstar_query
Removes star from query in query history as specified by the UID.
write - Parameters
- none
kosmo integrations:call grafana.grafana_unstar_query '{}' --json kosmo integrations:grafana grafana_unstar_query '{}' --json grafana.grafana_star_query
Adds star to query in query history as specified by the UID.
write - Parameters
- none
kosmo integrations:call grafana.grafana_star_query '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_query '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_patch_query_comment '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_recording_rules '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_recording_rule '{}' --json kosmo integrations:grafana grafana_create_recording_rule '{}' --json grafana.grafana_update_recording_rule
Update the active status of a rule. (PUT /recording-rules).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_recording_rule '{}' --json kosmo integrations:grafana grafana_update_recording_rule '{}' --json grafana.grafana_test_create_recording_rule
Test a recording rule. (POST /recording-rules/test).
write - Parameters
- none
kosmo integrations:call grafana.grafana_test_create_recording_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_recording_rule_write_target '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_recording_rule_write_target '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_recording_rule_write_target '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_recording_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_reports '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_report '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_reports_by_dashboard_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_send_report '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_settings_image '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_render_report_c_s_vs '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_render_report_p_d_fs '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_report_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_save_report_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_send_test_email '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_report '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_report '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_report '{}' --json kosmo integrations:grafana grafana_update_report '{}' --json grafana.grafana_post_a_c_s
It performs Assertion Consumer Service (ACS). (POST /saml/acs).
write - Parameters
- none
kosmo integrations:call grafana.grafana_post_a_c_s '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_metadata '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_s_l_o '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_post_s_l_o '{}' --json kosmo integrations:grafana grafana_post_s_l_o '{}' --json grafana.grafana_list_dashboards
search (GET /search).
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_dashboards '{}' --json kosmo integrations:grafana grafana_list_dashboards '{}' --json grafana.grafana_list_sort_options
List search sorting options. (GET /search/sorting).
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_sort_options '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_service_account '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_org_service_accounts_with_paging '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_service_account '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_retrieve_service_account '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_service_account '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_tokens '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_create_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_token '{}' --json kosmo integrations:grafana grafana_delete_token '{}' --json grafana.grafana_retrieve_j_w_k_s
Required permissions None
read - Parameters
- none
kosmo integrations:call grafana.grafana_retrieve_j_w_k_s '{}' --json kosmo integrations:grafana grafana_retrieve_j_w_k_s '{}' --json grafana.grafana_get_sharing_options
Get snapshot sharing settings. (GET /snapshot/shared-options).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_sharing_options '{}' --json kosmo integrations:grafana grafana_get_sharing_options '{}' --json grafana.grafana_create_dashboard_snapshot
Snapshot public mode should be enabled or authentication is required.
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_dashboard_snapshot '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_delete_dashboard_snapshot_by_delete_key '{}' --json kosmo integrations:grafana grafana_delete_dashboard_snapshot_by_delete_key '{}' --json grafana.grafana_delete_dashboard_snapshot
Delete Snapshot by Key. (DELETE /snapshots/{key}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_dashboard_snapshot '{}' --json kosmo integrations:grafana grafana_delete_dashboard_snapshot '{}' --json grafana.grafana_get_dashboard_snapshot
Get Snapshot by Key. (GET /snapshots/{key}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_dashboard_snapshot '{}' --json kosmo integrations:grafana grafana_get_dashboard_snapshot '{}' --json grafana.grafana_create_team
Add Team. (POST /teams).
write - Parameters
- none
kosmo integrations:call grafana.grafana_create_team '{}' --json kosmo integrations:grafana grafana_create_team '{}' --json grafana.grafana_list_teams
Team Search With Paging. (GET /teams/search).
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_teams '{}' --json kosmo integrations:grafana grafana_list_teams '{}' --json grafana.grafana_remove_team_group_api_query
Remove External Group. (DELETE /teams/{teamId}/groups).
write - Parameters
- none
kosmo integrations:call grafana.grafana_remove_team_group_api_query '{}' --json kosmo integrations:grafana grafana_remove_team_group_api_query '{}' --json grafana.grafana_get_team_groups_api
Get External Groups. (GET /teams/{teamId}/groups).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_team_groups_api '{}' --json kosmo integrations:grafana grafana_get_team_groups_api '{}' --json grafana.grafana_add_team_group_api
Add External Group. (POST /teams/{teamId}/groups).
write - Parameters
- none
kosmo integrations:call grafana.grafana_add_team_group_api '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_team_groups '{}' --json kosmo integrations:grafana grafana_search_team_groups '{}' --json grafana.grafana_delete_team_by_i_d
Delete Team By ID. (DELETE /teams/{team_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_delete_team_by_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_team_by_i_d '{}' --json kosmo integrations:grafana grafana_get_team_by_i_d '{}' --json grafana.grafana_update_team
Update Team. (PUT /teams/{team_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_team '{}' --json kosmo integrations:grafana grafana_update_team '{}' --json grafana.grafana_get_team_members
Get Team Members. (GET /teams/{team_id}/members).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_team_members '{}' --json kosmo integrations:grafana grafana_get_team_members '{}' --json grafana.grafana_add_team_member
Add Team Member. (POST /teams/{team_id}/members).
write - Parameters
- none
kosmo integrations:call grafana.grafana_add_team_member '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_set_team_memberships '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_team_member '{}' --json kosmo integrations:grafana grafana_remove_team_member '{}' --json grafana.grafana_update_team_member
Update Team Member. (PUT /teams/{team_id}/members/{user_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_team_member '{}' --json kosmo integrations:grafana grafana_update_team_member '{}' --json grafana.grafana_get_team_preferences
Get Team Preferences. (GET /teams/{team_id}/preferences).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_team_preferences '{}' --json kosmo integrations:grafana grafana_get_team_preferences '{}' --json grafana.grafana_update_team_preferences
Update Team Preferences. (PUT /teams/{team_id}/preferences).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_team_preferences '{}' --json kosmo integrations:grafana grafana_update_team_preferences '{}' --json grafana.grafana_get_current_user
Get (current authenticated user)
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_current_user '{}' --json kosmo integrations:grafana grafana_get_current_user '{}' --json grafana.grafana_update_signed_in_user
Update signed in User. (PUT /user).
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_signed_in_user '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_auth_tokens '{}' --json kosmo integrations:grafana grafana_get_user_auth_tokens '{}' --json grafana.grafana_update_user_email
Update the email of user given a verification code.
read - Parameters
- none
kosmo integrations:call grafana.grafana_update_user_email '{}' --json kosmo integrations:grafana grafana_update_user_email '{}' --json grafana.grafana_clear_help_flags
Clear user help flag. (GET /user/helpflags/clear).
read - Parameters
- none
kosmo integrations:call grafana.grafana_clear_help_flags '{}' --json kosmo integrations:grafana grafana_clear_help_flags '{}' --json grafana.grafana_set_help_flag
Set user help flag. (PUT /user/helpflags/{flag_id}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_set_help_flag '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_signed_in_user_org_list '{}' --json kosmo integrations:grafana grafana_get_signed_in_user_org_list '{}' --json grafana.grafana_change_user_password
Changes the password for the user.
write - Parameters
- none
kosmo integrations:call grafana.grafana_change_user_password '{}' --json kosmo integrations:grafana grafana_change_user_password '{}' --json grafana.grafana_get_user_preferences
Get user preferences. (GET /user/preferences).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_preferences '{}' --json kosmo integrations:grafana grafana_get_user_preferences '{}' --json grafana.grafana_patch_user_preferences
Patch user preferences. (PATCH /user/preferences).
write - Parameters
- none
kosmo integrations:call grafana.grafana_patch_user_preferences '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_user_preferences '{}' --json kosmo integrations:grafana grafana_update_user_preferences '{}' --json grafana.grafana_get_user_quotas
Fetch user quota. (GET /user/quotas).
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_quotas '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_revoke_user_auth_token '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_unstar_dashboard_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_star_dashboard_by_u_i_d '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_signed_in_user_team_list '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_user_set_using_org '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_users '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_by_login_or_email '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_search_users_with_paging '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_by_i_d '{}' --json kosmo integrations:grafana grafana_get_user_by_i_d '{}' --json grafana.grafana_update_user
Update the user identified by id.
write - Parameters
- none
kosmo integrations:call grafana.grafana_update_user '{}' --json kosmo integrations:grafana grafana_update_user '{}' --json grafana.grafana_get_user_org_list
Get organizations for user identified by id.
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_org_list '{}' --json kosmo integrations:grafana grafana_get_user_org_list '{}' --json grafana.grafana_get_user_teams
Get teams for user identified by id.
read - Parameters
- none
kosmo integrations:call grafana.grafana_get_user_teams '{}' --json kosmo integrations:grafana grafana_get_user_teams '{}' --json grafana.grafana_list_alerts
Get all the alert rules. (GET /v1/provisioning/alert-rules).
read - Parameters
- none
kosmo integrations:call grafana.grafana_list_alerts '{}' --json kosmo integrations:grafana grafana_list_alerts '{}' --json grafana.grafana_route_post_alert_rule
Create a new alert rule. (POST /v1/provisioning/alert-rules).
write - Parameters
- none
kosmo integrations:call grafana.grafana_route_post_alert_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_alert_rules_export '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_delete_alert_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_alert_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_alert_rule '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_alert_rule_export '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_contactpoints '{}' --json kosmo integrations:grafana grafana_route_get_contactpoints '{}' --json grafana.grafana_route_post_contactpoints
Create a contact point. (POST /v1/provisioning/contact-points).
write - Parameters
- none
kosmo integrations:call grafana.grafana_route_post_contactpoints '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_contactpoints_export '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_delete_contactpoints '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_contactpoint '{}' --json kosmo integrations:grafana grafana_route_put_contactpoint '{}' --json grafana.grafana_route_delete_alert_rule_group
Delete rule group
write - Parameters
- none
kosmo integrations:call grafana.grafana_route_delete_alert_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_alert_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_alert_rule_group '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_alert_rule_group_export '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_mute_timings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_post_mute_timing '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_export_mute_timings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_delete_mute_timing '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_mute_timing '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_mute_timing '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_export_mute_timing '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_reset_policy_tree '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_policy_tree '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_policy_tree '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_policy_tree_export '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_templates '{}' --json kosmo integrations:grafana grafana_route_get_templates '{}' --json grafana.grafana_route_delete_template
Delete a notification template group. (DELETE /v1/provisioning/templates/{name}).
write - Parameters
- none
kosmo integrations:call grafana.grafana_route_delete_template '{}' --json kosmo integrations:grafana grafana_route_delete_template '{}' --json grafana.grafana_route_get_template
Get a notification template group. (GET /v1/provisioning/templates/{name}).
read - Parameters
- none
kosmo integrations:call grafana.grafana_route_get_template '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_route_put_template '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_list_all_providers_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_remove_provider_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_get_provider_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_patch_provider_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call grafana.grafana_update_provider_settings '{}' --json 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
kosmo integrations:schema grafana.grafana_list_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_role 0 parameters
kosmo integrations:schema grafana.grafana_create_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_role 0 parameters
kosmo integrations:schema grafana.grafana_delete_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_role 0 parameters
kosmo integrations:schema grafana.grafana_get_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_role 0 parameters
kosmo integrations:schema grafana.grafana_update_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_role_assignments 0 parameters
kosmo integrations:schema grafana.grafana_get_role_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_role_assignments 0 parameters
kosmo integrations:schema grafana.grafana_set_role_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_access_control_status 0 parameters
kosmo integrations:schema grafana.grafana_get_access_control_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_teams_roles 0 parameters
kosmo integrations:schema grafana.grafana_list_teams_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_team_roles 0 parameters
kosmo integrations:schema grafana.grafana_list_team_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_team_role 0 parameters
kosmo integrations:schema grafana.grafana_add_team_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_team_roles 0 parameters
kosmo integrations:schema grafana.grafana_set_team_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_team_role 0 parameters
kosmo integrations:schema grafana.grafana_remove_team_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_users_roles 0 parameters
kosmo integrations:schema grafana.grafana_list_users_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_user_roles 0 parameters
kosmo integrations:schema grafana.grafana_list_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_user_role 0 parameters
kosmo integrations:schema grafana.grafana_add_user_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_user_roles 0 parameters
kosmo integrations:schema grafana.grafana_set_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_user_role 0 parameters
kosmo integrations:schema grafana.grafana_remove_user_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_resource_description 0 parameters
kosmo integrations:schema grafana.grafana_get_resource_description --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_resource_permissions 0 parameters
kosmo integrations:schema grafana.grafana_get_resource_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_resource_permissions 0 parameters
kosmo integrations:schema grafana.grafana_set_resource_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_resource_permissions_for_built_in_role 0 parameters
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_built_in_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_resource_permissions_for_team 0 parameters
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_resource_permissions_for_user 0 parameters
kosmo integrations:schema grafana.grafana_set_resource_permissions_for_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_sync_status 0 parameters
kosmo integrations:schema grafana.grafana_get_sync_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_reload_l_d_a_p_cfg 0 parameters
kosmo integrations:schema grafana.grafana_reload_l_d_a_p_cfg --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_l_d_a_p_status 0 parameters
kosmo integrations:schema grafana.grafana_get_l_d_a_p_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_sync_user_with_l_d_a_p 0 parameters
kosmo integrations:schema grafana.grafana_post_sync_user_with_l_d_a_p --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_from_l_d_a_p 0 parameters
kosmo integrations:schema grafana.grafana_get_user_from_l_d_a_p --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_provisioning_reload_access_control 0 parameters
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_access_control --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_provisioning_reload_dashboards 0 parameters
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_provisioning_reload_datasources 0 parameters
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_datasources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_provisioning_reload_plugins 0 parameters
kosmo integrations:schema grafana.grafana_admin_provisioning_reload_plugins --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_get_settings 0 parameters
kosmo integrations:schema grafana.grafana_admin_get_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_get_stats 0 parameters
kosmo integrations:schema grafana.grafana_admin_get_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_create_user 0 parameters
kosmo integrations:schema grafana.grafana_admin_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_delete_user 0 parameters
kosmo integrations:schema grafana.grafana_admin_delete_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_get_user_auth_tokens 0 parameters
kosmo integrations:schema grafana.grafana_admin_get_user_auth_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_disable_user 0 parameters
kosmo integrations:schema grafana.grafana_admin_disable_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_enable_user 0 parameters
kosmo integrations:schema grafana.grafana_admin_enable_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_logout_user 0 parameters
kosmo integrations:schema grafana.grafana_admin_logout_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_update_user_password 0 parameters
kosmo integrations:schema grafana.grafana_admin_update_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_update_user_permissions 0 parameters
kosmo integrations:schema grafana.grafana_admin_update_user_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_quota 0 parameters
kosmo integrations:schema grafana.grafana_get_user_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_user_quota 0 parameters
kosmo integrations:schema grafana.grafana_update_user_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_admin_revoke_user_auth_token 0 parameters
kosmo integrations:schema grafana.grafana_admin_revoke_user_auth_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_annotations 0 parameters
kosmo integrations:schema grafana.grafana_get_annotations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_annotation 0 parameters
kosmo integrations:schema grafana.grafana_post_annotation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_graphite_annotation 0 parameters
kosmo integrations:schema grafana.grafana_post_graphite_annotation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_mass_delete_annotations 0 parameters
kosmo integrations:schema grafana.grafana_mass_delete_annotations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_annotation_tags 0 parameters
kosmo integrations:schema grafana.grafana_get_annotation_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_annotation_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_annotation_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_annotation_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_annotation_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_patch_annotation 0 parameters
kosmo integrations:schema grafana.grafana_patch_annotation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_annotation 0 parameters
kosmo integrations:schema grafana.grafana_update_annotation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_devices 0 parameters
kosmo integrations:schema grafana.grafana_list_devices --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_devices 0 parameters
kosmo integrations:schema grafana.grafana_search_devices --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_session_list 0 parameters
kosmo integrations:schema grafana.grafana_get_session_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_session 0 parameters
kosmo integrations:schema grafana.grafana_create_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_session 0 parameters
kosmo integrations:schema grafana.grafana_delete_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_session 0 parameters
kosmo integrations:schema grafana.grafana_get_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_create_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_get_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_cancel_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_cancel_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_upload_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_upload_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_shapshot_list 0 parameters
kosmo integrations:schema grafana.grafana_get_shapshot_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_resource_dependencies 0 parameters
kosmo integrations:schema grafana.grafana_get_resource_dependencies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_cloud_migration_token 0 parameters
kosmo integrations:schema grafana.grafana_get_cloud_migration_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_cloud_migration_token 0 parameters
kosmo integrations:schema grafana.grafana_create_cloud_migration_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_cloud_migration_token 0 parameters
kosmo integrations:schema grafana.grafana_delete_cloud_migration_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_get_rules 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_post_rule_groups 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_post_rule_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_delete_namespace 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_delete_namespace --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_get_namespace 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_namespace --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_post_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_post_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_delete_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_delete_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_cortex_get_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_cortex_get_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_get_rules 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_post_rule_groups 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_post_rule_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_delete_namespace 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_delete_namespace --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_get_namespace 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_namespace --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_post_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_post_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_delete_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_delete_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_convert_prometheus_get_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_convert_prometheus_get_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_dashboard_snapshots 0 parameters
kosmo integrations:schema grafana.grafana_search_dashboard_snapshots --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_create_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_home_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_get_home_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_import_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_import_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_interpolate_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_interpolate_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_public_dashboards 0 parameters
kosmo integrations:schema grafana.grafana_list_public_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard_tags 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_get_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_create_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_delete_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_update_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_dashboard_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_dashboard_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard_permissions_list_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard_permissions_list_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_dashboard_permissions_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_update_dashboard_permissions_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_restore_dashboard_version_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_restore_dashboard_version_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard_versions_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard_versions_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard_version_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard_version_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_datasources 0 parameters
kosmo integrations:schema grafana.grafana_list_datasources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_data_source 0 parameters
kosmo integrations:schema grafana.grafana_add_data_source --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_correlations 0 parameters
kosmo integrations:schema grafana.grafana_get_correlations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_data_source_id_by_name 0 parameters
kosmo integrations:schema grafana.grafana_get_data_source_id_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_data_source_by_name 0 parameters
kosmo integrations:schema grafana.grafana_delete_data_source_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_data_source_by_name 0 parameters
kosmo integrations:schema grafana.grafana_get_data_source_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls 0 parameters
kosmo integrations:schema grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls 0 parameters
kosmo integrations:schema grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls 0 parameters
kosmo integrations:schema grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_correlations_by_source_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_correlations_by_source_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_correlation 0 parameters
kosmo integrations:schema grafana.grafana_create_correlation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_correlation 0 parameters
kosmo integrations:schema grafana.grafana_get_correlation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_correlation 0 parameters
kosmo integrations:schema grafana.grafana_update_correlation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_data_source_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_data_source_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_data_source_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_data_source_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_data_source_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_update_data_source_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_correlation 0 parameters
kosmo integrations:schema grafana.grafana_delete_correlation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_check_datasource_health_with_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_check_datasource_health_with_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_team_l_b_a_c_rules_api 0 parameters
kosmo integrations:schema grafana.grafana_get_team_l_b_a_c_rules_api --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_team_l_b_a_c_rules_api 0 parameters
kosmo integrations:schema grafana.grafana_update_team_l_b_a_c_rules_api --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_call_datasource_resource_with_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_call_datasource_resource_with_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_data_source_cache_config 0 parameters
kosmo integrations:schema grafana.grafana_get_data_source_cache_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_data_source_cache_config 0 parameters
kosmo integrations:schema grafana.grafana_set_data_source_cache_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_clean_data_source_cache 0 parameters
kosmo integrations:schema grafana.grafana_clean_data_source_cache --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_disable_data_source_cache 0 parameters
kosmo integrations:schema grafana.grafana_disable_data_source_cache --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_enable_data_source_cache 0 parameters
kosmo integrations:schema grafana.grafana_enable_data_source_cache --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_query_metrics_with_expressions 0 parameters
kosmo integrations:schema grafana.grafana_query_metrics_with_expressions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_folders 0 parameters
kosmo integrations:schema grafana.grafana_get_folders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_folder 0 parameters
kosmo integrations:schema grafana.grafana_create_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_folder 0 parameters
kosmo integrations:schema grafana.grafana_delete_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_folder_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_folder_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_folder 0 parameters
kosmo integrations:schema grafana.grafana_update_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_folder_descendant_counts 0 parameters
kosmo integrations:schema grafana.grafana_get_folder_descendant_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_move_folder 0 parameters
kosmo integrations:schema grafana.grafana_move_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_folder_permission_list 0 parameters
kosmo integrations:schema grafana.grafana_get_folder_permission_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_folder_permissions 0 parameters
kosmo integrations:schema grafana.grafana_update_folder_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_mapped_groups 0 parameters
kosmo integrations:schema grafana.grafana_get_mapped_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_group_mappings 0 parameters
kosmo integrations:schema grafana.grafana_delete_group_mappings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_group_mappings 0 parameters
kosmo integrations:schema grafana.grafana_create_group_mappings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_group_mappings 0 parameters
kosmo integrations:schema grafana.grafana_update_group_mappings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_group_roles 0 parameters
kosmo integrations:schema grafana.grafana_get_group_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_health 0 parameters
kosmo integrations:schema grafana.grafana_get_health --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_library_elements 0 parameters
kosmo integrations:schema grafana.grafana_get_library_elements --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_library_element 0 parameters
kosmo integrations:schema grafana.grafana_create_library_element --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_library_element_by_name 0 parameters
kosmo integrations:schema grafana.grafana_get_library_element_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_library_element_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_library_element_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_library_element_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_library_element_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_library_element 0 parameters
kosmo integrations:schema grafana.grafana_update_library_element --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_library_element_connections 0 parameters
kosmo integrations:schema grafana.grafana_get_library_element_connections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_status 0 parameters
kosmo integrations:schema grafana.grafana_get_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_custom_permissions_report 0 parameters
kosmo integrations:schema grafana.grafana_get_custom_permissions_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_custom_permissions_c_s_v 0 parameters
kosmo integrations:schema grafana.grafana_get_custom_permissions_c_s_v --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_refresh_license_stats 0 parameters
kosmo integrations:schema grafana.grafana_refresh_license_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_license_token 0 parameters
kosmo integrations:schema grafana.grafana_delete_license_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_license_token 0 parameters
kosmo integrations:schema grafana.grafana_get_license_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_license_token 0 parameters
kosmo integrations:schema grafana.grafana_post_license_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_renew_license_token 0 parameters
kosmo integrations:schema grafana.grafana_post_renew_license_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_s_a_m_l_logout 0 parameters
kosmo integrations:schema grafana.grafana_get_s_a_m_l_logout --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_current_org 0 parameters
kosmo integrations:schema grafana.grafana_get_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_current_org 0 parameters
kosmo integrations:schema grafana.grafana_update_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_current_org_address 0 parameters
kosmo integrations:schema grafana.grafana_update_current_org_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_pending_org_invites 0 parameters
kosmo integrations:schema grafana.grafana_get_pending_org_invites --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_org_invite 0 parameters
kosmo integrations:schema grafana.grafana_add_org_invite --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_revoke_invite 0 parameters
kosmo integrations:schema grafana.grafana_revoke_invite --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_preferences 0 parameters
kosmo integrations:schema grafana.grafana_get_org_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_patch_org_preferences 0 parameters
kosmo integrations:schema grafana.grafana_patch_org_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org_preferences 0 parameters
kosmo integrations:schema grafana.grafana_update_org_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_current_org_quota 0 parameters
kosmo integrations:schema grafana.grafana_get_current_org_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_users_for_current_org 0 parameters
kosmo integrations:schema grafana.grafana_get_org_users_for_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_org_user_to_current_org 0 parameters
kosmo integrations:schema grafana.grafana_add_org_user_to_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_users_for_current_org_lookup 0 parameters
kosmo integrations:schema grafana.grafana_get_org_users_for_current_org_lookup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_org_user_for_current_org 0 parameters
kosmo integrations:schema grafana.grafana_remove_org_user_for_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org_user_for_current_org 0 parameters
kosmo integrations:schema grafana.grafana_update_org_user_for_current_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_orgs 0 parameters
kosmo integrations:schema grafana.grafana_search_orgs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_org 0 parameters
kosmo integrations:schema grafana.grafana_create_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_by_name 0 parameters
kosmo integrations:schema grafana.grafana_get_org_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_org_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_org_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_org_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org 0 parameters
kosmo integrations:schema grafana.grafana_update_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org_address 0 parameters
kosmo integrations:schema grafana.grafana_update_org_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_quota 0 parameters
kosmo integrations:schema grafana.grafana_get_org_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org_quota 0 parameters
kosmo integrations:schema grafana.grafana_update_org_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_org_users 0 parameters
kosmo integrations:schema grafana.grafana_get_org_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_org_user 0 parameters
kosmo integrations:schema grafana.grafana_add_org_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_org_users 0 parameters
kosmo integrations:schema grafana.grafana_search_org_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_org_user 0 parameters
kosmo integrations:schema grafana.grafana_remove_org_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_org_user 0 parameters
kosmo integrations:schema grafana.grafana_update_org_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_playlists 0 parameters
kosmo integrations:schema grafana.grafana_search_playlists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_playlist 0 parameters
kosmo integrations:schema grafana.grafana_create_playlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_playlist 0 parameters
kosmo integrations:schema grafana.grafana_delete_playlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_playlist 0 parameters
kosmo integrations:schema grafana.grafana_get_playlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_playlist 0 parameters
kosmo integrations:schema grafana.grafana_update_playlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_playlist_items 0 parameters
kosmo integrations:schema grafana.grafana_get_playlist_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_view_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_view_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_public_annotations 0 parameters
kosmo integrations:schema grafana.grafana_get_public_annotations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_query_public_dashboard 0 parameters
kosmo integrations:schema grafana.grafana_query_public_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_queries 0 parameters
kosmo integrations:schema grafana.grafana_search_queries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_query 0 parameters
kosmo integrations:schema grafana.grafana_create_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_unstar_query 0 parameters
kosmo integrations:schema grafana.grafana_unstar_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_star_query 0 parameters
kosmo integrations:schema grafana.grafana_star_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_query 0 parameters
kosmo integrations:schema grafana.grafana_delete_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_patch_query_comment 0 parameters
kosmo integrations:schema grafana.grafana_patch_query_comment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_recording_rules 0 parameters
kosmo integrations:schema grafana.grafana_list_recording_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_recording_rule 0 parameters
kosmo integrations:schema grafana.grafana_create_recording_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_recording_rule 0 parameters
kosmo integrations:schema grafana.grafana_update_recording_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_test_create_recording_rule 0 parameters
kosmo integrations:schema grafana.grafana_test_create_recording_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_recording_rule_write_target 0 parameters
kosmo integrations:schema grafana.grafana_delete_recording_rule_write_target --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_recording_rule_write_target 0 parameters
kosmo integrations:schema grafana.grafana_get_recording_rule_write_target --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_recording_rule_write_target 0 parameters
kosmo integrations:schema grafana.grafana_create_recording_rule_write_target --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_recording_rule 0 parameters
kosmo integrations:schema grafana.grafana_delete_recording_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_reports 0 parameters
kosmo integrations:schema grafana.grafana_get_reports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_report 0 parameters
kosmo integrations:schema grafana.grafana_create_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_reports_by_dashboard_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_reports_by_dashboard_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_send_report 0 parameters
kosmo integrations:schema grafana.grafana_send_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_settings_image 0 parameters
kosmo integrations:schema grafana.grafana_get_settings_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_render_report_c_s_vs 0 parameters
kosmo integrations:schema grafana.grafana_render_report_c_s_vs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_render_report_p_d_fs 0 parameters
kosmo integrations:schema grafana.grafana_render_report_p_d_fs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_report_settings 0 parameters
kosmo integrations:schema grafana.grafana_get_report_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_save_report_settings 0 parameters
kosmo integrations:schema grafana.grafana_save_report_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_send_test_email 0 parameters
kosmo integrations:schema grafana.grafana_send_test_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_report 0 parameters
kosmo integrations:schema grafana.grafana_delete_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_report 0 parameters
kosmo integrations:schema grafana.grafana_get_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_report 0 parameters
kosmo integrations:schema grafana.grafana_update_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_a_c_s 0 parameters
kosmo integrations:schema grafana.grafana_post_a_c_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_metadata 0 parameters
kosmo integrations:schema grafana.grafana_get_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_s_l_o 0 parameters
kosmo integrations:schema grafana.grafana_get_s_l_o --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_post_s_l_o 0 parameters
kosmo integrations:schema grafana.grafana_post_s_l_o --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_dashboards 0 parameters
kosmo integrations:schema grafana.grafana_list_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_sort_options 0 parameters
kosmo integrations:schema grafana.grafana_list_sort_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_service_account 0 parameters
kosmo integrations:schema grafana.grafana_create_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_org_service_accounts_with_paging 0 parameters
kosmo integrations:schema grafana.grafana_search_org_service_accounts_with_paging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_service_account 0 parameters
kosmo integrations:schema grafana.grafana_delete_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_retrieve_service_account 0 parameters
kosmo integrations:schema grafana.grafana_retrieve_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_service_account 0 parameters
kosmo integrations:schema grafana.grafana_update_service_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_tokens 0 parameters
kosmo integrations:schema grafana.grafana_list_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_token 0 parameters
kosmo integrations:schema grafana.grafana_create_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_token 0 parameters
kosmo integrations:schema grafana.grafana_delete_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_retrieve_j_w_k_s 0 parameters
kosmo integrations:schema grafana.grafana_retrieve_j_w_k_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_sharing_options 0 parameters
kosmo integrations:schema grafana.grafana_get_sharing_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_dashboard_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_create_dashboard_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_dashboard_snapshot_by_delete_key 0 parameters
kosmo integrations:schema grafana.grafana_delete_dashboard_snapshot_by_delete_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_dashboard_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_delete_dashboard_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_dashboard_snapshot 0 parameters
kosmo integrations:schema grafana.grafana_get_dashboard_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_create_team 0 parameters
kosmo integrations:schema grafana.grafana_create_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_teams 0 parameters
kosmo integrations:schema grafana.grafana_list_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_team_group_api_query 0 parameters
kosmo integrations:schema grafana.grafana_remove_team_group_api_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_team_groups_api 0 parameters
kosmo integrations:schema grafana.grafana_get_team_groups_api --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_team_group_api 0 parameters
kosmo integrations:schema grafana.grafana_add_team_group_api --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_team_groups 0 parameters
kosmo integrations:schema grafana.grafana_search_team_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_delete_team_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_delete_team_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_team_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_team_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_team 0 parameters
kosmo integrations:schema grafana.grafana_update_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_team_members 0 parameters
kosmo integrations:schema grafana.grafana_get_team_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_add_team_member 0 parameters
kosmo integrations:schema grafana.grafana_add_team_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_team_memberships 0 parameters
kosmo integrations:schema grafana.grafana_set_team_memberships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_team_member 0 parameters
kosmo integrations:schema grafana.grafana_remove_team_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_team_member 0 parameters
kosmo integrations:schema grafana.grafana_update_team_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_team_preferences 0 parameters
kosmo integrations:schema grafana.grafana_get_team_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_team_preferences 0 parameters
kosmo integrations:schema grafana.grafana_update_team_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_current_user 0 parameters
kosmo integrations:schema grafana.grafana_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_signed_in_user 0 parameters
kosmo integrations:schema grafana.grafana_update_signed_in_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_auth_tokens 0 parameters
kosmo integrations:schema grafana.grafana_get_user_auth_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_user_email 0 parameters
kosmo integrations:schema grafana.grafana_update_user_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_clear_help_flags 0 parameters
kosmo integrations:schema grafana.grafana_clear_help_flags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_set_help_flag 0 parameters
kosmo integrations:schema grafana.grafana_set_help_flag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_signed_in_user_org_list 0 parameters
kosmo integrations:schema grafana.grafana_get_signed_in_user_org_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_change_user_password 0 parameters
kosmo integrations:schema grafana.grafana_change_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_preferences 0 parameters
kosmo integrations:schema grafana.grafana_get_user_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_patch_user_preferences 0 parameters
kosmo integrations:schema grafana.grafana_patch_user_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_user_preferences 0 parameters
kosmo integrations:schema grafana.grafana_update_user_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_quotas 0 parameters
kosmo integrations:schema grafana.grafana_get_user_quotas --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_revoke_user_auth_token 0 parameters
kosmo integrations:schema grafana.grafana_revoke_user_auth_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_unstar_dashboard_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_unstar_dashboard_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_star_dashboard_by_u_i_d 0 parameters
kosmo integrations:schema grafana.grafana_star_dashboard_by_u_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_signed_in_user_team_list 0 parameters
kosmo integrations:schema grafana.grafana_get_signed_in_user_team_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_user_set_using_org 0 parameters
kosmo integrations:schema grafana.grafana_user_set_using_org --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_users 0 parameters
kosmo integrations:schema grafana.grafana_search_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_by_login_or_email 0 parameters
kosmo integrations:schema grafana.grafana_get_user_by_login_or_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_search_users_with_paging 0 parameters
kosmo integrations:schema grafana.grafana_search_users_with_paging --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_by_i_d 0 parameters
kosmo integrations:schema grafana.grafana_get_user_by_i_d --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_user 0 parameters
kosmo integrations:schema grafana.grafana_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_org_list 0 parameters
kosmo integrations:schema grafana.grafana_get_user_org_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_user_teams 0 parameters
kosmo integrations:schema grafana.grafana_get_user_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_alerts 0 parameters
kosmo integrations:schema grafana.grafana_list_alerts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_post_alert_rule 0 parameters
kosmo integrations:schema grafana.grafana_route_post_alert_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_alert_rules_export 0 parameters
kosmo integrations:schema grafana.grafana_route_get_alert_rules_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_delete_alert_rule 0 parameters
kosmo integrations:schema grafana.grafana_route_delete_alert_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_alert_rule 0 parameters
kosmo integrations:schema grafana.grafana_route_get_alert_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_alert_rule 0 parameters
kosmo integrations:schema grafana.grafana_route_put_alert_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_alert_rule_export 0 parameters
kosmo integrations:schema grafana.grafana_route_get_alert_rule_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_contactpoints 0 parameters
kosmo integrations:schema grafana.grafana_route_get_contactpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_post_contactpoints 0 parameters
kosmo integrations:schema grafana.grafana_route_post_contactpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_contactpoints_export 0 parameters
kosmo integrations:schema grafana.grafana_route_get_contactpoints_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_delete_contactpoints 0 parameters
kosmo integrations:schema grafana.grafana_route_delete_contactpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_contactpoint 0 parameters
kosmo integrations:schema grafana.grafana_route_put_contactpoint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_delete_alert_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_delete_alert_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_alert_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_get_alert_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_alert_rule_group 0 parameters
kosmo integrations:schema grafana.grafana_route_put_alert_rule_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_alert_rule_group_export 0 parameters
kosmo integrations:schema grafana.grafana_route_get_alert_rule_group_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_mute_timings 0 parameters
kosmo integrations:schema grafana.grafana_route_get_mute_timings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_post_mute_timing 0 parameters
kosmo integrations:schema grafana.grafana_route_post_mute_timing --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_export_mute_timings 0 parameters
kosmo integrations:schema grafana.grafana_route_export_mute_timings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_delete_mute_timing 0 parameters
kosmo integrations:schema grafana.grafana_route_delete_mute_timing --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_mute_timing 0 parameters
kosmo integrations:schema grafana.grafana_route_get_mute_timing --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_mute_timing 0 parameters
kosmo integrations:schema grafana.grafana_route_put_mute_timing --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_export_mute_timing 0 parameters
kosmo integrations:schema grafana.grafana_route_export_mute_timing --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_reset_policy_tree 0 parameters
kosmo integrations:schema grafana.grafana_route_reset_policy_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_policy_tree 0 parameters
kosmo integrations:schema grafana.grafana_route_get_policy_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_policy_tree 0 parameters
kosmo integrations:schema grafana.grafana_route_put_policy_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_policy_tree_export 0 parameters
kosmo integrations:schema grafana.grafana_route_get_policy_tree_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_templates 0 parameters
kosmo integrations:schema grafana.grafana_route_get_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_delete_template 0 parameters
kosmo integrations:schema grafana.grafana_route_delete_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_get_template 0 parameters
kosmo integrations:schema grafana.grafana_route_get_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_route_put_template 0 parameters
kosmo integrations:schema grafana.grafana_route_put_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_list_all_providers_settings 0 parameters
kosmo integrations:schema grafana.grafana_list_all_providers_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_remove_provider_settings 0 parameters
kosmo integrations:schema grafana.grafana_remove_provider_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_get_provider_settings 0 parameters
kosmo integrations:schema grafana.grafana_get_provider_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_patch_provider_settings 0 parameters
kosmo integrations:schema grafana.grafana_patch_provider_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
grafana.grafana_update_provider_settings 0 parameters
kosmo integrations:schema grafana.grafana_update_provider_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| 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.