registerComponent Register a component with the Event Collector database.
input | impl:registerComponentRequest Request message (uses base:registerComponentRequest element): Specifies the component to register
| output | impl:registerComponentResponse Response message (uses base:registerComponentResponse element): Gives details on the component which was registered, including the id it was registered as
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
| fault | impl:duplicateRegistrationFault Error message (uses ex:DuplicateRegistrationFault element): The component has already been registered but with incompatible details, so this registration could not continue.
| fault | impl:securityFault Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
|
|
registerEnvironment Register an environment with the Event Collector database.
input | impl:registerEnvironmentRequest Request message (uses base:registerEnvironmentRequest element): Specifies the environment to register
| output | impl:registerEnvironmentResponse Response message (uses base:registerEnvironmentResponse element): Gives details on the environment which was registered, including the id it was registered as
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
| fault | impl:securityFault Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
|
|
registerAttributes Register attributes with the Event Collector database.
input | impl:registerAttributesRequest Request message (uses base:registerAttributesRequest element): Specifies attributes to register
| output | impl:registerAttributesResponse Response message (uses base:registerAttributesResponse element): Gives details on the attributes registered, including the ids each attribute was given
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:noSuchComponentFault Error message (uses ex:NoSuchComponentFault element): The component specified for these attributes does not exist.
| fault | impl:duplicateRegistrationFault Error message (uses ex:DuplicateRegistrationFault element): The attributes have already been registered but with incompatible details, so this registration could not continue.
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
| fault | impl:securityFault Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
|
|
registerMessages Register messages with the Event Collector database.
input | impl:registerMessagesRequest Request message (uses base:registerMessagesRequest element): Specifies messages to register
| output | impl:registerMessagesResponse Response message (uses base:registerMessagesResponse element): Gives details on the messages registered, including the ids each message was given
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:noSuchComponentFault Error message (uses ex:NoSuchComponentFault element): The component specified for these messages does not exist.
| fault | impl:duplicateRegistrationFault Error message (uses ex:DuplicateRegistrationFault element): The messages have already been registered but with incompatible details, so this registration could not continue.
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
|
|
comment Add a comment to the audit trail.
input | impl:commentRequest Request message (uses base:commentRequest element): Specifies a comment to add to the audit
| output | impl:commentResponse Response message (uses base:commentResponse element): Responds with the Audit Id for the comment added
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:securityFault Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
|
|
errorEvent Submit an error event to the Event Collector database. (The event requires the attributes used to have been previously registered with Event Collector.)
input | impl:eventRequest Request message (uses base:eventRequest element): Specifies the event to audit
|
|
event Submit an event to the Event Collector database. (The event requires the attributes used to have been previously registered with Event Collector.)
input | impl:eventRequest Request message (uses base:eventRequest element): Specifies the event to audit
| output | impl:eventResponse Response message (uses base:eventResponse element): Returns the id of the generated event
| fault | impl:securityFault Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidRequestFault Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
|
|
batchEvent Submit an batch of Events to the Event Collector database. (The event requires the attributes used to have been previously registered with Event Collector.)
input | impl:batchEventRequest Request message (uses base:batchEventRequest element): Specifies the events to audit
|
|