Send Compliance Report Run Email
Send a compliance report run to the given email IDs.
Path Parameters
- configuration_id string required
Performs the operation on the compliance report configuration with the specified ID.
- run_id string required
Performs the operation on the compliance report run with the specified ID.
- application/json
Request Body
- email_list string[] required
List of email IDs to be notified.
Responses
- 200
- default
Success
- application/api.clumio.report-compliance-runs=v1+json
- Schema
- Example (from schema)
Schema
- object
{}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
Loading...