tests/testthat/sample_responses/v1.31/container_top.R

## version: 1.31
## method: get
## path: /containers/{id}/top
## code: 200
## response: {"Titles":["UID","PID","PPID","C","STIME","TTY","TIME","CMD"],"Processes":[["root","13642","882","0","17:03","pts/0","00:00:00","/bin/bash"],["root","13735","13642","0","17:06","pts/0","00:00:00","sleep 10"]]}
list(titles = c("UID", "PID", "PPID", "C", "STIME", "TTY", "TIME", "CMD"),
     processes = list(
       c("root", "13642", "882", "0", "17:03", "pts/0", "00:00:00",
         "/bin/bash"),
       c("root", "13735", "13642", "0", "17:06", "pts/0", "00:00:00",
         "sleep 10")))
richfitz/stevedore documentation built on July 22, 2023, 1:13 p.m.