API Guide

Table 117. Attributes (continued)
Attribute Description
12 (Power Off - Soft Graceful)—Performs an orderly transition
to "power off" state. The corresponding ACPI state is G2/S5,
in which the system consumes a minimal amount of power.
Override Ignores device state and performs the operation
upInterfaceIds Id of the port that must be configured or toggled. If there are
multiple ports these are separated by a "," in the parameter.
mtuSize You can determine the MinMtu and MaxMtu for a port from /
DeviceService/Devices(id)/
InventoryDetails('portInformation'). The mtuSize
must be a value within this range.
Target Device ID retrieved from /api/DeviceService/Devices
logSelector The supported values are:
0—collect hardware logs
1—collect os logs
2—collect raid controller logs
shareType The supported share types are:
NFS
CIFS
HTTPS
Reboot Type The supported values are:
1—PowerCycle
2—Graceful reboot without forced shutdown
3—Graceful reboot with forced shutdown
/api/JobService/Jobs(Id)
This URI represents the details of a job.
GET method for Jobs(Id)
This method returns the details of a specific job.
Description
Returns details of a job.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#JobService.Job/$entity",
"@odata.type": "#JobService.Job",
"@odata.id": "/api/JobService/Jobs(10016)",
"Id": 10016,
"JobName": "Default Inventory Task",
"JobDescription": "Default Inventory Task",
"NextRun": "2018-09-14 15:30:00.0",
"LastRun": "2018-09-14 15:00:00.381",
"StartTime": null,
"EndTime": null,
"Schedule": "0 0/30 * 1/1 * ? *",
"State": "Enabled",
Monitor 325