IpTagEntries

IpTagEntries
IpTagEntries
JSON Example
{
    "tag_id": "string",
    "entries": [
        {
            "parent": {
                "subnet": "string",
                "ip_address_range": {
                    "start_ip": "string",
                    "end_ip": "string"
                }
            },
            "exclusions": [
                {
                    "subnet": "string",
                    "ip_address_range": {
                        "start_ip": "string",
                        "end_ip": "string"
                    }
                }
            ]
        }
    ]
}
string
tag_id
Required

tag_id

array of IpTagEntry
entries
Required

entries