Cisco Cisco Firepower Management Center 4000 Entwickleranleitung

Seite von 102
 
1-3
FireSIGHT System Host Input API Guide
 
Chapter 1      Understanding Host Input
  Document Conventions
Document Conventions
The following table lists the names used in this book to describe the various data field formats employed 
in host input calls. Numeric constants used by the host input API or host input import tool are typically 
unsigned integer values. Bit fields use low order bits unless otherwise noted. For example, in a one-byte 
field that contains five bits of flag data, the low order five bits will contain the data.
Host Input Scripting Resources
The following describes some of the topics explained in the documentation and where to look for more 
information.
Table 1-2
Key Value Data Type Conventions 
Data Type
Description
uint
Unsigned integer
uint8
Unsigned 8-bit integer
uint32
Unsigned 32-bit integer
string
Variable length bytes containing character data.
[n]
Array subscript following any of the above data types to indicate n instances 
of the indicated data type, for example, uint8[4] is an array of four 8-bit 
elements.
variable
Collection of various data types.
Table 1-3
Host Input Resources 
To learn more about...
Look in...
the host input API
the host input import tool
writing a script to connect to the host input API
writing a script to import data using the host input API
calling a specific host input API function
guidelines for writing an import file to use with the host input 
import tool
syntax for a specific host input function to include in an 
import file
running the host input import tool
installing, configuring, and running the host input reference 
client