Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1.  - name: Associating an interface selector profile to a switch policy leaf profile
  2.     aci_rest:
  3.       <<: *aci_login
  4.       method: post
  5.       path: /api/node/mo/uni/infra/accportprof-OM0TRL12_LeafProf/hports-OM0TRL12_PAL_PreProd-typ-range.json
  6.       content: |
  7.        {"infraHPortS":{"attributes":{"dn":"uni/infra/accportprof-OM0TRL12_LeafProf/hports-OM0TRL12_PAL_PreProd_intsel-typ-range","name":"OM0TRL12_PAL_PreProd_intsel","rn":"hports-OM0TRL12_PAL_PreProd_intsel-typ-range","status":"created,modified"},"children":[{"infraPortBlk":{"attributes":{"dn":"uni/infra/accportprof-OM0TRL12_LeafProf/hports-OM0TRL12_PAL_PreProd_intsel-typ-range/portblk-block2","fromPort":"28","toPort":"28","name":"block2","rn":"portblk-block2","status":"created,modified"},"children":[]}},{"infraRsAccBaseGrp":{"attributes":{"status":"created,modified"},"children":[]}}]}}    
  8.     delegate_to: localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement