-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynatrace.Observability merge to public repo (#24101)
* Initial Commit * Updating version in all files * Removed version from readme * removing version which are not available from readme * Resolving PR comments (#24205) * Features/users/abhargava/merge to public repo (#24230) * Resolving PR comments * Features/users/abhargava/merge to public repo (#24233) * Resolving PR comments * Responding to the comment in PR review * Fixed typo * Features/users/abhargava/merge to public repo (#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 <[email protected]> * 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 <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: Konrad Jamrozik <[email protected]>
- Loading branch information
1 parent
e994b93
commit 099640c
Showing
46 changed files
with
3,846 additions
and
10 deletions.
There are no files selected for viewing
2,244 changes: 2,244 additions & 0 deletions
2,244
...ation/dynatrace/resource-manager/Dynatrace.Observability/stable/2023-04-27/dynatrace.json
Large diffs are not rendered by default.
Oops, something went wrong.
174 changes: 174 additions & 0 deletions
174
...race.Observability/stable/2023-04-27/examples/Monitors_CreateOrUpdate_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor", | ||
"resource": { | ||
"identity": { | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"monitoringStatus": "Enabled", | ||
"marketplaceSubscriptionStatus": "Active", | ||
"dynatraceEnvironmentProperties": { | ||
"accountInfo": {}, | ||
"environmentInfo": {}, | ||
"singleSignOnProperties": {} | ||
}, | ||
"userInfo": { | ||
"firstName": "Alice", | ||
"lastName": "Bobab", | ||
"emailAddress": "[email protected]", | ||
"phoneNumber": "123456", | ||
"country": "westus2" | ||
}, | ||
"planData": { | ||
"usageType": "Committed", | ||
"billingCycle": "Monthly", | ||
"planDetails": "dynatraceapitestplan", | ||
"effectiveDate": "2019-08-30T15:14:33+02:00" | ||
}, | ||
"liftrResourceCategory": "Unknown", | ||
"provisioningState": "Accepted" | ||
}, | ||
"tags": { | ||
"Environment": "Dev" | ||
}, | ||
"location": "West US 2" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"identity": { | ||
"principalId": "4534676867978", | ||
"tenantId": "23456789001", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"monitoringStatus": "Enabled", | ||
"marketplaceSubscriptionStatus": "Active", | ||
"dynatraceEnvironmentProperties": { | ||
"userId": "alice123", | ||
"accountInfo": { | ||
"accountId": "1234567890", | ||
"regionId": "wus2" | ||
}, | ||
"environmentInfo": { | ||
"environmentId": "a23xcv456", | ||
"ingestionKey": "1234567890", | ||
"logsIngestionEndpoint": "https://dynatrace.com" | ||
}, | ||
"singleSignOnProperties": { | ||
"singleSignOnState": "Enable", | ||
"enterpriseAppId": "00000000-0000-0000-0000-000000000000", | ||
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash", | ||
"aadDomains": [ | ||
"mpliftrdt20210811outlook.onmicrosoft.com" | ||
] | ||
} | ||
}, | ||
"userInfo": { | ||
"firstName": "Alice", | ||
"lastName": "Bobab", | ||
"emailAddress": "[email protected]", | ||
"phoneNumber": "123456", | ||
"country": "westus2" | ||
}, | ||
"planData": { | ||
"usageType": "Committed", | ||
"billingCycle": "Monthly", | ||
"planDetails": "dynatraceapitestplan", | ||
"effectiveDate": "2019-08-30T15:14:33+02:00" | ||
}, | ||
"liftrResourceCategory": "Unknown", | ||
"liftrResourcePreference": 28, | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-07-16T04:25:21.040Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-07-16T04:25:21.040Z" | ||
}, | ||
"tags": { | ||
"Environment": "Dev" | ||
}, | ||
"location": "West US 2", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor", | ||
"name": "myMonitor", | ||
"type": "Dynatrace.Observability/monitors" | ||
} | ||
}, | ||
"201": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
}, | ||
"body": { | ||
"identity": { | ||
"principalId": "4534676867978", | ||
"tenantId": "23456789001", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"monitoringStatus": "Enabled", | ||
"marketplaceSubscriptionStatus": "Active", | ||
"dynatraceEnvironmentProperties": { | ||
"userId": "alice123", | ||
"accountInfo": { | ||
"accountId": "1234567890", | ||
"regionId": "wus2" | ||
}, | ||
"environmentInfo": { | ||
"environmentId": "a23xcv456", | ||
"ingestionKey": "1234567890", | ||
"logsIngestionEndpoint": "https://dynatrace.com" | ||
}, | ||
"singleSignOnProperties": { | ||
"singleSignOnState": "Enable", | ||
"enterpriseAppId": "00000000-0000-0000-0000-000000000000", | ||
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash", | ||
"aadDomains": [ | ||
"mpliftrdt20210811outlook.onmicrosoft.com" | ||
] | ||
} | ||
}, | ||
"userInfo": { | ||
"firstName": "Alice", | ||
"lastName": "Bobab", | ||
"emailAddress": "[email protected]", | ||
"phoneNumber": "123456", | ||
"country": "westus2" | ||
}, | ||
"planData": { | ||
"usageType": "Committed", | ||
"billingCycle": "Monthly", | ||
"planDetails": "dynatraceapitestplan", | ||
"effectiveDate": "2019-08-30T15:14:33+02:00" | ||
}, | ||
"liftrResourceCategory": "Unknown", | ||
"liftrResourcePreference": 28, | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2021-07-16T04:25:21.040Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-07-16T04:25:21.040Z" | ||
}, | ||
"tags": { | ||
"Environment": "Dev" | ||
}, | ||
"location": "West US 2", | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor", | ||
"name": "myMonitor", | ||
"type": "Dynatrace.Observability/monitors" | ||
} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...race.Observability/stable/2023-04-27/examples/Monitors_CreateOrUpdate_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor", | ||
"resource": { | ||
"properties": {}, | ||
"location": "West US 2" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor", | ||
"properties": {}, | ||
"location": "West US 2" | ||
} | ||
}, | ||
"201": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
}, | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/monitors/myMonitor", | ||
"properties": {}, | ||
"location": "West US 2" | ||
} | ||
} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...er/Dynatrace.Observability/stable/2023-04-27/examples/Monitors_Delete_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...er/Dynatrace.Observability/stable/2023-04-27/examples/Monitors_Delete_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...stable/2023-04-27/examples/Monitors_GetMarketplaceSaaSResourceDetails_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"operationId": "Monitors_GetMarketplaceSaaSResourceDetails", | ||
"title": "Monitors_GetMarketplaceSaaSResourceDetails_MaximumSet_Gen", | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "nqmcgifgaqlf", | ||
"request": { | ||
"tenantId": "urnmattojzhktcfw" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"marketplaceSaaSResourceId": "owpmulwohq", | ||
"planId": "dsfefsaf", | ||
"marketplaceSubscriptionStatus": "Active" | ||
} | ||
}, | ||
"404": {} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...stable/2023-04-27/examples/Monitors_GetMarketplaceSaaSResourceDetails_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"operationId": "Monitors_GetMarketplaceSaaSResourceDetails", | ||
"title": "Monitors_GetMarketplaceSaaSResourceDetails_MinumumSet_Gen", | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "nqmcgifgaqlf", | ||
"request": { | ||
"tenantId": "urnmattojzhktcfw" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": {} | ||
}, | ||
"404": {} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ace.Observability/stable/2023-04-27/examples/Monitors_GetMetricStatus_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"operationId": "Monitors_GetMetricStatus", | ||
"title": "Monitors_GetMetricStatus_MaximumSet_Gen", | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "nqmcgifgaqlf", | ||
"resourceGroupName": "rgDynatrace", | ||
"monitorName": "fhcjxnxumkdlgpwanewtkdnyuz" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"azureResourceIds": [ | ||
"/subscriptions/69b51384-146c-4685-9dab-5ae01877d78/resourceGroups/szytr-liftr/providers/Dynatrace.Observability/monitors/szytrz-prod-23-05-23" | ||
] | ||
} | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...ace.Observability/stable/2023-04-27/examples/Monitors_GetMetricStatus_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"operationId": "Monitors_GetMetricStatus", | ||
"title": "Monitors_GetMetricStatus_MinimumSet_Gen", | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "nqmcgifgaqlf", | ||
"resourceGroupName": "rgDynatrace", | ||
"monitorName": "fhcjxnxumkdlgpwanewtkdnyuz" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": {} | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...trace.Observability/stable/2023-04-27/examples/Monitors_GetSSODetails_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor", | ||
"request": { | ||
"userPrincipal": "[email protected]" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"isSsoEnabled": "Enabled", | ||
"metadataUrl": "https://someuri", | ||
"singleSignOnUrl": "https://www.dynatrace.io/IAmSomeHash", | ||
"aadDomains": [ | ||
"mpliftrdt20210811outlook.onmicrosoft.com" | ||
], | ||
"adminUsers": [ | ||
"[email protected]" | ||
] | ||
} | ||
}, | ||
"401": {} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...trace.Observability/stable/2023-04-27/examples/Monitors_GetSSODetails_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor", | ||
"request": { | ||
"userPrincipal": "[email protected]" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": {} | ||
}, | ||
"401": {} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ce.Observability/stable/2023-04-27/examples/Monitors_GetVMHostPayload_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"ingestionKey": "abcd.efg", | ||
"environmentId": "abc123lsjlsfjlfjgd" | ||
} | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ce.Observability/stable/2023-04-27/examples/Monitors_GetVMHostPayload_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-04-27", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"monitorName": "myMonitor" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": {} | ||
} | ||
} | ||
} |
Oops, something went wrong.