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

Resources Types define the technology that Applications can have dependencies on.Each Resource Type also defines a set of input parameters (`inputs_schema`), and a set of output data (`outputs_schema`). When provisioning a resource, these are treated as inputs and outputs respectively.

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

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

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

5 operations 2 paths 5 schemas 1 DELETE1 GET1 PATCH1 POST1 PUT

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 5

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

ResourceType 5

Resources Types define the technology that Applications can have dependencies on. Each Resource Type also defines a set of input parameters (inputsschema), and a set of output dat…

GET
/orgs/{orgId}/resources/types
List Resource Types.
listResourceTypes 1 param → 200500
POST
/orgs/{orgId}/resources/types
Creates a new Resources Type.
createResourceType 1 param body → 200400403409500
DELETE
/orgs/{orgId}/resources/types/{typeId}
Delete a Resource Type.
deleteResourceType 2 params → 204400403404500
PATCH
/orgs/{orgId}/resources/types/{typeId}
Update a Resource Type.
patchResourceType 2 params body → 200400403404500
PUT
/orgs/{orgId}/resources/types/{typeId}
Update a Resource Type.
updateResourceType 2 params body → 200400403404500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ResourceTypeResponse (6 properties), ResourceTypeRequest (6 properties), PatchResourceTypeRequestRequest (5 properties), UpdateResourceTypeRequestRequest (5 properties). Each schema is shown below with its type and property counts.

UpdateResourceTypeRequestRequest
object
5 properties 1 required
ResourceTypeRequest
object
Resources Types define the technology that Applications can have dependencies on. Each Resource Type also defines a set of input parameters (inputsschema), and…
6 properties 2 required
HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties 2 required
PatchResourceTypeRequestRequest
object
5 properties
ResourceTypeResponse
object
Resources Types define the technology that Applications can have dependencies on. Each Resource Type also defines a set of input parameters (inputsschema), and…
6 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humanitec-resourcetype-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