Repair RPM management yum cache issues

This function attempts to repair yum cache issues.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/package_manager_fixcache
Request samples
whmapi1 --output=jsonpretty \
  package_manager_fixcache
Response samples
application/json
{
  • "data": {
    • "cache_seems_ok_now": 1
    },
  • "metadata": {
    • "command": "package_manager_fixcache",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}