lhs-panel Click here to expand

Get Product Details

The API returns the product details of EventLog Analyzer.

Request URL

GET http://hostname:8400/RestAPI/v1/product/details

Request Header

Header name Value Mandatory Description
Authorization Bearer {{AuthToken}} Yes AuthToken generated from the API Settings page.

e.g., Bearer abcd1234xyz

Response

The response will be a JSON object containing details about the EventLog Analyzer instance.

Parameter name Description
os_type Returns the EventLog Analyzer instance type

Example usage using cURL

Sample request

Copy to Clipboard

curl --location 'http://localhost:8400/RestAPI/v1/product/details' \

--header 'Authorization: Bearer abcd1234xyz'

Sample response:

Copy to Clipboard

{"os_type":"windows"}

Example usage using Postman (Third party tool)

Get Product Details

Copyright © 2020, ZOHO Corp. All Rights Reserved.

Get download link