1 system.node.show
<system.node.show
host='host'
command='command'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ahost | string | Host code. | |||
Acommand | string | Command code. |
Returns | |
---|---|
Type | Description |
string | Value introduced by the user. |
Example
Copy
<xsql-script name='system_node_show_sample1'> <body> <system.node.show host="golum" command="info" /> </body> </xsql-script>