Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [leblanc@cas-web-lp001 resources]$ curl -u leblanc:edwards -H 'Content-Type: application/json' -XPUT 'http://localhost:8080/Olog/logbooks/Test2' -d '
- > {
- > "name": "Test2",
- > "owner": "olog-logs",
- > "state": "Active"
- > }
- > '
- {"name":"Test2","owner":"olog-logs","state":"Active"}[leblanc@cas-web-lp001 resources]$ curl -XGET http://localhost:8080/Olog/logbooks/Test2
- {"name":"Test2","owner":"olog-logs","state":"Active"}[leblanc@cas-web-lp001 resources]$ curl -XGET http://localhost:8080/Olog/logbooks
- {"timestamp":1634741409448,"status":500,"error":"Internal Server Error","message":"Failed to find logbooks","path":"/Olog/logbooks"}[leblanc@cas-web-lp001 resources]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement