User`s manual

63
XMLRPCINTERFACEREFERENCE
General Requests/Responses
registry_configuration
Sets or gets a registry entry. Can only be used to access an existing entry, not to create a
new one.
Parameter Type Description
name string Name of the registry
entry to access.
value (optional) bool, int,
float
,
string or
none
If provided, this will set registry name to
value.
If not provided, this will get the value
of registry entry in the response.
Parameter Type Description
name string Name of the registry entry.
write_status
(optional)
bool Only included if the original request was a set request. If TRUE, regis-
try entry successfully updated. If FAL
SE, registry entry not updated.
write_errors
(optional)
string Only included if the original request was a set request and
write_
status indicates an error. Description of any errors encountered
while setting the registry entry.
value bool, int,
str
ing, or
none
Value of registry entry if getting value or original value of request if
setting value.
registry_configuration Parameters:
registry_configuration_response Parameters:
Appendix A