Update a report schedule

Updates the configuration of a specified report schedule.

Path Params
integer
required

A unique identifier for each report schedule configuration.

integer
required

A unique identifier for each configuration.

Query Params
string

For 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 Params
criterias
object

The report criteria.

boolean

Indicates a daily report schedule.

string | null

Specifies the day of the week to generate the report. Refer to Report scheduling for details.

emails
array of strings
required
length ≥ 0

Specifies the email addresses to send generated reports.

emails*
boolean

Enables the report schedule.

filters
object

Optional filters to apply while generating the report.

string
length ≥ 1

Format of the report.

boolean

Indicates an HTML formatted report.

boolean

Indicates a new report schedule.

string
required

The report schedule frequency, either DAILY, or WEEKLY. Refer to Report scheduling for details.

string
required

The report template. The only currently supported syntax is THREAT_EVENTS_BY_LOCATION_AND_DOMAIN.

string

The report schedule configuration status, either ENABLED or DISABLED.

boolean

Indicates if the report should use filters.

string
required
length ≥ 1

Specifies a user-timezone-offset for generating the report. For example, -05:00.

Responses

Response body
object
string
length ≥ 1

The user who initially created the report schedule configuration.

date-time

ISO 8601 timestamp marking the report schedule configuration's creation.

criterias
object

Describes the report criteria.

siteIds
array of strings
required
length ≥ 0

The site IDs applicable to the report.

siteIds*
boolean

Indicates a daily report schedule.

string | null

Specifies the day of the week to generate the report. Refer to Report scheduling for details.

MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY

emails
array of strings
required
length ≥ 0

Specifies the email addresses to send generated reports.

emails*
boolean

Enables the report schedule.

filters
object

Specifies filters to apply while generating the report.

Has additional fields
string
length ≥ 1

Format of the report.

boolean

Indicates an HTML formatted report.

boolean

Indicates a new report.

string
length ≥ 1

The user who last modified the report schedule configuration.

date-time

ISO 8601 timestamp string marking the report schedule configuration's last modification.

string
required

Specifies the frequency of the report schedule, either DAILY, or WEEKLY.

DAILY WEEKLY

string
required

Specifies the report template. The only currently supported syntax is THREAT_EVENTS_BY_LOCATION_AND_DOMAIN.

THREAT_EVENTS_BY_LOCATION_AND_DOMAIN

integer
≥ 0

A unique identifier for the report schedule configuration.

string

Specifies the status of the report schedule configuration, either ENABLED or DISABLED.

ENABLED DISABLED

boolean

Indicates if the report should use filters.

string
required
length ≥ 1

Specifies a user timezone offset for generating the report. For example, -05:00.

Language
Authentication
URL