Need clarification on creation of V3 credentials
While I was trying to create V3 credentials below was the issue faced
curl -i -X POST http://
HTTP/1.1 400 Bad Request
Vary: X-Auth-Token
Content-Type: application/json
Content-Length: 89
Date: Wed, 28 Aug 2013 11:26:57 GMT
{"error": {"message": "Invalid blob in credential", "code": 400, "title": "Bad Request"}}
Request body I used to create is as below
body = {"credential": {"user_id": "64d29e5d86f844
But this reference Doc (https:/
Request:
{
"credential": {
"blob": "--JSON serialized object containing 'access' and 'secret'--",
"type": "ec2",
"user_id": "--user--id--"
}
}
Can anyone please correct me if I am wrong. ASAP.
Thanks in Advance,
Harika.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Haneef Ali
- Solved:
- Last query:
- Last reply: