Full Broadcast Access Federation

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Invokes Access Federation full broadcast from a single federation source to all its federation targets.

Security:

  • Prior to release 7.12.0: Requires an admin user (basic credentials only). Requires execution from access localhost.

  • From release 7.12.0: Requires a valid admin-scoped token. The API no longer supports basic authentication.

Usage: PUT /api/v1/system/federation/<federation_target_servername>/full_broadcast

Produces: text/plain

Sample usage:

curl -H "Authorization: Bearer <Token>" http://localhost:8082/access/api/v1/system/federation/<Access Service ID - Ex: "jfac@abc[...]123">/full_broadcast -XPUT

Response Codes: 204 Successful operation

Description: Invokes Access Federation full broadcast from a single federation source to all its federation targets. This API targets the server's access_id.

Note

You can obtain the access_id from the source's access.config.latest.yaml's outbound section.

Security:

  • Prior to release 7.12.0: Requires an admin user (basic credentials only). Requires execution from access localhost.

  • From release 7.12.0: Requires a valid admin-scoped token. The API no longer supports basic authentication.

Usage: PUT /api/v1/system/federation/<federation_target_servername>/full_broadcast

Produces: text/plain

Sample usage:

curl -H "Authorization: Bearer <Token>" http://localhost:8082/access/api/v1/system/federation/<federation_target_access_id>/full_broadcast -XPUT

For example:

curl -H "Authorization: Bearer <Token>" http://localhost:8082/access/api/v1/system/federation/jfac@01ep443hcx10x00djcdsp31d56/full_broadcast -XPUT

Response Codes:

204 Successful operation