This topic describes a basic use of the CLI list command.

  1. Switch to the source view and view the default list.

    delphix> source
    delphix source> list
    NAME      CONTAINER  VIRTUAL  CONFIG  
    example   example    false    example
    vexample  vexample   true     vexample
  2. List sources with their database size (in MB).

    delphix> source
    delphix source> list display=name,virtual,runtime.databaseSize
    NAME      VIRTUAL  RUNTIME.DATABASESIZE
    example   false    12784
    vexample  true     12842