CMDB Attributes with Atrributes

CMDB Attributes with Atrributes

ME,

We are moving more and more processes into our automation tools.  What I am talking about is highlighted below:
What I am trying to solve for is what is listed below:  I have many containers in an xml config file.  Each Container has one or more attributes. 

             Container

<name>TMOBridge_Container</name>

<serialized>False</serialized>

<connection_type>DB_ONLY</connection_type>

<restart_on_date_rollover>true</restart_on_date_rollover>

<message_loop_class> services.WTMOBridge.TMOTBridge.TMOABridge </message_loop_class>

<singleton>True</singleton>

<TMO_retry_interval>30</TMO_retry_interval>

 

What I I am looking for is CMDB sub attributes(Attribute with Attributes) that would allow automation to extract, update, etc this information to create xml files that would populate these files in servers that are spun up in private and or public cloud services. 

 

Attribute:      Container1

  :

TMOBridge_Container

  SubAttr > serialized

:

False

  SubAttr > connection_type

:

DB_ONLY

  SubAttr >restart_on_date_rollover

 :

true

  SubAttr> message_loop_class

:

services.WTMOBridge.TMOTBridge.TMOABridge

  SubAttr  > singleton

:

True

  SubAttr > TMO_retry_interval

:

30

 

  

                  New to ADSelfService Plus?