v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBappManagement
Install an app by UUID.
Installs the app with given UUID in the folder specified using destinationFolderId.
post/v1/apps/{uuid}/install
Path parameters
uuidstring uuid required
UUID of the app to install.
Request body
Example request
{
"name": "Sumo Logic Configuration App",
"description": "Sumo Logic Configuration App to configure collectors and data sources",
"destinationFolderId": "00000000000001C8",
"dataSourceValues": {
"logsrc": "_sourceCategory = api"
}
}Response
App install job has been scheduled.
Example response
{
"id": "C03E086C137F38B4"
}