HardwareProfiles
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
HardwareProfiles
Reads and updates existing hardware profiles.
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | Yes | No |
GET
Reads all hardware profiles, or a single hardware profile, that are specified by the ID
property.
Entity Properties
Name | Type | Description | |
---|---|---|---|
StampId | Edm.Guid | The identifier of the stamp to restrict the query to | |
ID | Edm.Guid | 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 | UserAndRole[] | Yes | Users and roles who have access to this hardware profile. Collection may be empty. |