Verify WordPress cPAddon availability

This function verifies that the RPM-based WordPress® cPAddon exists on the system.

Note:

You must install the WordPress Manager cPanel plugin to access this API function.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/WordPressInstanceManager/is_installable_addon_available
Request samples
uapi --output=jsonpretty \
  --user=username \
  WordPressInstanceManager \
  is_installable_addon_available
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "is_installable_addon_available",
  • "module": "WordPressInstanceManager",
  • "result": {
    • "data": 1,
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}