The Command data type represents an object of a Command base type.
| Attribute | Description | Required |
| name | The object name. | Yes |
| type | The object type name. | Yes |
| maprefuri | The maprefUri | Yes |
| description | The object description. | Yes |
| executionString | The command execution string value. | Yes |
| argumentString | The command argument string value. | Yes |
| module | The command module name. | Yes |
Shows Command data type used in the controller Ant task.
<controller> <execute> <command maprefUri="${maprefUri}" name="Status" module="Apache"/> <execute> </controller>