{"type":"api","title":"Check if the Cassandra data extraction process","meta":{"id":"/apps/pubhub/media/cisco-cmx-v11-0-0/c5aed5a4a2c41c993164672f27e8c5acda4dd890/91ef8e4b-f544-3c91-8a04-69b14ddb60e9","info":{"title":"Configuration API","version":"1.0.0","description":"This is Configuration API"},"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"openapi":"3.0.0"},"spec":{"operationId":"historydataExportRun","summary":"Check if the Cassandra data extraction process","description":"This API is used to check if the Cassandra data extraction process is already running. CMX allows only one extraction process to run at any given time. If the process is not running, the API returns FALSE, which means that a new extraction job can be triggered now (use the HTTP POST API to trigger it). The response in this case would be: false. If the process is running, the API returns TRUE, which means that an instance of the extraction job is already in progress. Users may keep querying this API at intervals of a few minutes to check the status before submitting another job. The response when the process is running would be: true","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}},"401":{"description":"Error Message","content":{"application/json":{"schema":{"type":"object"},"example":{"error":"CMX: System error"}}}}},"__originalOperationId":"historydataExportRun","method":"get","path":"/config/v1/historydata/export/isrunning"}}