generated from cloudforet-io/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrecommendations.yaml
38 lines (33 loc) · 956 Bytes
/
recommendations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
search:
fields:
- Tenant ID: data.tenant_id
- Subscription Name: data.subscription_name
- Subscription ID: data.subscription_id
- Impact: data.impact
- Category: data.category
- Last updated at: data.last_updated
table:
sort:
key: data.impact
desc: true
fields:
- Impact: data.impact
- Description: data.short_description.problem
- Category: data.category
- Potential benefits: data.potential_benefits
- Last updated at: data.last_update_time
- Impact start time: data.impact_start_time
- End time: data.impact_mitigation_time
tabs.0:
name: Details
type: item
fields:
- Tenant ID: data.tenant_id
- Subscription Name: data.subscription_name
- Subscription ID: data.subscription_id
- Recommendation name: data.name
- Impact: data.impact
- Category: data.category
- End time: data.impact_mitigation_time
- Last update time: data.last_update_time