v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBappManagement
Get an app by UUID.
Gets the app with the given universally unique identifier (UUID).
get/v1/apps/{uuid}
Path parameters
uuidstring uuid required
The identifier of the app to retrieve.
Response
The retrieved app.
Example response
{
"appDefinition": {
"contentId": "00000000000011AE",
"uuid": "1c57fbc3-3141-4b12-aab3-5f40152bc3d9",
"name": "Sumo Config",
"appVersion": "1.0",
"preview": true,
"manifestVersion": "0.1"
},
"appManifest": {
"family": "IIS",
"description": "A description for Sumo Logic Config App.",
"categories": [
"Sumo Logic",
"Configuration"
],
"hoverText": "Sumo Config App",
"iconURL": "https://sumologic-app-data.sumologic.com/icons/sumoconfig.png",
"screenshotURLs": [
"https://sumologic-app-data.sumologic.com/icons/sumoconfig/overview.png",
"https://sumologic-app-data.sumologic.com/screenshots/sumoconfig/details.png"
],
"helpURL": "https://help.sumologic.com/",
"communityURL": "https://support.sumologic.com/hc/en-us/community/topics/200263058-Applications-and-Integrations",
"requirements": [],
"accountTypes": [
"free"
],
"parameters": [
{
"parameterType": "DATA_SOURCE",
"parameterId": "paramId1",
"dataSourceType": "LOG",
"label": "Log label",
"description": "Log data source"
}
],
"author": "Sumo Logic",
"authorWebsite": "https://www.sumologic.com"
}
}