Skip to content

Instantly share code, notes, and snippets.

@kroepke
Created July 8, 2013 06:56
Show Gist options
  • Save kroepke/5946728 to your computer and use it in GitHub Desktop.
Save kroepke/5946728 to your computer and use it in GitHub Desktop.
otter:jersey-netty kroepke$ curl -v -XGET http://localhost:12900/system?pretty=true
* About to connect() to localhost port 12900 (#0)
* Trying 127.0.0.1...
* connected
* Connected to localhost (127.0.0.1) port 12900 (#0)
> GET /system?pretty=true HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8x zlib/1.2.5
> Host: localhost:12900
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: [application/json]
* no chunk, no close, no size. Assume close to signal end
<
{
"server_id" : "otter.local-67e16d36-e310-41dd-90ba-304b1b5e8ddb",
"facility" : "graylog2-server",
"codename" : "Amigo Humanos (Flipper)",
"started_at" : "2013-07-08T06:55:44.783Z",
"version" : "0.20.0-dev"
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment