Add the nodes that will contain config data to a new CDM application
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- DevOps
Add the data structure to a new application that will accept the uploaded config data into appropriate nodes.
Before you begin
Role required: CDM Admin [sn_cdm.cdm_admin]
About this task
[name:value]
pairs
(config data items — CDIs) in the appropriate node in the data structure of the CDM application. For more information, see CDM data model.Starting with Configuration Data Management version 4.2, you can define a node using any UTF-8 character, including the forward slash (/).
Procedure
What to do next
Related Content
- CDM data model
The CDM data model is a standardized data structure that supports the broader life cycle of software delivery — automation, quality validation, and CSDM. CDM imports existing config data, validates it using policies that you define, and exports valid config data to your organization's existing DevOps pipeline to implement applications, services, and infrastructure.
- Parsing of XML files in CDM
The CDM XML parser enables the parsing of attribute key-value pairs in XML files, so when you upload config data from an XML file into CDM, you can easily identify the attributes of each element in the CDM editor or list view.
- Parsing of CSV files in CDM
The CDM CSV parser enables parsing of data in CSV files, so when you upload config data from a Comma-Separated Values (CSV) file into CDM, you can easily identify the data format attributes and config data in the CDM editor or list view.
- Viewing and editing config data
You can update the config data of an application by creating or opening a changeset on the Config data tab, where you update the structure and CDIs of the config data.
- Define or update a component
Define or update a component while working in a changeset.
- Define or update a collection in an application
Define or update a collection while working in a changeset of a application.
- Create or update a variable CDI
Define variables and set their values in components, collections, and deployables.
- How encrypted data is handled
By default, encrypted values appear in all views as *******. Only users with the CDM Secrets [sn_cdm.cdm_secrets] role can view, create, update, and delete encrypted values in config data. The system validates and exports encrypted data appropriately.