KnowledgeBaseIndexRefreshPolicyWeekly
KnowledgeBaseIndexRefreshPolicyWeekly
Index refresh policy specifying that a refresh is triggered automatically on a weekly basis.
JSON Example
{
"minute": 0,
"timezone": "string",
"hour": 0,
"policy_type": "string",
"day_of_week": "string",
"weeks": 0
}
integer
minute
Optional
Constraints:
minimum: 0
exclusiveMaximum: 60
default: 0
Minute of the hour in which to trigger the index refresh.
string As zoneinfo
As zoneinfo
timezone
Optional
Constraints:
default: UTC
IANA identifier (https://www.iana.org/time-zones) of the time zone in which to trigger the index refresh.
integer
hour
Optional
Constraints:
minimum: 0
exclusiveMaximum: 24
default: 0
Hour of the day in which to trigger the index refresh.
string
policy_type
Required
Policy defining how and when to refresh the index of a knowledge base. Available options are HOURLY, DAILY, WEEKLY, MANUAL.
day_of_week
Required
Weekdays accepted for index refresh policies.
Possible values are :
MON,
TUE,
WED,
THU,
FRI,
SAT,
SUN,
integer
weeks
Optional
Constraints:
minimum: 1
maximum: 53
default: 1
Trigger the index refresh every this many weeks.