System Methods
System methods are available in the system
namespace. These methods are used for managing systems that are
registered on ULN. The following methods are available:
system.deleteSystems
The deleteSystems
method removes a system from ULN, given its system ID.
Input Parameters
Parameter | Description |
---|---|
sessionKey
|
The session key for the session. |
serverId
|
The system identifier that should be removed. This needs to be the id value within ULN. |
Return Parameters
Field | Description |
---|---|
int
|
The method returns an int error code, which indicates whether the system was deleted or not. A value of 0 indicates that the system was successfully removed from ULN.
|
Example Input Parameters
sessionKey: eMNanSFF7Hp5qEONUr88L8zfeVQTyzmzKx22Rs30eD0
serverId: 330213
Example Output Parameters
0