All Downloads are FREE. Search and download functionalities are using the official Maven repository.

isallo-client-api-codegen.2.1.3.source-code.longRunningProcess.json Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
{
    "apiVersion": "0.4.0",
    "swaggerVersion": "1.2",
    "basePath": "http://visallo-dev:8889",
    "resourcePath": "/long-running-process",
    "apis": [
        {
            "path": "/long-running-process",
            "operations": [
                {
                    "method": "GET",
                    "summary": "Gets the vertex properties",
                    "type": "RawString",
                    "nickname": "findByIdRaw",
                    "parameters": [
                        {
                            "name": "longRunningProcessId",
                            "description": "ID of the long running process",
                            "required": true,
                            "type": "string",
                            "paramType": "query"
                        }
                    ],
                    "responseMessages": [
                        {
                            "code": 404,
                            "message": "Long running process not found"
                        }
                    ]
                }
            ]
        },
        {
            "path": "/long-running-process/cancel",
            "operations": [
                {
                    "method": "POST",
                    "summary": "Cancels a long running process",
                    "type": "void",
                    "nickname": "cancel",
                    "parameters": [
                        {
                            "name": "longRunningProcessId",
                            "description": "ID of the long running process",
                            "required": true,
                            "type": "string",
                            "paramType": "query"
                        }
                    ],
                    "responseMessages": [
                        {
                            "code": 404,
                            "message": "Long running process not found"
                        }
                    ]
                }
            ]
        }
    ],
    "models": {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy