Microsoft.DatabaseWatcher (preview:2024-10-01)

2025/01/10 • 13 updated methods

Watchers_ListBySubscription (updated)
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 ,
defaultAlertRuleIdentityResourceId: 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 ,
}
,
]
,
}
,
}
Watchers_ListByResourceGroup (updated)
Description List Watcher resources by resource group
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_ListByResourceGroup",
  "$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}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: 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 ,
}
,
]
,
}
,
}
Watchers_Get (updated)
Description Get a Watcher
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_Get",
  "$responses": {
    "200": {
      "$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}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
}

⚐ Response (200)

{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Watchers_CreateOrUpdate (updated)
Description Create a Watcher
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_CreateOrUpdate",
  "$parameters": {
    "resource": {
      "$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."
                }
              }
            ]
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$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."
                }
              }
            ]
          }
        ]
      }
    },
    "201": {
      "$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

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
resource:
{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Watchers_Update (updated)
Description Update a Watcher
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_Update",
  "$parameters": {
    "properties": {
      "$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."
                }
              }
            ]
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$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

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
properties:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
defaultAlertRuleIdentityResourceId: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SharedPrivateLinkResources_ListByWatcher (updated)
Description List SharedPrivateLinkResource resources by Watcher
Reference Link ¶

⚶ Changes

{
  "#id": "SharedPrivateLinkResources_ListByWatcher",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "#name": "privateLinkResourceId",
                "Description": {
                  "new": "The resource ID of the resource the shared private link resource is for.",
                  "old": "The resource id of the resource the shared private link resource is for."
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/sharedPrivateLinkResources
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateLinkResourceId: string ,
groupId: string ,
requestMessage: string ,
dnsZone: string ,
status: enum ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SharedPrivateLinkResources_Get (updated)
Description Get a SharedPrivateLinkResource
Reference Link ¶

⚶ Changes

{
  "#id": "SharedPrivateLinkResources_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "privateLinkResourceId",
            "Description": {
              "new": "The resource ID of the resource the shared private link resource is for.",
              "old": "The resource id of the resource the shared private link resource is for."
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
sharedPrivateLinkResourceName: string ,
}

⚐ Response (200)

{
properties:
{
privateLinkResourceId: string ,
groupId: string ,
requestMessage: string ,
dnsZone: string ,
status: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SharedPrivateLinkResources_Create (updated)
Description Create a SharedPrivateLinkResource
Reference Link ¶

⚶ Changes

{
  "#id": "SharedPrivateLinkResources_Create",
  "$parameters": {
    "resource": {
      "$properties": {
        "properties": [
          {
            "#name": "privateLinkResourceId",
            "Description": {
              "new": "The resource ID of the resource the shared private link resource is for.",
              "old": "The resource id of the resource the shared private link resource is for."
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "privateLinkResourceId",
            "Description": {
              "new": "The resource ID of the resource the shared private link resource is for.",
              "old": "The resource id of the resource the shared private link resource is for."
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "privateLinkResourceId",
            "Description": {
              "new": "The resource ID of the resource the shared private link resource is for.",
              "old": "The resource id of the resource the shared private link resource is for."
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
sharedPrivateLinkResourceName: string ,
resource:
{
properties:
{
privateLinkResourceId: string ,
groupId: string ,
requestMessage: string ,
dnsZone: string ,
status: enum ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
privateLinkResourceId: string ,
groupId: string ,
requestMessage: string ,
dnsZone: string ,
status: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
privateLinkResourceId: string ,
groupId: string ,
requestMessage: string ,
dnsZone: string ,
status: enum ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Watchers_Start (updated)
Description The action to start monitoring all targets configured for a database watcher.
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_Start",
  "$responses": {
    "200": {
      "$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

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/start
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
}

⚐ Response (200)

{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Watchers_Stop (updated)
Description The action to stop monitoring all targets configured for a database watcher.
Reference Link ¶

⚶ Changes

{
  "#id": "Watchers_Stop",
  "$responses": {
    "200": {
      "$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

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/stop
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
}

⚐ Response (200)

{
properties:
{
datastore:
{
adxClusterResourceId: string ,
kustoClusterDisplayName: string ,
kustoClusterUri: string ,
kustoDataIngestionUri: string ,
kustoDatabaseName: string ,
kustoManagementUrl: string ,
kustoOfferingType: enum ,
}
,
status: enum ,
provisioningState: enum ,
defaultAlertRuleIdentityResourceId: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Targets_ListByWatcher (updated)
Description List Target resources by Watcher
Reference Link ¶

⚶ Changes

{
  "#id": "Targets_ListByWatcher",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "targetVault": [
                  {
                    "#name": "akvResourceId",
                    "Description": {
                      "new": "The Azure resource ID of the Key Vault instance storing database authentication secrets.",
                      "old": "The Azure ResourceId of the Key Vault instance storing database authentication secrets."
                    }
                  }
                ]
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/targets
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
targetType: string ,
targetAuthenticationType: enum ,
targetVault:
{
akvResourceId: string ,
akvTargetUser: string ,
akvTargetPassword: string ,
}
,
connectionServerName: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Targets_Get (updated)
Description Get a Target
Reference Link ¶

⚶ Changes

{
  "#id": "Targets_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "targetVault": [
              {
                "#name": "akvResourceId",
                "Description": {
                  "new": "The Azure resource ID of the Key Vault instance storing database authentication secrets.",
                  "old": "The Azure ResourceId of the Key Vault instance storing database authentication secrets."
                }
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/targets/{targetName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
targetName: string ,
}

⚐ Response (200)

{
properties:
{
targetType: string ,
targetAuthenticationType: enum ,
targetVault:
{
akvResourceId: string ,
akvTargetUser: string ,
akvTargetPassword: string ,
}
,
connectionServerName: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Targets_CreateOrUpdate (updated)
Description Create a Target
Reference Link ¶

⚶ Changes

{
  "#id": "Targets_CreateOrUpdate",
  "$parameters": {
    "resource": {
      "$properties": {
        "properties": [
          {
            "targetVault": [
              {
                "#name": "akvResourceId",
                "Description": {
                  "new": "The Azure resource ID of the Key Vault instance storing database authentication secrets.",
                  "old": "The Azure ResourceId of the Key Vault instance storing database authentication secrets."
                }
              }
            ]
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "targetVault": [
              {
                "#name": "akvResourceId",
                "Description": {
                  "new": "The Azure resource ID of the Key Vault instance storing database authentication secrets.",
                  "old": "The Azure ResourceId of the Key Vault instance storing database authentication secrets."
                }
              }
            ]
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "targetVault": [
              {
                "#name": "akvResourceId",
                "Description": {
                  "new": "The Azure resource ID of the Key Vault instance storing database authentication secrets.",
                  "old": "The Azure ResourceId of the Key Vault instance storing database authentication secrets."
                }
              }
            ]
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/targets/{targetName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
watcherName: string ,
targetName: string ,
resource:
{
properties:
{
targetType: string ,
targetAuthenticationType: enum ,
targetVault:
{
akvResourceId: string ,
akvTargetUser: string ,
akvTargetPassword: string ,
}
,
connectionServerName: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
targetType: string ,
targetAuthenticationType: enum ,
targetVault:
{
akvResourceId: string ,
akvTargetUser: string ,
akvTargetPassword: string ,
}
,
connectionServerName: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
targetType: string ,
targetAuthenticationType: enum ,
targetVault:
{
akvResourceId: string ,
akvTargetUser: string ,
akvTargetPassword: string ,
}
,
connectionServerName: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}