dunebox-port-map

Return a map of dunebox connections to their connection tags

Arguments

ArgumentTypeOptionalInterpretation

--pretty

flag

Yes

Pretty prints output. Default is JSON.

Successful Output

When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:

FieldTypeIntepretation

port

uint16

Local port for proxy connection.

tag

String

Connection parameter, depending on how the connection was made. Can be the asid (if it was specified with dunebox-connect or if the connection was made with dunebox-autoconnect), token (if it was specified with dunebox-connect) or default (if nothing was specified during dunebox-connect)

status

String

One of online, offline or unauthorized, depending on the connection status.

Last updated