Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Has anyone found a way in WFA to retrieve the default gateway from an existing SVM? I don't see any dictionary entries that include this information. Am I missing something?
Use case is building a workflow to clone an SVM to a new IP space for testing. I need to provide a default gateway in the creation step and would like to limit the manual input. I want to read the source SVM's settings and simply duplicate them.
Solved! See The Solution
Hi,
Do you think the following suggestion work for you?
Create a command that accepts the following input paramaters
The command would perform the following steps:
This way you wont have to create a datasource for providing the default route. In your workflow you would place the command after you have created the vserver.
Here is an example of using Invoke-NcSystemApi:
/Matt
Hi,
Do you think the following suggestion work for you?
Create a command that accepts the following input paramaters
The command would perform the following steps:
This way you wont have to create a datasource for providing the default route. In your workflow you would place the command after you have created the vserver.
Here is an example of using Invoke-NcSystemApi:
/Matt