Skip to content

Instantly share code, notes, and snippets.

@benkeen
Created July 15, 2015 16:10
Show Gist options
  • Save benkeen/b90fd19b7169d893a0ce to your computer and use it in GitHub Desktop.
Save benkeen/b90fd19b7169d893a0ce to your computer and use it in GitHub Desktop.
{
"warehouse_name": {
"sources": [
{
"name": "sourcename",
"doc_url": "document1_url",
"replication_status": {
"status": "running",
"sub_status": "initial",
"time": "2015-07-09T21:05:11Z",
"docsSkipped": 4,
"docsProcessed": 6,
"docsSuccess": 6,
"docsFailed": 0,
"docsWarned": 0
}
},
"source2": {
// ...
}
]
},
"warehouse_name2": {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment