showDeploymentEnvStatus command

Use the showDeploymentEnvStatus command to display the current status of the deployment environment.

The deployment environment status is based on whether the environment has been generated (exists) and whether components have been started.

Run this command to determine whether the environment is configured or not.

Required parameters

-topologyName name_of_topology
Specifies the name of the deployment environment.

Optional parameters

None.

Example

Note: The examples are for illustrative purposes only. They include variable values and are not meant to be reused as snippets of code.
The following example uses showDeploymentEnvStatus to display the status of the deployment environment.
  • Jython example:
    AdminTask.showDeploymentEnvStatus('[-topologyName MyDepEnv]')
    Tip: Add the jython print statement before the command when you want to see formatted output.
  • Jacl example:
    $AdminTask showDeploymentEnvStatus {-topologyName MyDepEnv}