Composite State to handle dmi-reg YANG updates
[cps.git] / cps-ncmp-service / src / test / resources / expectedStateModel.json
1 {
2   "cm-handle-state" : "ADVISED",
3   "lock-reason" : {
4     "reason" : "lock-reason",
5     "details" : "lock-misbehaving-details"
6   },
7   "last-update-time" : "2022-01-01T01:01:01.000-1800",
8   "data-sync-enabled" : false,
9   "datastores" : {
10     "operational" : {
11       "sync-state" : "NONE_REQUESTED",
12       "last-sync-time" : "2022-01-01T01:01:01.000-1800"
13     },
14     "running" : {
15       "sync-state" : "NONE_REQUESTED",
16       "last-sync-time" : "2022-01-01T01:01:01.000-1800"
17     }
18   }
19 }