Update of Registration Template Settings

Updates registration template settings.

Syntax

void updateDeviceTemplateSettings(String templateName, List<PropertyItemVO> propertyItems) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

Usage

You can update registration template settings by passing a list of PropertyItemVO objects. Each PropertyItemVO is identified by its property ID, which is a unique, predefined ID.

For example, ID 1 is the "server name" property of an MBS device. To view all predefined property IDs, use com.sybase.sup.admin.scc.client.SUPDeviceUser.getPropertyDefinitions() to view property metadata.