Data Observability platform Help

Executions

Current

  • API endpoint: /api/v1/executions/current

  • Type: GET

  • Description: Returns all currently running executions

  • Parameters: none

  • Result

[ { "user": "admin", "executedTests": "68", "totalTests": "211", "progress": "68/211", "executionName": "Rfam.family" }, { "user": "System", "executedTests": "51", "totalTests": "270", "progress": "51/270", "executionName": "RNAcentral" } ]

Scheduled

  • API endpoint: /api/v1/executions/scheduled

  • Type: GET

  • Description: Returns info about scheduled executions

  • Parameters: none

  • Result

[ { "executionName": "RNAcentral", "nextExecutionTime": "2022-01-21 09:00:00", "timeLeft": "In queue", "schedule": "Daily / 09:00", "currentTime": "2022-01-21 10:31:56", "type": "ts" }, { "executionName": "Rfam.full_region", "nextExecutionTime": "2022-01-21 11:00:00", "timeLeft": "0h 28m 03s", "schedule": "Daily / 11:00", "currentTime": "2022-01-21 10:31:56", "type": "object" }, { "executionName": "Crypto", "nextExecutionTime": "2022-01-21 11:19:31", "timeLeft": "0h 47m 34s", "schedule": "Every 100 minutes", "currentTime": "2022-01-21 10:31:56", "type": "ts" } ]
Last modified: 22 July 2024