mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
It includes the work over the state store, the PRC server, the HTTP server, the go API package and the CLI's command. To read more on the actuall functionality, refer to the RFCs [NMD-178] Locking with Nomad Variables and [NMD-179] Leader election using locking mechanism for the Autoscaler.
21 lines
654 B
Plaintext
21 lines
654 B
Plaintext
---
|
|
layout: api
|
|
page_title: Variables - HTTP API
|
|
description: |-
|
|
The /var endpoints are used to query for and interact with variables and variable
|
|
locking.
|
|
---
|
|
|
|
# Vars HTTP API
|
|
|
|
The `/var` and `/vars` endpoints are used to query for and interact with
|
|
variables, and set up locks and leases over them.
|
|
|
|
See the [Variables][] documentation for information how these capabilities are
|
|
used. For a CLI to perform these operations manually, please see the
|
|
documentation for the [`nomad var`][] commands.
|
|
|
|
Please choose a sub-section in the navigation for more information
|
|
|
|
[`nomad var`]: /nomad/docs/commands/var
|
|
[Variables]: /nomad/docs/concepts/variables |