az grafana folder
Note
This reference is part of the amg extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az grafana folder command. Learn more about extensions.
Commands to manage folders of an instance.
Commands
Name | Description | Type | Status |
---|---|---|---|
az grafana folder create |
Create a new folder. |
Extension | GA |
az grafana folder delete |
Delete a folder. |
Extension | GA |
az grafana folder list |
List all folders of an instance. |
Extension | GA |
az grafana folder show |
Get the details of a folder. |
Extension | GA |
az grafana folder update |
Update a folder. |
Extension | GA |
az grafana folder create
Create a new folder.
az grafana folder create --name
--title
[--api-key]
[--resource-group]
Required Parameters
Name of the Azure Managed Grafana.
Title of the folder.
Optional Parameters
Api key or service account token, a randomly generated string used to interact with Grafana endpoint; if missing, CLI will use current logged-in user's credentials.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az grafana folder delete
Delete a folder.
az grafana folder delete --folder
--name
[--api-key]
[--resource-group]
Required Parameters
Uid or title which can identify a folder. CLI will search with uid first, then title, till it finds a match.
Name of the Azure Managed Grafana.
Optional Parameters
Api key or service account token, a randomly generated string used to interact with Grafana endpoint; if missing, CLI will use current logged-in user's credentials.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az grafana folder list
List all folders of an instance.
az grafana folder list --name
[--api-key]
[--resource-group]
Required Parameters
Name of the Azure Managed Grafana.
Optional Parameters
Api key or service account token, a randomly generated string used to interact with Grafana endpoint; if missing, CLI will use current logged-in user's credentials.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az grafana folder show
Get the details of a folder.
az grafana folder show --folder
--name
[--api-key]
[--resource-group]
Required Parameters
Uid or title which can identify a folder. CLI will search with uid first, then title, till it finds a match.
Name of the Azure Managed Grafana.
Optional Parameters
Api key or service account token, a randomly generated string used to interact with Grafana endpoint; if missing, CLI will use current logged-in user's credentials.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az grafana folder update
Update a folder.
az grafana folder update --folder
--name
--title
[--api-key]
[--resource-group]
Required Parameters
Uid or title which can identify a folder. CLI will search with uid first, then title, till it finds a match.
Name of the Azure Managed Grafana.
Title of the folder.
Optional Parameters
Api key or service account token, a randomly generated string used to interact with Grafana endpoint; if missing, CLI will use current logged-in user's credentials.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI