Page MenuHomeSoftware Heritage
Paste P811

check deposit status
ActivePublic

Authored by ardumont on Oct 8 2020, 5:14 PM.
curl -i -u swh:$(swhpass ls operations/deposit.softwareheritage.org/http-auth/swh | head -1) https://deposit.softwareheritage.org/1/swh/1033/status/
HTTP/1.1 200 OK
Date: Thu, 08 Oct 2020 15:13:59 GMT
Server: gunicorn/19.9.0
Content-Type: application/xml
Vary: Accept
Allow: GET, POST, PUT, DELETE, HEAD, OPTIONS
X-Frame-Options: SAMEORIGIN
Content-Length: 836
Via: 1.1 deposit.softwareheritage.org
Access-Control-Allow-Origin: *
X-Varnish: 17570464
Age: 0
Via: 1.1 varnish (Varnish/6.1)
Strict-Transport-Security: max-age=15768000;
Accept-Ranges: bytes
Connection: keep-alive
<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:sword="http://purl.org/net/sword/"
xmlns:dcterms="http://purl.org/dc/terms/">
<deposit_id>1033</deposit_id>
<deposit_status>done</deposit_status>
<deposit_status_detail>The deposit has been successfully loaded into the Software Heritage archive</deposit_status_detail>
<deposit_swh_id>swh:1:dir:ef04a768181417fbc5eef4243e2507915f24deea</deposit_swh_id>
<deposit_swh_id_context>swh:1:dir:ef04a768181417fbc5eef4243e2507915f24deea;origin=https://www.softwareheritage.org/check-deposit-2020-10-08T13:52:34.509655;visit=swh:1:snp:c477c6ef51833127b13a86ece7d75e5b3cc4e93d;anchor=swh:1:rev:f26f3960c175f15f6e24200171d446b86f6f7230;path=/</deposit_swh_id_context>
<deposit_external_id>check-deposit-2020-10-08T13:52:34.509655</deposit_external_id>
</entry><