Get /system/debug/logger-names
Description
Returns the current list of loggers defined for the system.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/system/debug/logger-names |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"results": [
"org.hibernate.engine.transaction.spi.AbstractTransactionImpl",
"org.hibernate.engine.spi.CascadingAction",
"org.snmp4j.security.AuthGeneric",
"yams.Fortinet",
"yams.dpc.SSHMethod",
"org.snmp4j.agent.mo.snmp.UsmMIB",
"net.sf.ehcache.config.ConfigurationFactory",
"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[default]",
"org.hibernate.mapping.SimpleValue",
"yams.RadiusAttributeGroupMgr",
"yams.ArubaIAPlugin",
"org.hibernate.cfg.beanvalidation.TypeSafeActivator",
"yams.ScannerManager",
"org.snmp4j.smi.AbstractVariable",
"yams.NetFlowServer",
"org.snmp4j.agent.mo.MOScalar",
"org.apache.tomcat.util.net.SSLUtilBase",
"org.hibernate.event.internal.DefaultDirtyCheckEventListener",
]
}