ironic.api.controllers.version module¶
- ironic.api.controllers.version.default_version()[source]¶
- Return a dict representing the current default version - id: The ID of the (major) version, also acts as the release number links: A list containing one link that points to the current version of the API - status: Status of the version, one of CURRENT, SUPPORTED, DEPRECATED - min_version: The current, maximum supported (major.minor) version of API. - version: Minimum supported (major.minor) version of API. 
