For the complete list of functions and categories in this namespace, refer to the main admin functions page.
Function name | Description |
---|---|
admin.getHostIds | This function returns all the host IDs from the configuration. |
admin.hostExists | This function determines whether or not the specified Host exists. |
admin.hostGetGroup | This function returns the group ID for the host with the specified ID. |
admin.hostGetId | This function return the ID for the specified host from the configuration. |
admin.hostGetMode | This function return the mode for the host with the specified ID |
admin.hostGetModeDescription | This function return the mode description for the host with the specified ID |
admin.hostGetName | This function returns the name for the host with the specified ID. |
admin.hostGetPort | This function returns the bind port for the host with the specified ID. |
admin.hostGetZone | This function returns the zone for the host with the specified ID. |
admin.hostSetGroup | This function changes the group to which an existing host belongs to the newly specified value. |
admin.hostSetMode | This function sets the mode and description for the host with the specified ID |
admin.hostSetName | This function changes the name of an existing host to the newly specified value. |
admin.hostSetPort | This function changes the bind port value for the host to the newly specified value. |
admin.hostSetZone | This function changes the zone value for the host to the newly specified value. |