Skip to content

Instantly share code, notes, and snippets.

@robinsound
Created April 17, 2017 17:15
Show Gist options
  • Save robinsound/0e9caa6dacede7ccbc5c103f26921dc0 to your computer and use it in GitHub Desktop.
Save robinsound/0e9caa6dacede7ccbc5c103f26921dc0 to your computer and use it in GitHub Desktop.
{
"took": 4,
"_scroll_id": "",
"hits": {
"total": 1,
"max_score": 1,
"hits": [
{
"_score": 1,
"_index": "document",
"_type": "document",
"_id": "6888ea26-1056-471b-af8e-734f228bd990",
"_uid": "",
"_routing": "",
"_parent": "",
"_version": null,
"sort": null,
"highlight": null,
"_source": {
"id": "6888ea26-1056-471b-af8e-734f228bd990",
"org_id": "73c84d82-58e8-4492-af56-1fceb1a681a7",
"loc_id": "c233936d-a340-4caf-8546-34cb5f061c84",
"kind": "client_application",
"fields": {
"name": "sadf",
"priority": 5,
"provision_date": "2017-04-01T00:00:00.000Z"
},
"links": null,
"draft": false,
"updated_at": "2017-04-14T09:19:30.419-05:00"
},
"fields": null,
"_explanation": null,
"matched_queries": null,
"inner_hits": null
}
]
},
"suggest": null,
"aggregations": null,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment