This function returns whether a WordPress® site backup restoration is in progress.
Note:
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ WordPressRestore \ any_running
{- "data": {
- "any_running": 1,
- "sites": [
- {
- "id": null,
- "site": "example.com",
- "type": "restore"
}
]
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}