Skip to main content

Community

Other: API call mentioned that lists all available HVA versions or directly retrieves the latest HVA version

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    Hi Amar,

    We haven't publicly documented this yet, but you can use this endpoint with your API key to download HVA versions:

    GET https://api.fivetran.com/hvr/download

    • @Nonnull String platform

    • @Nonnull String version

    • @Nullable String architecture

    • @Nullable String filetype

    • @Nullable String release

    For example:

    curl --location 'https://api.fivetran.com/hvr/download?platform=linux&version=6.1.0_54&architecture=x64&release=ga' \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --header 'Authorization: Basic <yourBase64TokenHere>'

    Thanks,
    Jimmy