Cisco Cisco Email Security Appliance C650 Guía Del Desarrollador

Descargar
Página de 15
 
8
AsyncOS API for Cisco Email Security Appliances - Getting Started Guide
 
  AsyncOS API Capabilities
        "messages_in_workqueue":189,
        "messages_in_pvo_quarantines":12,
        "percentage_swap_utilization":2.0,
        "percentage_queue_utilization":5.0,
        "percentage_cpu_load":12
    },
    "uri":"/api/v1.0/health/"
}
Note
For more information about these health parameters, access the API inline help using the following URI: 
https://{appliance}:{port}/api/v1.0/health/help
. See 
Retrieving Email Security Appliance Statistical Reports
You can retrieve various statistical reports such as Incoming Mail Summary, Virus Types, and so on from 
your appliance. Statistical reports can be categorized into three different types:
Simple Report. This report category counts various events in your appliance such as how many 
authentication attempts failed, how many content filters were triggered, and so on for a specified 
duration. Examples are 
mail_authentication_summary
 and 
mail_dlp_outgoing_traffic_summary
Top-N Report. This report category counts various events in your appliance against an entity (IP 
address, domain name, and so on) for a specified duration and lists the top-N events, where N is a 
user specified value. Examples are 
mail_content_filter_incoming
 and 
mail_dmarc_incoming_traffic_summary
.
Query-based Report. This report category counts various events in your appliance against a 
user-specified entity (IP address, domain name, and so on) for a specified duration. Examples are 
mail_authentication_incoming_domain
 and 
mail_content_filter_outgoing
.
For a list of reports under each category, see 
Description
Retrieve various statistical reports from the Email Security appliance.
Synopsis
GET /api/v1.0/stats/report?resource_attribute
GET /api/v1.0/stats/report/counter?resource_attribute