list flowtargets example

list flowtargets example.

Examples

List flow targets of a workspace

lscm list flowtargets TestWorkspace1 -r lo
(1352) "TestStream1" (default) (current)
(1353) "TestStream2"
Command run with json output.
lscm list flowtargets TestWorkspace1 -r lo -j
[
    {
        "current": true,
        "default": true,
        "name": "TestStream1",
        "scoped": false,
        "type": "STREAM",
        "url": "https:\/\/localhost:9443\/jazz\/",
        "uuid": "_wAY74AcjEeKa2rwWakM2sg"
    },
    {
        "current": false,
        "default": false,
        "name": "TestStream2",
        "scoped": false,
        "type": "STREAM",
        "url": "https:\/\/localhost:9443\/jazz\/",
        "uuid": "_Iry28AcqEeKa2rwWakM2sg"
    }
]