neops_workflow_engine_client


Nameneops_workflow_engine_client JSON
Version 0.41.10 PyPI version JSON
download
home_pagehttps://github.com/GIT_USER_ID/GIT_REPO_ID
SummaryNeops Workflow Engine
upload_time2025-01-27 11:00:31
maintainerNone
docs_urlNone
authorOpenAPI Generator Community
requires_python<4.0,>=3.8
licenseNoLicense
keywords openapi openapi-generator neops workflow engine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neops Task Engine Client
Neops workflow engine API documentation

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 0.41.10
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 3.7+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import neops_workflow_engine_client
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import neops_workflow_engine_client
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import neops_workflow_engine_client
from neops_workflow_engine_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = neops_workflow_engine_client.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with neops_workflow_engine_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = neops_workflow_engine_client.BlackboardApi(api_client)
    request_body = ['request_body_example'] # List[str] | 

    try:
        api_response = api_instance.blackboard_controller_poll_job(request_body)
        print("The response of BlackboardApi->blackboard_controller_poll_job:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling BlackboardApi->blackboard_controller_poll_job: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*BlackboardApi* | [**blackboard_controller_poll_job**](docs/BlackboardApi.md#blackboard_controller_poll_job) | **POST** /blackboard/job | 
*BlackboardApi* | [**blackboard_controller_push_job_result**](docs/BlackboardApi.md#blackboard_controller_push_job_result) | **POST** /blackboard/job/result | 
*CmsClientApi* | [**cms_client_controller_get_all_devices**](docs/CmsClientApi.md#cms_client_controller_get_all_devices) | **GET** /cms-client/all-devices | 
*CmsClientApi* | [**cms_client_controller_get_random_device**](docs/CmsClientApi.md#cms_client_controller_get_random_device) | **GET** /cms-client/random-device | 
*CmsClientApi* | [**cms_client_controller_login**](docs/CmsClientApi.md#cms_client_controller_login) | **POST** /cms-client/login | 
*DefaultApi* | [**app_controller_get_hello**](docs/DefaultApi.md#app_controller_get_hello) | **GET** / | 
*FunctionBlockApi* | [**function_blocks_controller_find_all**](docs/FunctionBlockApi.md#function_blocks_controller_find_all) | **GET** /function-blocks/registrations/list | List all registered function blocks
*FunctionBlockApi* | [**function_blocks_controller_find_one_fb**](docs/FunctionBlockApi.md#function_blocks_controller_find_one_fb) | **GET** /function-blocks/{pkg}/{name}/{version} | Get a function block by ID
*FunctionBlockApi* | [**function_blocks_controller_find_one_fb_registration**](docs/FunctionBlockApi.md#function_blocks_controller_find_one_fb_registration) | **GET** /function-blocks/registrations/{pkg}/{name}/{version} | Get a function block registration by ID
*FunctionBlockApi* | [**function_blocks_controller_register**](docs/FunctionBlockApi.md#function_blocks_controller_register) | **POST** /function-blocks/register | Register a function block
*FunctionBlockApi* | [**function_blocks_controller_soft_delete**](docs/FunctionBlockApi.md#function_blocks_controller_soft_delete) | **DELETE** /function-blocks/{pkg}/{name}/{version} | Soft-delete a function block by ID
*HealthApi* | [**health_controller_healthy**](docs/HealthApi.md#health_controller_healthy) | **GET** /health | Check health of task engine
*WorkflowsApi* | [**workflow_definition_controller_create**](docs/WorkflowsApi.md#workflow_definition_controller_create) | **POST** /workflow-definition | Create a Workflow definition
*WorkflowsApi* | [**workflow_definition_controller_find_all**](docs/WorkflowsApi.md#workflow_definition_controller_find_all) | **GET** /workflow-definition | Retrieve all workflow definitions
*WorkflowsApi* | [**workflow_definition_controller_find_one**](docs/WorkflowsApi.md#workflow_definition_controller_find_one) | **GET** /workflow-definition/{id} | Retrieve a workflow definitions by ID
*WorkflowsApi* | [**workflow_definition_controller_soft_delete**](docs/WorkflowsApi.md#workflow_definition_controller_soft_delete) | **DELETE** /workflow-definition/{id} | Soft-delete a workflow definition by ID
*WorkflowsApi* | [**workflow_execution_controller_abort**](docs/WorkflowsApi.md#workflow_execution_controller_abort) | **DELETE** /workflow-execution/{id} | 
*WorkflowsApi* | [**workflow_execution_controller_execute**](docs/WorkflowsApi.md#workflow_execution_controller_execute) | **POST** /workflow-execution | Add a workflow execution to the table
*WorkflowsApi* | [**workflow_execution_controller_find_all**](docs/WorkflowsApi.md#workflow_execution_controller_find_all) | **GET** /workflow-execution/state/{state} | Retrieve all workflow executions by state
*WorkflowsApi* | [**workflow_execution_controller_find_one**](docs/WorkflowsApi.md#workflow_execution_controller_find_one) | **GET** /workflow-execution/id/{id} | Retrieve a specific workflow execution by ID


## Documentation For Models

 - [Acquires](docs/Acquires.md)
 - [CreateWorkflowDefinitionDto](docs/CreateWorkflowDefinitionDto.md)
 - [CronConfiguration](docs/CronConfiguration.md)
 - [CrontabConfiguration](docs/CrontabConfiguration.md)
 - [DeviceDto](docs/DeviceDto.md)
 - [DevicesResponseDto](docs/DevicesResponseDto.md)
 - [ExecuteWorkflowDto](docs/ExecuteWorkflowDto.md)
 - [HealthResponse](docs/HealthResponse.md)
 - [JobDefinitionDto](docs/JobDefinitionDto.md)
 - [JobResultDto](docs/JobResultDto.md)
 - [LoginResponseDto](docs/LoginResponseDto.md)
 - [ParametrizedFunctionBlock](docs/ParametrizedFunctionBlock.md)
 - [RegisterFunctionBlockDto](docs/RegisterFunctionBlockDto.md)
 - [RepeatConfiguration](docs/RepeatConfiguration.md)
 - [RetryConfiguration](docs/RetryConfiguration.md)
 - [RootWorkflow](docs/RootWorkflow.md)
 - [Workflow](docs/Workflow.md)
 - [WorkflowConfig](docs/WorkflowConfig.md)
 - [WorkflowExecutionParameters](docs/WorkflowExecutionParameters.md)
 - [WorkflowReference](docs/WorkflowReference.md)
 - [WorkflowStepsInner](docs/WorkflowStepsInner.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization


Authentication schemes defined for the API:
<a id="JWT"></a>
### JWT

- **Type**: Bearer authentication (JWT)


## Author





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
    "name": "neops_workflow_engine_client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Neops Workflow Engine",
    "author": "OpenAPI Generator Community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/e2/d0/a8ff24994d3055242cde7f00c2da71a56bbcb07f3486a6e4d571a258f06a/neops_workflow_engine_client-0.41.10.tar.gz",
    "platform": null,
    "description": "# Neops Task Engine Client\nNeops workflow engine API documentation\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0\n- Package version: 0.41.10\n- Generator version: 7.9.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport neops_workflow_engine_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport neops_workflow_engine_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport neops_workflow_engine_client\nfrom neops_workflow_engine_client.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = neops_workflow_engine_client.Configuration(\n    host = \"http://localhost\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith neops_workflow_engine_client.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = neops_workflow_engine_client.BlackboardApi(api_client)\n    request_body = ['request_body_example'] # List[str] | \n\n    try:\n        api_response = api_instance.blackboard_controller_poll_job(request_body)\n        print(\"The response of BlackboardApi->blackboard_controller_poll_job:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling BlackboardApi->blackboard_controller_poll_job: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*BlackboardApi* | [**blackboard_controller_poll_job**](docs/BlackboardApi.md#blackboard_controller_poll_job) | **POST** /blackboard/job | \n*BlackboardApi* | [**blackboard_controller_push_job_result**](docs/BlackboardApi.md#blackboard_controller_push_job_result) | **POST** /blackboard/job/result | \n*CmsClientApi* | [**cms_client_controller_get_all_devices**](docs/CmsClientApi.md#cms_client_controller_get_all_devices) | **GET** /cms-client/all-devices | \n*CmsClientApi* | [**cms_client_controller_get_random_device**](docs/CmsClientApi.md#cms_client_controller_get_random_device) | **GET** /cms-client/random-device | \n*CmsClientApi* | [**cms_client_controller_login**](docs/CmsClientApi.md#cms_client_controller_login) | **POST** /cms-client/login | \n*DefaultApi* | [**app_controller_get_hello**](docs/DefaultApi.md#app_controller_get_hello) | **GET** / | \n*FunctionBlockApi* | [**function_blocks_controller_find_all**](docs/FunctionBlockApi.md#function_blocks_controller_find_all) | **GET** /function-blocks/registrations/list | List all registered function blocks\n*FunctionBlockApi* | [**function_blocks_controller_find_one_fb**](docs/FunctionBlockApi.md#function_blocks_controller_find_one_fb) | **GET** /function-blocks/{pkg}/{name}/{version} | Get a function block by ID\n*FunctionBlockApi* | [**function_blocks_controller_find_one_fb_registration**](docs/FunctionBlockApi.md#function_blocks_controller_find_one_fb_registration) | **GET** /function-blocks/registrations/{pkg}/{name}/{version} | Get a function block registration by ID\n*FunctionBlockApi* | [**function_blocks_controller_register**](docs/FunctionBlockApi.md#function_blocks_controller_register) | **POST** /function-blocks/register | Register a function block\n*FunctionBlockApi* | [**function_blocks_controller_soft_delete**](docs/FunctionBlockApi.md#function_blocks_controller_soft_delete) | **DELETE** /function-blocks/{pkg}/{name}/{version} | Soft-delete a function block by ID\n*HealthApi* | [**health_controller_healthy**](docs/HealthApi.md#health_controller_healthy) | **GET** /health | Check health of task engine\n*WorkflowsApi* | [**workflow_definition_controller_create**](docs/WorkflowsApi.md#workflow_definition_controller_create) | **POST** /workflow-definition | Create a Workflow definition\n*WorkflowsApi* | [**workflow_definition_controller_find_all**](docs/WorkflowsApi.md#workflow_definition_controller_find_all) | **GET** /workflow-definition | Retrieve all workflow definitions\n*WorkflowsApi* | [**workflow_definition_controller_find_one**](docs/WorkflowsApi.md#workflow_definition_controller_find_one) | **GET** /workflow-definition/{id} | Retrieve a workflow definitions by ID\n*WorkflowsApi* | [**workflow_definition_controller_soft_delete**](docs/WorkflowsApi.md#workflow_definition_controller_soft_delete) | **DELETE** /workflow-definition/{id} | Soft-delete a workflow definition by ID\n*WorkflowsApi* | [**workflow_execution_controller_abort**](docs/WorkflowsApi.md#workflow_execution_controller_abort) | **DELETE** /workflow-execution/{id} | \n*WorkflowsApi* | [**workflow_execution_controller_execute**](docs/WorkflowsApi.md#workflow_execution_controller_execute) | **POST** /workflow-execution | Add a workflow execution to the table\n*WorkflowsApi* | [**workflow_execution_controller_find_all**](docs/WorkflowsApi.md#workflow_execution_controller_find_all) | **GET** /workflow-execution/state/{state} | Retrieve all workflow executions by state\n*WorkflowsApi* | [**workflow_execution_controller_find_one**](docs/WorkflowsApi.md#workflow_execution_controller_find_one) | **GET** /workflow-execution/id/{id} | Retrieve a specific workflow execution by ID\n\n\n## Documentation For Models\n\n - [Acquires](docs/Acquires.md)\n - [CreateWorkflowDefinitionDto](docs/CreateWorkflowDefinitionDto.md)\n - [CronConfiguration](docs/CronConfiguration.md)\n - [CrontabConfiguration](docs/CrontabConfiguration.md)\n - [DeviceDto](docs/DeviceDto.md)\n - [DevicesResponseDto](docs/DevicesResponseDto.md)\n - [ExecuteWorkflowDto](docs/ExecuteWorkflowDto.md)\n - [HealthResponse](docs/HealthResponse.md)\n - [JobDefinitionDto](docs/JobDefinitionDto.md)\n - [JobResultDto](docs/JobResultDto.md)\n - [LoginResponseDto](docs/LoginResponseDto.md)\n - [ParametrizedFunctionBlock](docs/ParametrizedFunctionBlock.md)\n - [RegisterFunctionBlockDto](docs/RegisterFunctionBlockDto.md)\n - [RepeatConfiguration](docs/RepeatConfiguration.md)\n - [RetryConfiguration](docs/RetryConfiguration.md)\n - [RootWorkflow](docs/RootWorkflow.md)\n - [Workflow](docs/Workflow.md)\n - [WorkflowConfig](docs/WorkflowConfig.md)\n - [WorkflowExecutionParameters](docs/WorkflowExecutionParameters.md)\n - [WorkflowReference](docs/WorkflowReference.md)\n - [WorkflowStepsInner](docs/WorkflowStepsInner.md)\n\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n<a id=\"JWT\"></a>\n### JWT\n\n- **Type**: Bearer authentication (JWT)\n\n\n## Author\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "NoLicense",
    "summary": "Neops Workflow Engine",
    "version": "0.41.10",
    "project_urls": {
        "Homepage": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
        "Repository": "https://github.com/GIT_USER_ID/GIT_REPO_ID"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " neops workflow engine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e0334625422f1caa5353f670307b4b60fa25a9c69a82d0e7c229dfcf9f07caf",
                "md5": "11ca09d96e9c967936e3b81f53419f8b",
                "sha256": "627c713c155a62b7a379033f3608f31ea7e200d8f5679e87b90dbbd699377258"
            },
            "downloads": -1,
            "filename": "neops_workflow_engine_client-0.41.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11ca09d96e9c967936e3b81f53419f8b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 65573,
            "upload_time": "2025-01-27T11:00:29",
            "upload_time_iso_8601": "2025-01-27T11:00:29.771408Z",
            "url": "https://files.pythonhosted.org/packages/4e/03/34625422f1caa5353f670307b4b60fa25a9c69a82d0e7c229dfcf9f07caf/neops_workflow_engine_client-0.41.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2d0a8ff24994d3055242cde7f00c2da71a56bbcb07f3486a6e4d571a258f06a",
                "md5": "3c91def738fa6f3c91457cb28f2014e0",
                "sha256": "94305f94bec84dc21a7ad10b66dc9ff26407d4da4b4c3455141302e991a7feff"
            },
            "downloads": -1,
            "filename": "neops_workflow_engine_client-0.41.10.tar.gz",
            "has_sig": false,
            "md5_digest": "3c91def738fa6f3c91457cb28f2014e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 30663,
            "upload_time": "2025-01-27T11:00:31",
            "upload_time_iso_8601": "2025-01-27T11:00:31.926102Z",
            "url": "https://files.pythonhosted.org/packages/e2/d0/a8ff24994d3055242cde7f00c2da71a56bbcb07f3486a6e4d571a258f06a/neops_workflow_engine_client-0.41.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 11:00:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GIT_USER_ID",
    "github_project": "GIT_REPO_ID",
    "github_not_found": true,
    "lcname": "neops_workflow_engine_client"
}
        
Elapsed time: 3.27793s