- Knowledge Base
- Cloud Block Store
- Cache Server
Cache Server Info
Returns a list of information about each connected cache server, including name, type, status, creation date, etc.
Method |
GET /cache_server/info |
Options |
|
Status |
Sample Response |
200 |
[ { "name": "cmapdcdpl-17-1-0", "type": "dc", "status": "Running", "node": "gke-vizion-ai-vbos-u-vbos-cmap-impree-25e6b681-c2e8", "ip_address": "10.245.208.31", "namespace": "vizion", "created_at": "2020-09-27 07:59:55 UTC" } ] |