- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- 18.0.55 Update #1
Hi,
Am I correct in assuming that it is not currently possible to initiate a WP Integrity Check via the Plesk WP Toolkit REST API?
I'm referring to the function in WP Toolkit web UI: Check WordPress Integrity -> Verify Checksums
Can this be triggered via the WP Toolkit REST API?
It seems it's only possible to check the status of a WP core reinstallation task? Or, am I missing something?? The docs show only a GET function, no POST.
Any plans to implement this? It would be great to be able to trigger this from a script and run from a cron job to check all WP site core checksums on a regular basis. Currently, it seems this is only possible via the Plesk Panel web UI, and even there it can only be done on an individual basis, not in bulk on all sites.
How about with the XML-RPC API -- is it possible to do it using this?
Any assistance appreciated.
Am I correct in assuming that it is not currently possible to initiate a WP Integrity Check via the Plesk WP Toolkit REST API?
I'm referring to the function in WP Toolkit web UI: Check WordPress Integrity -> Verify Checksums
Can this be triggered via the WP Toolkit REST API?
It seems it's only possible to check the status of a WP core reinstallation task? Or, am I missing something?? The docs show only a GET function, no POST.
Installations.Features.Integrity
GET/v1/installations/{installationId}/features/integrity
Get information about WordPress integrity check
Any plans to implement this? It would be great to be able to trigger this from a script and run from a cron job to check all WP site core checksums on a regular basis. Currently, it seems this is only possible via the Plesk Panel web UI, and even there it can only be done on an individual basis, not in bulk on all sites.
How about with the XML-RPC API -- is it possible to do it using this?
Any assistance appreciated.