system.kanoa.config.getVersionInfo
Description
This function retrieves application version information such as database, project, or tag version numbers.Syntax
getVersionInfo(paramsDict)- paramsDict: dict - Parameters for querying version information.
- 'type' (str, optional): Type of version information to query ('database', 'project', 'tag')
- 'name' (str, optional): Name of the database, project, or tag
- 'element' (str, optional): Specific to the type, for database, this could be the schema
Code Example
# Example Usage:
version_data = system.kanoa.config.getVersionInfo(paramsDict)