Get Change Data Capture Process Status

Topics:

Use the following REST call to get the current status of the CDC process.

GET: /server/api/v1/server/cdc/status

Topics:

Get the current status of the CDC poller process.

Example:

GET https://localhost:9514/server/api/v1/server/cdc/status

-- response --

200 OK
Server:  Apache-Coyote/1.1
X-Application-Context:  application:9500
Content-Type:  application/xml;charset=UTF-8
Transfer-Encoding:  chunked
Date:  Tue, 08 May 2018 13:32:06 GMT
<RestResponse>
  <status>0</status>
  <statusText/>
<responseType>com.ibi.omnigen.controller.cdc.NotificationServiceStatus</
responseType>
  <response>
    <NotificationServiceStatus>
      <status>Stopped</status>
      <configurationValid>true</configurationValid>
      <serviceName>cdc</serviceName>
      <lastRun/>
      <pollInterval>300</pollInterval>
    </NotificationServiceStatus>
  </response>
</RestResponse>