KSC Open API
13.1
Kaspersky Security Center API description
|
Removes the host record.
See also how to use the KlAkOAPI Python package: server = KlAkOAPI.AdmServer.KlAkAdmServer.Create("https://ksc.example.com:13299", "username", "password", verify = False) oHostGroup = KlAkOAPI.HostGroup.KlAkHostGroup(server) # name of the host to remove strHostName = ... oHostGroup.RemoveHost(strHostName) |