Can anyone help me to provide right API to create a New folder in vcenter
Thanks, Benji
I can see only get API to list folders in vmware api document, unable to find any create folder API
Can anyone help me to provide right API to create a New folder in vcenter
Thanks, Benji
I can see only get API to list folders in vmware api document, unable to find any create folder API
Copyright © 2021 Jogjafile Inc.
Unfortunately that functionality doesn't yet exist in the vSphere Automation (REST) API. It can be done through the vSphere Management (SOAP) API though. There's a
CreateFolder
method that can be found when interacting with the Folder managed object: Link to Docs