| Description | : Obtains a list of change resources from the past 14 days for the target resource |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes
{
subscriptionId:
string
,
resourceGroupName:
string
,
resourceProviderNamespace:
string
,
resourceType:
string
,
resourceName:
string
,
api-version:
string
,
$top:
integer
,
$skipToken:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
properties:
}
{
,
targetResourceId:
string
,
targetResourceType:
string
,
changeType:
enum
,
changeAttributes:
{
,
correlationId:
string
,
timestamp:
string
,
changesCount:
integer
,
previousResourceSnapshotId:
string
,
newResourceSnapshotId:
string
,
isTruncated:
boolean
,
}
changes:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}