Response Packet Structure
The get-status node of the output XML packet is presented by type LogRotationGetStatusOutput (logrotation.xsd) and structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultFilterType (
common.xsd). - The status node is required. It specifies the execution status of the get-status operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It returns the error code if the get-status operation fails. Data type: unsignedInt.
- The errtext node is optional. It returns the error message if the get-status operation fails. Data type: string.
- The filter-id node is required. It returns a filtering rule parameter. For more information, refer to the Filtering Issues section. Data type: anySimple.
- The id node is optional. If the get-status operation succeeds it holds the ID of the domain matched by the filtering rule. Data type: integer.
- The enabled node is optional. If the get-status operation succeeds, it holds status of the service on the domain. Data type: integer.