{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Databases API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Databases", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dbs", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-max-item-count", "value": "" }, { "name": "x-ms-continuation", "value": "" } ] }, "docs": "Returns a list of databases under the database account." }, { "info": { "name": "Microsoft Azure Create a Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dbs", "headers": [ { "name": "x-ms-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new database in the database account." }, { "info": { "name": "Microsoft Azure Get a Database", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dbs/:databaseId", "headers": [ { "name": "x-ms-version", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the database." } ] }, "docs": "Retrieves a database resource by its ID." }, { "info": { "name": "Microsoft Azure Delete a Database", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dbs/:databaseId", "headers": [ { "name": "x-ms-version", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the database." } ] }, "docs": "Deletes a database and all child resources (containers, items, etc.)." }, { "info": { "name": "Microsoft Azure Gets A List Of Databases In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/databases", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which migrate project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that migrate project is part of." }, { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "api-version", "value": "", "type": "query", "description": "Standard request header. Used by service to identify API version used by client." }, { "name": "continuationToken", "value": "", "type": "query", "description": "The continuation token." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of items to be returned in a single page. This value is honored only if it is less than the 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A Database In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/databases/:databaseName", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which migrate project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that migrate project is part of." }, { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "databaseName", "value": "", "type": "path", "description": "Unique name of a database in Azure migration hub." }, { "name": "api-version", "value": "", "type": "query", "description": "Standard request header. Used by service to identify API version used by client." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Sql Servers Servername Databases Databasename Usages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Sql/servers/:serverName/databases/:databaseName/usages", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Returns database usages." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/checkNameAvailability", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Checks that the database name is valid and is not already in use." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Returns the list of databases of the given Kusto cluster." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Returns a database." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Creates or updates a database." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Updates a database." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Deletes the database with the given name." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename Listprincipals", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName/listPrincipals", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Returns a list of database principals of the given Kusto cluster and database." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename Addprincipals", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName/addPrincipals", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Add Database principals permissions." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Kusto Clusters Clustername Databases Databasename Removeprincipals", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Kusto/clusters/:clusterName/databases/:databaseName/removePrincipals", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group containing the Kusto cluster." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the Kusto cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database in the Kusto cluster." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API Version." } ] }, "docs": "Remove Database principals permissions." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Databases Databasename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DBforMariaDB/servers/:serverName/databases/:databaseName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID that identifies an Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Gets information about a database." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Databases Databasename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DBforMariaDB/servers/:serverName/databases/:databaseName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID that identifies an Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Creates a new database or updates an existing database." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Databases Databasename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DBforMariaDB/servers/:serverName/databases/:databaseName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID that identifies an Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Deletes a database." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Databases", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DBforMariaDB/servers/:serverName/databases", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID that identifies an Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." } ] }, "docs": "List all the databases in a given server." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." } ] }, "docs": "Gets all databases in the specified RedisEnterprise cluster." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Gets information about a database in a RedisEnterprise cluster." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Creates a database" }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Updates a database" }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Deletes a single database" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Listkeys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/listKeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Retrieves the access keys for the RedisEnterprise database." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Regeneratekey", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/regenerateKey", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Regenerates the RedisEnterprise database's access keys." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Import", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/import", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Imports a database file to target database." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Export", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/export", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Exports a database file from target database." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Forceunlink", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/forceUnlink", "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Forcibly removes the link to the specified database resource." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cache Redisenterprise Clustername Databases Databasename Flush", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Cache/redisEnterprise/:clusterName/databases/:databaseName/flush", "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "The name of the RedisEnterprise cluster." }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database." } ] }, "docs": "Flushes all the keys in this database and also from its linked databases." } ] } ], "bundled": true }