API Guide
Table Of Contents
- iDRAC9 with Lifecycle Controller Version 3.00.00.00 Redfish API Guide
- Overview
- Redfish-based systems management
- Redfish resources
- AccountService
- Chassis
- ComputerSystem
- EthernetInterfaces
- EventService
- EventDestination
- JSONSchemas
- LogEntry
- LogService
- Manager
- OEMManager
- ManagerAccount
- ManagerNetworkProtocol
- MessageRegistry
- Power
- Processor
- Role
- SerialInterfaces
- ServiceRoot
- Session
- SessionService
- SimpleStorage
- TaskService
- Thermal
- VirtualMedia
- VLanNetworkInterface
- BIOS
- SecureBoot
- UpdateService
- SoftwareInventory
- AttributeRegistry
- DellBootSourcesRegistry
- DellBootSources
- DellManager
- DellServiceRoot
- DellAttributes
- DellUpdateService
- DellCertificates
- DellJob
- Examples

DellJob
Description
This resource represents the Dell-specific implementation of a scheduling resource for pending configuration.
URL
/redfish/v1/Managers/<ID>/Jobs
Supported HTTP methods and privileges
HTTP method Required privilege
GET Login
POST SystemControl
Updatable properties
Parameter Description
TargetSettingsURI Settings object resource URI
StartTime Scheduled start time
EndTime Scheduled end time
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
400
Base.1.0.PropertyValueTypeError
Base.1.0.PropertyValueNotInList
403 Base.1.0. InsufficientPrivilege
404 Base.1.0.ResourceMissingAtURI
500 Base.1.0.InternalError
Navigation URL
/redfish/v1/Managers/<ID>/Jobs
Supported HTTP methods and privileges
HTTP method
Required privilege
GET Login
DELETE SystemControl
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
400
Base.1.0.PropertyValueTypeError
Base.1.0.PropertyValueNotInList
50