Skip to content

Instantly share code, notes, and snippets.

@azec-pdx
Created June 2, 2015 08:14
Show Gist options
  • Select an option

  • Save azec-pdx/2142b8e33dda15d1dade to your computer and use it in GitHub Desktop.

Select an option

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)
<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