Response Packet Structure
- The get-local node of the output XML packet is structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: DatabaseServerResultType (
database_output.xsd). - The status node is required. It specifies the execution status of the get-local operation. Data type: string. Allowed values: ok | error.
- The errtext node is optional. It returns the error message if the get-local operation fails. Data type: string.
- The errcode node is optional. Is returns the error code if the get-local operation fails. Data type: integer.
- The type node is required. It returns the type of the database server. Data type: string.
- The id node is optional. It returns the ID of the database server. Data type: integer.
Note: In the API RPC 1.3.5.1 either id or type can be retrieved.