Skip to main content

Create Compliance Report Run

Create a new compliance report run.

Path Parameters
  • configuration_id string required

    Performs the operation on the compliance report configuration with the specified ID.

Request Body
  • name string

    Name of the new compliance report run that will be created. If not given, default uses {configuration ID} - {MM/DD/YYYY(Created time)}.

Responses

Success


Schema
  • task_id string

    The Clumio-assigned ID of the task created for compliance report run generation. The progress of the task can be monitored using the GET /tasks/{task_id} endpoint.

Loading...