API Documentation

Last Update: 28 December 2022

DELETE api/SystemLogDefinitionCustom/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
SystemLogDefinitionCustom
Name Description Type Additional information
ID

integer

None.

Name

string

None.

Critical

boolean

None.

Error

boolean

None.

Warning

boolean

None.

Information

boolean

None.

EventID

string

None.

Keyword

string

None.

DefinitionID

integer

None.

Type

integer

None.

Notes

string

None.

HostType

byte

None.

LogType

byte

None.

RecordStatus

integer

None.

Mode

integer

None.

UserID

integer

None.

ParentGroup

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Critical": true,
  "Error": true,
  "Warning": true,
  "Information": true,
  "EventID": "sample string 7",
  "Keyword": "sample string 8",
  "DefinitionID": 9,
  "Type": 10,
  "Notes": "sample string 11",
  "HostType": 64,
  "LogType": 64,
  "RecordStatus": 13,
  "Mode": 14,
  "UserID": 15,
  "ParentGroup": 16
}