Returns a list of config analysis rules execution results.

get/private-cloud-business/v1beta1/configuration-analysis-reports

Returns the list of latest config analysis reports for all systems. It also accepts 'filter' query parameter where if 'systemId' is provided as 'filter', it returns the latest config analysis report for that system.

Securitybearer
Request
query Parameters
filter
string

Filter criteria - e.g. systemId eq c0930136-5317-5647-8d92-87ca3984c5f9

sort
string

The resource property to sort by followed by the response order. Response order can be either “asc” (ascending) or “desc” (descending)

Example: sort=totalFailed desc
Responses
200

Config Analysis Report

400

Bad Request

403

Forbidden

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "count": 0,
  • "items": [
    ],
  • "offset": 0,
  • "total": 0
}