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
ApplicationHost
Gets application hosts from Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | No | No | No |
GET
Gets the specified application hosts.
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 that restricts the query. |
| 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. |