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
Describe the bug
I'm trying to open a KVM session (like doing Server actions > Launch vKVM from Intersight) through PowerShell.
However New-IntersightKvmSession complains, that "create operation is not allowed using an API key, use a valid user session".
How would I go about doing that? The "documentation" sadly isn't really helping
To Reproduce
# Connect to Intersight CVA
# Get server profile ref
$ServerProfileRef = Get-IntersightServerProfile -Name 'some-profile'
# Get ComputeBlade
$server = Get-IntersightComputeBlade -Moid $ServerProfileRef.AssignedServer.ActualInstance.Moid
# Now start the KVM
New-IntersightKvmSession -Server $server
Intersight backend does not support to create a KVM session using APIKey, it require web session to create KVM session.
All our SDKs works with APIKey only
Intersight backend does not support to create a KVM session using APIKey, it require web session to create KVM session. All our SDKs works with APIKey only
Hey, does that mean that any interaction between the PowerShell Intersight API with regards to KVM isn't possible? Or is there a way to create a web session, which in turn enables the use of KVM?
Describe the bug
I'm trying to open a KVM session (like doing Server actions > Launch vKVM from Intersight) through PowerShell.
However New-IntersightKvmSession complains, that "create operation is not allowed using an API key, use a valid user session".
How would I go about doing that? The "documentation" sadly isn't really helping
To Reproduce
Version used
Expected behavior
The ability to open the vKVM through PowerShell
The text was updated successfully, but these errors were encountered: