- Related Products
- ADManager Plus
- ADAudit Plus
- ADSelfService Plus
- Exchange Reporter Plus
- AD360
- Log360
The API returns the list of parsed log field from processed logs available in EventLog Analyzer. Log Fields can be used to create search queries.
Header name | Value | Mandatory | Description |
Authorization | Bearer {{AuthToken}} | Yes | Authtoken generated from API Settings page.
e.g: |
The response will be a JSON object which will contain the list of fields.
Parameter name | Description |
fields | JSON Array of fields |
curl --location --request GET 'http://localhost:8400/RestAPI/v1/meta/log_fields' \ -H "Accept: application/json" -H "Authorization: Bearer mdrkoda0odmtmznloc00ndziltg0mgutmwzkztljmjvmzwmx "
{ "fields": [ { "description": "Severity", "id": "SEVERITY" }, { "description": "Facility", "id": "FACILITY" }, { "description": "Source", "id": "SOURCE" }, { "description": "Event Name", "id": "IENAME" }, { "description": "Username", "id": "USERNAME" } ] }
Copyright © 2020, ZOHO Corp. All Rights Reserved.