Hello,
I have been developing an interface to the STC (using version 5.33) using the python REST API for OAM services, specifically CCM.
While I have been able to configure all objects needed.
I have been able to start a working CCM service with said configuration by starting a device (and therefor starting the CCM service configured under it), but I have been unable to start specifically the CCM service using the EoamStartContChkCommand.
I have tried passing both the eoammaintenancepointconfig object created during the configuration, and the device it is under as parameters for the ContChkConfigList attribute, but both have failed.
Additionally, while the EoamStartContChkCommand has not been able to start a CCM service, I have been able to use the EoamStopContChkCommand (after starting the service by starting the device) to successfully stop the CCM service.
Advice regarding proper use of the command if I have been using it incorrectly would be appreciated.