IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
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
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}
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library