The user can specify 5 different values for the target option. The table below describes the behavior for each one of them. For the PE or the Development version of the Application Server, only 'server' and 'domain' target values are valid. If no target option is specified the default value 'server' will be used.
| Target | Behavior |
|---|---|
| 'server' | Command is executed against embedded DAS server instance (Default). |
| 'domain' | Command is executed against domain itself. |
| cluster_name | Command is executed against all instances in a cluster. |
| instance_name | Command is executed against a single stand-alone instance. |
| null | Will use the default target, which is 'server' |