IP Address REST Endpoints
Resource/IP Address
Create, get, update and delete IP addresses.
- Create an IPv6 Address
- Method: postPath:
/ipv6Address
- Create IPv4 Addresses
- Method: postPath:
/ipv4Address
- Delete an IPv4 Address
- Method: deletePath:
/ipv4Address/{id}
- Delete an IPv6 Address
- Method: deletePath:
/ipv6Address/{id}
- Get an IPv4 Address by ID
- Method: getPath:
/ipv4Address/{id}
- Get an IPv6 Address by ID
- Method: getPath:
/ipv6Address/{id}
- Get IPv4 Addresses
- Method: getPath:
/ipv4Address
- Get IPv6 Addresses
- Method: getPath:
/ipv6Address