Skip to content

flywheel.api.config_api

ConfigApi

Bases: object

get_config(**kwargs)

Get public configuration

Return config dict This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_config_js(**kwargs)

Return public Scitran configuration information in javascript format.

Return config as a JavaScript string assignment This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_config_js_with_http_info(**kwargs)

Return public Scitran configuration information in javascript format.

Return config as a JavaScript string assignment This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_config_with_http_info(**kwargs)

Get public configuration

Return config dict This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_version(**kwargs)

Get server and database schema version info

Return database version dict This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required

get_version_with_http_info(**kwargs)

Get server and database schema version info

Return database version dict This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
async_ (bool, optional)

Perform the request asynchronously

required