"gpu_temp": "float", // gpu temperature in celsius
"local_ipaddrs": "str", // local ip addresses? I think if you have another instance on the same machine you can use it. separated with spaces and often ends with \n
"direct_port_end": "int", // highest port number assigned to instance
"direct_port_start": "int", // lowest port number assigned to instance
"cpu_util": "float", // 0 - 100
"mem_usage": "float", // GB of ram used
"mem_limit": "float",
"vmem_usage": "float", // GiB of vram used
"machine_dir_ssh_port": "int" // used to communicate with a stopped instance, to get data from it?