Skip to content

Commit 39d7c61

Browse files
sjain05ErikAtSumo
authored andcommitted
SUMO-245407: Add support for list apps v2 as data resource
1 parent 9cc0c0e commit 39d7c61

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

website/docs/d/apps.html.markdown

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: "sumologic"
3+
page_title: "SumoLogic: sumologic_apps"
4+
description: |-
5+
Provides an easy way to retrieve all Sumo Logic v2 apps.
6+
---
7+
8+
# sumologic_apps
9+
Provides an easy way to retrieve all Sumo Logic v2 apps.
10+
11+
12+
## Example Usage
13+
```hcl
14+
data "sumologic_apps" "test" {}
15+
```
16+
17+
```hcl
18+
data "sumologic_apps" "test" {
19+
name = "MySQL - OpenTelemetry"
20+
author = "Sumo Logic"
21+
}
22+
```
23+
24+
25+
## Attributes reference
26+
27+
The following attributes are exported:
28+
29+
- `uuid` - UUID of the app.
30+
- `name` - Name of the app.
31+
- `description` - Description of the app.
32+
- `latest_version` - Latest version of the app.
33+
- `icon` - URL of the icon for the app.
34+
- `author` - Author of the app.
35+
- `account_types` - URL of the icon for the app
36+
- `log_analytics_filter` - The search filter which would be applied on partitions which belong to Log Analytics product area.
37+
- `beta` - URL of the icon for the app.
38+
- `installs` - Number of times the app was installed.
39+
- `appType` - Type of an app.
40+
- `attributes` - A map of attributes for this app. Attributes allow to group apps based on different criteria.
41+
### Values in attributes type are :
42+
- `category`
43+
- `use_case`
44+
- `collection`
45+
- `family` - Provides a mechanism to link different apps.
46+
- `installable` - Whether the app is installable or not as not all apps are installable.
47+
- `show_on_marketplace` - Whether the app should show up on sumologic.com/applications webpage.
48+
49+

0 commit comments

Comments
 (0)