Get-NectarModalityQualitySummary
    • 15 May 2023
    • 12 Minutes to read
    • Contributors
    • Dark
      Light
    • PDF

    Get-NectarModalityQualitySummary

    • Dark
      Light
    • PDF

    Article Summary

    Returns summary quality information for different modalities over a given timeperiod.

    Description

    Returns summary quality information for audio, video and appsharing modalities. Used to build the QUALITY section of the CALL DETAILS screen.

    Syntax

    Get-NectarModalityQualitySummary
      -Modality  <String>
      -TimePeriod  <String>
      -TimePeriodFrom  <String>
      -TimePeriodTo  <String>
      -SessionQualities  <String[]>
      -DurationFrom  <Int32>
      -DurationTo  <Int32>
      -Protocols  <String[]>
      -ResponseCodes  <String[]>
      -SessionScenarios  <String[]>
      -SessionTypes  <String[]>
      -Codecs  <String[]>
      -CallerCodecs  <String[]>
      -CalleeCodecs  <String[]>
      -Devices  <String[]>
      -CallerDevices  <String[]>
      -CalleeDevices  <String[]>
      -DeviceVersions  <String[]>
      -CallerDeviceVersions  <String[]>
      -CalleeDeviceVersions  <String[]>
      -IPAddresses  <IPAddress[]>
      -CallerIPAddresses  <IPAddress[]>
      -CalleeIPAddresses  <IPAddress[]>
      -Locations  <String[]>
      -CallerLocations  <String[]>
      -CalleeLocations  <String[]>
      -ExtCities  <String[]>
      -CallerExtCities  <String[]>
      -CalleeExtCities  <String[]>
      -ExtCountries  <String[]>
      -CallerExtCountries  <String[]>
      -CalleeExtCountries  <String[]>
      -ExtISPs  <String[]>
      -CallerExtISPs  <String[]>
      -CalleeExtISPs  <String[]>
      -ExtConnectionTypes <String[]>
      -CallerExtConnectionTypes <String[]>
      -CalleeExtConnectionTypes <String[]>
      -NetworkTypes  <String[]>
      -CallerNetworkTypes  <String[]>
      -CalleeNetworkTypes  <String[]>
      -Platforms  <String[]>
      -Users  <String[]>
      -FromUsers  <String[]>
      -ToUsers  <String[]>
      -ConfOrganizers  <String[]>
      -VPN  <String[]>
      -CallerVPN  <String[]>
      -CalleeVPN  <String[]>
      -ParticipantsMinCount  <Int32>
      -ParticipantsMaxCount  <Int32>
      -FeedbackRating  <String[]>
      -Insights  <String[]>
      -TenantName  <String>
      -Scope  <String>
      -PageSize  <Int32>
      -ResultSize  <Int32>
    

    Examples

    Example 1

    Get-NectarModalityQualitySummary -Modality AUDIO -TimePeriod LAST_DAY
    

    Returns the modality quality summary for the past day

    Parameters

    -Modality <String>
    Show sessions that match one or more modality types. Not case sensitive. Choose one or more from:
    'AUDIO','VIDEO','APPSHARING'

    ParameterValue
    Requiredtrue
    Position1
    Requiredtrue
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriod <String>
    The time period to show session data from. Select from 'LAST_HOUR','LAST_DAY','LAST_WEEK','LAST_MONTH','CUSTOM'.
    CUSTOM requires using TimePeriodFrom and TimePeriodTo parameters.

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default ValueLAST_HOUR
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriodFrom <String>
    The earliest date/time to show session data from. Must be used in conjunction with -TimePeriod CUSTOM and TimePeriodTo parameters. Use format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS'. All time/dates in UTC.

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TimePeriodTo <String>
    The latest date/time to show session data from. Must be used in conjunction with -TimePeriod CUSTOM and TimePeriodFrom parameters. Use format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS'. All time/dates in UTC.

    ParameterValue
    Requiredfalse
    Position4
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionQualities <String[]>
    Show sessions that match a given quality rating. Case sensitive. Choose one or more from:
    'GOOD','POOR_0_25','PARTIALLY_GOOD_25_50','PARTIALLY_GOOD_50_75','PARTIALLY_GOOD_75_100','UNAVAILABLE','UNKNOWN'

    ParameterValue
    Requiredfalse
    Position5
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -DurationFrom <Int32>
    The shortest call length (in seconds) to show session data.

    ParameterValue
    Requiredfalse
    Position6
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -DurationTo <Int32>
    The longest call length (in seconds) to show session data.

    ParameterValue
    Requiredfalse
    Position7
    Requiredfalse
    Default Value99999999
    Accept pipeline input?false
    Accept wildcard characters?false

    -Protocols <String[]>
    Show sessions that match one or more network protocol types. Case sensitive. Choose one or more from:
    'TCP','UDP','Unknown'

    ParameterValue
    Requiredfalse
    Position8
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -ResponseCodes <String[]>
    Show sessions that match one or more SIP response codes. Accepts numbers from 200 to 699

    ParameterValue
    Requiredfalse
    Position9
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionScenarios <String[]>
    Show sessions that match one or more session scenarios. Not case sensitive. Choose one or more from:
    'External','Internal','Internal-External','External-Internal','Federated','Internal-Federated','External-Federated','Unknown'

    ParameterValue
    Requiredfalse
    Position10
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -SessionTypes <String[]>
    Show sessions that match one or more session scenarios. Case sensitive. Choose one or more from:
    'Conference','Peer To Peer','Peer To Peer (Multimedia)','PSTN/External'

    ParameterValue
    Requiredfalse
    Position11
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Codecs <String[]>
    Show sessions where the selected codec was used by either caller or callee. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position12
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerCodecs <String[]>
    Show sessions where the selected codec was used by the caller. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position13
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeCodecs <String[]>
    Show sessions where the selected codec was used by the callee. Can query for multiple codecs. Case sensitive. Use Get-NectarCodecs for a list of valid codecs.

    ParameterValue
    Requiredfalse
    Position14
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Devices <String[]>
    Show sessions where the selected device was used by either caller or callee. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position15
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerDevices <String[]>
    Show sessions where the selected device was used by the caller. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position16
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeDevices <String[]>
    Show sessions where the selected device was used by the callee. Can query for multiple devices. Case sensitive. Use Get-NectarSupportedDevice for a list of valid devices.

    ParameterValue
    Requiredfalse
    Position17
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -DeviceVersions <String[]>
    Show sessions where the selected device version was used by either caller or callee. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position24
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerDeviceVersions <String[]>
    Show sessions where the selected device version was used by the caller. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position25
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeDeviceVersions <String[]>
    Show sessions where the selected device version was used by the callee. Can query for multiple devices. Case sensitive. Use Get-NectarClientVersion for a list of valid client versions.

    ParameterValue
    Requiredfalse
    Position26
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -IPAddresses <IPAddress[]>
    Show sessions where the selected IP address was used by either caller or callee. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position27
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerIPAddresses <IPAddress[]>
    Show sessions where the selected IP address was used by the caller. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position28
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeIPAddresses <IPAddress[]>
    Show sessions where the selected IP address was used by the callee. Can query for multiple IPs.

    ParameterValue
    Requiredfalse
    Position29
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -Locations <String[]>
    Show sessions where the selected location was used by either caller or callee. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position30
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerLocations <String[]>
    Show sessions where the selected location was used by the caller. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position31
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeLocations <String[]>
    Show sessions where the selected location was used by the callee. Can query for multiple locations.

    ParameterValue
    Requiredfalse
    Position32
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtCities <String[]>
    Show sessions where the caller or callee was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position33
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtCities <String[]>
    Show sessions where the caller was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position34
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtCities <String[]>
    Show sessions where the callee was located in the selected city (as detected via geolocating the user's external IP address). Can query for multiple cities.

    ParameterValue
    Requiredfalse
    Position35
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtCountries <String[]>
    Show sessions where the caller or callee was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position36
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtCountries <String[]>
    Show sessions where the caller was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position37
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtCountries <String[]>
    Show sessions where the callee was located in the selected country (as detected via geolocating the user's external IP address). Can query for multiple countries.

    ParameterValue
    Requiredfalse
    Position38
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtISPs <String[]>
    Show sessions where the caller or callee was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position39
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtISPs <String[]>
    Show sessions where the caller was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position40
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtISPs <String[]>
    Show sessions where the callee was located in the selected ISP (as detected via geolocating the user's external IP address). Can query for multiple ISPs.

    ParameterValue
    Requiredfalse
    Position41
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ExtConnectionTypes <String[]>
    Show sessions that match the caller or callee external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Positionnamed
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CallerExtConnectionTypes <String[]>
    Show sessions that match the caller external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Positionnamed
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -CalleeExtConnectionTypes <String[]>
    Show sessions that match the callee external connection type (as detected via geolocating the user's external IP address). Can query for multiple types.

    ParameterValue
    Requiredfalse
    Positionnamed
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -NetworkTypes <String[]>
    Show sessions where the selected network type was used by either caller or callee. Can query for multiple network types. Case sensitive. Choose one or more from:
    'Enterprise WiFi','Enterprise Wired','External Mobile','External WiFi','External Wired','Unknown','Unavailable'

    ParameterValue
    Requiredfalse
    Position42
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerNetworkTypes <String[]>
    Show sessions where the selected network type was used by the caller. Can query for multiple network types. Case sensitive. Choose one or more from:
    'Enterprise WiFi','Enterprise Wired','External Mobile','External WiFi','External Wired','Unknown','Unavailable'

    ParameterValue
    Requiredfalse
    Position43
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeNetworkTypes <String[]>
    Show sessions where the selected network type was used by the callee. Can query for multiple network types. Case sensitive. Choose one or more from:
    'Enterprise WiFi','Enterprise Wired','External Mobile','External WiFi','External Wired','Unknown','Unavailable'

    ParameterValue
    Requiredfalse
    Position44
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Platforms <String[]>
    Show sessions where the selected platform was used by either caller or callee. Can query for multiple platforms. Case sensitive. Choose one or more from:
    'SKYPE','CISCO','CISCO_CMS','CISCO_VKM','TEAMS','SKYPE_ONLINE','CISCO_CMS_VKM','AVAYA_AURA_CM','RIG','LYNC_VKM','SKYPE_FOR_BUSINESS_VKM','CISCO_UNITY','CISCO_EXPRESSWAY','AVAYA_MEDIA_GATEWAY','AVAYA_SESSION_MANAGER','AVAYA_VOICE_PORTAL','ZOOM','ENDPOINT_CLIENT','MISCELLANEOUS'

    ParameterValue
    Requiredfalse
    Position45
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Users <String[]>
    Show sessions where the selected user was either caller or callee. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position54
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -FromUsers <String[]>
    Show sessions where the selected user was the caller. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position55
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ToUsers <String[]>
    Show sessions where the selected user was the callee. Can query for multiple users.

    ParameterValue
    Requiredfalse
    Position56
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -ConfOrganizers <String[]>
    Show sessions hosted by a specified conference organizer. Can query for multiple organizers.

    ParameterValue
    Requiredfalse
    Position57
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -VPN <String[]>
    Show sessions where the selected VPN was used by either caller or callee.

    ParameterValue
    Requiredfalse
    Position58
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CallerVPN <String[]>
    Show sessions where the selected VPN was used by the caller.

    ParameterValue
    Requiredfalse
    Position59
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -CalleeVPN <String[]>
    Show sessions where the selected VPN was used by the callee.

    ParameterValue
    Requiredfalse
    Position60
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -ParticipantsMinCount <Int32>
    Show sessions where the number of participants is greater than or equal to the entered value

    ParameterValue
    Requiredfalse
    Position61
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -ParticipantsMaxCount <Int32>
    Show sessions where the number of participants is less than or equal to the entered value

    ParameterValue
    Requiredfalse
    Position62
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    -FeedbackRating <String[]>
    Show sessions where users provided specific feedback ratings from BAD to EXCELLENT.
    Allowed values are BAD, POOR, FAIR, GOOD, EXCELLENT. Corresponds to ratings from 1 to 5 stars.

    ParameterValue
    Requiredfalse
    Position63
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -Insights <String[]>
    Show sessions that match one or more given insights. Choose from NORMAL_SESSION, VOICE_MAIL, HIGH_JITTER, HIGH_PACKET_LOSS, HIGH_ROUNDTRIP_DELAY

    ParameterValue
    Requiredfalse
    Position63
    Requiredfalse
    Default ValueNone
    Accept pipeline input?false
    Accept wildcard characters?false

    -TenantName <String>
    The name of the Nectar DXP tenant. Used in multi-tenant configurations.

    ParameterValue
    Requiredfalse
    Position64
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -Scope <String>

    ParameterValue
    Requiredfalse
    Position65
    Requiredfalse
    Default ValueDEFAULT
    Accept pipeline input?false
    Accept wildcard characters?false

    -PageSize <Int32>
    The size of the page used to return data. Defaults to 1000

    ParameterValue
    Requiredfalse
    Position66
    Requiredfalse
    Default Value1000
    Accept pipeline input?false
    Accept wildcard characters?false

    -ResultSize <Int32>
    The total number of results to return. Defaults to 1000. Maximum result size is 9,999,999 results

    ParameterValue
    Requiredfalse
    Position67
    Requiredfalse
    Default Value0
    Accept pipeline input?false
    Accept wildcard characters?false

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses