Skip to content

Register tool

Register an external tool.

More examples can be found in the sample collection

POST {serverURLRoot}/servers/{serverName}/open-metadata/access-services/data-engine/users/{userId}/software-server-capabilities

{
    "dataEngine": 
    {
        "qualifiedName": "qualifiedName",
        "displayName": "DataStage",
        "description": "Data Stage",
        "engineType": "DataEngine",
        "engineVersion": "1",
        "enginePatchLevel": "1",
        "vendor": "ibm",
        "version": "123",
        "source": "source"
    }
}

GUIDResponse - response containing the external tool guid, with status and error message if failing.


Raise an issue or comment below