status commands

Status commands are used to obtain the status of Digital Sandbox resources.

The following status CLI commands are available:

dsctl

    — status

        — deployment

        — phyconnector

dsctl status deployment

Synopsis

dsctl status deployment -i <ID_string>

Description

The dsctl status deployment command is used to retrieve the status of a specified Digital Sandbox deployment.

Options

The following are dsctl status deployment parameters:

Parameter:

-i <ID_string>

Used with operation:

status deployment

Description:

Defines the deployment ID. Mandatory field.

Examples

To retrieve the status of a Digital Sandbox deployment associated with deployment ID ‟star”:

dsctl status deployment -i star

dsctl status phyconnector

Synopsis

dsctl status phyconnector -n <name_string>

Description

The dsctl status phyconnector command is used to retrieve the status of a specified phyconnector. A phyconnector is used to connect a physical interface, device, or network to the containerized network.

Options

The following are dsctl status phyconnector parameters:

Parameter:

-n <name_string>

Used with operation:

status phyconnector

Description:

Defines the name of the phyconnector. Mandatory field.

Examples

To retrieve the status of a phyconnector named ‟phyconnect1”:

dsctl status phyconnector -n phyconnect1