You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Palo alto claims this commented out line works for push to devices by userid but can't get this to work
126
143
//var uri = $"/api/?&type=commit&action=all&cmd=<commit-all><shared-policy><admin><member>{ServerUserName}</member></admin><device-group><entry name=\"{deviceGroup}\"/></device-group></shared-policy></commit-all>&key={ApiKey}";
$"Could not find your Template Stacks In Panorama. Valid Device Groups are {string.Join(",",templateStackList.Result.Result.Entry.Select(d =>d.Name))}";
122
+
}
108
123
}
109
124
125
+
110
126
//Validate Template Exists in Panorama, required for Panorama
0 commit comments