Configurations
The Oracle Communications Unified Inventory Management (UIM) REST API allows you to configure certain parameters, such as the date format and characteristic names. To do so, edit these sections in the system-config.properties file:
#REST related configurations
#Default date format is set to ISO8601 standard. Any changes needs application restart and format has to be compatible with SimpleDateFormat
uim.rest.dateFormat=yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
#Default Page Size of rest response (Valid values 1 to 10000)
uim.rest.limitRange=200
# Used for Pagination, can be disabled for better performance
uim.rest.includeTotalCount=true
#Character Name for the CATEGORY FIELD - below is the generic name for all specifications. If the category name is different for each spec, include separate property for each specification Ex: uim.rest.logicalDevice.BATLDSpec.category=ldcategory
uim.rest.logicalDevice.category=category
uim.rest.telephoneNumber.category=category
uim.rest.service.category=category
#Char Name for Service Relationship
uim.rest.service.relationshipPrefix=serviceRel
uim.rest.service.relationshipTypePrefix=serviceRelType