Stores a configuration profile. Configuration profiles are based on a template. Configuration profiles are a generic definition and therefore are used not only for device configuration, but for storing the configuration of an engine.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| config_profile_uuid | byte(16) | not null | The uuid of the profile |
| templateuuid | byte(16) | not null | The uuid for the template |
| config_type_id | integer | not null | |
| name | nvarchar(255) | not null | The name of the configuration profile |
| description | nvarchar(1024) | with null | |
| created_date | integer | with null | |
| creation_user | nvarchar(64) | not null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null | |
| configuration_type | nvarchar(32) | not null | |
| version | integer | with null | The version of this template. Each time the template is modified, the version number is bumped. |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| config_profile_uuid | wsm_configuration_object | config_profile_uuid |
| config_profile_uuid | wsm_link_config_to_device | config_profile_uuid |
| config_profile_uuid | wsm_engine | config_profile_uuid |