Change History
(V2.5.3) Changes
- NEXUSIC_RESTAPI:
Added the ability to filter by GUID in
getChangeLogfunction
(V2.5.2) Changes
- NEXUSIC_RESTAPI:
Add logging and verbose information in
getChangeLogfunction
(V2.5.1) Changes
- NEXUSIC_RESTAPI:
Added
getChangeLogfunction to allow user to pull data changes from the NEXUS IC database
(V2.5.0) Changes
- NEXUSIC_RESTAPI:
Added
createLinkedAssetsfunction to allow user to created linked assets in the NEXUS IC databaseModified
createNewAssetsfunction to bypass asset type if not included in the input dictionaryCreated
AssetNodeclass to allow usage of graph algorithms to represent Asset Hierarchy. Only implemented for NEXUSICAdded
addGraphAssetfunction to all users add an asset to the graph data structure. Implemented following Depth-first search algorithmRewrote
getAssetByFullLocationfunction to avoid using the Full_Location as an API call query parameter and implemented the solution using graph algorithms
(V2.4.3) Changes
- NEXUSIC_RESTAPI:
Added response status code 204 to
validate_and_return_responsefunction
- MAXIMO_API:
Added response status code 204 to
validate_and_return_responsefunction
- OSIPI_WebAPI:
Added response status code 204 to
validate_and_return_responsefunction
- DOCUMENTUM_API:
Added response status code 204 to
validate_and_return_responsefunction
- Utils:
Added Utils to documentation
(V2.4.2) Changes
- NEXUSIC_RESTAPI:
Fixed a bug with logger level
(V2.4.1) Changes
- NEXUSIC_RESTAPI:
Fixed the reference to the utils file
- MAXIMO_API:
Fixed the reference to the utils file
- OSIPI_WebAPI:
Fixed the reference to the utils file
- DOCUMENTUM_API:
Fixed the reference to the utils file
(V2.4.0) Changes
- Utils:
Added
setup_loggerfunction to setup loggerAdded
print_logfunction to print to console and log file
- NEXUSIC_RESTAPI:
Replaced all
printstatements withutils.print_logRemoved
self.verbosefrom all functions
- MAXIMO_API:
Replaced all
printstatements withutils.print_logRemoved
self.verbosefrom all functions
- OSIPI_WebAPI:
Replaced all
printstatements withutils.print_logRemoved
self.verbosefrom all functions
- DOCUMENTUM_API:
Replaced all
printstatements withutils.print_logRemoved
self.verbosefrom all functions
(V2.3.11) Changes
- NEXUSIC_RESTAPI:
Fixed a bug in
getLookupListItemfunction
(V2.3.10) Changes
- MAXIMO_API:
Fixed a bug in the
MAXAUTHauthentication method
(V2.3.9) Changes
- MAXIMO_API:
Added
MAXAUTHas another authentication method
(V2.3.8) Changes
- MAXIMO_API:
Added the ability to decide whether to skip SSL verification during authentication
(V2.3.7) Changes
- NEXUSIC_RESTAPI:
Changed the error handler for the
validate_and_return_responsefunction to raise an Exception instead of returning a stringIn the
getLookupListItemfunction: Added the ability to pass the Lookup list name as a filter parameter
(V2.3.6) Changes
- OSIPI_WebAPI:
Improved
validate_and_return_responsefunction error handler
(V2.3.5) Changes
- MAXIMO_API:
Added
use_oslctooslc_update_recordfunction to allow using either oslc or rest in the Post call
(V2.3.4) Changes
- NEXUSIC_RESTAPI:
Fixed a bug in
createNewRecordfunction
(V2.3.3) Changes
- MAXIMO_API:
Added
oslc_create_new_recordfunctionAdded
oslc_update_recordfunctionAdded
mbo_exec_methodfunction
(V2.3.2) Changes
- Docs:
Added library Sphinx docs
(V2.3.1) Changes
- MAXIMO_API:
Added the ability to run API calls using _mif
Added
mbo_update_recordfunctionAdded
mbo_get_tablefunction
- DOCUMENTUM_API:
Added new connector to DOCUMENTUM
(V2.2.1) Changes
- NEXUSIC_RESTAPI:
Added
jobStatusfunctionAdded
jobContentfunctionAdded
importLibraryfunction
(V2.2.0) Changes
- NEXUSIC_RESTAPI:
Added
generateReport_v2functionAdded
get_rt_idfunctionAdded
importRepositoryfunctionAdded
importMultimediafunctionUpdated
createNewEventsfunction to import events multimedia
- MAXIMO_API:
Added
get_mx_wosfunctionAdded
get_mx_srsfunctionAdded
mxapi_post_requestfunctionAdded
mbo_create_new_recordfunctionRenamed
get_tabletooslc_get_table
(V2.1.8) Changes
- NEXUSIC_RESTAPI:
Added
createNewAssetsfunction
(V2.1.7) Changes
- NEXUSIC_RESTAPI:
Added
component_idfield in the event input dictionary increateNewEventsfunctionOptimized
createNewEventsfunction performance
(V2.1.6) Changes
- NEXUSIC_RESTAPI:
- Added the following arguments to
createNewEventsfunction: sameAssetsameWorkpacksameEventTypesameSurveySet
- Added the following arguments to
Fixed a bug in
createNewEventsfunction to import continuous events
(V2.1.5) Changes
- NEXUSIC_RESTAPI:
Added
getLookupListItemfunction
(V2.1.4) Changes
- NEXUSIC_RESTAPI:
__init__.pyversion import bug fix
(V2.1.3) Changes
- NEXUSIC_RESTAPI:
Added the ability to get multiple pages in the
getTablefunction- Removed
current_attemptarugment from: getAssetLocationByNamegetAssetLocationByIDgetAssetChildrengetAssetTypesIDgetTableDBNamesgetAssetByFullLocationgetTableDefInfo
- Removed
(V2.1.2) Changes
- NEXUSIC_RESTAPI:
Added
getAssetByFullLocationfunctionAdded
getTableDefInfofunctionAdded
createNewEventsfunction
- OSIPI_WebAPI:
Added docstring
- MAXIMO_API:
Added docstring
(V2.1.1) Changes
- OSIPI_WebAPI:
Added the ability to retrieve multiple AssetServers and DataServers in
get_system_linksfunctionAdded the ability to get points list for a specific DataServer in
getPointsListfunction
(V2.1.0) Changes
- NEXUSIC_RESTAPI:
Added
createNewRecordfunction
- MAXIMO_RESTAPI:
Added read only connector class
- OSIPI_WebAPI:
Added read only connector class
(V2.0.5) Changes
- NEXUSIC_RESTAPI:
Improved disconnection error handler
getAssetChildrenfunction: Added the ability to search at a specific levelAdded
getAssetTypesIDfunctionAdded
getTableDBNamesfunction
(V2.0.4) Changes
- NEXUSIC_RESTAPI:
Added
getAssetLocationByNamefunctionAdded
getAssetLocationByIDfunctionAdded
getAssetChildrenfunction
(V2.0.3) Changes
- NEXUSIC_RESTAPI:
- Added the ability to authenticate using two modes (APIKEY and BASIC)
APIKEY: Requires an API Key to authenticate
BASIC: Requires username and password
(V2.0.2) Changes
- NEXUSIC_RESTAPI:
Added the ability to bypass SSL verification
(V2.0.1) Changes
Initial deployment in pypi.org