- Subcategories:
 - Connectivity
 - Custom Network Address
 - Custom Object
 - Device Interface
 - Equipment
 - Equipment Holder
 - EquipmentHolder
 - Flow Identifier
 - IP Address
 - IP Network
 - IP Subnet
 - IPv4 Address
 - IPv6 Address
 - Logical Device
 - Logical Device Account
 - Network Address Domain
 - Physical Connector
 - Physical Device
 - Physical Port
 - Pipe
 - Pipe Termination Point
 - Telephone Number
 
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: postPath:
/resource - Delete a Resource
 - Method: deletePath:
/resource/{id} - Get a Resource by ID
 - Method: getPath:
/resource/{id} - Get Resources
 - Method: getPath:
/resource - Update a Resource
 - Method: patchPath:
/resource/{id}