Network Address Domain REST Endpoints

Resource/Network Address Domain
Create, get, update and delete network address domains.
Create a Network Address Domain
Method: post
Path: /networkAddressDomain
Delete a Network Address Domain
Method: delete
Path: /networkAddressDomain/{id}
Get a Network Address Domain by ID
Method: get
Path: /networkAddressDomain/{id}
Get Network Address Domains
Method: get
Path: /networkAddressDomain
Update a Network Address Domain
Method: patch
Path: /networkAddressDomain/{id}