POST /v1/apps/{uuid}/install

Installs the app with given UUID in the folder specified using destinationFolderId.

Servers

Path parameters

Name Type Required Description
uuid String Yes

UUID of the app to install.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String Yes

Preferred name of the app to be installed. This will be the name of the app in the selected installation folder.

description String Yes

Preferred description of the app to be installed. This will be displayed as the app description in the selected installation folder.

destinationFolderId String Yes

Identifier of the folder in which the app will be installed in hexadecimal format.

dataSourceValues Object No

Dictionary of properties specifying log-source name and value.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.