Clear federation error log
Clear this project's federation error log.
Clear this project's federation error log.
Authorization
SymetryMLAuth 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/Customer identifier
Project identifier
Response Body
application/json
application/json
curl -X DELETE "https://example.com/c1/projects/nbra_prj_iris/clearErrorLog"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 500, "statusString": "Error Invalid project name / or not logged in.", "values": {}}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.
List jobs GET
List all jobs currently tracked for the calling user. Set the `all` query parameter to list every customer's jobs; this is restricted to the root user and fails otherwise.