Created
June 2, 2015 08:14
-
-
Save azec-pdx/2142b8e33dda15d1dade to your computer and use it in GitHub Desktop.
APIC REST API Lab (payload for creating contracts 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"> | |
| <vzBrCP name="WebCt"> | |
| <vzSubj name="Web"> | |
| <vzRsSubjFiltAtt tnVzFilterName="http"/> | |
| </vzSubj> | |
| </vzBrCP> | |
| <vzBrCP name="AppCt"> | |
| <vzSubj name="RMI"> | |
| <vzRsSubjFiltAtt tnVzFilterName="rmi"/> | |
| </vzSubj> | |
| </vzBrCP> | |
| <vzBrCP name="DbCt"> | |
| <vzSubj name="SQL"> | |
| <vzRsSubjFiltAtt tnVzFilterName="sql"/> | |
| </vzSubj> | |
| </vzBrCP> | |
| </fvTenant> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment