KnowledgeBaseIndexRefreshPolicyDaily
KnowledgeBaseIndexRefreshPolicyDaily
Index refresh policy specifying that a refresh is triggered automatically on a daily basis.
JSON Example
{
"minute": 0,
"timezone": "string",
"hour": 0,
"policy_type": "string"
}
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.