diff --git a/products/access/docs/adem/examples/application-performance/mu-experience-score-for-an-app.md b/products/access/docs/adem/examples/application-performance/mu-experience-score-for-an-app.md index 32ce7fd20..87a96b363 100644 --- a/products/access/docs/adem/examples/application-performance/mu-experience-score-for-an-app.md +++ b/products/access/docs/adem/examples/application-performance/mu-experience-score-for-an-app.md @@ -5,7 +5,8 @@ description: GET Mobile User Experience Score for an Application sidebar_label: Get Mobile User Experience Score for an Application --- -This API retrieves the Mobile User experience score for an application based on its app ID. +This API retrieves the Mobile User experience score for an application based on its app ID. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Users -> User details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -30,7 +31,7 @@ The following shows the portions of the UI widget where the data is displayed fo     ],     "rowCount": 462,     "average": { -         "application": 90 +         "application": 90 <<<<<<     } } diff --git a/products/access/docs/adem/examples/application-performance/network-performance-metrics-for-an-application.md b/products/access/docs/adem/examples/application-performance/network-performance-metrics-for-an-application.md index b746c79a8..2c59039ff 100644 --- a/products/access/docs/adem/examples/application-performance/network-performance-metrics-for-an-application.md +++ b/products/access/docs/adem/examples/application-performance/network-performance-metrics-for-an-application.md @@ -5,7 +5,8 @@ description: Network Performance Metrics for a given application sidebar_label: Get Network Performance Metrics for an Application --- -This API retrieves the Network Performance Metrics for a given application. +This API retrieves the Network Performance Metrics for a given application. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Applications -> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -32,12 +33,12 @@ The following shows the portions of the UI widget where the data is displayed fo     "series": [         {             "_rowCount": 352, -             "availability": 99.9, -             "delay": 51399, +             "availability": 99.9, <<<<<< +             "delay": 51399, <<<<<<             "maxDelay": 485085, -             "jitter": 17979.7, +             "jitter": 17979.7, <<<<<<             "maxJitter": 1005062, -             "loss": 0.2, +             "loss": 0.2, <<<<<<             "maxLoss": 60,             "sample": 1691010000         }, diff --git a/products/access/docs/adem/examples/application-performance/timeseries-data-of-application-performance-for-all-applications.md b/products/access/docs/adem/examples/application-performance/timeseries-data-of-application-performance-for-all-applications.md index ec20b58ee..917d00a23 100644 --- a/products/access/docs/adem/examples/application-performance/timeseries-data-of-application-performance-for-all-applications.md +++ b/products/access/docs/adem/examples/application-performance/timeseries-data-of-application-performance-for-all-applications.md @@ -5,7 +5,7 @@ description: Timeseries Data of Application Performance for all Applications sidebar_label: Get Timeseries Data of Application Performance for all Applications --- -This API retrieves the timeseries data of application performance for all applications. +This API retrieves the timeseries data of application performance for all applications. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The values shown for each field, for example dnsLookupTime, are the average values for that field in the timeseries. The availability is always 100% which is indicated by 1. The following shows the portions of the UI widget where the data is displayed for this example: @@ -32,7 +32,7 @@ The following shows the portions of the UI widget where the data is displayed fo     "series": [         {             "_rowCount": 3580, -             "dnsLookupTime": 42.8, +             "dnsLookupTime": 42.8, <<<<<<             "maxDnsLookupTime": 530,             "throughput": 3316902.9,             "maxThroughput": 75128344, @@ -44,11 +44,11 @@ The following shows the portions of the UI widget where the data is displayed fo             "maxWaitTime": 13142609,             "dataTransferTime": 264332,             "maxDataTransferTime": 15013933, -             "timeToFirstByte": 525857.4, +             "timeToFirstByte": 525857.4, <<<<<<             "maxTimeToFirstByte": 13879987,             "totalTime": 828298.6,             "wireSize": 65611.4, -             "availability": 1, +             "availability": 1, <<<<<<             "sample": 1691334000         }, ….. diff --git a/products/access/docs/adem/examples/application-test/application-testuuid.md b/products/access/docs/adem/examples/application-test/application-testuuid.md index c19e8b45d..e87db635b 100644 --- a/products/access/docs/adem/examples/application-test/application-testuuid.md +++ b/products/access/docs/adem/examples/application-test/application-testuuid.md @@ -5,7 +5,7 @@ description: Get an Application’s testUUID sidebar_label: Get an Application’s testUUID --- -This API retrieves an application’s test UUID. +This API retrieves an application’s test UUID. This API does not have an impact on the UI as it only fetches the test ID and name. ## Request @@ -34,8 +34,8 @@ This API retrieves an application’s test UUID.         {             "rowCount": 13166,             "id": { -                 "test": "", -                 "testName": "Google" +                 "test": "", <<<<<< +                 "testName": "Google" <<<<<<             },             "average": {                 "application": 91.6 diff --git a/products/access/docs/adem/examples/application-test/distribution-for-an-app-test-per-segment.md b/products/access/docs/adem/examples/application-test/distribution-for-an-app-test-per-segment.md index 804bad709..53d2075ff 100644 --- a/products/access/docs/adem/examples/application-test/distribution-for-an-app-test-per-segment.md +++ b/products/access/docs/adem/examples/application-test/distribution-for-an-app-test-per-segment.md @@ -5,7 +5,8 @@ description: Fetch the distribution for a particular application test per segmen sidebar_label: Get Distribution for an Application Test Per Segment --- -This API retrieves the distribution for a particular application test within a segment. +This API retrieves the distribution for a particular application test within a segment. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Applications -> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -45,20 +46,20 @@ The following shows the portions of the UI widget where the data is displayed fo             }         },       { -             "id": "lan", +             "id": "lan", <<<<<             "distribution": {                 "clients": 17, -                 "score": 82,   <<<<<< lan segment green +                 "score": 82,   <<<<<< lan segment green indicating a good score                 "poor": 0,                 "fair": 6,                 "good": 11             }         }, ……..         { -             "id": "application", +             "id": "application", <<<<<<             "distribution": {                 "clients": 22, -                 "score": 90,  <<:”    ],     "classifier": "poor:[0 - 30],fair:[30 - 70],good:[70 - 100]",     "entityCounts": {}, -     "collection": [ +     "collection": [ <<<<<<         { -             "id": "endpointScore", +             "id": "endpointScore", <<<<<<             "distribution": { -                 "clients": 22, -                 "score": 96, -                 "poor": 0, -                 "fair": 0, -                 "good": 22 +                 "clients": 16, <<<<<< +                 "score": 90, <<<<<< +                 "poor": 0, <<<<<< +                 "fair": 2, <<<<<< +                 "good": 14 <<<<<<             }         },         { diff --git a/products/access/docs/adem/examples/application-test/global-distribution-of-app-score-for-an-app-test.md b/products/access/docs/adem/examples/application-test/global-distribution-of-app-score-for-an-app-test.md index a16e73724..e4a9fb679 100644 --- a/products/access/docs/adem/examples/application-test/global-distribution-of-app-score-for-an-app-test.md +++ b/products/access/docs/adem/examples/application-test/global-distribution-of-app-score-for-an-app-test.md @@ -5,7 +5,7 @@ description: Global distribution of App score for a given application test sidebar_label: Get Global Distribution of App Score for an Application Test --- -This API retrieves the global distribution of application scores for a given application test. +This API retrieves the global distribution of application scores for a given application test. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The following shows the portions of the UI widget where the data is displayed for this example: @@ -38,15 +38,15 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "rowCount": 9389,             "id": { -                 "location": "Australia Southeast" +                 "location": "Australia Southeast" <<<<<<             },             "average": { -                 "application": 82.8 +                 "application": 82.8 <<<<<<             },             "entityCounts": { -                 "endpoint": 4, +                 "endpoint": 4, <<<<<<                 "location": "Australia Southeast", -                 "test": 1 +                 "test": 1 <<<<<<             }         },       @@ -56,12 +56,12 @@ The following shows the portions of the UI widget where the data is displayed fo                 "location": "US West"             },             "average": { -                 "application": 93.1 +                 "application": 93.1 <<<<<<             },             "entityCounts": { -                 "endpoint": 9, -                 "location": "US West", -                 "test": 1 +                 "endpoint": 9, <<<<<< +                 "location": "US West", <<<<<< +                 "test": 1 <<<<<<             }         }, ……..         { @@ -70,12 +70,12 @@ The following shows the portions of the UI widget where the data is displayed fo                 "location": "UK"             },             "average": { -                 "application": 96.6 +                 "application": 96.6 <<<<<<             },             "entityCounts": { -                 "endpoint": 2, -                 "location": "UK", -                 "test": 1 +                 "endpoint": 2, <<<<<< +                 "location": "UK", <<<<<< +                 "test": 1 <<<<<<             }         }     ] diff --git a/products/access/docs/adem/examples/application-test/network-performance-metrics.md b/products/access/docs/adem/examples/application-test/network-performance-metrics.md index 91917946d..f56b85554 100644 --- a/products/access/docs/adem/examples/application-test/network-performance-metrics.md +++ b/products/access/docs/adem/examples/application-test/network-performance-metrics.md @@ -5,7 +5,7 @@ description: Network Performance Metrics sidebar_label: Get Network Performance Metrics --- -This API retrieves the Network Performance Metrics. +This API retrieves the Network Performance Metrics. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The values shown in the response are the starting values shown in the graph for the first sample. The following shows the portions of the UI widget where the data is displayed for this example: @@ -33,11 +33,11 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "_rowCount": 3681,             "availability": 99.5, -             "delay": 81472.1, +             "delay": 81472.1, <<<<<<             "maxDelay": 1151403, -             "jitter": 26321.4, +             "jitter": 26321.4, <<<<<<             "maxJitter": 6596877, -             "loss": 0.6, +             "loss": 0.6, <<<<<<             "maxLoss": 100,             "sample": 1691334000         }, diff --git a/products/access/docs/adem/examples/application-test/timeseries-data-for-an-app-test.md b/products/access/docs/adem/examples/application-test/timeseries-data-for-an-app-test.md index c24d08956..ada29f6b5 100644 --- a/products/access/docs/adem/examples/application-test/timeseries-data-for-an-app-test.md +++ b/products/access/docs/adem/examples/application-test/timeseries-data-for-an-app-test.md @@ -5,7 +5,8 @@ description: Timeseries Data for an Application Test sidebar_label: Get Timeseries Data for an Application Test --- -This API retrieves the Timeseries data for a given application test. +This API retrieves the Timeseries data for a given application test. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Applications -> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: diff --git a/products/access/docs/adem/examples/application-test/timeseries-of-app-performance-metrics-for-an-app-test.md b/products/access/docs/adem/examples/application-test/timeseries-of-app-performance-metrics-for-an-app-test.md index 3e79c3c8f..8f24a6a01 100644 --- a/products/access/docs/adem/examples/application-test/timeseries-of-app-performance-metrics-for-an-app-test.md +++ b/products/access/docs/adem/examples/application-test/timeseries-of-app-performance-metrics-for-an-app-test.md @@ -5,7 +5,7 @@ description: Timeseries of Application Performance Metrics for a particular appl sidebar_label: Get Timeseries of Application Performance Metrics for an Application Test --- -This API retrieves the Timeseries of the Application Performance Metrics for a particular application test. +This API retrieves the Timeseries of the Application Performance Metrics for a particular application test. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The availability is 100% when it is 1. The graph shows the availability as 0.9 which is close to 1 indicating that the availability is close to 100%. The following shows the portions of the UI widget where the data is displayed for this example: @@ -32,7 +32,7 @@ The following shows the portions of the UI widget where the data is displayed fo     "series": [         {             "_rowCount": 351, -             "dnsLookupTime": 46.5, +             "dnsLookupTime": 46.5, <<<<<<             "maxDnsLookupTime": 408,             "throughput": 767161.6,             "maxThroughput": 2836784, @@ -44,11 +44,11 @@ The following shows the portions of the UI widget where the data is displayed fo             "maxWaitTime": 1608543,             "dataTransferTime": 67118.8,             "maxDataTransferTime": 2269218, -             "timeToFirstByte": 428691.5, +             "timeToFirstByte": 428691.5, <<<<<<             "maxTimeToFirstByte": 9268485,             "totalTime": 511078.7,             "wireSize": 18130.7, -             "availability": 0.9, +             "availability": 0.9, <<<<<<             "sample": 1691010000         },….. ] diff --git a/products/access/docs/adem/examples/application-test/top-20-applications-lowest-to-highest-experience-score.md b/products/access/docs/adem/examples/application-test/top-20-applications-lowest-to-highest-experience-score.md index 090caaf64..9753ec5f7 100644 --- a/products/access/docs/adem/examples/application-test/top-20-applications-lowest-to-highest-experience-score.md +++ b/products/access/docs/adem/examples/application-test/top-20-applications-lowest-to-highest-experience-score.md @@ -5,7 +5,8 @@ description: Top 20 applications with lowest to highest experience score sidebar_label: Get Top 20 Applications with Lowest to Highest Experience Score --- -This API retrieves the top 20 applications with lowest to highest experience score. +This API retrieves the top 20 applications with lowest to highest experience score. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. For example, the Dropbox application has a score of 31, which is above 30 but less than 70. So its icon is represented in orange which indicates a fair experience score. +The attached screen is located in Monitor -> Users -> User details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -49,20 +50,20 @@ The following shows the portions of the UI widget where the data is displayed fo             "rowCount": 23132,             "id": {                 "test": "", -                 "testName": "Dropbox" +                 "testName": "Dropbox" <<<<<<             },             "average": { -                 "application": 31 +                 "application": 31 <<<<<<             }         },         {             "rowCount": 7781,             "id": {                 "test": "", -                 "testName": "AWS" +                 "testName": "AWS" <<<<<<             },             "average": { -                 "application": 34.7 +                 "application": 34.7 <<<<<<             }         },         { diff --git a/products/access/docs/adem/examples/mobile-users/distribution-of-mu-agent-scores-by-endpoint-across-all-tests.md b/products/access/docs/adem/examples/mobile-users/distribution-of-mu-agent-scores-by-endpoint-across-all-tests.md index 542c1a9d7..27e443cc7 100644 --- a/products/access/docs/adem/examples/mobile-users/distribution-of-mu-agent-scores-by-endpoint-across-all-tests.md +++ b/products/access/docs/adem/examples/mobile-users/distribution-of-mu-agent-scores-by-endpoint-across-all-tests.md @@ -5,7 +5,12 @@ description: Get a distribution of MU agent scores by endpoint (across all tests sidebar_label: Get Distribution of Mobile User Agent Scores by Endpoint Across All Tests --- -This API retrieves the distribution of monitored mobile user scores by endpoint across all application tests. +This API retrieves the distribution of monitored mobile user scores by endpoint across all application tests. The icons are represented in one of three colors, red, orange, or green, that indicate the health of the segment based on the experience score. +Red (poor) - experience score <30 +Orange (fair) - experience score >=30 but <=70 +Green (good) - experince score is >70 + +The attached screen is located in Monitor -> Applications-> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -52,13 +57,13 @@ The following shows the portions of the UI widget where the data is displayed fo             }         },         { -             "id": "lan", +             "id": "lan", <<<<<<             "distribution": {                 "clients": 17, -                 "score": 81, -                 "poor": 0, -                 "fair": 5, -                 "good": 12 +                 "score": 81, <<<<<< +                 "poor": 0, <<<<<< +                 "fair": 5, <<<<<< +                 "good": 12 <<<<<<             }         },         { @@ -92,13 +97,13 @@ The following shows the portions of the UI widget where the data is displayed fo             }         },         { -             "id": "internet", +             "id": "internet", <<<<<<             "distribution": {                 "clients": 22, -                 "score": 89, -                 "poor": 0, -                 "fair": 1, -                 "good": 21 +                 "score": 89, <<<<<< +                 "poor": 0, <<<<<< +                 "fair": 1, <<<<<< +                 "good": 21 <<<<<<             }         }     ] diff --git a/products/access/docs/adem/examples/mobile-users/distribution-of-mu-application-score.md b/products/access/docs/adem/examples/mobile-users/distribution-of-mu-application-score.md index 74e60a310..f4d4729a1 100644 --- a/products/access/docs/adem/examples/mobile-users/distribution-of-mu-application-score.md +++ b/products/access/docs/adem/examples/mobile-users/distribution-of-mu-application-score.md @@ -6,6 +6,7 @@ sidebar_label: Get Distribution of Mobile User Application Score --- This API retrieves the experience score distribution (Good, Fair, Poor) across all monitored Mobile User devices. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Users -> User details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: diff --git a/products/access/docs/adem/examples/mobile-users/experience-score-for-top-monitored-mu-devices.md b/products/access/docs/adem/examples/mobile-users/experience-score-for-top-monitored-mu-devices.md index 45c0924a9..f43dba233 100644 --- a/products/access/docs/adem/examples/mobile-users/experience-score-for-top-monitored-mu-devices.md +++ b/products/access/docs/adem/examples/mobile-users/experience-score-for-top-monitored-mu-devices.md @@ -5,7 +5,7 @@ description: Experience Score for Top Monitored Mobile User Devices sidebar_label: Get Experience Score for Top Monitored Mobile User Devices --- -This API retrieves the experience score for top monitored Mobile User devices. +This API retrieves the experience score for top monitored Mobile User devices. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. "endpoint" represents the device that the user is using. The following shows the portions of the UI widget where the data is displayed for this example: @@ -38,7 +38,7 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "rowCount": 6102,             "id": { -                 "endpoint": "" +                 "endpoint": "" <<<<<<             },             "average": {                 "endpointScore": 91.1, @@ -46,17 +46,17 @@ The following shows the portions of the UI widget where the data is displayed fo                 "lan": 68.7,                 "vpnUnderlay": null,                 "vpnOverlay": null, -                 "application": 84.7, +                 "application": 84.7, <<<<<<                 "internet": 88.5             },             "agentProperties": { -                 "username": "MeenaSehar@panwsase.com" +                 "username": "xxxxxx@xxxxxx.com" <<<<<<             }         },         {             "rowCount": 4753,             "id": { -                 "endpoint": "" +                 "endpoint": "" <<<<<<             },             "average": {                 "endpointScore": 99.4, @@ -64,11 +64,11 @@ The following shows the portions of the UI widget where the data is displayed fo                 "lan": 73.8,                 "vpnUnderlay": 51.5,                 "vpnOverlay": 53.2, -                 "application": 67.9, +                 "application": 67.9, <<<<<<                 "internet": 75.2             },             "agentProperties": { -                 "username": "BlueyHeeler@panwsase.com" +                 "username": "xxxxxx@xxxxxx.com"             }         },         },…… diff --git a/products/access/docs/adem/examples/mobile-users/fetch-all-mu-adem-agents-logged-in-for-last-30-days.md b/products/access/docs/adem/examples/mobile-users/fetch-all-mu-adem-agents-logged-in-for-last-30-days.md index ef32d6b07..469c6c863 100644 --- a/products/access/docs/adem/examples/mobile-users/fetch-all-mu-adem-agents-logged-in-for-last-30-days.md +++ b/products/access/docs/adem/examples/mobile-users/fetch-all-mu-adem-agents-logged-in-for-last-30-days.md @@ -5,7 +5,7 @@ description: Fetch all the Mobile Users ADEM agents logged in for the last 30 da sidebar_label: Get all the Mobile Users ADEM agents logged in for the last 30 days --- -This API retrieves all the Mobile Users ADEM agents logged in for the last 30 days. +This API retrieves all the Mobile Users ADEM agents logged in for the last 30 days. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The following shows the portions of the UI widget where the data is displayed for this example: @@ -38,7 +38,7 @@ The following shows the portions of the UI widget where the data is displayed fo             "rowCount": 87,             "id": {                 "endpoint": "", -                 "user": "adem.testks2@gmail.com" +                 "user": "xxxxxx@xxxxxx.com" <<<<<<             },             "average": {                 "endpointScore": 99.6, @@ -46,7 +46,7 @@ The following shows the portions of the UI widget where the data is displayed fo                 "lan": 62.9,                 "vpnUnderlay": 88.2,                 "vpnOverlay": 93.3, -                 "application": 65.2, +                 "application": 65.2, <<<<<< Experience score for the Mobile User agent on the users device                 "internet": 64             },             "agentProperties": {} diff --git a/products/access/docs/adem/examples/mobile-users/global-distribution-of-application-experience-scores-for-mu-devices.md b/products/access/docs/adem/examples/mobile-users/global-distribution-of-application-experience-scores-for-mu-devices.md index e48bc0e16..f9414031f 100644 --- a/products/access/docs/adem/examples/mobile-users/global-distribution-of-application-experience-scores-for-mu-devices.md +++ b/products/access/docs/adem/examples/mobile-users/global-distribution-of-application-experience-scores-for-mu-devices.md @@ -5,7 +5,8 @@ description: Global Distribution of Application Experience Scores for Mobile Use sidebar_label: Get Global Distribution of Application Experience Scores for Mobile User Devices --- -The API retrieves the Global Distribution of application experience scores for all monitored Mobile User devices. +The API retrieves the Global Distribution of application experience scores for all monitored Mobile User devices. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. The US Southeast location displays a green circle indicating that it has a good score (85.4), whereas the US Central displays an orange circle indicating a fair score (61.2). +The attached screen is located in Monitor -> Applications -> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -37,10 +38,10 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "rowCount": 46738,             "id": { -                 "location": "US Southeast" +                 "location": "US Southeast" <<<<<<             },             "average": { -                 "application": 85.4 +                 "application": 85.4 <<<<<<             },             "entityCounts": {                 "location": "US Southeast", @@ -50,10 +51,10 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "rowCount": 112123,             "id": { -                 "location": "UK" +                 "location": "UK" <<<<<<             },             "average": { -                 "application": 94.4 +                 "application": 94.4 <<<<<<             },             "entityCounts": {                 "location": "UK", @@ -128,7 +129,7 @@ The following shows the portions of the UI widget where the data is displayed fo         {             "rowCount": 2055,             "id": { -                 "location": "US Central" +                 "location": "US Central" <<<<<<             },             "average": {                 "application": 61.2.    <<<<< marked in orange in the UI diff --git a/products/access/docs/adem/examples/mobile-users/mu-agent-score-aggregated-across-all-endpoints.md b/products/access/docs/adem/examples/mobile-users/mu-agent-score-aggregated-across-all-endpoints.md index 0312bf0c7..659a109e6 100644 --- a/products/access/docs/adem/examples/mobile-users/mu-agent-score-aggregated-across-all-endpoints.md +++ b/products/access/docs/adem/examples/mobile-users/mu-agent-score-aggregated-across-all-endpoints.md @@ -6,6 +6,7 @@ sidebar_label: Get Mobile User Agent Score Aggregated Across All Endpoints --- This API retrieves the Mobile Users experience score. The score is aggregated across all the monitored mobile user devices. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Users -> User details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: diff --git a/products/access/docs/adem/examples/mobile-users/timeseries-of-mu-agent-scores.md b/products/access/docs/adem/examples/mobile-users/timeseries-of-mu-agent-scores.md index 7bef5a66a..2703c023a 100644 --- a/products/access/docs/adem/examples/mobile-users/timeseries-of-mu-agent-scores.md +++ b/products/access/docs/adem/examples/mobile-users/timeseries-of-mu-agent-scores.md @@ -5,7 +5,8 @@ description: Timeseries of Mobile User Agent Scores sidebar_label: Get Timeseries of Mobile User Agent Scores --- -This API retrieves the timeseries for the application experience score trend for all monitored mobile user devices. +This API retrieves the timeseries for the application experience score trend for all monitored mobile user devices. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the experience score recorded at the start time of the timeseries segment. In the graph shown in the screenshot, the trend line is green since the score at all times shown is over 70 which represents a good score. +The attached screen is located in Monitor -> Applications-> Application details page in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -38,8 +39,8 @@ The following shows the portions of the UI widget where the data is displayed fo             "vpnUnderlay": 83.5,             "vpnOverlay": 73.9,             "internet": 84.7, -             "application": 81.7, -             "sample": 1689627600 +             "application": 81.7, <<<<<< +             "sample": 1689627600 <<<<<<         },         {             "_rowCount": 262, @@ -49,8 +50,8 @@ The following shows the portions of the UI widget where the data is displayed fo             "vpnUnderlay": 94.6,             "vpnOverlay": 81.4,             "internet": 87.8, -             "application": 86, -             "sample": 1689638400 +             "application": 86, <<<<<< +             "sample": 1689638400 <<<<<<         },         …..          { @@ -61,8 +62,8 @@ The following shows the portions of the UI widget where the data is displayed fo             "vpnUnderlay": 90.5,             "vpnOverlay": 68.2,             "internet": 88.9, -             "application": 84.4, -             "sample": 1692208800 +             "application": 84.4, <<<<<< +             "sample": 1692208800 <<<<<<         }     ],     "seriesEntityCount": [] diff --git a/products/access/docs/adem/examples/remote-networks/adem-apis-for-rns.md b/products/access/docs/adem/examples/remote-networks/adem-apis-for-rns.md index a9c2177a4..85c6aad31 100644 --- a/products/access/docs/adem/examples/remote-networks/adem-apis-for-rns.md +++ b/products/access/docs/adem/examples/remote-networks/adem-apis-for-rns.md @@ -5,7 +5,7 @@ description: Autonomous DEM Remote Networks Metrics API Example sidebar_label: ADEM Retrieve RN Metrics --- -You can retrieve all the same metrics for Remote Networks as you retrieved for your Mobile Users. All the APIs for Mobile Users can be used for endpoint RN by using endpoint-type=rnAgent. +You can retrieve all the same metrics for Remote Networks as you retrieved for your Mobile Users. All the APIs for Mobile Users can be used for endpoint Remote Networks by using endpoint-type=rnAgent. In each of the Mobile User APIs replace endpoint-type=muAgent with endpoint-type=rnAgent. Remote Agent Score is aggregated across all Remote Networks The following shows the portions of the UI widget where the data is displayed for this example: @@ -35,7 +35,7 @@ The following shows the portions of the UI widget where the data is displayed fo         "lan": null,         "vpnUnderlay": 74.5,         "vpnOverlay": 76, -         "application": 64.2, +         "application": 64.2, <<<<<<         "internet": 68.1     } } diff --git a/products/access/docs/adem/examples/zoom-data/fetch-zoom-meeting-data-for-a-user.md b/products/access/docs/adem/examples/zoom-data/fetch-zoom-meeting-data-for-a-user.md index dcd11f083..942c6857d 100644 --- a/products/access/docs/adem/examples/zoom-data/fetch-zoom-meeting-data-for-a-user.md +++ b/products/access/docs/adem/examples/zoom-data/fetch-zoom-meeting-data-for-a-user.md @@ -5,7 +5,8 @@ description: Fetch zoom meeting data for a particular user sidebar_label: Get Zoom Meeting Data for a User --- -This API retrieves zoom meeting data for a particular user. +This API retrieves zoom meeting data for a particular user. In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box. +The attached screen is located in Monitor -> Users -> User details page (Zoom Performance Analysis tab) in the Strata Cloud Manager UI. The following shows the portions of the UI widget where the data is displayed for this example: @@ -24,7 +25,7 @@ The following shows the portions of the UI widget where the data is displayed fo [ {         "meetingUuid": "fa05d660556b49e7b979bb1bd2171328", -         "email": "auntyjack@panwsase.com", +         "email": "xxxx@xxxxx.com",         "recordId": "1f5ef19d-e890-4520-9517-cccc6bc55a2a",         "accountId": "Oc9Dz_jJTPiiczkAOkA_RQ",         "duration": 0, @@ -33,7 +34,7 @@ The following shows the portions of the UI widget where the data is displayed fo         "topic": null,         "meetingId": "89183316435",         "userId": "16778240", -         "userName": "auntyjack@panwsase.com", +         "userName": "xxxxx@xxxxx.com",         "joinTime": "2023-08-31T02:00:09Z",         "leaveTime": "2023-08-31T02:10:01Z",         "actualDuration": 592, @@ -41,7 +42,7 @@ The following shows the portions of the UI widget where the data is displayed fo         "eventTimeEpoch": 1693447804010,         "eventTime": "2023-08-31T02:10:04Z",         "pcName": "DESKTOP-VELG4SR", -         "macAddress": "B0:3C:DC:89:F1:84", +         "macAddress": "xx:xx:xx:xx:xx:xx",         "domain": "NA",         "harddiskId": "NA",         "destinationIpPort": "443", @@ -50,17 +51,17 @@ The following shows the portions of the UI widget where the data is displayed fo         "networkType": "others",         "location": "Brisbane(AU)",         "microphone": "Microphone (Realtek(R) Audio)", -         "signalingInternalIpAddress": "172.20.17.51", +         "signalingInternalIpAddress": "xxx.xx.xx.xx",         "version": "5.15.7.20303",         "device": "Windows",         "signalingInternalIpPort": "51758", -         "asInternalIpAddress": "172.20.17.51", +         "asInternalIpAddress": "xxx.xx.xx.xx",         "asInternalIpPort": "62528",         "speaker": "Speakers (Realtek(R) Audio)", -         "videoInternalIpAddress": "172.20.17.51", +         "videoInternalIpAddress": "xxx.xx.xx.xx",         "videoInternalIpPort": "62523",         "audioInternalIpPort": "62525", -         "audioInternalIpAddress": "172.20.17.51", +         "audioInternalIpAddress": "xxx.xx.xx.xx",         "camera": null,         "tenantId": "1359465673",         "subTenantId": "1359465673", @@ -70,7 +71,7 @@ The following shows the portions of the UI widget where the data is displayed fo }, {         "meetingUuid": "bda1594d8f4a40ea88cf6e6c28142378", -         "email": "auntyjack@panwsase.com", +         "email": "xxxxx@xxxxxx.com",         "recordId": "35991287-0dcd-40d3-a8de-abb34ca656e3",         "accountId": "Oc9Dz_jJTPiiczkAOkA_RQ",         "duration": 0, @@ -79,7 +80,7 @@ The following shows the portions of the UI widget where the data is displayed fo         "topic": null,         "meetingId": "81505431105",         "userId": "16778240", -         "userName": "auntyjack@panwsase.com", +         "userName": "xxxxxx@xxxxxx.com",         "joinTime": "2023-09-04T05:59:11Z",         "leaveTime": "2023-09-04T06:37:30Z",         "actualDuration": 2299, @@ -87,7 +88,7 @@ The following shows the portions of the UI widget where the data is displayed fo         "eventTimeEpoch": 1693809515656,         "eventTime": "2023-09-04T06:38:35Z",         "pcName": "DESKTOP-VELG4SR", -         "macAddress": "B0:3C:DC:89:F1:84", +         "macAddress": "xx:xx:xx:xx:xx:xx",         "domain": "NA",         "harddiskId": "NA",         "destinationIpPort": "443", @@ -96,17 +97,17 @@ The following shows the portions of the UI widget where the data is displayed fo         "networkType": "others",         "location": null,         "microphone": "Microphone (Realtek(R) Audio)", -         "signalingInternalIpAddress": "172.20.17.51", +         "signalingInternalIpAddress": "xxx.xx.xx.xx",         "version": "5.15.7.20303",         "device": "Windows",         "signalingInternalIpPort": "56024", -         "asInternalIpAddress": "172.20.17.51", +         "asInternalIpAddress": "xxx.xx.xx.xx",         "asInternalIpPort": "56141",         "speaker": "Speakers (Realtek(R) Audio)", -         "videoInternalIpAddress": "172.20.17.51", +         "videoInternalIpAddress": "xxx.xx.xx.xx",         "videoInternalIpPort": "56136",         "audioInternalIpPort": "56139", -         "audioInternalIpAddress": "172.20.17.51", +         "audioInternalIpAddress": "xxx.xx.xx.xx",         "camera": null,         "tenantId": "1359465673",         "subTenantId": "1359465673",