Description: Get the namespace that was generated for all the repositories during the archive process. This namespace is required when sending a request for restoring artifacts.
Note
This Cold Storage feature is available only for Artifactory Enterprise and Enterprise+ users.
Since: Artifactory 7.27.3
Security: Requires an admin user
Usage: GET /artifactory/api/retention/namespace
Produces: application/json
Sample Request:
GET https://[JFrogPlatformURL]/artifactory/api/retention/namespaceSample Response:
{
"jfrogColdStorageNamespaceId": "gbbxmcuj"
}Status:
200: Success