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

Jetic Deployments API

Deploy and manage integration deployments on Kubernetes

Jetic Deployments API is one of 5 APIs that Jetic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include Deployments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 5 JSON Schemas.

This API exposes 4 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://app.us1.jetic.io/api/v1.

4 operations 3 paths 2 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://app.us1.jetic.io/api/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — JWT token obtained via the Jetic platform authentication.

Paths & Operations 4

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

Deployments 4

Deploy and manage integration deployments on Kubernetes

GET
/deployments
Jetic List deployments
listDeployments 4 params → 200401
GET
/deployments/{deploymentId}
Jetic Get a deployment
getDeployment 1 param → 200401404
DELETE
/deployments/{deploymentId}
Jetic Undeploy a deployment
deleteDeployment 1 param → 204401404
POST
/integrations/{integrationId}/deploy
Jetic Deploy an integration
deployIntegration 1 param body → 202400401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Deployment (10 properties), Pagination (4 properties). Each schema is shown below with its type and property counts.

Deployment
object
10 properties
Pagination
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jetic-deployments-api-openapi.yml Raw ↑

Other APIs Jetic publishes across the network.

Jetic API Specifications API
Jetic Clusters API
Jetic Integrations API
Jetic Monitoring API