Skip to content

Latest commit

 

History

History
136 lines (93 loc) · 2.07 KB

extensions.rst

File metadata and controls

136 lines (93 loc) · 2.07 KB

Extensions

smc-python provides additional extensions to extend the base library. Extensions are installed as separate packages and will have the dependency on the base smc-python library.

Available extensions:

  • smc-python-monitoring

smc-python-monitoring

smc-python-monitoring API provides a monitoring interface to the SMC to perform queries for dynamic engine components such as blacklists, connections, routes, vpn's, users and logs.

Capabilities in the API implement the functionality found in the Log Server and engine level monitoring.

Query

smc_monitoring.models.query

Models

smc_monitoring.models

Filters

smc_monitoring.models.filters

Values

smc_monitoring.models.values

Formats

smc_monitoring.models.formats

Constants

smc_monitoring.models.constants

Formatters

smc_monitoring.models.formatters

TimeRanges

smc_monitoring.models.calendar

Monitors

smc_monitoring.monitors

Blacklist

smc_monitoring.monitors.blacklist

Connections

smc_monitoring.monitors.connections

Logs

smc_monitoring.monitors.logs

Routes

smc_monitoring.monitors.routes

SSLVPN

smc_monitoring.monitors.sslvpn

Users

smc_monitoring.monitors.users

VPNs

smc_monitoring.monitors.vpns

Alerts

smc_monitoring.monitors.alerts