Skip to content

Get-NBVersion

Since

v1.7.1

SYNOPSIS

Retrieves version and status information from the Netbox API.

SYNTAX

Get-NBVersion [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Calls the /api/status/ endpoint to retrieve the Netbox version and status information.

EXAMPLES

EXAMPLE 1

Get-NBVersion

PARAMETERS

-ProgressAction

{{ Fill ProgressAction Description }}

```yaml Type: ActionPreference Parameter Sets: (All) Aliases: proga

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

System.Management.Automation.PSObject

NOTES

AddedInVersion: v1.7.1

Common parameters

common request params
common pagination params

https://netbox.readthedocs.io/en/stable/rest-api/overview/