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
HardwareProfiles
Gets and updates existing hardware profiles for Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | No | Yes | No |
GET
Gets all hardware profiles, or a single hardware profile, specified by the ID property.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | No | The identifier of the stamp to restrict the query to |
| ID | Edm.Guid | No | The identifier of a hardware profile |
PUT
Updates which users and roles have access to the specified hardware profile.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| ID | Edm.Guid | Yes | The identifier of a hardware profile |
| StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
| GrantedToList | Collection(VMM.UserAndRole) | No | Users and roles who have access to this hardware profile. Collection may be empty. |