go-vcloud-director
go-vcloud-director copied to clipboard
Unable to search for organisations
Describe the bug
The query interface does not support searching for organisations.
Reproduction steps
-
orgList, err := client.Query(map[string]string{"type": "organization"})
Expected behavior
Return a QueryResultRecordsType w/ OrgRecord(s)
Additional context
No response
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