• Nick Ethier's avatar
    command/agent: add /v1/jobs/parse endpoint · b2b99924
    Nick Ethier authored
    The parse endpoint accepts a hcl jobspec body within a json object
    and returns the parsed json object for the job. This allows users to
    register jobs with the nomad json api without specifically needing
    a nomad binary to parse their hcl encoded jobspec file.
    b2b99924