Skip to main content
Skip table of contents

How to control host objects from the command line

Overview

The command line tool "VISULOX addon host" allows to control the VISULOX host objects..

Usage

The following subcommands are available:

CommandDescription
listList and print host objects.
addAdd a host object.
editModify fields of a host object.
deleteRemove a host object.
fieldsList available database fields (-raw = enhanced output)

Host object elements (edit)

ElementDescription
-name <>Name of the host object in the database <>
-endpoint <>

URI to address the endpoint e.g. ssh://user@host <>

-comment <>Comment for enpoint <CLI>
-mode <>Endpoint enabled / disabled. Default value: on.
-ftprotocol <>FT protocol e.g. ftp.passive:port <sftp:22>
-ftuser <>Alternate FT user for this endpoint <>
-ftdir <>FT directory for this endpoint <~>
-grant <>Set granted user in database record <>

Examples


List current available host objects

CODE
visulox addon host list

    -------------------------------------------------
    |        basicname | host_enabled | sh_protocol |
    -------------------------------------------------
    | test1.amitego.de |  enabled.map |      ssh:22 |
    | test2.amitego.de | disabled.map |   telnet:23 |
    -------------------------------------------------

Add host object

CODE
visulox addon host add -name "Test3" -endpoint test3.amitego.de

Edit host object

CODE
visulox addon host edit -name "Test3" -mode off

Remove an entry

CODE
visulox addon host delete -name "Test3"




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.