{"service": "nv-tester", "host": "qvavpy0gz9-simpli-server-6fb857d97d-c8hp9", "mount": "/mnt/sidecar-only", "endpoints": "\nNetwork Volume test API.\n\nA tiny, dependency-free HTTP server for exercising a mounted volume (e.g. a\nNetwork Volume PVC) from inside a deployment pod: write / read / append /\nstream / delete files, inspect the mount, and report which pod served the\nrequest. Everything is confined to MOUNT_PATH so path traversal can't escape it.\n\nEnv:\n  MOUNT_PATH  directory to operate under (default: /mnt/shared)\n  PORT        listen port (default: 8080)\n\nAll paths are given as a `path` query param relative to MOUNT_PATH.\nResponses are JSON unless noted.\n\nEndpoints:\n  GET    /                      list endpoints\n  GET    /healthz               liveness\n  GET    /whoami                hostname + mount + selected env\n  GET    /mount                 `mount` + `df` for MOUNT_PATH (confirm weka/csi)\n  GET    /ls?path=.             list a directory\n  GET    /read?path=f           read a file (raw bytes)\n  GET    /stat?path=f           stat a path\n  POST   /write?path=f          overwrite file with request body\n  POST   /append?path=f         append request body to file\n  POST   /stream?path=f&lines=N&delay_ms=M   append N tagged lines over time\n  POST   /fill?path=f&size_mb=N              write N MiB of data (capacity test)\n  DELETE /delete?path=f         delete a file or directory (recursive)\n"}