CiscoDevNet / ansible-mso

Cisco MSO Ansible Collection
https://galaxy.ansible.com/cisco/mso
GNU General Public License v3.0
26 stars 32 forks source link

Enhancement: New module for NDO L3Out Node Group Policy (DCNE-181) #534

Open sajagana opened 2 months ago

sajagana commented 2 months ago

Community Note

Description

Create NDO L3Out Node Group Policy - L3Out Object. Part of https://github.com/CiscoDevNet/ansible-mso/issues/436

New or Affected Module(s):

MSO version and MSO Platform

APIC version and APIC Platform for Site Level Resources

Collection versions

References

curl --location --request PATCH 'https://ndo.com/mso/api/v1/templates/66912b9795400f37592e62aa?validate=false' \
--header 'Content-Type: application/json' \
--data '[
    {
        "op": "add",
        "path": "/l3outTemplate/l3outs/4/nodeGroups/-",
        "value": {
            "name": "NodeGroupPolicy",
            "description": "Test Description",
            "nodeRoutingPolicyRef": "445fffaf-ec92-4973-954b-05fb6fc2576b",
            "bfdMultiHop": {
                "authEnabled": true,
                "keyID": 12,
                "key": {
                    "value": "123" 
                }
            },
            "targetDscp": "cs2"
        }
    }
]'