IpAddrGroupApiResponse

IpAddrGroupApiResponse
IpAddrGroupApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "addrs": [
                {
                    "addr": "string",
                    "type": "string"
                }
            ],
            "configpb_attributes": {
                "version": 0
            },
            "country_codes": [
                "string"
            ],
            "description": "string",
            "ip_ports": [
                {
                    "hostname": "string",
                    "ip": {
                        "addr": "string",
                        "type": "string"
                    },
                    "name": "string",
                    "port": 0
                }
            ],
            "marathon_app_name": "string",
            "marathon_service_port": 0,
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "prefixes": [
                {
                    "ip_addr": {
                        "addr": "string",
                        "type": "string"
                    },
                    "mask": 0
                }
            ],
            "ranges": [
                {
                    "begin": {
                        "addr": "string",
                        "type": "string"
                    },
                    "end": {
                        "addr": "string",
                        "type": "string"
                    }
                }
            ],
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

results
Required

results

string
next
Optional

next

Returned By