Examples

PUT /katello/api/organizations/114267492/sync_plans/712395790
{
  "sync_plan": {
    "description": "new description."
  }
}
204

Params

Param name Description
organization_id
optional

Organization ID

Validations:

  • Must be a number.

id
required

sync plan numeric identifier

Validations:

  • Must be a number.

name
optional

sync plan name

Validations:

  • String

interval
optional

how often synchronization should run

Validations:

  • Must be one of: hourly, daily, weekly, custom cron.

sync_date
optional

start datetime of synchronization

Validations:

  • String

description
optional

sync plan description

Validations:

  • String

enabled
optional

enables or disables synchronization

Validations:

  • Must be one of: true, false, 1, 0.

cron_expression
optional

Add custom cron logic for sync plan

Validations:

  • String