Skip to content

Commit 8cbd9a1

Browse files
abhargavamskanupriyasinghhmsyycKonrad Jamrozik
authored andcommitted
Dynatrace.Observability merge to public repo (Azure#24101)
* Initial Commit * Updating version in all files * Removed version from readme * removing version which are not available from readme * Resolving PR comments (Azure#24205) * Features/users/abhargava/merge to public repo (Azure#24230) * Resolving PR comments * Features/users/abhargava/merge to public repo (Azure#24233) * Resolving PR comments * Responding to the comment in PR review * Fixed typo * Features/users/abhargava/merge to public repo (Azure#24253) * Resolving PR comments * Responding to the comment in PR review * Fixed typo * Added a suppression for Avacado issue * Adding the required field * Updating suppression reason * Updating path for suppression * Adding suppression for deprecated API * suppression * suppress * Update specification/dynatrace/resource-manager/readme.md Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com> * updating path in suppression * updating suppression * updating suppression * Update specification/dynatrace/resource-manager/readme.md: WIP: fixing suppressions Iteratively work on fixing suppressions * Update readme.md: update suppressions * Update readme.md: update suppressions * Update readme.md: remove Avocado suppressions --------- Co-authored-by: kanupriyasinghh <113429657+kanupriyasinghh@users.noreply.github.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com> Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com>
1 parent e749207 commit 8cbd9a1

File tree

46 files changed

+3846
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3846
-10
lines changed

specification/dynatrace/resource-manager/Dynatrace.Observability/stable/2023-04-27/dynatrace.json

Lines changed: 2244 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-04-27",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"resource": {
8+
"identity": {
9+
"type": "SystemAssigned"
10+
},
11+
"properties": {
12+
"monitoringStatus": "Enabled",
13+
"marketplaceSubscriptionStatus": "Active",
14+
"dynatraceEnvironmentProperties": {
15+
"accountInfo": {},
16+
"environmentInfo": {},
17+
"singleSignOnProperties": {}
18+
},
19+
"userInfo": {
20+
"firstName": "Alice",
21+
"lastName": "Bobab",
22+
"emailAddress": "alice@microsoft.com",
23+
"phoneNumber": "123456",
24+
"country": "westus2"
25+
},
26+
"planData": {
27+
"usageType": "Committed",
28+
"billingCycle": "Monthly",
29+
"planDetails": "dynatraceapitestplan",
30+
"effectiveDate": "2019-08-30T15:14:33+02:00"
31+
},
32+
"liftrResourceCategory": "Unknown",
33+
"provisioningState": "Accepted"
34+
},
35+
"tags": {
36+
"Environment": "Dev"
37+
},
38+
"location": "West US 2"
39+
}
40+
},
41+
"responses": {
42+
"200": {
43+
"body": {
44+
"identity": {
45+
"principalId": "4534676867978",
46+
"tenantId": "23456789001",
47+
"type": "SystemAssigned"
48+
},
49+
"properties": {
50+
"monitoringStatus": "Enabled",
51+
"marketplaceSubscriptionStatus": "Active",
52+
"dynatraceEnvironmentProperties": {
53+
"userId": "alice123",
54+
"accountInfo": {
55+
"accountId": "1234567890",
56+
"regionId": "wus2"
57+
},
58+
"environmentInfo": {
59+
"environmentId": "a23xcv456",
60+
"ingestionKey": "1234567890",
61+
"logsIngestionEndpoint": "https://dynatrace.com"
62+
},
63+
"singleSignOnProperties": {
64+
"singleSignOnState": "Enable",
65+
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
66+
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash",
67+
"aadDomains": [
68+
"mpliftrdt20210811outlook.onmicrosoft.com"
69+
]
70+
}
71+
},
72+
"userInfo": {
73+
"firstName": "Alice",
74+
"lastName": "Bobab",
75+
"emailAddress": "alice@microsoft.com",
76+
"phoneNumber": "123456",
77+
"country": "westus2"
78+
},
79+
"planData": {
80+
"usageType": "Committed",
81+
"billingCycle": "Monthly",
82+
"planDetails": "dynatraceapitestplan",
83+
"effectiveDate": "2019-08-30T15:14:33+02:00"
84+
},
85+
"liftrResourceCategory": "Unknown",
86+
"liftrResourcePreference": 28,
87+
"provisioningState": "Accepted"
88+
},
89+
"systemData": {
90+
"createdBy": "alice@microsoft.com",
91+
"createdByType": "User",
92+
"createdAt": "2021-07-16T04:25:21.040Z",
93+
"lastModifiedBy": "alice@microsoft.com",
94+
"lastModifiedByType": "User",
95+
"lastModifiedAt": "2021-07-16T04:25:21.040Z"
96+
},
97+
"tags": {
98+
"Environment": "Dev"
99+
},
100+
"location": "West US 2",
101+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
102+
"name": "myMonitor",
103+
"type": "Dynatrace.Observability/monitors"
104+
}
105+
},
106+
"201": {
107+
"headers": {
108+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
109+
},
110+
"body": {
111+
"identity": {
112+
"principalId": "4534676867978",
113+
"tenantId": "23456789001",
114+
"type": "SystemAssigned"
115+
},
116+
"properties": {
117+
"monitoringStatus": "Enabled",
118+
"marketplaceSubscriptionStatus": "Active",
119+
"dynatraceEnvironmentProperties": {
120+
"userId": "alice123",
121+
"accountInfo": {
122+
"accountId": "1234567890",
123+
"regionId": "wus2"
124+
},
125+
"environmentInfo": {
126+
"environmentId": "a23xcv456",
127+
"ingestionKey": "1234567890",
128+
"logsIngestionEndpoint": "https://dynatrace.com"
129+
},
130+
"singleSignOnProperties": {
131+
"singleSignOnState": "Enable",
132+
"enterpriseAppId": "00000000-0000-0000-0000-000000000000",
133+
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash",
134+
"aadDomains": [
135+
"mpliftrdt20210811outlook.onmicrosoft.com"
136+
]
137+
}
138+
},
139+
"userInfo": {
140+
"firstName": "Alice",
141+
"lastName": "Bobab",
142+
"emailAddress": "alice@microsoft.com",
143+
"phoneNumber": "123456",
144+
"country": "westus2"
145+
},
146+
"planData": {
147+
"usageType": "Committed",
148+
"billingCycle": "Monthly",
149+
"planDetails": "dynatraceapitestplan",
150+
"effectiveDate": "2019-08-30T15:14:33+02:00"
151+
},
152+
"liftrResourceCategory": "Unknown",
153+
"liftrResourcePreference": 28,
154+
"provisioningState": "Accepted"
155+
},
156+
"systemData": {
157+
"createdBy": "alice@microsoft.com",
158+
"createdByType": "User",
159+
"createdAt": "2021-07-16T04:25:21.040Z",
160+
"lastModifiedBy": "alice@microsoft.com",
161+
"lastModifiedByType": "User",
162+
"lastModifiedAt": "2021-07-16T04:25:21.040Z"
163+
},
164+
"tags": {
165+
"Environment": "Dev"
166+
},
167+
"location": "West US 2",
168+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
169+
"name": "myMonitor",
170+
"type": "Dynatrace.Observability/monitors"
171+
}
172+
}
173+
}
174+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-04-27",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"resource": {
8+
"properties": {},
9+
"location": "West US 2"
10+
}
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
16+
"properties": {},
17+
"location": "West US 2"
18+
}
19+
},
20+
"201": {
21+
"headers": {
22+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
23+
},
24+
"body": {
25+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor",
26+
"properties": {},
27+
"location": "West US 2"
28+
}
29+
}
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-04-27",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {
11+
"headers": {
12+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-04-27",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {
11+
"headers": {
12+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"operationId": "Monitors_GetMarketplaceSaaSResourceDetails",
3+
"title": "Monitors_GetMarketplaceSaaSResourceDetails_MaximumSet_Gen",
4+
"parameters": {
5+
"api-version": "2023-04-27",
6+
"subscriptionId": "nqmcgifgaqlf",
7+
"request": {
8+
"tenantId": "urnmattojzhktcfw"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"marketplaceSaaSResourceId": "owpmulwohq",
15+
"planId": "dsfefsaf",
16+
"marketplaceSubscriptionStatus": "Active"
17+
}
18+
},
19+
"404": {}
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"operationId": "Monitors_GetMarketplaceSaaSResourceDetails",
3+
"title": "Monitors_GetMarketplaceSaaSResourceDetails_MinumumSet_Gen",
4+
"parameters": {
5+
"api-version": "2023-04-27",
6+
"subscriptionId": "nqmcgifgaqlf",
7+
"request": {
8+
"tenantId": "urnmattojzhktcfw"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {}
14+
},
15+
"404": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"operationId": "Monitors_GetMetricStatus",
3+
"title": "Monitors_GetMetricStatus_MaximumSet_Gen",
4+
"parameters": {
5+
"api-version": "2023-04-27",
6+
"subscriptionId": "nqmcgifgaqlf",
7+
"resourceGroupName": "rgDynatrace",
8+
"monitorName": "fhcjxnxumkdlgpwanewtkdnyuz"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"azureResourceIds": [
14+
"/subscriptions/69b51384-146c-4685-9dab-5ae01877d78/resourceGroups/szytr-liftr/providers/Dynatrace.Observability/monitors/szytrz-prod-23-05-23"
15+
]
16+
}
17+
}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"operationId": "Monitors_GetMetricStatus",
3+
"title": "Monitors_GetMetricStatus_MinimumSet_Gen",
4+
"parameters": {
5+
"api-version": "2023-04-27",
6+
"subscriptionId": "nqmcgifgaqlf",
7+
"resourceGroupName": "rgDynatrace",
8+
"monitorName": "fhcjxnxumkdlgpwanewtkdnyuz"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {}
13+
}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-04-27",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"monitorName": "myMonitor",
7+
"request": {
8+
"userPrincipal": "alice@microsoft.com"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"isSsoEnabled": "Enabled",
15+
"metadataUrl": "https://someuri",
16+
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash",
17+
"aadDomains": [
18+
"mpliftrdt20210811outlook.onmicrosoft.com"
19+
],
20+
"adminUsers": [
21+
"alice@microsoft.com"
22+
]
23+
}
24+
},
25+
"401": {}
26+
}
27+
}

0 commit comments

Comments
 (0)