SOAP API LookupService, Complex Types
Complex Type: LogRhythmWebServiceFault
Description
This is the error message object for all of LogRhythm Web Services. This object provides custom meaningful error messages to the client while retaining security precautions for the system.
Derived by
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component | Type | Nillable? | Description |
---|---|---|---|
FaultID | guid | No | The unique ID for the fault object. |
Details | string | Yes | The fault details. |
FaultTime | dateTime | No | The time the fault instance occurred. |
ErrorID | int | No | The unique ID of the error object. |
Complex Type: PickListDataResults
Description
List object used for paging list of key value pairs.
Derived by
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component | Type | Nillable? | Description |
---|---|---|---|
List | ArrayOfKeyValuePairOfintstring | Yes | The key value (unique ID / name) list. |
HasMoreResults | boolean | No | If true, there are more pages in the query result set. |
NextPageID | string | Yes | The unique ID of the next page in this query result set. |