IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
validateDeploymentEnvDef command
Use the validateDeploymentEnvDef command to determine whether you have met all the constraints for a deployment environment.
This command determines whether you have assigned all required functions for the selected deployment environment. Run this command before generating a deployment environment to make sure that the definition is valid.
After using the command, save your changes to the master configuration using one of the following commands:
Required parameters
- -topologyName name_of_topology
- Specifies the name of the deployment environment you are validating.
Optional parameters
None.
Examples
The following examples use validateDeploymentEnvDef to validate an environment definition for a single cluster on IBM Business Process Manager.
- Jython example:
AdminTask.validateDeploymentEnvDef(['-topologyName topOne]')Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask validateDeploymentEnvDef { -topologyName topOne}
Parent topic: Commands (wsadmin scripting)
Related tasks:
Validate the deployment environment definition from the command line
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library