Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

QuantCDN Cron API

Scheduled task management

QuantCDN Cron API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cron. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 7 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 4.15.8.

Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.

7 operations 4 paths 5 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

QuantCDN Cron API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Cron 7

Scheduled task management

GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron
Get all cron jobs for an environment
listCronJobs 3 params → 200404
POST
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron
Create a new cron job
createCronJob 3 params body → 201400422
DELETE
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron/{cron}
Delete a cron job
deleteCronJob 4 params → 204
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron/{cron}
Get a cron job
getCronJob 4 params → 200404
PATCH
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron/{cron}
Update a cron job
updateCronJob 4 params body → 200404
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron/{cron}/runs
Get all runs for a cron job
listCronJobRuns 4 params → 200
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/cron/{cron}/runs/{run}
Get a cron run
getCronRun 5 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CronRun (10 properties), Cron (6 properties), createCronJob_request (6 properties), updateCronJob_request (5 properties). Each schema is shown below with its type and property counts.

createCronJob_request
object
6 properties 3 required
updateCronJob_request
object
5 properties
patchEnvironmentCompose_400_response
object
2 properties
Cron
object
6 properties
CronRun
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-cron-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Filter Policies API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Slack Bots API