Create a report schedulepost https://{hostname}/etp-report/v3/configs/{configId}/schedulesCreates a new report schedule for a given SIA configuration.Path ParamsconfigIdintegerrequiredA unique identifier for each configuration.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamscriteriasobjectThe report criteria.criterias objectdailybooleanIndicates a daily report schedule.truetruefalsedayOfWeekstring | nullenumSpecifies the day of the week to generate the report. Refer to Report scheduling for details.MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAYAllowed:MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAYemailsarray of stringsrequiredlength ≥ 0Specifies the email addresses to send generated reports.emails*ADD stringenablebooleanEnables the report schedule.truetruefalsefiltersobjectOptional filters to apply while generating the report.filters objectformatstringlength ≥ 1Format of the report.isHtmlbooleanIndicates an HTML formatted report.truetruefalseisNewbooleanIndicates a new report schedule.truetruefalserecurrencestringenumrequiredThe report schedule frequency, either DAILY, or WEEKLY. Refer to Report scheduling for details.DAILYWEEKLYAllowed:DAILYWEEKLYreportTemplatestringenumrequiredThe report template. The only currently supported syntax is THREAT_EVENTS_BY_LOCATION_AND_DOMAIN.THREAT_EVENTS_BY_LOCATION_AND_DOMAINAllowed:THREAT_EVENTS_BY_LOCATION_AND_DOMAINstatusstringenumThe report schedule configuration status, either ENABLED or DISABLED.ENABLEDENABLEDDISABLEDAllowed:ENABLEDDISABLEDuseFiltersbooleanIndicates if the report should use filters.truefalseuserTimeZonestringrequiredlength ≥ 1Specifies a user-timezone-offset for generating the report. For example, -05:00.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201Successful response. 400Bad Request. 403Access forbidden. 404Configuration not Found.Updated about 1 month ago