Description | : List all resources of workspaces for Grafana under the specified subscription. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Grafana_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "@added_467ce38d19a24833ae415cffa4547dcf": { "#name": "tags", "Description": "Resource tags.", "Required": false, "Type": "object" }, "@added_9786278c2191454eb509aaf6456ef924": { "#name": "location", "Description": "The geo-location where the resource lives", "Required": false, "Type": "string" } } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
enum
,
grafanaVersion:
string
,
endpoint:
string
,
publicNetworkAccess:
enum
,
zoneRedundancy:
enum
,
apiKey:
enum
,
deterministicOutboundIP:
enum
,
outboundIPs:
[
,
string
,
]
privateEndpointConnections:
[
]
,
{
,
properties:
}
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
groupIds:
[
,
string
,
]
provisioningState:
enum
,
}
autoGeneratedDomainNameLabelScope:
enum
,
grafanaIntegrations:
{
,
azureMonitorWorkspaceIntegrations:
}
[
]
,
{
,
azureMonitorWorkspaceResourceId:
string
,
}
enterpriseConfigurations:
{
,
marketplacePlanId:
string
,
marketplaceAutoRenew:
enum
,
}
grafanaConfigurations:
{
,
smtp:
{
,
enabled:
boolean
,
host:
string
,
user:
string
,
password:
string
,
fromAddress:
string
,
fromName:
string
,
startTLSPolicy:
enum
,
skipVerify:
boolean
,
}
snapshots:
{
,
externalEnabled:
boolean
,
}
users:
{
,
viewersCanEdit:
boolean
,
editorsCanAdmin:
boolean
,
}
security:
{
,
csrfAlwaysCheck:
boolean
,
}
unifiedAlertingScreenshots:
}
{
,
captureEnabled:
boolean
,
}
grafanaPlugins:
object
,
grafanaMajorVersion:
string
,
}
sku:
{
,
name:
string
,
}
tags:
object
,
location:
string
,
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}