$ curl -v -H 'accept: application/json' http://localhost:32770/-/ * Trying ::1... * Connected to localhost (::1) port 32770 (#0) > GET /-/ HTTP/1.1 > Host: localhost:32770 > User-Agent: curl/7.43.0 > accept: application/json > < HTTP/1.1 200 OK < connection: keep-alive < date: Mon, 03 Aug 2015 09:24:30 GMT < content-length: 1187 < server: erocci OCCI/1.1 < content-type: application/json < vary: accept < { "kinds" : [ { "term" : "compute", "scheme" : "http://example.org/occi/#", "class" : "kind", "title" : "A Resource Kind", "parent" : "http://schemas.ogf.org/occi/core#resource", "attributes" : { "occi" : { "example" : { "attr1" : { "mutable" : true, "title" : "Attribute 1", "required" : false, "type" : "string" }, "attr1" : { "type" : { "mutable" : true, "title" : "Attribute 2", "required" : false, "type" : "string" } }, "attr2" : { "with" : { "additionale" : { "namespace" : { "mutable" : true, "title" : "Attribute 1", "required" : false, "type" : "string" } } } } } } }, "location" : "http://localhost:32770/collections/compute/" } ], "mixins" : [ ], "actions" : [ ] } * Connection #0 to host localhost left intact