<<<<<<<< HEAD:public/en/ca/install-guide/common-container/troubleshooting/troubleshooting.htm

Troubleshooting Common Container Agent

This section describes the steps to access logs for the common container agent on different platforms and highlights frequently asked questions for Cloud Agent troubleshooting.

Logs for Linux ARM and Ubuntu ARMLogs for Linux ARM and Ubuntu ARM

Type your dropdown text here

Logs for AWS Bottlerocket ARMLogs for AWS Bottlerocket ARM

Type your dropdown text here

Logs for GCP COS ARMLogs for GCP COS ARM

Type your dropdown text here

Logs for Redhat CoreOS ARMLogs for Redhat CoreOS ARM

Type your dropdown text here

Quick Troubleshooting for Common Container Agent

The following table lists common errors and their resolutions.

Frequently Asked Questions for Common Container Agent

========

Delete Report by Report ID API

DELETE/etm/api/rest/v1/reports/{report-id}

Use this API to delete reports using report ID.

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

id Mandatory String Provide a unique ID of the report.

Authorization 

Mandatory

String

Authorization token to authenticate to the Qualys Enterprise TruRisk Platform

Prepend token with Bearer and one space.

For example - Bearer authToken

SampleSample

API Request

curl -X DELETE 
'<qualys_base_url>/etm/api/rest/v1/reports/0b127284-e128-4d02-a720-2748240c9f1a'
--header 'Content-Type: application/json' 
--header 'Authorization: Bearer <JWT Token>'
--

Response

Report is deleted.
>>>>>>>> 641e498985ed396f1f63084db4d0b02d552934a6:public/en/etm/1.12.0/mergedProjects/etm_apis/reports/delete_report_id.htm