Skip to content

Collector 'Alibaba Cloud-NAS' 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.

1. Configuration Structure

The configuration structure of this collector is as follows:

Field Type Required Description
regions list Required List of regions to be collected
regions[#] str Required Region ID. For example: 'cn-hangzhou'
See appendix for the complete list

2. Data Reporting Format

After successful data synchronization, you can view the data in the 'Infrastructure-Resource Catalog' of TrueWatch.

Example of reported data:

{
  "measurement": "aliyun_nas",
  "tags": {
    "name"          : "xxxx",
    "ChargeType"    : "PayAsYouGo",
    "EncryptType"   : "0",
    "FileSystemId"  : "xxxx",
    "FileSystemType": "standard",
    "RegionId"      : "cn-hangzhou"
  },
  "fields": {
    "CreateTime" : "2022-03-30T10:17Z",
    "Capacity"   : 1048576,
    "ExpiredTime": "xxxx",
    "message"    : "{Instance JSON Data}"
  }
}
Note

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, and fields.message is the JSON serialized string

X. Appendix

Please refer to the official Alibaba Cloud documentation: