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

Cloud application lifecycle management

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

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

This API exposes 5 operations across 3 paths, and defines 21 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.

5 operations 3 paths 21 schemas 1 DELETE3 GET1 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 Applications 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 5

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

Applications 5

Cloud application lifecycle management

GET
/api/v3/organizations/{organisation}/applications
Get all applications for an organisation
listApplications 1 param → 200
POST
/api/v3/organizations/{organisation}/applications
Create a new application
createApplication 1 param body → 201400403
DELETE
/api/v3/organizations/{organisation}/applications/{application}
Delete an application
deleteApplication 2 params → 204404
GET
/api/v3/organizations/{organisation}/applications/{application}
Get a single application
getApplication 2 params → 200404
GET
/api/v3/organizations/{organisation}/applications/ecr-login
Get ECR login credentials
getEcrLoginCredentials 1 param → 200

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are Container (19 properties), Application (14 properties), Compose (9 properties), CreateApplicationRequest (7 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
Container_imageReference
object
2 properties 2 required
CreateApplicationRequest_environment_inner
object
2 properties
Container_mountPoints_inner
object
3 properties 2 required
Application_imageReference
object
Image reference information
2 properties
CreateApplicationRequest_database
object
Optional database configuration
4 properties
Compose
object
9 properties
CreateApplicationRequest
object
7 properties 2 required
Application_database
object
Database configuration
4 properties
Container_originProtectionConfig
object
Extended origin protection configuration with IP allow list support
2 properties
CreateApplicationRequest_filesystem
object
Optional filesystem configuration
2 properties
Container_dependsOn_inner
object
2 properties 1 required
createApplication_403_response
object
2 properties
Application
object
14 properties 2 required
getEcrLoginCredentials_200_response
object
4 properties
Container
object
19 properties 2 required
Application_filesystem
object
Filesystem configuration
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
Application_deploymentInformation_inner
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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