Skip to main content

Find logs

Get protection logs

Path Parameters
  • accountId int64 required
  • projectId string required
  • cloudAssemblyId int64 required
Query Parameters
  • id string required
Responses

OK


Schema array
  • severity string

    The severity level of the log entry (e.g., DEBUG, INFO, WARN, ERROR, FATAL).

  • message string

    A descriptive message providing details about the log event.

  • timestamp date-time
  • date date-time
GET /api/v1/account/:accountid/project/:projectid/cloud-assembly/azure/:cloudassemblyid/protection/logs    

Request

Click Edit to configure Base URL
https://api.appranix.net
accountId — path required
projectId — path required
cloudAssemblyId — path required
id — query required
curl -L -X GET 'https://api.appranix.net/api/v1/account/:accountId/project/:projectId/cloud-assembly/azure/:cloudAssemblyId/protection/logs' \
-H 'Accept: */*'