Share via


resiliency Reviews - Get

Get existing resiliency review.
Get existing Azure Advisor resiliency review by id.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/resiliencyReviews/{reviewId}?api-version=2025-05-01-preview

URI Parameters

Name In Required Type Description
reviewId
path True

string

Existing review id. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

resiliencyReview

Success

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

GetResiliencyReview

Sample request

GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Advisor/resiliencyReviews/11111111-1111-2222-3333-444444444444?api-version=2025-05-01-preview

Sample response

{
  "id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Advisor/ResiliencyReview/11111111-1111-2222-3333-444444444444",
  "name": "11111111-1111-2222-3333-444444444444",
  "type": "Microsoft.Advisor/ResiliencyReview",
  "systemData": {
    "createdBy": "user-identity",
    "createdByType": "User",
    "createdAt": "2023-06-30T09:41:00Z",
    "lastModifiedBy": "user-identity",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2023-06-30T09:41:00Z"
  },
  "properties": {
    "reviewName": "review name xyz",
    "workloadName": "workload name xyz",
    "reviewStatus": "Triaged",
    "recommendationsCount": 4,
    "publishedAt": "2023-06-30T09:41:00Z",
    "updatedAt": "2023-06-30T09:41:00Z"
  }
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

resiliencyReview

The Advisor resiliency review data structure.

reviewStatus

Review status.

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Value Description
User
Application
ManagedIdentity
Key

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.

resiliencyReview

The Advisor resiliency review data structure.

Name Type Description
id

string (arm-id)

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/ResiliencyReviews/{reviewId}".

name

string

Resource name E.g. "{guid}".

properties.publishedAt

string

Review last updated timestamp.

properties.recommendationsCount

integer (int32)

Review recommendations count.

properties.reviewName

string

Review name.

properties.reviewStatus

reviewStatus

Review status.

properties.updatedAt

string

Review last updated timestamp.

properties.workloadName

string

Workload Name.

systemData

systemData

Metadata pertaining to creation and last modification of the resource.

type

string

Resource type E.g. "Microsoft.Advisor/resiliencyReviews".

reviewStatus

Review status.

Value Description
New

New

InProgress

In Progress

Triaged

Triaged

Completed

Completed

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string (date-time)

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string (date-time)

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.