Get-RubrikAPIToken
SYNOPSIS
Connects to Rubrik and retrieves a list of generated API tokens
SYNTAX
DESCRIPTION
The Get-RubrikAPIToken cmdlet is used to pull a list of generated API tokens from the Rubrik cluster.
EXAMPLES
EXAMPLE 1
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
RELATED LINKS
Last updated