Created
June 2, 2015 08:31
-
-
Save azec-pdx/ced1d3d779273e933526 to your computer and use it in GitHub Desktop.
APIC REST API Lab (payload for creating ANP 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