SOAP API EntityService, Complex Types
Complex Type: EntityDataModel
Description
Response model for the Entity.
Derived by
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component | Type | Nillable? | Description |
---|---|---|---|
EntityID | int | No | The unique ID of the entity object. |
RootEntityID | int | No | The unique ID of the root entity object. |
EntityName | string | Yes | The name of the entity. |
FullName | string | Yes | The full name that may include parents name of the entity. |
ShortDescription | string | Yes | The short description of the entity. |
LongDescription | string | Yes | The long description of the entity. |
RecordStatus | RecordStatusEnum | No | The record status of the entity. |
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. |