v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBscheduledViewManagement
Create a new scheduled view.
Creates a new scheduled view in the organization.
post/v1/scheduledViews
Request body
Example request
{
"query": "_sourceCategory=*/Apache",
"indexName": "TestScheduledView",
"retentionPeriod": 60,
"parsingMode": "AutoParse",
"timeZone": "America/Los_Angeles"
}Response
The scheduled view has been created.
Example response
{
"query": "_sourceCategory=*/Apache",
"indexName": "TestScheduledView",
"retentionPeriod": 60,
"parsingMode": "AutoParse",
"timeZone": "America/Los_Angeles",
"newRetentionPeriod": 300,
"indexId": "1",
"createdBy": "0000000006743FE8",
"modifiedBy": "0000000006743FE8"
}