-
Story
-
Resolution: Won't Do
-
Medium
-
Kohn Release
-
None
extend cm-handle query to include a filter on cm handle datastoresyncstate so the user can find any CM Handles which are in state 'UNSYNCHRONIZED' etc... for operational & running.
Include as part of existing hasState condition:
conditionName:"hasState"
"conditionParameters": [
{ "cmHandleState": "READY",
"operationalDataStoreSyncState":"UNSYNCHRONIZED"} (Suggested, name tbd)
,
]