GET ComputeResources({id})/SharedNetworkCompatibility
Get information about whether a compute resource has the shared networks available which are required for provisioning.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | ID of the compute resource. |
Type: String |
Response Information
Information about the compute resource compatibility with provisioning of shared machines.
Response type
SharedNetworkCompatibilityModel
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/SharedNetworkCompatibility]",
"RequiredDeliveryGroupNetworks": [
"Shared Delivery Group Management Network"
],
"MissingDeliveryGroupNetworks": [
"Shared Delivery Group Management Network"
]
}