Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created September 20, 2024 16:35
Show Gist options
  • Save sirkirby/9aae53efbcf900fee6ba3c91125d7ff6 to your computer and use it in GitHub Desktop.
Save sirkirby/9aae53efbcf900fee6ba3c91125d7ff6 to your computer and use it in GitHub Desktop.
UDM Network API get traffic rules
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