getSearchSchedule

get

/ccadmin/v1/search/schedule

Get Search Schedule. Return a representation of the recurring baseline index schedule, if any by default. Use query param 'op' to get partial and baseline full export schedules. The returned properties correspond to the calendar schedule values and the schedule operation type.

Request

Supported Media Types
Query Parameters
  • Defaults to baseline. Pass one of partial, baseline or baseline-full-export to get the corresponding schedule.
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getSearchSchedule_response
Type: object
Show Source
Example Response (application/json)
{
    "occurrences":"*",
    "op":"baseline-full-export",
    "hours":"1",
    "months":"*",
    "parseString":"* * * * * 35",
    "minutes":"35",
    "daysOfMonth":"*",
    "timeZone":"PST",
    "daysOfWeek":"*"
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top