Read (GET) an ApplicationHostTemplate [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
Gets an ApplicationHostTemplate [SPFSDK][VMMREF] entity by using the HTTP GET operation.
Important |
|---|
This operation is only available through the admin Service Management API endpoint. |
For more information about returning multiple entities, see Common GET HTTP Info.
For more information about the variables used in the URI, see URL placeholders.
Method | Request URI | HTTP Version |
|---|---|---|
GET | https://{server-name}:{auth-port}/{subscription-id}/services/systemcenter/vmm/ApplicationHostTemplates(ID=Guid'[value]',StampId=Guid'[value]') | HTTP/1.1 |
GET | https://{server-name}:{auth-port}/{subscription-id}/services/systemcenter/vmm/ApplicationHostTemplates | HTTP/1.1 |
URI Parameter | Description |
|---|---|
ID | [Edm.Guid] The identifier of the entity. |
StampId | [Edm.Guid] The identifier of the stamp that restricts the query. |
This operation does not use any non-standard request headers.
For more information about the common request headers used by this operation, see Common HTTP request information
None
This operation does not return any non-standard OData response codes. If successful, it will return code 200 OK.
This operation does not use any non-standard response headers.
For more information about the common response headers used by this operation, see Common HTTP response information
The response body will contain either (depending on the request headers) an XML or JSON encoded ApplicationHostTemplate [SPFSDK][VMMREF] entity or entities.
