Resource REST Endpoints

Resource
Create, get, update and delete UIM resources, such as equipment, logical devices, telephone numbers, and IP networks.
Create a Resource
Method: post
Path: /resource
Delete a Resource
Method: delete
Path: /resource/{id}
Get a Resource by ID
Method: get
Path: /resource/{id}
Get Resources
Method: get
Path: /resource
Update a Resource
Method: patch
Path: /resource/{id}