GET ComputeResources({id})/Networks
Get the list of networks available on a compute resource.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | ID of the compute resource. |
Type: |
name |
Type: String |
|
filterBy | See Filtering, Arranging, and Paging. The supported filters are:
|
Type: Filter |
filterProp |
Type: String |
|
arrangeBy | See Filtering, Arranging, and Paging. The supported arrangers are:
|
Type: String |
skip |
Type: Number |
|
take |
Type: Number |
Response Information
The networks available on the compute resource.
Response type
CollectionResultModel<NetworkModel>
Response body formats
application/json, text/json
Sample:
{ "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/Networks]", "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Name": "network1" } ] }