You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide detailed steps for reproducing the issue.
Connect-Rubrik -Token xxx
Get-RubrikAPIToken
Failure Logs
Verbose log
Get-RubrikAPIToken -Verbose
VERBOSE: Validate the Rubrik token exists
VERBOSE: Found a Rubrik token for authentication
VERBOSE: Gather API Data for Get-RubrikAPIToken
VERBOSE: Selected 5.0 API Data for Get-RubrikAPIToken
VERBOSE: Load API data for
VERBOSE: Description: Retrieves list of generated API tokens from the Rubrik cluster
VERBOSE: Build the URI
VERBOSE: URI = https://192.168.150.121/api/internal/session
VERBOSE: Build the query parameters for user_id
VERBOSE: Query = Found limit flag
VERBOSE: URI = https://192.168.150.121/api/internal/session?limit=9999
VERBOSE: Submitting the request
VERBOSE: GET https://192.168.150.121/api/internal/session?limit=9999 with 0-byte payload
Invoke-WebRequest : Failed to parse the query parameter
At C:\temp\rubrik-sdk-for-powershell\Rubrik\Private\Invoke-RubrikWebRequest.ps1:17 char:19
+ ... $result = Invoke-WebRequest -UseBasicParsing @PSBoundParameters
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
The text was updated successfully, but these errors were encountered:
Current Behavior:
Provide information about the failure by issuing the command using the
-Verbose
command.Expected Behavior:
Steps to Reproduce:
Please provide detailed steps for reproducing the issue.
Failure Logs
Verbose log
The text was updated successfully, but these errors were encountered: