Data Object - SessionManagerHttpServiceRequestSpec(vim.SessionManager.HttpServiceRequestSpec)

Extends
SessionManagerServiceRequestSpec
Since
vSphere API 5.0

Data Object Description

This data object type describes a request to an HTTP or HTTPS service.

Properties

Name Type Description
method*xsd:string

The HTTP method used for the request. If null, then any method is assumed.


See SessionManagerHttpServiceRequestSpecMethod

urlxsd:string

URL of the HTTP request. E.g. 'https://127.0.0.1:8080/cgi-bin/vm-support.cgi?n=val'.

For ESXi CGI service requests:

  • only the path and query parts of the URL are used (e.g. "/cgi-bin/vm-support.cgi?n=val").
  • This is so because the scheme is not known to the CGI service, and the port may not be the same if using a proxy.


    Properties inherited from SessionManagerServiceRequestSpec
    None
    Properties inherited from DynamicData
    None
    *Need not be set
    Show WSDL type definition