Skip to main content

Retrieve the replication schedules of a system

GET /replication/schedules/{workingEnvironmentId}

Retrieves the replication schedules of a specific system.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

cronJobSchedule

CronJobScheduleResponse

True

description

string

False

Description

name

string

True

Specifies the name

Example error response
{
  "cronJobSchedule": {
    "days": [
      "integer"
    ],
    "hours": [
      "integer"
    ],
    "minutes": [
      "integer"
    ],
    "months": [
      "integer"
    ],
    "weekDays": [
      "integer"
    ]
  },
  "description": "string",
  "name": "string"
}

Definitions

See Definitions

CronJobScheduleResponse

Name Type Required Description

days

array[integer]

True

List of days of the month

hours

array[integer]

True

List of hours

minutes

array[integer]

True

List of minutes

months

array[integer]

True

List of months

weekDays

array[integer]

True

List of week days