Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduce new attributes in the DMI Registry yang model as defined here.

The updated yang model with DataStoreSyncState is shown below,



Code Block
languagexml
titleGenerated sample xml object
<cm-handles>
      <id/>
      <dmi-service-name/>
      <dmi-data-service-name/>
      <dmi-model-service-name/>
      <additional-properties>
        <name/>
        <value/>
      </additional-properties>
      <public-properties>
        <name/>
        <value/>
      </public-properties>
      <state/>
      <lock-reason/>
      <lock-reason-details/>
      <last-update-time/>
      <data-sync-enabled>false</data-sync-enabled>
      <data-sync-state>
        <operation>
          <state/>
          <last-sync-time/>
        </operation>
        <running>
          <state/>
          <last-sync-time/>
        </running>
      </data-sync-state>
    </cm-handles>