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

HashiCorp Nomad Namespaces API

Endpoints for managing namespaces, which segment jobs and their associated objects.

HashiCorp Nomad Namespaces API is one of 22 APIs that HashiCorp Nomad publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Namespaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and 1 JSON Schema.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.9.0.

Requests are made against a single base URL, http://localhost:4646/v1.

4 operations 3 paths 1 schemas 1 DELETE2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.9.0
Base URL
http://localhost:4646
Authentication
API Key, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

HashiCorp Nomad Namespaces API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Nomad-Token (nomadToken). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • nomadToken — ACL token passed via the X-Nomad-Token request header.
  • bearerAuth — ACL token passed via the Authorization header with Bearer scheme.

Paths & Operations 4

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

Namespaces 4

Endpoints for managing namespaces, which segment jobs and their associated objects.

GET
/namespaces
List namespaces
listNamespaces 3 params → 200401500
PUT
/namespace
Create or update a namespace
createNamespace body → 200400401500
GET
/namespace/{namespaceName}
Read a namespace
readNamespace 1 param → 200401404500
DELETE
/namespace/{namespaceName}
Delete a namespace
deleteNamespace 1 param → 200401404500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Namespace (6 properties). Each schema is shown below with its type and property counts.

Namespace
object
A Nomad namespace for segmenting jobs and objects.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nomad-namespaces-api-openapi.yml Raw ↑

Other APIs HashiCorp Nomad publishes across the network.

HashiCorp Nomad Go SDK
HashiCorp Nomad Python SDK
HashiCorp Nomad Java SDK
HashiCorp Nomad ACL API
HashiCorp Nomad Agent API
HashiCorp Nomad Allocations API
HashiCorp Nomad Deployments API
HashiCorp Nomad Evaluations API
HashiCorp Nomad Jobs API
HashiCorp Nomad Node Pools API
HashiCorp Nomad Nodes API
HashiCorp Nomad Operator API