From 8606966ef1152a657bcbdf4710c3f4123d4bfc10 Mon Sep 17 00:00:00 2001 From: Abhay Ohri Date: Wed, 14 Dec 2022 14:35:28 -0800 Subject: [PATCH 1/5] added fetchEventDetails initial commit --- .../2022-10-01-preview/ResourceHealth.json | 87 +++++++++++++++ ...tDetailsBySubscriptionIdAndTrackingId.json | 103 ++++++++++++++++++ ...chEventDetailsByTenantIdAndTrackingId.json | 102 +++++++++++++++++ 3 files changed, 292 insertions(+) create mode 100644 specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json create mode 100644 specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json index 7595d5968156..2f2d509b49e6 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json @@ -599,6 +599,51 @@ } } }, + "/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/fetchEventDetails": { + "post": { + "tags": [ + "Event" + ], + "operationId": "Event_fetchEventDetailsBySubscriptionIdAndTrackingId", + "description": "Service health event details in the subscription by event tracking id. This can be used to fetch sensitive properties for Security Advisory events", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + }, + { + "$ref": "#/parameters/QueryStartTimeParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "#/parameters/EventTrackingIdParameter" + } + ], + "responses": { + "200": { + "description": "Service Health Event details in the subscription requested by tracking id.", + "schema": { + "$ref": "#/definitions/event" + } + }, + "default": { + "description": "DefaultErrorResponse", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "SecurityAdvisoriesEventDetailsBySubscriptionIdAndTrackingId": { + "$ref": "./examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json" + } + } + } + }, "/providers/Microsoft.ResourceHealth/events": { "get": { "tags": [ @@ -683,6 +728,48 @@ } } }, + "/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/fetchEventDetails": { + "post": { + "tags": [ + "Event" + ], + "operationId": "Event_fetchEventDetailsByTenantIdAndTrackingId", + "description": "Service health event details in the tenant by event tracking id. This can be used to fetch sensitive properties for Security Advisory events", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/FilterParameter" + }, + { + "$ref": "#/parameters/QueryStartTimeParameter" + }, + { + "$ref": "#/parameters/EventTrackingIdParameter" + } + ], + "responses": { + "200": { + "description": "Service Health Event in the subscription requested by tracking id.", + "schema": { + "$ref": "#/definitions/event" + } + }, + "default": { + "description": "DefaultErrorResponse", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "EventByTenantIdAndTrackingId": { + "$ref": "./examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json" + } + } + } + }, "/{resourceUri}/providers/Microsoft.ResourceHealth/events": { "get": { "tags": [ diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json new file mode 100644 index 000000000000..3eff32c798cc --- /dev/null +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json @@ -0,0 +1,103 @@ +{ + "parameters": { + "subscriptionId": "subscriptionId", + "eventTrackingId": "eventTrackingId", + "api-version": "2022-10-01-preview", + "$filter": "properties/status eq 'Active'", + "queryStartTime": "7/10/2022" + }, + "responses": { + "200": { + "body": { + "id": "/providers/Microsoft.ResourceHealth/events/{eventTrackingId}", + "name": "{eventTrackingId}", + "type": "/providers/Microsoft.ResourceHealth/events", + "properties": { + "eventType": "ServiceIssue", + "eventSource": "ResourceHealth", + "status": "Active", + "title": "ACTIVE: Virtual machines in West US", + "summary": "An outage alert is being investigated. More information will be provided as it is known.", + "header": "Your service might have been impacted by an Azure service issue", + "article": { + "articleContent": "An outage alert is being investigated. More information will be provided as it is known" + }, + "links": [ + { + "type": "Hyperlink", + "displayText": { + "value": "Request RCA", + "localizedValue": "Request RCA" + }, + "extensionName": "Microsoft_Azure_Health", + "bladeName": "RequestRCABlade", + "parameters": { + "trackingId": "{eventTrackingId}", + "rcaRequested": "False" + } + }, + { + "type": "Button", + "displayText": { + "value": "Sign up for updates", + "localizedValue": "Sign up for updates" + }, + "extensionName": "Microsoft_Azure_Health", + "bladeName": "AzureHealthBrowseBlade", + "parameters": { + "trackingId": "{eventTrackingId}" + } + } + ], + "level": "Warning", + "eventLevel": "Informational", + "impactStartTime": "2018-11-07T00:00:00Z", + "impactMitigationTime": "2018-11-08T00:00:00Z", + "impact": [ + { + "impactedService": "Virtual Machines", + "impactedRegions": [ + { + "impactedRegion": "West US", + "status": "Active", + "impactedSubscriptions": [ + "{subscriptionId}" + ], + "impactedTenants": [], + "lastUpdateTime": "2017-12-05T21:05:00Z" + } + ] + } + ], + "recommendedActions": { + "message": "Recommended actions title", + "actions": [ + { + "groupId": 23243, + "actionText": "action 1" + }, + { + "groupId": 23432, + "actionText": "action 2" + } + ], + "localeCode": "en" + }, + "faqs": [ + { + "question": "This is a question", + "answer": "This is an answer", + "localeCode": "en" + } + ], + "isHIR": false, + "enableMicrosoftSupport": true, + "enableChatWithUs": false, + "priority": 2, + "lastUpdateTime": "2018-11-08T00:00:00Z", + "hirStage": "resolved" + } + } + } + } +} diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json new file mode 100644 index 000000000000..9daeeaa130a2 --- /dev/null +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json @@ -0,0 +1,102 @@ +{ + "parameters": { + "eventTrackingId": "eventTrackingId", + "api-version": "2022-10-01-preview", + "$filter": "properties/status eq 'Active'", + "queryStartTime": "7/10/2022" + }, + "responses": { + "200": { + "body": { + "id": "/providers/Microsoft.ResourceHealth/events/{eventTrackingId}", + "name": "{eventTrackingId}", + "type": "/providers/Microsoft.ResourceHealth/events", + "properties": { + "eventType": "ServiceIssue", + "eventSource": "ResourceHealth", + "status": "Active", + "title": "ACTIVE: Virtual machines in West US", + "summary": "An outage alert is being investigated. More information will be provided as it is known.", + "header": "Your service might have been impacted by an Azure service issue", + "article": { + "articleContent": "An outage alert is being investigated. More information will be provided as it is known" + }, + "links": [ + { + "type": "Hyperlink", + "displayText": { + "value": "Request RCA", + "localizedValue": "Request RCA" + }, + "extensionName": "Microsoft_Azure_Health", + "bladeName": "RequestRCABlade", + "parameters": { + "trackingId": "{eventTrackingId}", + "rcaRequested": "False" + } + }, + { + "type": "Button", + "displayText": { + "value": "Sign up for updates", + "localizedValue": "Sign up for updates" + }, + "extensionName": "Microsoft_Azure_Health", + "bladeName": "AzureHealthBrowseBlade", + "parameters": { + "trackingId": "{eventTrackingId}" + } + } + ], + "level": "Warning", + "eventLevel": "Informational", + "impactStartTime": "2018-11-07T00:00:00Z", + "impactMitigationTime": "2018-11-08T00:00:00Z", + "impact": [ + { + "impactedService": "Virtual Machines", + "impactedRegions": [ + { + "impactedRegion": "West US", + "status": "Active", + "impactedSubscriptions": [], + "impactedTenants": [ + "00000000-0000-0000-0000-000000000000" + ], + "lastUpdateTime": "2017-12-05T21:05:00Z" + } + ] + } + ], + "recommendedActions": { + "message": "Recommended actions title", + "actions": [ + { + "groupId": 23243, + "actionText": "action 1" + }, + { + "groupId": 23432, + "actionText": "action 2" + } + ], + "localeCode": "en" + }, + "faqs": [ + { + "question": "This is a question", + "answer": "This is an answer", + "localeCode": "en" + } + ], + "isHIR": false, + "enableMicrosoftSupport": true, + "enableChatWithUs": false, + "priority": 2, + "lastUpdateTime": "2018-11-08T00:00:00Z", + "hirStage": "resolved" + } + } + } + } +} From c0b9321bfb8e0da88f5091c30ec6199c5ce8e7e6 Mon Sep 17 00:00:00 2001 From: Abhay Ohri Date: Wed, 14 Dec 2022 14:57:38 -0800 Subject: [PATCH 2/5] linter fixes --- .../preview/2022-10-01-preview/ResourceHealth.json | 12 ++++++------ ...t_fetchDetailsBySubscriptionIdAndTrackingId.json} | 0 ...> Event_fetchDetailsByTenantIdAndTrackingId.json} | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/{Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json => Event_fetchDetailsBySubscriptionIdAndTrackingId.json} (100%) rename specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/{Event_fetchEventDetailsByTenantIdAndTrackingId.json => Event_fetchDetailsByTenantIdAndTrackingId.json} (100%) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json index 2f2d509b49e6..e1ea79ce98e0 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json @@ -604,7 +604,7 @@ "tags": [ "Event" ], - "operationId": "Event_fetchEventDetailsBySubscriptionIdAndTrackingId", + "operationId": "Event_fetchDetailsBySubscriptionIdAndTrackingId", "description": "Service health event details in the subscription by event tracking id. This can be used to fetch sensitive properties for Security Advisory events", "parameters": [ { @@ -638,8 +638,8 @@ } }, "x-ms-examples": { - "SecurityAdvisoriesEventDetailsBySubscriptionIdAndTrackingId": { - "$ref": "./examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json" + "EventDetailsBySubscriptionIdAndTrackingId": { + "$ref": "./examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json" } } } @@ -733,7 +733,7 @@ "tags": [ "Event" ], - "operationId": "Event_fetchEventDetailsByTenantIdAndTrackingId", + "operationId": "Event_fetchDetailsByTenantIdAndTrackingId", "description": "Service health event details in the tenant by event tracking id. This can be used to fetch sensitive properties for Security Advisory events", "parameters": [ { @@ -764,8 +764,8 @@ } }, "x-ms-examples": { - "EventByTenantIdAndTrackingId": { - "$ref": "./examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json" + "EventDetailsByTenantIdAndTrackingId": { + "$ref": "./examples/Event_fetchDetailsByTenantIdAndTrackingId.json" } } } diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json similarity index 100% rename from specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsBySubscriptionIdAndTrackingId.json rename to specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json similarity index 100% rename from specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchEventDetailsByTenantIdAndTrackingId.json rename to specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json From d9f905ba447acc594615cfaeb6d3ee4d7a3e55f4 Mon Sep 17 00:00:00 2001 From: Abhay Ohri Date: Wed, 14 Dec 2022 16:55:07 -0800 Subject: [PATCH 3/5] removed filterparam --- .../preview/2022-10-01-preview/ResourceHealth.json | 11 +---------- ...ent_fetchDetailsBySubscriptionIdAndTrackingId.json | 1 - .../Event_fetchDetailsByTenantIdAndTrackingId.json | 1 - 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json index e1ea79ce98e0..0e0e4b0919cf 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json @@ -610,9 +610,6 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, - { - "$ref": "#/parameters/FilterParameter" - }, { "$ref": "#/parameters/QueryStartTimeParameter" }, @@ -697,9 +694,6 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, - { - "$ref": "#/parameters/FilterParameter" - }, { "$ref": "#/parameters/QueryStartTimeParameter" }, @@ -739,9 +733,6 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, - { - "$ref": "#/parameters/FilterParameter" - }, { "$ref": "#/parameters/QueryStartTimeParameter" }, @@ -751,7 +742,7 @@ ], "responses": { "200": { - "description": "Service Health Event in the subscription requested by tracking id.", + "description": "Service health event details in the tenant by event tracking id.", "schema": { "$ref": "#/definitions/event" } diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json index 3eff32c798cc..455b3e84392e 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json @@ -3,7 +3,6 @@ "subscriptionId": "subscriptionId", "eventTrackingId": "eventTrackingId", "api-version": "2022-10-01-preview", - "$filter": "properties/status eq 'Active'", "queryStartTime": "7/10/2022" }, "responses": { diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json index 9daeeaa130a2..9121883fb940 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json @@ -2,7 +2,6 @@ "parameters": { "eventTrackingId": "eventTrackingId", "api-version": "2022-10-01-preview", - "$filter": "properties/status eq 'Active'", "queryStartTime": "7/10/2022" }, "responses": { From ae539e9334ab3d9aed25950675ddf1697eda6d90 Mon Sep 17 00:00:00 2001 From: Abhay Ohri Date: Wed, 14 Dec 2022 17:00:14 -0800 Subject: [PATCH 4/5] re-add incorrectly deleted filter parameter --- .../preview/2022-10-01-preview/ResourceHealth.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json index 0e0e4b0919cf..5430f695a7a6 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json @@ -694,6 +694,9 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, + { + "$ref": "#/parameters/FilterParameter" + }, { "$ref": "#/parameters/QueryStartTimeParameter" }, From 39467a7defe0d98fcd97ab09e352f1e5306b773c Mon Sep 17 00:00:00 2001 From: Abhay Ohri Date: Thu, 15 Dec 2022 10:19:37 -0800 Subject: [PATCH 5/5] removed query start time parameter --- .../preview/2022-10-01-preview/ResourceHealth.json | 6 ------ .../Event_fetchDetailsBySubscriptionIdAndTrackingId.json | 3 +-- .../examples/Event_fetchDetailsByTenantIdAndTrackingId.json | 3 +-- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json index 5430f695a7a6..1dad570015cc 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json @@ -610,9 +610,6 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, - { - "$ref": "#/parameters/QueryStartTimeParameter" - }, { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, @@ -736,9 +733,6 @@ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, - { - "$ref": "#/parameters/QueryStartTimeParameter" - }, { "$ref": "#/parameters/EventTrackingIdParameter" } diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json index 455b3e84392e..6c57fdefab07 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json @@ -2,8 +2,7 @@ "parameters": { "subscriptionId": "subscriptionId", "eventTrackingId": "eventTrackingId", - "api-version": "2022-10-01-preview", - "queryStartTime": "7/10/2022" + "api-version": "2022-10-01-preview" }, "responses": { "200": { diff --git a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json index 9121883fb940..f295dc51f913 100644 --- a/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json +++ b/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/Event_fetchDetailsByTenantIdAndTrackingId.json @@ -1,8 +1,7 @@ { "parameters": { "eventTrackingId": "eventTrackingId", - "api-version": "2022-10-01-preview", - "queryStartTime": "7/10/2022" + "api-version": "2022-10-01-preview" }, "responses": { "200": {