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
Job
Gets or restarts jobs for Virtual Machine Manager (VMM). 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 |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| ID | Edm.Guid | No | The identifier of the object to update. |
PUT
Restarts the specified jobs if they have failed previously.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| ID | Edm.Guid | Yes | The identifier of the object to update. |
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| UserName | Edm.String | No | The name of the user who attempted to restart the job. |
| 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. |