Subnets

List

get

Retrieve a list of Amazon Web Service Subnets that are available to the specified Template.

Query parameters
templateIdinteger · int32Optional

TemplateId

templateTypestring · enumOptional

Amazon Web Service Template Type

Possible values:
Responses
200
OK
application/json; api-version=1.0
get
GET /api/AWS/Subnets HTTP/1.1
Host: 
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "iPv4CIDR": "text",
    "availabilityZone": "text"
  }
]

Last updated

Was this helpful?