-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from RockefellerArchiveCenter/dashboard-cleanup
Add services to clean up archivematica dashboard
- Loading branch information
Showing
6 changed files
with
186 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"version": 1, | ||
"interactions": [ | ||
{ | ||
"request": { | ||
"method": "GET", | ||
"uri": "http://archivematica-dashboard:8000/api/transfer/completed", | ||
"body": null, | ||
"headers": { | ||
"User-Agent": [ | ||
"python-requests/2.20.0" | ||
], | ||
"Accept-Encoding": [ | ||
"gzip, deflate" | ||
], | ||
"Accept": [ | ||
"*/*" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
] | ||
} | ||
}, | ||
"response": { | ||
"status": { | ||
"code": 200, | ||
"message": "OK" | ||
}, | ||
"headers": { | ||
"Vary": [ | ||
"Accept-Language, Cookie" | ||
], | ||
"Content-Language": [ | ||
"en" | ||
], | ||
"Content-Type": [ | ||
"application/json" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
], | ||
"Server": [ | ||
"gunicorn/19.9.0" | ||
], | ||
"Date": [ | ||
"Fri, 21 Dec 2018 00:33:03 GMT" | ||
], | ||
"Transfer-Encoding": [ | ||
"chunked" | ||
] | ||
}, | ||
"body": { | ||
"string": "{\"message\": \"Fetched completed transfers successfully.\", \"results\": []}" | ||
} | ||
} | ||
}, | ||
{ | ||
"request": { | ||
"method": "GET", | ||
"uri": "http://archivematica-dashboard:8000/api/ingest/completed", | ||
"body": null, | ||
"headers": { | ||
"User-Agent": [ | ||
"python-requests/2.20.0" | ||
], | ||
"Accept-Encoding": [ | ||
"gzip, deflate" | ||
], | ||
"Accept": [ | ||
"*/*" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
] | ||
} | ||
}, | ||
"response": { | ||
"status": { | ||
"code": 200, | ||
"message": "OK" | ||
}, | ||
"headers": { | ||
"Vary": [ | ||
"Accept-Language, Cookie" | ||
], | ||
"Content-Language": [ | ||
"en" | ||
], | ||
"Content-Type": [ | ||
"application/json" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
], | ||
"Server": [ | ||
"gunicorn/19.9.0" | ||
], | ||
"Date": [ | ||
"Fri, 21 Dec 2018 00:33:03 GMT" | ||
], | ||
"Transfer-Encoding": [ | ||
"chunked" | ||
] | ||
}, | ||
"body": { | ||
"string": "{\"message\": \"Fetched completed ingests successfully.\", \"results\": []}" | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters