POST /katello/api/organizations/114267492/sync_plans { "sync_plan": { "name": "Hourly Sync Plan", "sync_date": "2014-01-09 17:46:00", "interval": "hourly" } } 204
Param name | Description |
---|---|
organization_id
required |
Organization ID Validations:
|
name
required |
sync plan name Validations:
|
interval
required |
how often synchronization should run Validations:
|
sync_date
required |
start datetime of synchronization Validations:
|
description
optional |
sync plan description Validations:
|
enabled
required |
enables or disables synchronization Validations:
|
cron_expression
optional |
Add custom cron logic for sync plan Validations:
|