Cisco Cisco Firepower Management Center 4000 Guía Del Desarrollador

Descargar
Página de 60
 
3-3
FireSIGHT System Remediation API Guide
 
Chapter 3      Communicating with the Remediation Subsystem
  Defining the Global Configuration
Defining the Global Configuration
The first required section of 
module.template
 uses the 
global_config
 element to define global 
configuration information. These attributes include the module’s name and description, which appear in 
the list of remediation modules displayed on the Modules page of the Defense Center user interface. The 
global information also includes the module’s version and the location of the executable program that 
runs when a remediation is triggered.
The following portion of the 
module.template
 schema diagram illustrates the child elements of the 
global_config
 element.
The following table describes the child elements available to the 
global_config
 element.
Table 3-1
global_config Child Elements 
Name
Description
Required?
display_name
Specifies the name that appears for this remediation 
module on the Modules page. The display name can 
contain only alphanumeric characters and white spaces 
and must be between 1 and 127 characters long. It must 
be unique across remediation modules.
yes
version
Specifies the version of the remediation module. This 
value appears on the Modules page. The value for the 
version element must begin and end with numeric 
characters, but may contain period (.) characters.
Note
The combination of the 
name
 attribute of the 
module
 element and the data in the 
version
 
element must be unique across remediation 
modules.
yes
binary
Specifies the UNIX filename of the binary that makes 
up your remediation module 
yes
description
Provides a description of the remediation module and 
its available remediations. The 
description
 element 
appears on the Modules page. Descriptions with more 
than 255 characters are truncated.
yes