ApplicationHosts
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
ApplicationHosts
Gets application hosts from Virtual Machine Manager (VMM).
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | No | No |
GET
Reads all application hosts that are associated with the specified stamp.
If you supply the ID
property, the application host with that identifier is returned.
If you supply the ServiceId
property, the application host that is associated with the specified service is returned.
If you supply the Name
property, the application host with that name is returned.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | No | The identifier of the application host |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
Name | Edm.String | No | The name of the application host |
ServiceId | Edm.Guid | No | The identifier of a service that is associated with this application host |