vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 79 forks source link

Unable to search for organisations #611

Open medea61 opened 12 months ago

medea61 commented 12 months ago

Describe the bug

The query interface does not support searching for organisations.

Reproduction steps

  1. orgList, err := client.Query(map[string]string{"type": "organization"})

Expected behavior

Return a QueryResultRecordsType w/ OrgRecord(s)

Additional context

No response

dataclouder commented 12 months ago

Hi, Thanks for this request. We add resources to the query systems on a need basis. So far, we have got by using VCDClient.GetOrgList. More comments on PR #612