IP Address REST Endpoints

Resource/IP Address
Create, get, update and delete IP addresses.
Create an IPv6 Address
Method: post
Path: /ipv6Address
Create IPv4 Addresses
Method: post
Path: /ipv4Address
Delete an IPv4 Address
Method: delete
Path: /ipv4Address/{id}
Delete an IPv6 Address
Method: delete
Path: /ipv6Address/{id}
Get an IPv4 Address by ID
Method: get
Path: /ipv4Address/{id}
Get an IPv6 Address by ID
Method: get
Path: /ipv6Address/{id}
Get IPv4 Addresses
Method: get
Path: /ipv4Address
Get IPv6 Addresses
Method: get
Path: /ipv6Address