This topic provides an example of scheduled resource snapshots delivered to a Simple Log Service Logstore. The following sections describe the content of the example and the parameters involved.
Example
In single-account mode, you use an Alibaba Cloud account whose ID is 100931896542**** and you have a disk d-f8zcofij6pjslv***** in Elastic Compute Service in the China (Hangzhou) region. The scheduled resource snapshots of the disk are delivered to a Simple Log Service Logstore. The following code shows a sample snapshot:
{
"resourceCreateTime": "1749027094000",
"resourceId": "sp-f8zhum3cpo2yic4tdbj1",
"configuration": {
"Status": "Normal",
"TimePoints": ["17"],
"VolumeNums": 0,
"RetentionDays": -1,
"AutoSnapshotPolicyId": "sp-f8zhum3cp****j1",
"RepeatWeekdays": ["1", "2", "3", "4", "5", "6", "7"],
"DiskNums": 1,
"CopiedSnapshotsRetentionDays": -1,
"Type": "Custom",
"EnableCrossRegionCopy": false,
"CreationTime": "2025-06-04T08:51:34Z",
"CopyEncryptionConfiguration": {},
"RegionId": "cn-heyuan",
"AutoSnapshotPolicyName": "spmTest",
"Tags": {
"Tag": []
}
},
"dataType": "ConfigurationSnapshot",
"resourceName": "spmTest",
"availabilityZone": "",
"version": "1749027189520000",
"tags": {},
"accountId": "1009318965420****",
"regionId": "cn-heyuan",
"requestId": "ef44b20b-94a4-4007-85fd-f4494806c062",
"resourceGroupId": "rg-acfmvoh45rhcfly",
"arn": "acs:ecs:cn-heyuan:1009318965420****:autosnapshotpolicy/sp-f8zhum3cpo2yic4tdbj1",
"relationship": [
{
"relationType": "IsAttachedTo",
"targetResourceId": "d-f8zh8i6ivltvbf5777az",
"targetResourceType": "ACS::ECS::Disk"
}
],
"resourceType": "ACS::ECS::AutoSnapshotPolicy"
}
Parameters
The following table describes the parameters in scheduled resource snapshots delivered to a Simple Log Service Logstore.
Parameter | Description |
accountId | The ID of the account to which the resource belongs. Cloud Config supports the following types of accounts:
|
availabilityZone | The ID of the zone where the resource resides. |
regionId | The ID of the region where the resource resides. |
configuration | The current configuration of the resource. |
resourceCreateTime | The timestamp when the resource was created. |
resourceId | The resource ID. |
resourceName | The resource name. |
resourceGroupId | The ID of the resource group to which the resource belongs. This parameter is available only if the resource type supports resource groups.
|
resourceType | The resource type. For more information about the resource types supported by Cloud Config, see Alibaba Cloud services and resource types supported by Cloud Config. |
tags | The tags of the resource. |
relationship | The detailed information of the relevant resources can be displayed up to 100 items, including the region ID where the relevant resources are located, the resource relationship, the resource ID, and the resource type. The value of this parameter varies based on whether related resources are associated with the resource.
|