Im looking at add-access-rule and am a little confused on some of the documentation around position.
For position it states I can do an integer, string, or Object. Integer and string make sense as it provides examples but what is the format for Object?
Am I able to specify a section title and a position within the section?
What i'm used to:
{
"layer" : "Network",
"position" : "1",
"name" : "my rule",
"action" : "Accept",
"source" : "User_Networks",
"destination" : "Vendor_Networks",
"service" : "https"
}