Subnets
Retrieve a list of Amazon Web Service Subnets that are available to the specified Template.
Query parameters
templateIdinteger · int32Optional
TemplateId
templateTypestring · enumOptionalPossible values:
Amazon Web Service Template Type
Responses
200
OK
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
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?