Skip to Content

Gear6 MemcacheServer API Documentation

Fetch Memcached server statistics
Fetch a full set of statistics data for a particular memcached instance. "Category" should be one of: basic, health, replication, slabs, items, memory, storage.
view
GET
/api/MemcacheServer/latest/#{instance}/stats/#{category}
Fetch server 'traffic' data
Fetch full set of stats data for a particular memcached instance. Data is returned in the form of an XML array.
view
GET
/api/MemcacheServer/latest/#{instance}/stats/#{category}
Fetch top keys (appliance only)
Fetch top keys data for a memcached instance.
view
GET
api/MemcacheServer/latest/#{instance}/stats/keys
Top Clients (appliance only)
Fetch top clients for a server.
view
GET
api/MemcacheServer/latest/#{instance}/stats/clients
Top Clients for key (appliance only)
Fetch top clients for a particular key for a memcached instance.
view
GET
api/MemcacheServer/latest/#{instance}/stats/clients/key/#{key64}
Stop reporting for an instance (appliance only)
modify
POST
/api/MemcacheServer/latest/config/instance/#{ip}:#{port}/stop-reporting
Start reporting for an instance (appliance only)
modify
POST
/api/MemcacheServer/latest/config/instance/#{ip}:#{port}/start-reporting
Load the UI config file
This is partly an aggregation of other files, so that the web UI only has to make a single call to fetch all of this data. It is not intended for general customer use.
view
GET
/api/MemcacheServer/latest/config