The curl command could be run from any host that has a network path to your Viya environment. The token refers to an authorization bearer token. You can log in to your Viya environment using the sas-admin CLI and then run these commands to store the token it retrieves into a variable (replacing your_sas_admin_profile with the profile name you use to log in to sas-admin: profile=your_sas_admin_profile sas-admin -p $profile auth login token=$(jq -r --arg profile "$profile" ".$profile | .\"access-token\"" ~/.sas/credentials.json)
... View more