本文為您介紹資源定時快照的資料結構和樣本。
資料結構
資源定時快照結構
欄位 | 類型 | 說明 |
accountId | String | 資源所屬的帳號ID。 |
regionId | String | 資源所屬的地區ID。 |
resourceType | String | 資源類型。 |
resourceId | String | 資源ID。 |
resourceSnapshot | JSON | 資源快照。更多資訊,請參見resourceSnapshot結構。 |
version | String | 版本號碼。 |
resourceSnapshot結構
分類 | 欄位 | 類型 | 說明 |
公用屬性 | accountId | String | 資源所屬的帳號ID。 |
regionId | String | 資源所屬的地區ID。 | |
resourceType | String | 資源類型。 | |
resourceId | String | 資源ID。 | |
resourceGroupId | String | 資源群組ID。 | |
resourceName | String | 資源名稱。 | |
zoneId | String | 可用性區域ID。 | |
createTime | String | 建立時間。 時間格式按照ISO8601標記法,並使用UTC時間,格式為yyyy-MM-ddTHH:mm:ssZ或yyyy-MM-ddTHH:mm:ss.SSSZ。 | |
expireTime | String | 到期時間。 時間格式按照ISO8601標記法,並使用UTC時間,格式為yyyy-MM-ddTHH:mm:ssZ或yyyy-MM-ddTHH:mm:ss.SSSZ。 | |
tags | Array | 標籤。 | |
key | String | 標籤鍵。 | |
value | String | 標籤值。 | |
ipAddresses | Array | IP地址。 | |
vpcId | String | VPC ID。 | |
vSwitchId | String | 交換器ID。 | |
資源屬性 | configuration | JSON | 資源屬性。 |
樣本
投遞到OSS中的資源定時快照內容樣本如下:
[{
"accountId": "152435078218****",
"regionId": "global",
"resourceId": "cen-cdgpjauprthyxi****",
"resourceSnapshot": {
"accountId": "152435078218****",
"configuration": {
"Status": "Active",
"ProtectionLevel": "REDUCED",
"ResourceGroupId": "rg-acfmzdlidtf****",
"CreateTime": "2023-07-25T05:42Z",
"CenId": "cen-cdgpjauprthyxi****",
"Name": "檔案掛載"
},
"createTime": "2023-07-25T05:42:00Z",
"regionId": "global",
"resourceGroupId": "rg-acfmzdlidtf****",
"resourceId": "cen-cdgpjauprthyxi****",
"resourceName": "檔案掛載",
"resourceType": "ACS::CEN::CenInstance"
},
"resourceType": "ACS::CEN::CenInstance",
"version": "170676971679****"
}]