For the complete list of functions and categories in this namespace, refer to the main admin functions page.
Function name | Description |
---|---|
admin:get-host-ids | This function returns all the host IDs from the configuration. |
admin:host-exists | This function determines whether or not the specified Host exists. |
admin:host-get-group | This function returns the group ID for the host with the specified ID. |
admin:host-get-id | This function return the ID for the specified host from the configuration. |
admin:host-get-mode | This function return the mode for the host with the specified ID |
admin:host-get-mode-description | This function return the mode description for the host with the specified ID |
admin:host-get-name | This function returns the name for the host with the specified ID. |
admin:host-get-port | This function returns the bind port for the host with the specified ID. |
admin:host-get-zone | This function returns the zone for the host with the specified ID. |
admin:host-set-group | This function changes the group to which an existing host belongs to the newly specified value. |
admin:host-set-mode | This function sets the mode and description for the host with the specified ID |
admin:host-set-name | This function changes the name of an existing host to the newly specified value. |
admin:host-set-port | This function changes the bind port value for the host to the newly specified value. |
admin:host-set-zone | This function changes the zone value for the host to the newly specified value. |