Skip to content

Collector Configuration Manual for "Alibaba Cloud-PrivateZone"

Before reading this, please refer to the following:

Before using this collector, you must install the 'Integration Core Package' and its associated third-party dependency packages.

The PrivateZone collector does not require regional configuration parameters.

1. Data Reporting Format

After data synchronization is successful, you can view the data in the 'Infrastructure-Resource Catalog' section of {{( brand_name }}}.

Example of reported data:

JSON
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
{
  "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}"
  }
}

The fields in tags and fields may change with subsequent updates.

The value of tags.name is the instance ID, serving as a unique identifier. Both fields.message and fields.BindVpcs are strings serialized in JSON format.