getSearchPartialSchedule
get
/ccadmin/v1/search/partialSchedule
Get Search Partial Schedule. Return a representation of the recurring partial index schedule, if any. The returned properties correspond to the calendar schedule values.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getSearchSchedule_response
Type:
Show Source
object
-
daysOfMonth(optional):
string
The day or days of the month on which the schedule occurs.
-
daysOfWeek(optional):
string
The day or days of the week on which the schedule occurs.
-
hours(optional):
string
The hours of the day on which the schedule occurs.
-
minutes(optional):
string
The minutes of the hour on which the schedule occurs.
-
months(optional):
string
The month or months on which the schedule occurs. Not used if parseString is specified.
-
occurrences(optional):
string
The occurence of the day or days of the week on which the schedule occurs.
-
op(optional):
string
'partial' for a partial/incremental index, 'baseline' for a baseline index or 'baseline-full-export' for a baseline with full catalog export.
-
parseString(optional):
string
The complete calendar schedule parse string.
-
timeZone(optional):
string
The time zone of the schedule.
Example Response (application/json)
{
"occurrences":"*",
"hours":"*",
"months":"*",
"parseString":"* * * * * 0,15,30,45",
"minutes":"0,15,30,45",
"daysOfMonth":"*",
"timeZone":"UTC",
"daysOfWeek":"*"
}
Default Response
The error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code