Hi All,
I'm hoping someone can help or point to some appropriate documentation. I want to make use of the generic data center object however reading through the sk167210.it clearly states that each object needs to have a unique UID.
I'm trying to find out how i go about getting a unique UID to be able to be used for the objects within the GDO. I've highlighted below just for clarity.
Any assistance is appreciated.
{
"version": "1.0",
"description": "Generic Data Center file example",
"objects": [
{
"name": "Object A name",
"id": "e7f18b60-f22d-4f42-8dc2-050490ecf6d5",
"description": "Example for IPv4 addresses",
"ranges": [
"91.198.174.192",
"20.0.0.0/24",
"10.1.1.2-10.1.1.10"
]
},
{
"name": "Object B name",
"id": "a46f02e6-af56-48d2-8bfb-f9e8738f2bd0",
"description": "Example for IPv6 addresses",
"ranges": [
"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"0064:ff9b:0000:0000:0000:0000:1234:5678/96"
]
}
]
}Generic Data Center feature (checkpoint.com)