Show Memcached object cache status
Show the Memcached object cache status for the specified WordPress installation.
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).
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
usernamestringRequiredExample:
u123456789softwarestringRequiredExample:
WordPress installation (software) identifier
1232456789Pattern: ^[0-9]+$Responses
200
Success response
application/json
statusstring · enumOptionalExample:
Current Memcached object cache status for the WordPress installation
activePossible values: 401
Unauthenticated response
application/json
500
Error response
application/json
get/api/hosting/v1/accounts/{username}/wordpress/{software}/memcached/status
GET /api/hosting/v1/accounts/{username}/wordpress/{software}/memcached/status HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"status": "active"
}Last updated
Was this helpful?