Not able to create ticket for Web console for newly created VM #403
Unanswered
karanpanchal-crest
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a VM using the VSphere automation SDK Python. I can get a VM ID to connect.
As a next step, I want to execute some commands on the newly created VM.
For this task, I am trying to create a ticket using
vcenter.vm.console.Tickets.create
method.Code I have written for creating the console ticket:
However, I am getting the below error when trying to create the console ticket using the above code.
com.vmware.vapi.std.errors_client.OperationNotFound: {messages : [LocalizableMessage(id='vapi.method.input.invalid.interface', default_message="Cannot find service 'com.vmware.vcenter.vm.console.tickets'.", args=['com.vmware.vcenter.vm.console.tickets'], params=None, localized=None)], data : None, error_type : None}
Can somebody please help me find a way to connect to this newly created VM on the vsphere server?
Beta Was this translation helpful? Give feedback.
All reactions