Humanitec Delta API
A Deployment Delta (or just "Delta") describes the changes that must be applied to one Deployment Set to generate another Deployment Set. Deployment Deltas are the only way to create new Deployment Sets.Deployment Deltas can be created fully formed or combined together via PATCHing. They can also be generated from the difference between two Deployment Sets.**Basic Structure**``` { "id": , "metadata": { } "modules" : { "add" : { : { } }, "remove": [ ], "update": { : [ ] } } }```
Humanitec Delta API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Delta. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.
This API exposes 8 operations across 5 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version 0.28.24.
Requests are made against a single base URL, https://api.humanitec.io/.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 2 GET, 1 PATCH, 1 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
A Deployment Delta (or just "Delta") describes the changes that must be applied to one Deployment Set to generate another Deployment Set. Deployment Deltas are the only way to cre…
Schemas 16
The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are DeltaMetadataRequest (8 properties), DeltaMetadataResponse (8 properties), ControllerResponse (6 properties), PodStateResponse (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Humanitec 12
Other APIs Humanitec publishes across the network.