< Back
Get-NfApplicance
Post
NAME Get-NfApplicance
SYNOPSIS
Get applicances from fusion
SYNTAX
Get-NfApplicance [<CommonParameters>]
Get-NfApplicance [[-Name] <String>] [<CommonParameters>]
Get-NfApplicance [[-Id] <String>] [<CommonParameters>]
DESCRIPTION
Get from fusion
PARAMETERS
-Name <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Id <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
An Array of matching NsApplicance objects
-------------------------- EXAMPLE 1 --------------------------
PS C:\\temp>Get-Applicance | ft
id type name registeredAt garbageThresholds
nodes licenseStatus
-- ---- ---- ------------ -----------------
----- -------------
68450692 single stor-nex-51-1 2018-02-09T12:18:49.149Z
{"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"} @{68450692=} @{licenseValid=valid;
enabledFeatures=System.Object[]; isCommun...
fd245d8 RSFCluster stor-nex-act 2018-02-09T12:27:19.886Z
{"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"} @{fd245d8=; 64d247d9=} @{licenseValid=valid;
enabledFeatures=System.Object[]; isCommun...
Get all applicances
-------------------------- EXAMPLE 2 --------------------------
PS C:\\temp>Get-Applicance -Name stor-nex-51-1
id : 68450692
type : single
name : stor-nex-51-1
registeredAt : 2018-02-09T12:18:49.149Z
garbageThresholds : {"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"}
nodes : @{68450692=}
licenseStatus : @{licenseValid=valid; enabledFeatures=System.Object[]; isCommunityEdition=False}
Get the applicance by name
RELATED LINKS
SYNOPSIS
Get applicances from fusion
SYNTAX
Get-NfApplicance [<CommonParameters>]
Get-NfApplicance [[-Name] <String>] [<CommonParameters>]
Get-NfApplicance [[-Id] <String>] [<CommonParameters>]
DESCRIPTION
Get from fusion
PARAMETERS
-Name <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Id <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
An Array of matching NsApplicance objects
-------------------------- EXAMPLE 1 --------------------------
PS C:\\temp>Get-Applicance | ft
id type name registeredAt garbageThresholds
nodes licenseStatus
-- ---- ---- ------------ -----------------
----- -------------
68450692 single stor-nex-51-1 2018-02-09T12:18:49.149Z
{"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"} @{68450692=} @{licenseValid=valid;
enabledFeatures=System.Object[]; isCommun...
fd245d8 RSFCluster stor-nex-act 2018-02-09T12:27:19.886Z
{"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"} @{fd245d8=; 64d247d9=} @{licenseValid=valid;
enabledFeatures=System.Object[]; isCommun...
Get all applicances
-------------------------- EXAMPLE 2 --------------------------
PS C:\\temp>Get-Applicance -Name stor-nex-51-1
id : 68450692
type : single
name : stor-nex-51-1
registeredAt : 2018-02-09T12:18:49.149Z
garbageThresholds : {"logs":"now-3M","events":"now-3M","realtime-analytics":"now-1w"}
nodes : @{68450692=}
licenseStatus : @{licenseValid=valid; enabledFeatures=System.Object[]; isCommunityEdition=False}
Get the applicance by name
RELATED LINKS