nomex v0.0.3 Nomex.Allocations
Methods in this module are used to interact with Nomad’s Allocations HTTP API. More information here:
Link to this section Summary
Functions
issues a GET request to <NOMAD_HOST>/v1/allocation/<param_id>
issues a GET request to <NOMAD_HOST>/v1/allocation/<param_id>
issues a GET request to <NOMAD_HOST>/v1/allocations
issues a GET request to <NOMAD_HOST>/v1/allocations?prefix=<prefix>
issues a GET request to <NOMAD_HOST>/v1/allocations
issues a GET request to <NOMAD_HOST>/v1/allocations?prefix=<prefix>
Link to this section Functions
issues a GET request to <NOMAD_HOST>/v1/allocation/<param_id>
returns a tuple with status (:ok, :error
) and the %Nomex.Response{}
issues a GET request to <NOMAD_HOST>/v1/allocation/<param_id>
returns a %Nomex.Response{}
or raises exception
issues a GET request to <NOMAD_HOST>/v1/allocations
returns a tuple with status (:ok, :error
) and the %Nomex.Response{}
issues a GET request to <NOMAD_HOST>/v1/allocations?prefix=<prefix>
returns a tuple with status (:ok, :error
) and the %Nomex.Response{}
issues a GET request to <NOMAD_HOST>/v1/allocations
returns a %Nomex.Response{}
or raises exception
issues a GET request to <NOMAD_HOST>/v1/allocations?prefix=<prefix>
returns a %Nomex.Response{}
or raises exception