VMware vSphere

 View Only

SchedNumReqOutstanding using vSphere Web Services API

  • 1.  SchedNumReqOutstanding using vSphere Web Services API

    Posted Jun 02, 2020 02:29 AM

    Hi,

    I'm looking to change the Change the No of Outstanding Completing worlds aka Disk.SchedNumReqOutstanding with the help of vSphere Web Services API using PYVMOMI. The data object type for this SCSI LUN is - https://code.vmware.com/apis/196/vsphere/doc/vim.host.ScsiLun.html ​​and I only see the parameter to change The queue depth of SCSI device.

    How do we change certain advanced settings using the API calls as like this one? Is there any way to change or you have to stick to the ESXCLI command (I know I can use PowerCLI - But I'm trying to use Python so Powercli is out of questions here!)

    It used to work till 5.5 thorough host advanced options , however this option was removed later (https://kb.vmware.com/s/article/1268  )

    Thanks in advance!