Cisco Cisco Firepower Management Center 4000 Guía Del Desarrollador

Descargar
Página de 102
 
2-5
FireSIGHT System Host Input API Guide
 
Chapter 2      Using the Host Input API
  Host Input API Functions
The Add Product Map pop-up window appears. Note the 
Vendor String
Product String
, and 
Version String
 
values.
For more information on mapping third-party products, see the FireSIGHT System User Guide.
Host Input API Functions
After you include the prerequisite calls required in a host input API script (as described in 
), you can call various host input functions to import the specific data you 
want to add to your network map. For more information, see the following sections:
  •
  •
  •
  •
  •
  •
  •
  •
  •
Host Functions
You can use the host input API to add and remove hosts in the network map and to set operating system 
definitions for hosts. 
For more information on host functions, see the following sections:
  •
  •
  •
  •
AddHost
You can use the 
AddHost
 function to add a host to the network map. You can add an IP host (a host with 
an IP address and optionally a MAC address) or a MAC-only host (a host with only a MAC address). 
Because hosts created using the API are not tracked by the system, these hosts are not subject to the 
normal host timeout.
Note that you cannot create a MAC-only host for a MAC address if the system detects traffic which 
indicates that the MAC address is already mapped as a primary MAC address for an IP host in the 
network map.
See 
 for an example of this function used in a 
script.