Created
June 2, 2015 08:20
-
-
Save azec-pdx/ad9e6fa5e3f3a7d20461 to your computer and use it in GitHub Desktop.
APIC REST API Lab (payload for creating app network profile in 3-tier application creation section)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <fvTenant name="TestCorp-10" status="created,modified"> | |
| <fvCtx name="TestCorp-Router"/> | |
| <fvBD name="BD1"> | |
| <fvRsCtx tnFvCtxName="TestCorp-Router"/> | |
| <fvSubnet ip="10.0.0.1/24" scope="public"/> | |
| <fvSubnet ip="20.0.0.1/24" scope="public"/> | |
| <fvSubnet ip="30.0.0.1/24" scope="public"/> | |
| <fvSubnet ip="40.0.0.1/24" scope="public"/></fvBD> | |
| <fvAp name="3-TierApp"> | |
| <fvAEPg name="Client"> | |
| <fvRsBd tnFvBDName="BD1"/> | |
| <fvRsCons tnVzBrCPName="WebCt"/> | |
| </fvAEPg> | |
| <fvAEPg name="Web"> | |
| <fvRsBd tnFvBDName="BD1"/> | |
| <fvRsProv tnVzBrCPName="WebCt"/> | |
| <fvRsCons tnVzBrCPName="AppCt"/> | |
| </fvAEPg> | |
| <fvAEPg name="App"> | |
| <fvRsBd tnFvBDName="BD1"/> | |
| <fvRsProv tnVzBrCPName="AppCt"/> | |
| <fvRsCons tnVzBrCPName="DbCt"/> | |
| </fvAEPg> | |
| <fvAEPg name="DB"> | |
| <fvRsBd tnFvBDName="BD1"/> | |
| <fvRsProv tnVzBrCPName="DbCt"/> | |
| </fvAEPg> | |
| </fvAp> | |
| </fvTenant> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment