Collector 'Alibaba Cloud-PrivateZone' Configuration Manual¶
Before reading this document, please read:
Tip
Before using this collector, you must install the 'Integration Core Package' and its accompanying third-party dependencies.
Tip
The PrivateZone collector does not require region parameter configuration.
1. Data Reporting Format¶
After data is successfully synchronized, you can view the data in the 'Infrastructure-Resource Catalog' of TrueWatch.
An example of the reported data is as follows:
{
"measurement": "aliyun_private_zone",
"tags": {
"name" : "3fbfxxxxxxxxxxxxxxxxd90",
"Status" : "OPENED",
"ZoneId" : "3fbfxxxxxxxxxxxxxxxxbd90",
"ZoneName" : "xxxxxx",
"ProxyPattern": "RECORD",
"ZoneType" : "AUTH_ZONE",
"IsPtr" : "false"
},
"fields": {
"CreateTime": "2022-03-30T10:17Z",
"BindVpcs" : "[ {Bound VPC JSON Data}, ... ]",
"message" : "{Instance JSON Data}"
}
}
Note
The fields in tags and fields may change with subsequent updates.
Tip
The value of tags.name is the instance ID, which serves as a unique identifier. fields.message and fields.BindVpcs are both JSON serialized strings.