Initiates config analysis rules execution.

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

Initiates execution of config analysis rules execution for the System specified by 'systemId' in request body

Securitybearer
Request
Request Body schema: application/json
required
systemId
string <uuid>

An identifier for the System, usually a UUID.

Responses
202

Software prechecks request is accepted.

400

Bad Request

403

Forbidden

500

Internal Server Error

Request samples
application/json
{
  • "systemId": "4423a5f3-2691-4d92-a9ef-2418d2c205d8"
}
Response samples
application/json
{ }