Instalação manual
1
Download do Resource Adapter em um local com acesso à Internet
3
Registre o Resource Adapter
user@tmp$ URL_BLAZON="http://localhost:8090"
user@tmp$ IDENTIFICADOR="VERIFIQUE NO ADMIN CONSOLE"
user@tmp$ TOKEN="VERIFIQUE NO ADMIN CONSOLE"
user@tmp$ curl -X POST "${URL_BLAZON}/blazon-resource-adapters-interface/api/initialization/${IDENTIFICADOR}" \
-H "Content-Type: application/json" \
-d "{\"token\": \"${TOKEN}\"}"Last updated
Was this helpful?

