Description | : List Watcher resources by subscription ID |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Watchers_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "datastore": [ { "#name": "adxClusterResourceId", "Description": { "new": "The Azure resource ID of an Azure Data Explorer cluster.", "old": "The Azure ResourceId of an Azure Data Explorer cluster." } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DatabaseWatcher/watchers
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
datastore:
{
,
adxClusterResourceId:
string
,
kustoClusterDisplayName:
string
,
kustoClusterUri:
string
,
kustoDataIngestionUri:
string
,
kustoDatabaseName:
string
,
kustoManagementUrl:
string
,
kustoOfferingType:
enum
,
}
status:
enum
,
provisioningState:
enum
,
}
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
,
}