Skip to main content
PUT
Create or replace the Secret Exposure recurring schedule.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required

Body

application/json
cron_expression
string
required

Standard five-field cron expression (minute, hour, day of month, month, day of week). Seconds and descriptors are not accepted.

Required string length: 9 - 255
Example:

"0 9 * * 1-5"

enabled
boolean
required
timezone
string
required

IANA time zone used to evaluate the cron expression.

Required string length: 1 - 255
Example:

"Europe/London"

Response

Daily query schedule.

schedule
object
required