Exports the entire hidden repository as a CAR file. Requires auth. Each block in the CAR file is a CBOR-encoded record entry containing the collection, record key, strategy, and record value. This can be used to migrate your hidden repository to another HDS instance.
Output
application/vnd.ipld.carTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"encoding": "application/vnd.ipld.car"
},
"description": "Exports the entire hidden repository as a CAR file. Requires auth.\nEach block in the CAR file is a CBOR-encoded record entry containing the collection, record key, strategy, and record value.\nThis can be used to migrate your hidden repository to another HDS instance."
}