Object Model
The tenant can manage and modify the default configurations according to the system running status.
Note
- Operation Type indicates the operation that can be performed on a field.
C: create; U: update; R: read
- Mandatory indicates whether a field with the Operation Type of C is mandatory.
Parameter | Type | Description | Operation Type | Mandatory |
---|---|---|---|---|
id | String | Configuration ID | R | - |
module_name | String | Name of the module to which the configuration belongs | R | - |
config_name | String | Configuration name | R | - |
config_value | String | Configuration value | RU | - |
can_special | Integer | Indicates whether excluded configurations are supported. The value can be:
| R | - |
remarks | String | Description of the configuration | R | - |
update_time | Timestamp | Time when the configuration was last updated | RU | - |
match_regexp | String | Rule that the configuration value must meet | R | - |
encrypt_flag | Integer | Indicates whether to encrypt the config_value parameter. The value can be:
| R | - |
Parent topic: Configuration Management