You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Hi Right now you can get instance by deployment id or request id.
(https://registry.terraform.io/providers/vmware/vra7/latest/docs/data-sources/vra7_deployment#example-usages)
what if i got vm through VRA itself. then I want to perform day 1 action using terraform.
using API its possible get vm using hostname.
https://VRA/catalog-service/api/consumer/resources/types/Infrastructure.Machine/?
params = (
('$filter', 'name eq '+''' + str(vm_hostname)+'''),
('$skip', '0'),
('$top', '10'),
)
The text was updated successfully, but these errors were encountered: