KSC Open API
Kaspersky Security Center API description
|
View contains a list of links between Active Directory controllers and Update Agents able to execute XDRO responses.
View name: "KLXDRO_RSP_UA_AD"
List of view attributes is presented below.
Name | Type | Description | Remarks |
---|---|---|---|
"KLXDRO_VSERVER" | paramInt | Virtual Server id. | The same as "KLVSRV_ID" |
"KLXDRO_DOMAIN_NAME" | paramString | Active Directory domain name stored via the KlXdroRspAdUaData::RelationAdd method. | Active Directory domain name in lowercase FQDN format, e.g. "mycompany.com". |
"KLXDRO_LOGIN" | paramString | Login name of the Active Directory user able to perform XDRO response. | |
"KLXDRO_CONTROLLER" | paramString | Domain controller address | It may be either DNS name or NetBIOS name or IP address |
"KLXDRO_HOSTNAME" | paramString | GUID host name of the UA or Administration Server's Network Agent. | The same as "KLHST_WKS_HOSTNAME" |
"KLXDRO_HOST_DISPLAYNAME" | paramString | Display name of host KLXDRO_HOSTNAME. | The same as "KLHST_WKS_DN" |
"KLXDRO_AVAILABLE" | paramBool | If DP is considered to be online now | Usefull to filter when selecting host to execute the response. |
"KLXDRO_LAST_CONNECTED" | paramDateTime | Last time when Network Agent has been connected to the Administration Server | Usefull to sort by. |
Parameter 'pParams' of SrvView::ResetIterator or SrvView::ResetIteratorAsync method may contain:
This allows effectively 'pin' Active Directory domain to the context of the query to acquire list of available hosts. In this case the filter string is interpreted as if it has extra '&' operation with (&(KLXDRO_DOMAIN_NAME=%1)(KLXDRO_AVAILABLE=1)). So, in this case one should not use attributes KLXDRO_DOMAIN_NAME and KLXDRO_AVAILABLE also in the filter string.