SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > S
  • 0 Ratings

Data Object - SessionManagerGenericServiceTicket(vim.SessionManager.GenericServiceTicket)

Returned by
AcquireGenericServiceTicket
Extends
DynamicData
Since
vSphere API 5.0

Data Object Description

This data object represents a ticket which grants access to some service. The ticket may be used only once and is valid only for the SessionManagerServiceRequestSpec with which it was acquired. For HTTP service requests (when spec is of type HttpServiceRequestSpec) the returned ticket must be used by setting id as the value of a special cookie in the HTTP request. For CGI requests the name of this cookie is 'vmware_cgi_ticket'. The use of the returned ticket for other services is to be defined.

Properties

Name Type Description
hostName*xsd:string

The name of the host that the service is running on

Since vSphere API 5.1
idxsd:string

A unique string identifying the ticket.
sslThumbprint*xsd:string

The expected thumbprint of the SSL certificate of the host. If it is empty, the host must be authenticated by name.

Since vSphere API 5.1
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings