| Description | : Obtains a list of snapshots from the past 14 days for the target resource |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots
{
subscriptionId:
string
,
resourceGroupName:
string
,
resourceProviderNamespace:
string
,
resourceType:
string
,
resourceName:
string
,
api-version:
string
,
$top:
integer
,
$skipToken:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
properties:
}
{
,
apiVersion:
string
,
content:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}