You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

CPS-1014 - Getting issue details... STATUS

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

The updated yang model with DataStoreSyncState is shown below,



Generated 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>
  • No labels