Propagate Creation Time Metadata during Full Sync

JFrog REST APIs

Content Type
REST API

Description: Enables the propagation of artifact creation time metadata during Full Sync operations. This endpoint is relevant when using the Artifactory Federation Service (RTFS).Artifactory Federation Service

Important

To use this feature, the following Artifactory system property must be set to true on the target member:

federated.mirror.events.upload.info.propagate.enabled

Since: 7.123.0

Security: Requires an admin user.

Usage: PUT artifactory/api/federation/propagateCreatedTime?enabled=true

Query Parameter:

Parameter

Required/Optional

Type

Description

enabled

required

boolean

Set to true to enable the propagation of artifact creation time metadata during Full Sync operations.

Sample Response: 200 OK

Status Codes:

Code

Description

200

Enabled

400

Bad Request (missing the enabled query parameter)

403

Forbidden