vrealize/Orchestrator/Workflows/VM Post-Provision/README.md

16 lines
696 B
Markdown
Raw Normal View History

2022-06-16 15:26:59 +00:00
# VM Post-Provision workflow
Performs post-deploy tasks like adding notes to the VM object and creating static DNS records (if needed).
![Schema](schema.png)
## Inputs/Outputs
| Name | Type | Direction | Description |
|:--- |:--- |:---|:---|
| `inputProperties` | Properties | Input | full request payload from vRA |
## Variables
| Name | Type | Value | Description |
|:--- |:--- |:--- |:--- |
| `vm` | VC:VirtualMachine| | virtual machine object |
2022-06-16 19:11:54 +00:00
| `dnsHost` | CompositeType(sshHost:string, sshUser:string, sshPass:SecureString, dnsServers:Array/string, supportedDomains:Array/string):dnsHost | `Endpoints: dnsHost` | object which stores endpoint and credential details for DNS operations |