getLinodeIP | SELECT | address, linodeId | View information about the specified IP address associated with the specified Linode.
|
getLinodeIPs | SELECT | linodeId | Returns networking information for a single Linode.
|
addLinodeIP | INSERT | linodeId, data__public, data__type | Allocates a public or private IPv4 address to a Linode. Public IP Addresses, after the one included with each Linode, incur an additional monthly charge. If you need an additional public IP Address you must request one - please open a support ticket. You may not add more than one private IPv4 address to a single Linode.
|
removeLinodeIP | DELETE | address, linodeId | Deletes a public or private IPv4 address associated with this Linode. This will fail if it is the Linode's last remaining public IPv4 address.
|
_getLinodeIP | EXEC | address, linodeId | View information about the specified IP address associated with the specified Linode.
|
_getLinodeIPs | EXEC | linodeId | Returns networking information for a single Linode.
|
updateLinodeIP | EXEC | address, linodeId, data__rdns | Updates a the reverse DNS (RDNS) for a particular IP Address associated with this Linode.
Setting the RDNS to null for a public IPv4 address, resets it to the default "ip.linodeusercontent.com" RDNS value.
|