Use this endpoint to start a report run on-demand.
curl --request POST 'https: //api.digicert.com/reports/v1/report/{{report_identifier}}/run' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
{
"report_identifier": "88de5e19-ec57-4d70-865d-df953b062574",
"message": "Successfully triggered report creation"
}
Name | Req/Opt | Description |
---|---|---|
report_identifier | required |
Report ID. To get the report ID, copy the report_identifier returned when you Create a report. Otherwise, use the List report history endpoint.
|
Name | Type | Description |
---|---|---|
report_identifier | string | Report ID. |
message | string | Success message. |