Last updated 8 days ago
© 2024 Parallels International GmbH. All rights reserved.
Retrieve a list of Amazon Web Service Subnets that are available to the specified Template.
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" } ]