Finding which pack is using a device

Q: How can I find out which packs my device/server is used in?  If you have a large number of packs or configs and use devices or servers in multiple packs, you may find it valuable to know which device is used in which pack. This can aid in understanding how deleting a device or […]

Update a Device Port

Method:              PUT URI:                      /ALF/Server/{serverId}/Port/{portId} This method updates an existing device port. Field Sample data TCPBuffering “string” MaxClients “string” MaxRequests “string” FlushOnDown “string” BurstProt “string” ClientIdleTimeout “string” ServerIdleTimeout “string”

Bind a DDoS Policy to a Device Port

Method:              PUT URI:                      /ALF/Server/{serverId}/Port/{portId}/BindDoSPolicy/{dosId} This method binds an existing DDoS policy to a device port.

Unbind a DDoS Policy from Device Port

Method:              PUT URI:                      /ALF/Server/{serverId}/Port/{portId}/UnbindDoSPolicy This method unbinds an existing DDoS policy from a device port.

Disable/Enable Device Monitoring

Method:              PUT URI:                      /ALF/Server/{serverId}/ToggleMonitoring This method disables or enables a device monitoring. Parameter Data Type MonitoringEnabled “string” (YES/NO)  

Retrieve All Devices

Method:              GET URI:                      /ALF/Server/All This method retrieves all of the devices (servers) for your company. It will also list all of the monitors and ports attached to each server, if applicable. Field Sample data perpage={value} An integer for number of items you would like returned […]

Add a Device to a Port Map Group

Method:              PUT URI:                      /ALF/ServerGroup/{ServerGroupId}/AddServer/{ServerId} This method will place an existing device inside a port map group.

Add a Device to a Failover Group

Method:              PUT URI:                       /ALF/ServerGroup/FailoverGroup/{FailoverGroupId}/AddServer/{ServerId} This method will place an existing device in a failover group.

Remove a Device from a Port Map Group

Method:              PUT URI:                       /ALF/ServerGroup/{ServerGroupId}/RemoveServer/{ServerId} This method will remove an existing device from a port map group. Removing a device from a port map group does not delete the device, it will continue to exist.

Remove Device from Failover Group

Method:              PUT URI:                       /ALF/ServerGroup/FailoverGroup/{FailoverGroupId}/RemoveServer/{ServerId} This method will remove an existing device from a failover group.