Get-NectarEndpoint
    • 09 Sep 2022
    • 1 Minute to read
    • Contributors
    • Dark
      Light
    • PDF

    Get-NectarEndpoint

    • Dark
      Light
    • PDF

    Article Summary

    Description

    Returns a list of Nectar DXP endpoints

    Syntax

    Get-NectarEndpoint
      -SearchQuery  <String>
      -OrderByField  <String>
      -OrderDirection  <String>
      -TenantName  <String>
      -PageSize  <Int32>
      -ResultSize  <Int32>
    

    Examples

    Example 1

    Get-NectarEndpoint
    

    Returns the first 100000 endpoints

    Example 2

    Get-NectarEndpoint -ResultSize 100
    

    Returns the first 100 endpoints

    Example 3

    Get-NectarEndpoint -SearchQuery US
    

    Returns all endpoints that have US in any of the data fields

    Parameters

    -SearchQuery <String>
    A string to search for. Will search for match against all fields

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

    -OrderByField <String>
    Sort the output by the selected field

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default Valueid
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -OrderDirection <String>
    Sort ordered output in ascending or descending order

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default Valueasc
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

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

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

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

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

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

    ParameterValue
    Requiredfalse
    Position6
    Requiredfalse
    Default Value100000
    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