Restful Tacker API - Authentication Token
Please let me know how to generate the authentication token for invoking the /vfn.json and /vfnd.json Restful API. If I use the token printed in the horizon.log, I am able to invoke from a Restful Client, but tokens generated by below is not working.
Please help. Need it for a POC for tacker with my company.
Thanks
Raman
curl -i \
-H "Content-Type: application/json" \
-d '
{ "auth": {
"identity": {
"methods": ["password"],
"password": {
"user": {
"name": "admin",
"domain": { "id": "default" },
}
}
}
}
}' \
http://
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- tacker Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Raman J for more information if necessary.