We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since v5.1 blackout_window has moved from internal to v1 API tree
The powershell cmdlet Set-RubrikBlackout still uses internal:
`> Set-RubrikBlackout -set:$false Invoke-WebRequest : Undefined API At C:\Program Files\WindowsPowerShell\Modules\Rubrik\5.0.3\Private\Invoke-RubrikWebRequest.ps1:27 char:23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stray-server: 2020-08-27T09:41:53.549+0000 INFO <.akka-akka.actor.default-dispatcher-37> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-3> [server.HttpServerConnection] Dispatching PATCH request to https://192.168.75.200/api/internal/blackout_window to handler Actor[akka://akka/system/IO-TCP/selectors/$a/71147#-1048708777] 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] Request minus entity: HttpRequest(PATCH,https://192.168.75.200/api/internal/blackout_window,List(Remote-Address: 192.168.80.155, User-Agent: RubrikPowerShellSDK-5.0.3--5.1.18362.752--platform--Win32NT--platform_version--Microsoft Windows 10 Pro18363, Host: 192.168.75.200, Content-Length: 42, Connection: Keep-Alive),Empty,HTTP/1.1) 2020-08-27T09:48:14.139+0000 INFO <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found
2020-08-27T09:41:53.549+0000 INFO <.akka-akka.actor.default-dispatcher-37> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-3> [server.HttpServerConnection] Dispatching PATCH request to https://192.168.75.200/api/internal/blackout_window to handler Actor[akka://akka/system/IO-TCP/selectors/$a/71147#-1048708777] 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] Request minus entity: HttpRequest(PATCH,https://192.168.75.200/api/internal/blackout_window,List(Remote-Address: 192.168.80.155, User-Agent: RubrikPowerShellSDK-5.0.3--5.1.18362.752--platform--Win32NT--platform_version--Microsoft Windows 10 Pro18363, Host: 192.168.75.200, Content-Length: 42, Connection: Keep-Alive),Empty,HTTP/1.1) 2020-08-27T09:48:14.139+0000 INFO <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found
powershell module version: `> Get-Module -ListAvailable Rubrik
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
Script 5.0.3 Rubrik {Connect-Rubrik, Disconnect-Rubrik, Export-RubrikDatabase, Export-RubrikReport...} `
The text was updated successfully, but these errors were encountered:
Thanks for reporting this Hugh, I have fixed this in #687 and also added the Get-RubrikBlackout cmdlet additionally
Get-RubrikBlackout
Sorry, something went wrong.
jaapbrasser
Successfully merging a pull request may close this issue.
Since v5.1 blackout_window has moved from internal to v1 API tree
The powershell cmdlet Set-RubrikBlackout still uses internal:
`> Set-RubrikBlackout -set:$false
Invoke-WebRequest : Undefined API
At C:\Program Files\WindowsPowerShell\Modules\Rubrik\5.0.3\Private\Invoke-RubrikWebRequest.ps1:27 char:23
Stray-server:
2020-08-27T09:41:53.549+0000 INFO <.akka-akka.actor.default-dispatcher-37> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-3> [server.HttpServerConnection] Dispatching PATCH request to https://192.168.75.200/api/internal/blackout_window to handler Actor[akka://akka/system/IO-TCP/selectors/$a/71147#-1048708777] 2020-08-27T09:48:14.139+0000 DEBUG <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] Request minus entity: HttpRequest(PATCH,https://192.168.75.200/api/internal/blackout_window,List(Remote-Address: 192.168.80.155, User-Agent: RubrikPowerShellSDK-5.0.3--5.1.18362.752--platform--Win32NT--platform_version--Microsoft Windows 10 Pro18363, Host: 192.168.75.200, Content-Length: 42, Connection: Keep-Alive),Empty,HTTP/1.1) 2020-08-27T09:48:14.139+0000 INFO <.akka-akka.actor.default-dispatcher-12> [spray.SprayServer] PATCH https://192.168.75.200/api/internal/blackout_window -> 404 Not Found
powershell module version:
`> Get-Module -ListAvailable Rubrik
ModuleType Version Name ExportedCommands
Script 5.0.3 Rubrik {Connect-Rubrik, Disconnect-Rubrik, Export-RubrikDatabase, Export-RubrikReport...}
`
The text was updated successfully, but these errors were encountered: