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 Environments API

Application environment management and configuration

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

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

This API exposes 10 operations across 6 paths, and defines 24 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.

10 operations 6 paths 24 schemas 1 DELETE5 GET2 POST2 PUT

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 Environments 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 10

Across 6 paths, the API surfaces 10 operations — 1 DELETE, 5 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Environments 10

Application environment management and configuration

GET
/api/v3/organizations/{organisation}/applications/{application}/environments
Get all environments for an application
listEnvironments 2 params → 200404
POST
/api/v3/organizations/{organisation}/applications/{application}/environments
Create a new environment
createEnvironment 2 params body → 201400403
DELETE
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}
Delete an environment
deleteEnvironment 3 params → 204404
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}
Get a single environment
getEnvironment 3 params → 200404
PUT
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}
Update Environment Compose Definition
updateEnvironment 3 params body → 202400404
PUT
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/state
Update the state of an environment
updateEnvironmentState 3 params body → 204400
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/logs
Get the logs for an environment
getEnvironmentLogs 9 params → 200404422
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/metrics
Get the metrics for an environment
getEnvironmentMetrics 8 params → 200404422
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/sync/{type}
List the sync operations for an environment
listSyncOperations 4 params → 200
POST
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/sync/{type}
Perform a sync operation from a source environment to the current environment
syncToEnvironment 4 params body → 200

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are EnvironmentResponse (22 properties), Container (19 properties), Compose (9 properties), createEnvironment_request (9 properties). Each schema is shown below with its type and property counts.

Container_environment_inner
object
2 properties 2 required
Container_healthCheck
object
Container health check configuration
5 properties
EnvironmentSummary
object
Environment summary returned in list responses
7 properties
Container_imageReference
object
2 properties 2 required
Container_mountPoints_inner
object
3 properties 2 required
getEnvironmentLogs_200_response_logEvents_inner
object
2 properties
EnvironmentResponse
object
Environment response schema with runtime details
22 properties 1 required
patchEnvironmentCompose_400_response
object
2 properties
Cron
object
6 properties
createEnvironment_request_environment_inner
object
2 properties
Compose
object
9 properties
Volume
object
8 properties
createEnvironment_403_response
object
2 properties
updateEnvironment_request
object
3 properties 1 required
Container_originProtectionConfig
object
Extended origin protection configuration with IP allow list support
2 properties
Container_dependsOn_inner
object
2 properties 1 required
createEnvironment_request
object
9 properties 1 required
syncToEnvironment_request
object
1 property
Container
object
19 properties 2 required
getEnvironmentLogs_200_response
object
2 properties
Container_secrets_inner
object
2 properties 2 required
SpotConfiguration
object
Spot instance strategy configuration for controlling cost vs reliability. Spot instances provide significant cost savings (~70%) but may be interrupted by AWS.…
1 property 1 required
SyncOperation
object
7 properties
updateEnvironmentState_request
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-environments-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