Skip to content

Get-B1AsAServiceDeployments

SYNOPSIS

Retrieves a list of NIOS-XaaS Service Deployments for a particular Service

SYNTAX

ByService

Get-B1AsAServiceDeployments -Service <String> [-Location <String>] [<CommonParameters>]

ByServiceID

Get-B1AsAServiceDeployments -ServiceID <String> [-Location <String>] [<CommonParameters>]

DESCRIPTION

This function is used query a list of NIOS-XaaS Service Deployments for a particular Service

EXAMPLES

EXAMPLE 1

Get-B1AsAServiceDeployments -Service Production | ft -AutoSize

id                               name           service_location          service_ip     cnames                          access_location_count size  neighbour_ips                    preferred_provider routing_type
--                               ----           ----------------          ----------     ------                          --------------------- ----  -------------                    ------------------ ------------
g3oox35c6wgsjuk2dl76zmofqzzgobsf Production-US  AWS US East (N. Virginia) 192.168.200.10 {66.77.88.99, 55.66.77.88}      1                     Small {192.168.200.11, 192.168.200.12} Any                static
jca2xysvhkhhaef6gqlchg335zaqmrsr Production-GB  AWS Europe (London)       192.168.100.10 {22.33.44.55, 33.44.55.66}      1                     Small {192.168.100.11, 192.168.100.12} AWS                static

PARAMETERS

-Service

The name of the Universal DDI Service to query deployments for. Either Service or ServiceID is required.

Type: String
Parameter Sets: ByService
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ServiceID

The id of the Universal DDI Service to query deployments for. Either ServiceID or Service is required.

Type: String
Parameter Sets: ByServiceID
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Location

The name of the Access Location to filter the deployments by. This parameter is optional.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES