Changes between Initial Version and Version 1 of Ticket #8813, comment 11
- Timestamp:
- May 21, 2015 8:23:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8813, comment 11
initial v1 5 5 '''Profile Keystone v3 HTTP(/v3/tokens)''' 6 6 7 8 {{{ 7 9 <plist version="1.0"> 8 10 <dict> … … 24 26 </plist> 25 27 28 }}} 29 26 30 '''Log output (/v3/tokens)''' 27 31 32 33 {{{ 28 34 POST /v3/tokens HTTP/1.1 29 35 Accept: application/json … … 43 49 Error: File not found 44 50 Not found. 404 Not Found. Please contact your web hosting service provider for assistance. 51 }}} 52 45 53 46 54 '''Profile Keystone v3 HTTP(/v3/auth/tokens)''' … … 48 56 ''Note: We may need a Placeholder to support domain'' 49 57 58 59 {{{ 50 60 <plist version="1.0"> 51 61 <dict> … … 68 78 </dict> 69 79 </plist> 80 }}} 81 70 82 71 83 '''Log output (/v3/auth/tokens)''' 72 84 85 86 {{{ 73 87 POST /v3/auth/tokens HTTP/1.1 74 88 Accept: application/json … … 89 103 Error: Connection failed 90 104 Created. 201 Created. 105 }}} 106