Skip to content

Configuration Manual for Collector 「Alibaba Cloud-CAS」

Before reading this, please first read:

Before using this collector, you must install the 「Integration Core Package」 and its corresponding third-party dependency packages

1. Configuration Structure

This script requires no additional configuration.

3. Data Reporting Format

After data is synchronized successfully, it can be viewed in the 「Infrastructure-Resource Catalog」 section of {{( brand_name }}}.

The example of reported data is as follows:

JSON
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
  "measurement": "aliyun_cas",
  "tags": {
    "name": "2022-jixxx-com",
    "id"  : "6397xxx"
  },
  "fields": {
    "buyInAliyun": false,
    "endDate"    : "2022-10-08",
    "expired"    : false,
    "sans"       : "*.jixx.com,jixx.com",
    "startDate"  : "2021-10-08",
    "message"    : "{Example 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. The fields.message is a JSON serialized string. The fields.buyInAliyun indicates whether the certificate is an Alibaba Cloud certificate, and fields.sans are all domains bound to this certificate.

X. Appendix

Please refer to the official Alibaba Cloud documentation: