Avi DebugVirtualService Object API

CLI ``` - debug virtualservice - show debug virtualservice ```
More information: https://avinetworks.com/contact-us
Contact Info: support@avinetworks.com
Version: 20.1.9
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

  1. HTTP Basic Authentication

Methods

[ Jump to Models ]

Table of Contents

  1. get /debugvirtualservice
  2. post /debugvirtualservice
  3. delete /debugvirtualservice/{uuid}
  4. get /debugvirtualservice/{uuid}
  5. patch /debugvirtualservice/{uuid}
  6. put /debugvirtualservice/{uuid}
Up
get /debugvirtualservice
(debugvirtualserviceGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name
refers_to (optional)
Query Parameter — Filter to request all objects that refers to another Avi resource. Its syntax is refers_to=<obj_type>:<obj_uuid>. Eg. get all virtual services referring to pool p1 will be refers_to=pool:pool_p1_uuid
referred_by (optional)
Query Parameter — Filter to request all objects that are referred by another Avi resource. Its syntax is referred_by=<obj_type>:<obj_uuid>. Eg. get all pools referred_by virtual service vs1 - referred_by=virtualservice:vs_vs1_uuid
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
cloud_uuid (optional)
Query Parameter — Filter to get objects that belongs to a specific cloud using its uuid. Eg. cloud_uuid=cloud-xyz.
cloud_ref.name (optional)
Query Parameter — Filter to get objects that belongs to a specific cloud usings its name. This uses cloud name rather than uuid. Eg. cloud_ref.name=Default-Cloud.

Return type

DebugVirtualServiceApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "capture_params" : {
      "duration" : 123,
      "file_count" : 123,
      "pcap_ng" : true,
      "enable_ssl_session_key_capture" : true,
      "pkt_size" : 123,
      "num_pkts" : 123,
      "capture_file_size" : {
        "percentage_size" : 123,
        "absolute_size" : 123
      }
    },
    "flags" : [ {
      "flag" : "aeiou"
    } ],
    "objsync" : {
      "trigger_initial_sync" : true
    },
    "capture" : true,
    "capture_filters" : {
      "src_port" : 123,
      "ip_proto" : "aeiou",
      "tcp_ack" : true,
      "tcp_syn" : true,
      "tcp_fin" : true,
      "dst_port_start" : 123,
      "tcp_push" : true,
      "capture_ip" : {
        "prefixes" : [ {
          "ip_addr" : "",
          "mask" : 123
        } ],
        "ranges" : [ {
          "end" : "",
          "begin" : ""
        } ],
        "addrs" : [ {
          "addr" : "aeiou",
          "type" : "aeiou"
        } ]
      },
      "capture_ipc" : {
        "flow_del_probe" : true,
        "flow_mirror_del" : true,
        "ipc_tx_res" : true,
        "ipc_tx_req" : true,
        "vs_hb" : true,
        "flow_probe" : true,
        "ipc_batched" : true,
        "ipc_rx_req" : true,
        "flow_mirror_add" : true,
        "flow_mirror_all" : true,
        "flow_probe_all" : true,
        "ipc_rx_res" : true
      },
      "dst_port_end" : 123,
      "eth_proto" : "aeiou"
    },
    "uuid" : "aeiou",
    "url" : "aeiou",
    "_last_modified" : "aeiou",
    "dns_options" : {
      "domain_name" : [ "aeiou" ],
      "gslb_service_name" : [ "aeiou" ]
    },
    "debug_ip" : "",
    "cloud_ref" : "aeiou",
    "debug_hm" : "aeiou",
    "resync_flows" : true,
    "tenant_ref" : "aeiou",
    "name" : "aeiou",
    "se_params" : {
      "se_refs" : [ "aeiou" ]
    }
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugVirtualServiceApiResponse

401

log in failed

Up
post /debugvirtualservice
(debugvirtualservicePost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugVirtualService object creation

Return type

DebugVirtualService

Example data

Content-Type: application/json
{
  "capture_params" : {
    "duration" : 123,
    "file_count" : 123,
    "pcap_ng" : true,
    "enable_ssl_session_key_capture" : true,
    "pkt_size" : 123,
    "num_pkts" : 123,
    "capture_file_size" : {
      "percentage_size" : 123,
      "absolute_size" : 123
    }
  },
  "flags" : [ {
    "flag" : "aeiou"
  } ],
  "objsync" : {
    "trigger_initial_sync" : true
  },
  "capture" : true,
  "capture_filters" : {
    "src_port" : 123,
    "ip_proto" : "aeiou",
    "tcp_ack" : true,
    "tcp_syn" : true,
    "tcp_fin" : true,
    "dst_port_start" : 123,
    "tcp_push" : true,
    "capture_ip" : {
      "prefixes" : [ {
        "ip_addr" : "",
        "mask" : 123
      } ],
      "ranges" : [ {
        "end" : "",
        "begin" : ""
      } ],
      "addrs" : [ {
        "addr" : "aeiou",
        "type" : "aeiou"
      } ]
    },
    "capture_ipc" : {
      "flow_del_probe" : true,
      "flow_mirror_del" : true,
      "ipc_tx_res" : true,
      "ipc_tx_req" : true,
      "vs_hb" : true,
      "flow_probe" : true,
      "ipc_batched" : true,
      "ipc_rx_req" : true,
      "flow_mirror_add" : true,
      "flow_mirror_all" : true,
      "flow_probe_all" : true,
      "ipc_rx_res" : true
    },
    "dst_port_end" : 123,
    "eth_proto" : "aeiou"
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "dns_options" : {
    "domain_name" : [ "aeiou" ],
    "gslb_service_name" : [ "aeiou" ]
  },
  "debug_ip" : "",
  "cloud_ref" : "aeiou",
  "debug_hm" : "aeiou",
  "resync_flows" : true,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "se_params" : {
    "se_refs" : [ "aeiou" ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugVirtualService

401

log in failed

Up
delete /debugvirtualservice/{uuid}
(debugvirtualserviceUuidDelete)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name

Return type

String

Example data

Content-Type: application/json
"aeiou"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

object deleted String

404

not found

Up
get /debugvirtualservice/{uuid}
(debugvirtualserviceUuidGet)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.

Return type

DebugVirtualService

Example data

Content-Type: application/json
{
  "capture_params" : {
    "duration" : 123,
    "file_count" : 123,
    "pcap_ng" : true,
    "enable_ssl_session_key_capture" : true,
    "pkt_size" : 123,
    "num_pkts" : 123,
    "capture_file_size" : {
      "percentage_size" : 123,
      "absolute_size" : 123
    }
  },
  "flags" : [ {
    "flag" : "aeiou"
  } ],
  "objsync" : {
    "trigger_initial_sync" : true
  },
  "capture" : true,
  "capture_filters" : {
    "src_port" : 123,
    "ip_proto" : "aeiou",
    "tcp_ack" : true,
    "tcp_syn" : true,
    "tcp_fin" : true,
    "dst_port_start" : 123,
    "tcp_push" : true,
    "capture_ip" : {
      "prefixes" : [ {
        "ip_addr" : "",
        "mask" : 123
      } ],
      "ranges" : [ {
        "end" : "",
        "begin" : ""
      } ],
      "addrs" : [ {
        "addr" : "aeiou",
        "type" : "aeiou"
      } ]
    },
    "capture_ipc" : {
      "flow_del_probe" : true,
      "flow_mirror_del" : true,
      "ipc_tx_res" : true,
      "ipc_tx_req" : true,
      "vs_hb" : true,
      "flow_probe" : true,
      "ipc_batched" : true,
      "ipc_rx_req" : true,
      "flow_mirror_add" : true,
      "flow_mirror_all" : true,
      "flow_probe_all" : true,
      "ipc_rx_res" : true
    },
    "dst_port_end" : 123,
    "eth_proto" : "aeiou"
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "dns_options" : {
    "domain_name" : [ "aeiou" ],
    "gslb_service_name" : [ "aeiou" ]
  },
  "debug_ip" : "",
  "cloud_ref" : "aeiou",
  "debug_hm" : "aeiou",
  "resync_flows" : true,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "se_params" : {
    "se_refs" : [ "aeiou" ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugVirtualService

401

log in failed

Up
patch /debugvirtualservice/{uuid}
(debugvirtualserviceUuidPatch)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugVirtualService object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DebugVirtualService

Example data

Content-Type: application/json
{
  "capture_params" : {
    "duration" : 123,
    "file_count" : 123,
    "pcap_ng" : true,
    "enable_ssl_session_key_capture" : true,
    "pkt_size" : 123,
    "num_pkts" : 123,
    "capture_file_size" : {
      "percentage_size" : 123,
      "absolute_size" : 123
    }
  },
  "flags" : [ {
    "flag" : "aeiou"
  } ],
  "objsync" : {
    "trigger_initial_sync" : true
  },
  "capture" : true,
  "capture_filters" : {
    "src_port" : 123,
    "ip_proto" : "aeiou",
    "tcp_ack" : true,
    "tcp_syn" : true,
    "tcp_fin" : true,
    "dst_port_start" : 123,
    "tcp_push" : true,
    "capture_ip" : {
      "prefixes" : [ {
        "ip_addr" : "",
        "mask" : 123
      } ],
      "ranges" : [ {
        "end" : "",
        "begin" : ""
      } ],
      "addrs" : [ {
        "addr" : "aeiou",
        "type" : "aeiou"
      } ]
    },
    "capture_ipc" : {
      "flow_del_probe" : true,
      "flow_mirror_del" : true,
      "ipc_tx_res" : true,
      "ipc_tx_req" : true,
      "vs_hb" : true,
      "flow_probe" : true,
      "ipc_batched" : true,
      "ipc_rx_req" : true,
      "flow_mirror_add" : true,
      "flow_mirror_all" : true,
      "flow_probe_all" : true,
      "ipc_rx_res" : true
    },
    "dst_port_end" : 123,
    "eth_proto" : "aeiou"
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "dns_options" : {
    "domain_name" : [ "aeiou" ],
    "gslb_service_name" : [ "aeiou" ]
  },
  "debug_ip" : "",
  "cloud_ref" : "aeiou",
  "debug_hm" : "aeiou",
  "resync_flows" : true,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "se_params" : {
    "se_refs" : [ "aeiou" ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugVirtualService

401

log in failed

Up
put /debugvirtualservice/{uuid}
(debugvirtualserviceUuidPut)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugVirtualService object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DebugVirtualService

Example data

Content-Type: application/json
{
  "capture_params" : {
    "duration" : 123,
    "file_count" : 123,
    "pcap_ng" : true,
    "enable_ssl_session_key_capture" : true,
    "pkt_size" : 123,
    "num_pkts" : 123,
    "capture_file_size" : {
      "percentage_size" : 123,
      "absolute_size" : 123
    }
  },
  "flags" : [ {
    "flag" : "aeiou"
  } ],
  "objsync" : {
    "trigger_initial_sync" : true
  },
  "capture" : true,
  "capture_filters" : {
    "src_port" : 123,
    "ip_proto" : "aeiou",
    "tcp_ack" : true,
    "tcp_syn" : true,
    "tcp_fin" : true,
    "dst_port_start" : 123,
    "tcp_push" : true,
    "capture_ip" : {
      "prefixes" : [ {
        "ip_addr" : "",
        "mask" : 123
      } ],
      "ranges" : [ {
        "end" : "",
        "begin" : ""
      } ],
      "addrs" : [ {
        "addr" : "aeiou",
        "type" : "aeiou"
      } ]
    },
    "capture_ipc" : {
      "flow_del_probe" : true,
      "flow_mirror_del" : true,
      "ipc_tx_res" : true,
      "ipc_tx_req" : true,
      "vs_hb" : true,
      "flow_probe" : true,
      "ipc_batched" : true,
      "ipc_rx_req" : true,
      "flow_mirror_add" : true,
      "flow_mirror_all" : true,
      "flow_probe_all" : true,
      "ipc_rx_res" : true
    },
    "dst_port_end" : 123,
    "eth_proto" : "aeiou"
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "dns_options" : {
    "domain_name" : [ "aeiou" ],
    "gslb_service_name" : [ "aeiou" ]
  },
  "debug_ip" : "",
  "cloud_ref" : "aeiou",
  "debug_hm" : "aeiou",
  "resync_flows" : true,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "se_params" : {
    "se_refs" : [ "aeiou" ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugVirtualService

401

log in failed

Up

Models

[ Jump to Methods ]

Table of Contents

  1. CaptureFileSize
  2. CaptureFilters
  3. CaptureIPC
  4. DebugDnsOptions
  5. DebugIpAddr
  6. DebugVirtualService
  7. DebugVirtualServiceApiResponse
  8. DebugVirtualServiceCapture
  9. DebugVirtualServiceObjSync
  10. DebugVirtualServiceSeParams
  11. DebugVsDataplane
  12. IpAddr
  13. IpAddrPrefix
  14. IpAddrRange

CaptureFileSize Up

absolute_size (optional)
Integer Maximum size in MB. Set 0 for avi default size. Allowed values are 100-512000. Special values are 0 - 'AVI_DEFAULT'. Field introduced in 18.2.8. Unit is MB. format: int32
percentage_size (optional)
Integer Limits capture to percentage of free disk space. Set 0 for avi default size. Allowed values are 0-75. Field introduced in 18.2.8. format: int32

CaptureFilters Up

capture_ip (optional)
DebugIpAddr Per packet IP filter. Matches with source and destination address. Curently not applicable for DebugServiceEngine. Field introduced in 18.2.5.
capture_ipc (optional)
CaptureIPC Capture filter for SE IPC. Not applicable for Debug Virtual Service. Field introduced in 18.2.5.
dst_port_end (optional)
Integer Destination Port range filter. Field introduced in 18.2.5. format: int32
dst_port_start (optional)
Integer Destination Port range filter. Field introduced in 18.2.5. format: int32
eth_proto (optional)
String Ethernet Proto filter. Enum options - ETH_TYPE_IPV4. Field introduced in 18.2.5.
ip_proto (optional)
String IP Proto filter. Support for TCP only for now. Enum options - IP_TYPE_TCP. Field introduced in 18.2.5.
src_port (optional)
Integer Source Port filter. Field introduced in 18.2.5. format: int32
tcp_ack (optional)
Boolean TCP ACK flag filter. Field introduced in 18.2.5.
tcp_fin (optional)
Boolean TCP FIN flag filter. Field introduced in 18.2.5.
tcp_push (optional)
Boolean TCP PUSH flag filter. Field introduced in 18.2.5.
tcp_syn (optional)
Boolean TCP SYN flag filter. Field introduced in 18.2.5.

CaptureIPC Up

flow_del_probe (optional)
Boolean Flow del probe filter for SE IPC. Field introduced in 18.2.5.
flow_mirror_add (optional)
Boolean Flow mirror add filter for SE IPC. Field introduced in 18.2.5.
flow_mirror_all (optional)
Boolean Filter for all flow mirror SE IPC. Field introduced in 18.2.5.
flow_mirror_del (optional)
Boolean Flow mirror del filter for SE IPC. Field introduced in 18.2.5.
flow_probe (optional)
Boolean Flow probe filter for SE IPC. Field introduced in 18.2.5.
flow_probe_all (optional)
Boolean Filter for all flow probe SE IPC. Field introduced in 18.2.5.
ipc_batched (optional)
Boolean IPC batched filter for SE IPC. Field introduced in 18.2.5.
ipc_rx_req (optional)
Boolean Filter for incoming IPC request. Field introduced in 18.2.5.
ipc_rx_res (optional)
Boolean Filter for incoming IPC response. Field introduced in 18.2.5.
ipc_tx_req (optional)
Boolean Filter for outgoing IPC request. Field introduced in 18.2.5.
ipc_tx_res (optional)
Boolean Filter for outgoing IPC response. Field introduced in 18.2.5.
vs_hb (optional)
Boolean Vs heart beat filter for SE IPC. Field introduced in 18.2.5.

DebugDnsOptions Up

domain_name (optional)
array[String] This field filters the FQDN for Dns debug. Field introduced in 18.2.1. Maximum of 1 items allowed.
gslb_service_name (optional)
array[String] This field filters the Gslb service for Dns debug. Field introduced in 18.2.1. Maximum of 1 items allowed.

DebugIpAddr Up

addrs (optional)
array[IpAddr] Placeholder for description of property addrs of obj type DebugIpAddr field type str type object
prefixes (optional)
array[IpAddrPrefix] Placeholder for description of property prefixes of obj type DebugIpAddr field type str type object
ranges (optional)
array[IpAddrRange] Placeholder for description of property ranges of obj type DebugIpAddr field type str type object

DebugVirtualService Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
capture (optional)
Boolean Placeholder for description of property capture of obj type DebugVirtualService field type str type boolean
capture_filters (optional)
CaptureFilters Per packet capture filters for Debug Virtual Service. Applies to both frontend and backend packets. Field introduced in 18.2.7.
capture_params (optional)
DebugVirtualServiceCapture Placeholder for description of property capture_params of obj type DebugVirtualService field type str type object
cloud_ref (optional)
String It is a reference to an object of type Cloud.
debug_hm (optional)
String This option controls the capture of Health Monitor flows. Enum options - DEBUG_VS_HM_NONE, DEBUG_VS_HM_ONLY, DEBUG_VS_HM_INCLUDE.
debug_ip (optional)
DebugIpAddr Filters all packets of a complete transaction (client and server side), based on client ip.
dns_options (optional)
DebugDnsOptions Dns debug options. Field introduced in 18.2.1.
flags (optional)
array[DebugVsDataplane] Placeholder for description of property flags of obj type DebugVirtualService field type str type object
name
String Name of the object.
objsync (optional)
DebugVirtualServiceObjSync Object sync debug options. Field introduced in 20.1.3.
resync_flows (optional)
Boolean This option re-synchronizes flows between Active-Standby service engines for all the virtual services placed on them. It should be used with caution because as it can cause a flood between Active-Standby. Field introduced in 18.1.3,18.2.1.
se_params (optional)
DebugVirtualServiceSeParams Placeholder for description of property se_params of obj type DebugVirtualService field type str type object
tenant_ref (optional)
String It is a reference to an object of type Tenant.
url (optional)
String url
uuid (optional)
String Unique object identifier of the object.

DebugVirtualServiceApiResponse Up

count
Integer format: int32
results
next (optional)

DebugVirtualServiceCapture Up

capture_file_size (optional)
CaptureFileSize Maximum allowed size of PCAP Capture File per SE. Max(absolute_size, percentage_size) will be final value. Set both to 0 for avi default size. DOS, IPC and DROP pcaps not applicaple. Field introduced in 18.2.8.
duration (optional)
Integer Number of minutes to capture packets. Use 0 to capture until manually stopped. Special values are 0 - 'infinite'. Unit is MIN. format: int32
enable_ssl_session_key_capture (optional)
Boolean Enable SSL session key capture. Field introduced in 18.2.3.
file_count (optional)
Integer Number of files to maintain for SE pcap file rotation.file count set to 1 indicates no rotate. Allowed values are 1-10. Field introduced in 20.1.1. format: int32
num_pkts (optional)
Integer Total number of packets to capture. format: int32
pcap_ng (optional)
Boolean Enable PcapNg for packet capture. Field introduced in 18.2.5.
pkt_size (optional)
Integer Number of bytes of each packet to capture. Use 0 to capture the entire packet. Allowed values are 64-1514. Special values are 0 - 'full capture'. Unit is BYTES. format: int32

DebugVirtualServiceObjSync Up

trigger_initial_sync (optional)
Boolean Triggers Initial Sync on all the SEs of this VS. Field introduced in 20.1.3.

DebugVirtualServiceSeParams Up

se_refs (optional)
array[String] It is a reference to an object of type ServiceEngine.

DebugVsDataplane Up

flag
String Enum options - DEBUG_VS_TCP_CONNECTION, DEBUG_VS_TCP_PKT, DEBUG_VS_TCP_APP, DEBUG_VS_TCP_APP_PKT, DEBUG_VS_TCP_RETRANSMIT, DEBUG_VS_TCP_TIMER, DEBUG_VS_TCP_CONN_ERROR, DEBUG_VS_TCP_PKT_ERROR, DEBUG_VS_TCP_REXMT, DEBUG_VS_TCP_ALL, DEBUG_VS_CREDIT, DEBUG_VS_PROXY_CONNECTION, DEBUG_VS_PROXY_PKT, DEBUG_VS_PROXY_ERR, DEBUG_VS_UDP, DEBUG_VS_UDP_PKT, DEBUG_VS_HM, DEBUG_VS_HM_ERR, DEBUG_VS_HM_PKT, DEBUG_VS_HTTP_CORE, DEBUG_VS_HTTP_ALL, DEBUG_VS_CONFIG, DEBUG_VS_EVENTS, DEBUG_VS_HTTP_RULES, DEBUG_VS_HM_EXT, DEBUG_VS_SSL, DEBUG_VS_WAF, DEBUG_VS_DNS, DEBUG_VS_PAA, DEBUG_VS_AUTH, DEBUG_VS_ALL, DEBUG_VS_ERROR, DEBUG_VS_NONE.

IpAddr Up

addr
String IP address.
type
String Enum options - V4, DNS, V6.

IpAddrPrefix Up

ip_addr
IpAddr Placeholder for description of property ip_addr of obj type IpAddrPrefix field type str type object
mask
Integer Number of mask. format: int32

IpAddrRange Up

begin
IpAddr Starting IP address of the range.
end
IpAddr Ending IP address of the range.