Loading...
Retrieve a list of Amazon Web Service Subnets that are available to the specified Template.
TemplateId
Amazon Web Service Template Type
OK
Id
Name
IPv4 CIDR
Availability Zone
const response = await fetch('/api/AWS/Subnets', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": "text", "name": "text", "iPv4CIDR": "text", "availabilityZone": "text" } ]