Skip to content

Instantly share code, notes, and snippets.

@skarmark
Created September 10, 2015 22:56
Show Gist options
  • Save skarmark/c2e339b985a79b1329a7 to your computer and use it in GitHub Desktop.
Save skarmark/c2e339b985a79b1329a7 to your computer and use it in GitHub Desktop.
> db.action_execution_d_b.getIndices()
[
{
"v" : 1,
"key" : {
"_id" : 1
},
"ns" : "st2.action_execution_d_b",
"name" : "_id_"
},
{
"v" : 1,
"key" : {
"parent" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "parent_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"liveaction.id" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "liveaction.id_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"start_timestamp" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "start_timestamp_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"action.ref" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "action.ref_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"status" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "status_1",
"dropDups" : false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment