Created
September 20, 2024 16:35
-
-
Save sirkirby/9aae53efbcf900fee6ba3c91125d7ff6 to your computer and use it in GitHub Desktop.
UDM Network API get traffic rules
This file contains 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
meta { | |
name: GetTrafficRules | |
type: http | |
seq: 4 | |
} | |
get { | |
url: https://{{udm-ip}}/proxy/network/v2/api/site/default/trafficrules | |
body: none | |
auth: none | |
} | |
headers { | |
x-csrf-token: {{csrf-token}} | |
Cookie: {{cookie}} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment