Get Checksum Replication

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Gets the checksum replication status on the target Artifactory. The API returns the replication status and the date until which the trust expires.

Note

This REST API is supported on Self-Hosted platforms only.

Security: Requires an admin user.

Usage: GET /api/config/storage/checksumReplication

Consumes: application/json Since: 7.55.2

Since: 7.55.2

Sample Usage:

GET /api/config/storage/checksumReplication
 
#returns
 
{
 
 "checkBinaryExistenceAllowed": true,
 
 "trustUntil": "2023-03-25 21:46:46 +0200"
 
}