Fetch Details from Masif Server

Use this API to fetch details from Masif server using audit log Id.


Note: When the text from the Details column is more than 4000 characters, the details are saved on the Masif server. 

GET/audit-log/admin/audit/details?auditLogId=<audit Log Id>

Sample - Fetch details from Masif Server using audit log IdSample - Fetch details from Masif Server using audit log Id

API request

 curl --location 
--request GET 'https://<QualysBaseURL>/audit-log/admin/
audit/details?auditLogId=<audit Log ID>' \
--header 'Authorization: Bearer <JWT Token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Response

{"message":"Message text"}