-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReservationOrderTrigger.json
More file actions
67 lines (67 loc) · 2.2 KB
/
ReservationOrderTrigger.json
File metadata and controls
67 lines (67 loc) · 2.2 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"ReservedInstanceNotifier": {
"inputs": {
"body": {
"action": "monitor",
"emailResultsTo": "list-of-email-addresses",
"identifier": "company-name",
"range1max": 37,
"range1min": 30,
"range2max": 67,
"range2min": 60
},
"host": {
"triggerName": "manual",
"workflow": {
"id": "/subscriptions/7fadb6ea-f460-4057-a8c4-84c7b61eb608/resourceGroups/admin_rg/providers/Microsoft.Logic/workflows/ReservedInstanceNotifier"
}
}
},
"runAfter": {},
"type": "Workflow"
}
},
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"triggers": {
"Recurrence": {
"evaluatedRecurrence": {
"frequency": "Week",
"interval": 1,
"schedule": {
"hours": [
"9"
],
"minutes": [
0
],
"weekDays": [
"Monday"
]
}
},
"recurrence": {
"frequency": "Week",
"interval": 1,
"schedule": {
"hours": [
"9"
],
"minutes": [
0
],
"weekDays": [
"Monday"
]
}
},
"type": "Recurrence"
}
}
},
"parameters": {}
}