system.kanoa.config.getVersionInfo
Description
This function retrieves application version information such as database, project, or tag version numbers.Syntax
getVersionInfo(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
type | str | Optional | Type of version information to query (e.g. '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 Examples
# Example Usage:
version_data = system.kanoa.config.getVersionInfo(paramsDict)