mistk.transform.client.api.transform_plugin_endpoint_api module

Model Integration Software ToolKit - Data Transformation

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 1.0.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class mistk.transform.client.api.transform_plugin_endpoint_api.TransformPluginEndpointApi(api_client=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen

get_api_version(**kwargs)

Returns the version of the MISTK API # noqa: E501

Returns the version of the MISTK API # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_api_version(async_req=True) >>> result = thread.get()

:param async_req bool :return: str

If the method is called asynchronously, returns the request thread.

get_api_version_with_http_info(**kwargs)

Returns the version of the MISTK API # noqa: E501

Returns the version of the MISTK API # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_api_version_with_http_info(async_req=True) >>> result = thread.get()

:param async_req bool :return: str

If the method is called asynchronously, returns the request thread.

get_status(**kwargs)

Retrieves the status of the transform plugin # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_status(async_req=True) >>> result = thread.get()

:param async_req bool :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :param float resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. :return: TransformInstanceStatus

If the method is called asynchronously, returns the request thread.

get_status_with_http_info(**kwargs)

Retrieves the status of the transform plugin # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_status_with_http_info(async_req=True) >>> result = thread.get()

:param async_req bool :param bool watch: Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. :param float resource_version: When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. :return: TransformInstanceStatus

If the method is called asynchronously, returns the request thread.

terminate(**kwargs)

Shutdowns the transform plugin and cleans up any resources. # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.terminate(async_req=True) >>> result = thread.get()

:param async_req bool :return: None

If the method is called asynchronously, returns the request thread.

terminate_with_http_info(**kwargs)

Shutdowns the transform plugin and cleans up any resources. # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.terminate_with_http_info(async_req=True) >>> result = thread.get()

:param async_req bool :return: None

If the method is called asynchronously, returns the request thread.

transform(init_params, **kwargs)

Performs the transforms defined for this plugin # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.transform(init_params, async_req=True) >>> result = thread.get()

:param async_req bool :param TransformSpecificationInitParams init_params: A list of directory paths where input files can be found. (required) :return: None

If the method is called asynchronously, returns the request thread.

transform_with_http_info(init_params, **kwargs)

Performs the transforms defined for this plugin # noqa: E501

This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.transform_with_http_info(init_params, async_req=True) >>> result = thread.get()

:param async_req bool :param TransformSpecificationInitParams init_params: A list of directory paths where input files can be found. (required) :return: None

If the method is called asynchronously, returns the request thread.