Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. curl -XGET 'http://localhost:9200/keepbusy_process__issuer_application/KeepBusy__Activities__Activity/neHSKSBCSv-OyAYn3IFcew'
  2.  
  3. {
  4. "_index" : "keepbusy_process__issuer_application",
  5. "_type" : "KeepBusy__Activities__Activity",
  6. "_id" : "neHSKSBCSv-OyAYn3IFcew",
  7. "exists" : false
  8. }
  9.  
  10. curl -XGET 'http://localhost:9200/keepbusy_process__issuer_application/KeepBusy__Activities__Activity/_search?q=_id:neHSKSBCSv-OyAYn3IFcew'
  11.  
  12. {
  13. "took": 2,
  14. "timed_out": false,
  15. "_shards": {
  16. "total": 5,
  17. "successful": 5,
  18. "failed": 0
  19. },
  20. "hits": {
  21. "total": 1,
  22. "max_score": 1.0,
  23. "hits": [
  24. {
  25. "_index": "keepbusy_process__issuer_application",
  26. "_type": "KeepBusy__Activities__Activity",
  27. "_id": "neHSKSBCSv-OyAYn3IFcew",
  28. "_score": 1.0,
  29. "_source": {
  30. "template_uid": "KeepBusy__Activities__Activity.create application",
  31. "name": "create application",
  32. "updated_at": "2014-01-08T10:02:33-05:00",
  33. "updated_at_ms": 1389193353975
  34. }
  35. }
  36. ]
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement