HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Download a specific Authentication Service addon version

Download a specific Alation Agent Authentication Service addon version.

📘

cURL code requirements

When using cURL to download the Authentication Service add-on, you must add -o auth.img in order to save the file. This addition isn't included in the auto-generated cURL code to the right.

An example of a full cURL request is:

curl --request GET 
     --url https://{YOUR-ALATION-INSTANCE/integration/v1/agent/addons/auth/5.14.0-2169/ 
     --header "TOKEN: REDACTED" 
     --header 'accept: application/gzip' -o auth.img
Path Params
string
required

Semantic version in the form {major}.{minor}.{patch}-{build}. The string "latest" will also be accepted as a convenience to denote the latest available version.

Responses

Language
Credentials
URL
Choose an example:
application/gzip
application/json