Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Schedules collection represents all the schedules in the local System Management Automation environment.
Important
The base entity is Schedule : the usable entities are DailySchedule, and OneTimeSchedule
| Namespace | OData Collection URI |
|---|---|
Orchestrator.ResourceModel |
HTTPS://<HOST>:<PORT>/00000000-0000-0000-0000-000000000000/Schedules |
Supported HTTP Verbs
| Create (POST) | Read (GET) | Update (PUT/MERGE) | Delete (DELETE) |
|---|---|---|---|
True |
True |
True |
True |
Operations
- Create (POST) Schedules
Create a Schedule entity.
- Read (GET) Schedules
Query the collection for either a list of Schedule entities, or an identified entity.
- Update (PUT/MERGE) Schedules
Update an existing Schedule entity.
- Delete (DELETE) Schedules
Delete an existing Schedule entity.
See Also
Concepts
Schedule
DailySchedule
OneTimeSchedule