本文為您介紹資源定時快照的數據結構和示例。
數據結構
資源定時快照結構
字段 | 類型 | 說明 |
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****"
}]
相關文檔
文檔內容是否對您有幫助?