Get-RubrikAPIToken

SYNOPSIS

Connects to Rubrik and retrieves a list of generated API tokens

SYNTAX

Get-RubrikAPIToken [[-UserId] <String>] [[-Tag] <String>] [[-OrganizationId] <String>] [[-Server] <String>]
 [[-api] <String>] [<CommonParameters>]

DESCRIPTION

The Get-RubrikAPIToken cmdlet is used to pull a list of generated API tokens from the Rubrik cluster.

EXAMPLES

EXAMPLE 1

Get-RubrikAPIToken

This will return all generated API tokens belonging to the currently logged in user.

EXAMPLE 2

This will return all generated API tokens belonging to the currently logged in user with a 'roxie' tag.

EXAMPLE 3

This will return all generated API tokens assigned to the currently logged in user with the specified organization id.

PARAMETERS

-UserId

UserID to retrieve tokens from - defaults to currently logged in user

-Tag

Tag assigned to the API Token

-OrganizationId

Organization ID the API Token belongs to.

-Server

Rubrik server IP or FQDN

-api

API version

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

Written by Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikapitoken

Last updated

Was this helpful?