Federated learning
Stop federation pulsing
Stop syncing our project with other peers.
Stop syncing our project with other peers.
Authorization
SymetryMLAuth AuthorizationBearer <token>
HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
user*string
User/Customer identifier
project*string
Project identifier
Response Body
application/json
application/json
curl -X GET "https://example.com/c1/fedml/nbra_prj_iris/stopPulsing"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 500, "statusString": "Error Invalid project name / or not logged in.", "values": {}}Send federation status request GET
Ask the other peers in the federation to report their status.
Get federation sync statistics GET
Get federation synchronization logs. This contains information about error and successfull synchronization. It also contains information about PSRContract error if applicable.