v6

latestSwagger 2.0raw.githubusercontent.com2020-08-27263763.7 KB
Redis

Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/listKeys

Path parameters

resourceGroupNamestring required

The name of the resource group.

namestring required

The name of the Redis cache.

subscriptionIdstring required

Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Query parameters

api-versionstring required

Client Api Version.

Response

Lists the keys for the specified Redis cache.

primaryKeystring

The current primary key that clients can use to authenticate with Redis cache.

secondaryKeystring

The current secondary key that clients can use to authenticate with Redis cache.