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.
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
Jobs
Reads or updates existing jobs. A job represents a task that Virtual Machine Manager (VMM) is currently performing.
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | No | Yes | No |
GET
Gets all jobs for a stamp or a specific job identified by the ID property.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| ID | Edm.Guid | No | The job identifier |
| StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
PUT
Restarts a job if it has failed previously.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | MandatoryThe identifier of the stamp to restrict the query to |
| ID | Edm.Guid | Yes | The job identifier |
| UserName | Edm.String | No | The name of the user who has requested the job restart |
| Password | Edm.String | No | The password that is associated with the user that is specified in the UserName property |
| SkipLastFailedStep | Edm.Boolean | No | When the value of this property is true, it skips the last step that failed when the job is restarted. |