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

Humanitec ResourceProvision API

ResourceProvisionRequest is the payload passed to the resource provisioner, specifying the resources to be provisioned.

Humanitec ResourceProvision API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

3 operations 3 paths 4 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.28.24
Base URL
https://api.humanitec.io
Resource Areas
1

Paths & Operations 3

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

ResourceProvision 3

ResourceProvisionRequest is the payload passed to the resource provisioner, specifying the resources to be provisioned.

POST
/orgs/{orgId}/apps/{appId}/envs/{envId}/resources/graphdeprecated
Lists the resource objects that hold the information needed to provision the resources specified in the request and the resources they depend on.
queryResourceGraph 3 params body → 200400500
POST
/orgs/{orgId}/apps/{appId}/envs/{envId}/resources/graphs
Create a Dependency Graph which is composed by the resource objects that hold the information needed to provision the resources specified in the request and the resources they depend on.
createDependencyGraph 3 params body → 200400
GET
/orgs/{orgId}/apps/{appId}/envs/{envId}/resources/graphs/{graphId}
Retrieve a Dependency Graph by its ID.
getDependencyGraph 4 params → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are NodeBodyResponse (14 properties), DependencyGraphResponse (5 properties), ResourceProvisionRequestRequest (4 properties), HumanitecErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ResourceProvisionRequestRequest
object
ResourceProvisionRequest is the payload passed to the resource provisioner, specifying the resources to be provisioned.
4 properties 2 required
HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties 2 required
NodeBodyResponse
object
NodeBody represents a node of a Resource Dependency Graph.
14 properties 12 required
DependencyGraphResponse
object
The Dependency Graph which holds the list of objects which contain information to provision resources, sorted according to resources provisioning order.
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humanitec-resourceprovision-api-openapi.yml Raw ↑

Other APIs Humanitec publishes across the network.

Humanitec AccountType API
Humanitec ActiveResource API
Humanitec Agents API
Humanitec Application API
Humanitec Artefact API
Humanitec ArtefactVersion API
Humanitec AuditLogs API
Humanitec AutomationRule API
Humanitec Delta API
Humanitec Deployment API
Humanitec DriverDefinition API
Humanitec Environment API