There was an error while loading. Please reload this page.
<command>
When used during an object import operation, the <command> element supports the following additional attributes
Note: At least one command on an import operation must have the result-has-objects value set to true.
result-has-objects
true
The command text cannot contain any [value declarations|value declaration] during an import operation.
<command result-has-objects="true" success-codes="0">cat /etc/passwd</command>
The example above executes the command and stores the results of command output for processing later by the import engine.