VrfContextApiResponse

VrfContextApiResponse
VrfContextApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "attrs": [
                {
                    "key": "string",
                    "value": "string"
                }
            ],
            "bfd_profile": {
                "minrx": 0,
                "mintx": 0,
                "multi": 0
            },
            "bgp_profile": {
                "community": [
                    "string"
                ],
                "hold_time": 0,
                "ibgp": false,
                "ip_communities": [
                    {
                        "community": [
                            "string"
                        ],
                        "ip_begin": {
                            "addr": "string",
                            "type": "string"
                        },
                        "ip_end": {
                            "addr": "string",
                            "type": "string"
                        }
                    }
                ],
                "keepalive_interval": 0,
                "local_as": 0,
                "local_preference": 0,
                "num_as_path_prepend": 0,
                "peers": [
                    {
                        "advertise_snat_ip": false,
                        "advertise_vip": false,
                        "advertisement_interval": 0,
                        "bfd": false,
                        "connect_timer": 0,
                        "ebgp_multihop": 0,
                        "hold_time": 0,
                        "ibgp_local_as_override": false,
                        "keepalive_interval": 0,
                        "label": "string",
                        "local_as": 0,
                        "md5_secret": "string",
                        "network_ref": "string",
                        "peer_ip": {
                            "addr": "string",
                            "type": "string"
                        },
                        "peer_ip6": {
                            "addr": "string",
                            "type": "string"
                        },
                        "remote_as": 0,
                        "shutdown": false,
                        "subnet": {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        },
                        "subnet6": {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    }
                ],
                "routing_options": [
                    {
                        "advertise_default_route": false,
                        "advertise_learned_routes": false,
                        "label": "string",
                        "learn_only_default_route": false,
                        "learn_routes": false,
                        "max_learn_limit": 0
                    }
                ],
                "send_community": false,
                "shutdown": false
            },
            "cloud_ref": "string",
            "configpb_attributes": {
                "version": 0
            },
            "debugvrfcontext": {
                "command_buffer_interval": 0,
                "command_buffer_size": 0,
                "flags": [
                    {
                        "flag": "string"
                    }
                ]
            },
            "description": "string",
            "gateway_mon": [
                {
                    "gateway_ip": {
                        "addr": "string",
                        "type": "string"
                    },
                    "gateway_monitor_fail_threshold": 0,
                    "gateway_monitor_interval": 0,
                    "gateway_monitor_success_threshold": 0,
                    "subnet": {
                        "ip_addr": {
                            "addr": "string",
                            "type": "string"
                        },
                        "mask": 0
                    }
                }
            ],
            "internal_gateway_monitor": {
                "disable_gateway_monitor": false,
                "gateway_monitor_failure_threshold": 0,
                "gateway_monitor_interval": 0,
                "gateway_monitor_success_threshold": 0
            },
            "lldp_enable": false,
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "static_routes": [
                {
                    "disable_gateway_monitor": false,
                    "if_name": "string",
                    "labels": [
                        {
                            "key": "string",
                            "value": "string"
                        }
                    ],
                    "next_hop": {
                        "addr": "string",
                        "type": "string"
                    },
                    "prefix": {
                        "ip_addr": {
                            "addr": "string",
                            "type": "string"
                        },
                        "mask": 0
                    },
                    "route_id": "string"
                }
            ],
            "system_default": false,
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of VrfContext
results
Required

results

string
next
Optional

next

Returned By