POST /v1/apps/{uuid}/install
Installs the app with given UUID in the folder specified using destinationFolderId.
Servers
- https://api.au.sumologic.com/api/
- https://api.ca.sumologic.com/api/
- https://api.de.sumologic.com/api/
- https://api.eu.sumologic.com/api/
- https://api.fed.sumologic.com/api/
- https://api.jp.sumologic.com/api/
- https://api.kr.sumologic.com/api/
- https://api.in.sumologic.com/api/
- https://api.sumologic.com/api/
- https://api.us2.sumologic.com/api/
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.