Skip to content

Commit

Permalink
add bulk update API enpoints for dcnm 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangxin Du committed Apr 18, 2024
1 parent ddfab82 commit 48efb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/dcnm_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ class DcnmPolicy:
"POLICY_WITH_ID": "/rest/control/policies/{}",
"POLICY_GET_SWITCHES": "/rest/control/policies/switches?serialNumber={}",
"POLICY_BULK_CREATE": "/rest/control/policies/bulk-create",
"POLICY_BULK_UPDATE": "/rest/control/policies/{}/bulk",
"POLICY_MARK_DELETE": "/rest/control/policies/{}/mark-delete",
"POLICY_DEPLOY": "/rest/control/policies/deploy",
"POLICY_CFG_DEPLOY": "/rest/control/fabrics/{}/config-deploy/",
Expand Down

0 comments on commit 48efb15

Please sign in to comment.