Get VM Folder

Get VM Folder

Use this endpoint to get vm folders
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/vcenter/{id}/datacenters/{datacenterMorId}/folders
COPY
Path Parameters
string
id
Required

vCenter Id

string
datacenterMorId
Required

Morid of the Datacenter


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VMFolderDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "value": [
        {
            "name": "string",
            "mor": "string"
        }
    ]
}
value
Optional

value


400

Bad Request

Operation doesn't return any data structure