| IDRARestServerEventLogClear Method |
Clear a EventLog
UriTemplate: /dra/domains/{domainFqdn}/computer/eventlogs/delete
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/domains/{domainFqdn}/computer/eventlogs/delete")]
Stream EventLogClear(
string domainFqdn,
string eventLogIdentifier,
Nullable<bool> saveLogs,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/computer/eventlogs/delete")>
Function EventLogClear (
domainFqdn As String,
eventLogIdentifier As String,
saveLogs As Nullable(Of Boolean),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain where the EventLog is located - eventLogIdentifier
- Type: SystemString
A string identifying the source EventLog. Supported formats are: distinguishedName or OnePointPath - saveLogs
- Type: SystemNullableBoolean
A bool value to save the logs - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
RestResponse object containing the operation results
See Also