Dynamic DNS Context Reference

Dynamic DNS module adds the following entities to Iotellect Server context tree.

Root Context

The following actions are added to Root context:

Update Host

This Call Function instructs Iotellect Server add or remove host from a DNS using a dynamic DNS update.

Action Type:

Call Function

Action Name:

updateHost

Permissions:

Accessible at Admin permission level

Action Group:

Advanced Actions

Utilities Context

The following functions are added to Utilities context:

Update Host

Updates host in a dynamic DNS.

Function Name:

updateHost

Permissions:

Accessible at Operator permission level

Input Records:

1

Input Format:

Name

Type

Description

host

String

Host name to update. DNS zone to be updated is configured in Dynamic DNS global settings.

ip

String

IP address of the host.

remove

Boolean

Unregister host from DNS zone if false, or register it if true.

Output Records:

0

Output Format:

None

Was this page helpful?