Interface ContainerTopResponse

OK response to ContainerTop operation ContainerTopResponse

interface ContainerTopResponse {
    Processes?: string[][];
    Titles?: string[];
}

Properties

Properties

Processes?: string[][]

Each process running in the container, where each is process is an array of values corresponding to the titles.

Titles?: string[]

The ps column titles