v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Admin

Export registry data

Exports registry data as a ZIP archive.

get/admin/export

Query parameters

forBrowserboolean

Indicates if the operation is done for a browser. If true, the response will be a JSON payload with a property called href. This href will be a single-use, naked download link suitable for use by a web browser to download the content.

Response

Response when the export is successful.

downloadIdstring required
hrefstring

Example response

{
  "downloadId": "247-4987490-297845",
  "href": "https://54321.registry.examples.org/apis/registry/v2/downloads/247-4987490-297845"
}