WordPress: Object Cache
Show Memcached object cache status
Show the Memcached object cache status for the specified WordPress installation.
Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
get/api/hosting/v1/accounts/{username}/wordpress/{software}/memcached/status
Path parameters
usernamestring required
Example:u123456789
softwarestring required
Example:1232456789
WordPress installation (software) identifier
Response
Success response
Example response
{
"status": "active"
}