Redis - List Upgrade Notifications

Gets any upgrade notifications for a Redis cache.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/listUpgradeNotifications?api-version=2023-08-01&history={history}

URI Parameters

Name In Required Type Description
name
path True

string

The name of the Redis cache.

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

The API version to use for this operation.

history
query True

number

double

how many minutes in past to look for upgrade notifications

Responses

Name Type Description
200 OK

NotificationListResponse

All upgrade notifications in given time range

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

RedisCacheListUpgradeNotifications

Sample Request

GET https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Cache/redis/cache1/listUpgradeNotifications?api-version=2023-08-01&history=5000

Sample Response

{
  "value": [
    {
      "name": "notification1",
      "timestamp": "2017-02-16T23:20:50.52Z",
      "upsellNotification": {}
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

NotificationListResponse

The response of listUpgradeNotifications.

UpgradeNotification

Properties of upgrade notification.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

NotificationListResponse

The response of listUpgradeNotifications.

Name Type Description
nextLink

string

Link for next set of notifications.

value

UpgradeNotification[]

List of all notifications.

UpgradeNotification

Properties of upgrade notification.

Name Type Description
name

string

Name of upgrade notification.

timestamp

string

Timestamp when upgrade notification occurred.

upsellNotification

object

Details about this upgrade notification