Description: Invokes Access Federation full broadcast from a single federation source to all its federation targets.
Security: Requires a valid admin-scoped token.
Usage: PUT /access/api/v1/system/federation/{federation_target_servername}/full_broadcast
Note
You can obtain the access_id from the source's access.config.latest.yaml
's outbound section.
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
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