Avi DynamicDnsRecord Object API

CLI ``` - show dynamicdnsrecord ```
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 /dynamicdnsrecord
  2. post /dynamicdnsrecord
  3. delete /dynamicdnsrecord/{uuid}
  4. get /dynamicdnsrecord/{uuid}
  5. patch /dynamicdnsrecord/{uuid}
  6. put /dynamicdnsrecord/{uuid}
Up
get /dynamicdnsrecord
(dynamicdnsrecordGet)

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.

Return type

DynamicDnsRecordApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "ip6_address" : [ {
      "ip6_address" : {
        "addr" : "aeiou",
        "type" : "aeiou"
      }
    } ],
    "mx_records" : [ {
      "host" : "aeiou",
      "priority" : 123
    } ],
    "metadata" : "aeiou",
    "fqdn" : "aeiou",
    "ns" : [ {
      "ip6_address" : "",
      "ip_address" : "",
      "nsname" : "aeiou"
    } ],
    "dns_vs_uuid" : "aeiou",
    "cname" : {
      "cname" : "aeiou"
    },
    "description" : "aeiou",
    "ip_address" : [ {
      "ip_address" : ""
    } ],
    "type" : "aeiou",
    "ttl" : 123,
    "uuid" : "aeiou",
    "url" : "aeiou",
    "_last_modified" : "aeiou",
    "wildcard_match" : true,
    "txt_records" : [ {
      "text_str" : "aeiou"
    } ],
    "num_records_in_response" : 123,
    "tenant_ref" : "aeiou",
    "name" : "aeiou",
    "delegated" : true,
    "service_locators" : [ {
      "port" : 123,
      "weight" : 123,
      "priority" : 123,
      "target" : "aeiou"
    } ],
    "algorithm" : "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 DynamicDnsRecordApiResponse

401

log in failed

Up
post /dynamicdnsrecord
(dynamicdnsrecordPost)

Consumes

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

Request body

body (required)
Body Parameter — DynamicDnsRecord object creation

Return type

DynamicDnsRecord

Example data

Content-Type: application/json
{
  "ip6_address" : [ {
    "ip6_address" : {
      "addr" : "aeiou",
      "type" : "aeiou"
    }
  } ],
  "mx_records" : [ {
    "host" : "aeiou",
    "priority" : 123
  } ],
  "metadata" : "aeiou",
  "fqdn" : "aeiou",
  "ns" : [ {
    "ip6_address" : "",
    "ip_address" : "",
    "nsname" : "aeiou"
  } ],
  "dns_vs_uuid" : "aeiou",
  "cname" : {
    "cname" : "aeiou"
  },
  "description" : "aeiou",
  "ip_address" : [ {
    "ip_address" : ""
  } ],
  "type" : "aeiou",
  "ttl" : 123,
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "wildcard_match" : true,
  "txt_records" : [ {
    "text_str" : "aeiou"
  } ],
  "num_records_in_response" : 123,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "delegated" : true,
  "service_locators" : [ {
    "port" : 123,
    "weight" : 123,
    "priority" : 123,
    "target" : "aeiou"
  } ],
  "algorithm" : "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 DynamicDnsRecord

401

log in failed

Up
delete /dynamicdnsrecord/{uuid}
(dynamicdnsrecordUuidDelete)

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 /dynamicdnsrecord/{uuid}
(dynamicdnsrecordUuidGet)

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

DynamicDnsRecord

Example data

Content-Type: application/json
{
  "ip6_address" : [ {
    "ip6_address" : {
      "addr" : "aeiou",
      "type" : "aeiou"
    }
  } ],
  "mx_records" : [ {
    "host" : "aeiou",
    "priority" : 123
  } ],
  "metadata" : "aeiou",
  "fqdn" : "aeiou",
  "ns" : [ {
    "ip6_address" : "",
    "ip_address" : "",
    "nsname" : "aeiou"
  } ],
  "dns_vs_uuid" : "aeiou",
  "cname" : {
    "cname" : "aeiou"
  },
  "description" : "aeiou",
  "ip_address" : [ {
    "ip_address" : ""
  } ],
  "type" : "aeiou",
  "ttl" : 123,
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "wildcard_match" : true,
  "txt_records" : [ {
    "text_str" : "aeiou"
  } ],
  "num_records_in_response" : 123,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "delegated" : true,
  "service_locators" : [ {
    "port" : 123,
    "weight" : 123,
    "priority" : 123,
    "target" : "aeiou"
  } ],
  "algorithm" : "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 DynamicDnsRecord

401

log in failed

Up
patch /dynamicdnsrecord/{uuid}
(dynamicdnsrecordUuidPatch)

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 — DynamicDnsRecord object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DynamicDnsRecord

Example data

Content-Type: application/json
{
  "ip6_address" : [ {
    "ip6_address" : {
      "addr" : "aeiou",
      "type" : "aeiou"
    }
  } ],
  "mx_records" : [ {
    "host" : "aeiou",
    "priority" : 123
  } ],
  "metadata" : "aeiou",
  "fqdn" : "aeiou",
  "ns" : [ {
    "ip6_address" : "",
    "ip_address" : "",
    "nsname" : "aeiou"
  } ],
  "dns_vs_uuid" : "aeiou",
  "cname" : {
    "cname" : "aeiou"
  },
  "description" : "aeiou",
  "ip_address" : [ {
    "ip_address" : ""
  } ],
  "type" : "aeiou",
  "ttl" : 123,
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "wildcard_match" : true,
  "txt_records" : [ {
    "text_str" : "aeiou"
  } ],
  "num_records_in_response" : 123,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "delegated" : true,
  "service_locators" : [ {
    "port" : 123,
    "weight" : 123,
    "priority" : 123,
    "target" : "aeiou"
  } ],
  "algorithm" : "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 DynamicDnsRecord

401

log in failed

Up
put /dynamicdnsrecord/{uuid}
(dynamicdnsrecordUuidPut)

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 — DynamicDnsRecord object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DynamicDnsRecord

Example data

Content-Type: application/json
{
  "ip6_address" : [ {
    "ip6_address" : {
      "addr" : "aeiou",
      "type" : "aeiou"
    }
  } ],
  "mx_records" : [ {
    "host" : "aeiou",
    "priority" : 123
  } ],
  "metadata" : "aeiou",
  "fqdn" : "aeiou",
  "ns" : [ {
    "ip6_address" : "",
    "ip_address" : "",
    "nsname" : "aeiou"
  } ],
  "dns_vs_uuid" : "aeiou",
  "cname" : {
    "cname" : "aeiou"
  },
  "description" : "aeiou",
  "ip_address" : [ {
    "ip_address" : ""
  } ],
  "type" : "aeiou",
  "ttl" : 123,
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "wildcard_match" : true,
  "txt_records" : [ {
    "text_str" : "aeiou"
  } ],
  "num_records_in_response" : 123,
  "tenant_ref" : "aeiou",
  "name" : "aeiou",
  "delegated" : true,
  "service_locators" : [ {
    "port" : 123,
    "weight" : 123,
    "priority" : 123,
    "target" : "aeiou"
  } ],
  "algorithm" : "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 DynamicDnsRecord

401

log in failed

Up

Models

[ Jump to Methods ]

Table of Contents

  1. DnsAAAARdata
  2. DnsARdata
  3. DnsCnameRdata
  4. DnsMxRdata
  5. DnsNsRdata
  6. DnsSrvRdata
  7. DnsTxtRdata
  8. DynamicDnsRecord
  9. DynamicDnsRecordApiResponse
  10. IpAddr

DnsAAAARdata Up

ip6_address
IpAddr IPv6 address for FQDN. Field introduced in 18.1.1.

DnsARdata Up

ip_address
IpAddr IP address for FQDN.

DnsCnameRdata Up

cname
String Canonical name.

DnsMxRdata Up

host
String Fully qualified domain name of a mailserver . The host name maps directly to one or more address records in the DNS table, and must not point to any CNAME records (RFC 2181). Field introduced in 18.2.9, 20.1.1.
priority
Integer The priority field identifies which mail server should be preferred. Allowed values are 0-65535. Field introduced in 18.2.9, 20.1.1. format: int32

DnsNsRdata Up

ip6_address (optional)
IpAddr IPv6 address for Name Server. Field introduced in 18.1.1.
ip_address (optional)
IpAddr IP address for Name Server. Field introduced in 17.1.1.
nsname
String Name Server name. Field introduced in 17.1.1.

DnsSrvRdata Up

port
Integer Service port. Allowed values are 0-65535. format: int32
priority (optional)
Integer Priority of the target hosting the service, low value implies higher priority for this service record. Allowed values are 0-65535. format: int32
target (optional)
String Canonical hostname, of the machine hosting the service, with no trailing period. 'default.host' is valid but not 'default.host.'.
weight (optional)
Integer Relative weight for service records with same priority, high value implies higher preference for this service record. Allowed values are 0-65535. format: int32

DnsTxtRdata Up

text_str
String Text data associated with the FQDN. Field introduced in 18.2.9, 20.1.1.

DynamicDnsRecord Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
algorithm (optional)
String Specifies the algorithm to pick the IP address(es) to be returned,when multiple entries are configured. This does not apply if num_records_in_response is 0. Default is round-robin. Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. Field introduced in 20.1.3.
cname (optional)
DnsCnameRdata Canonical name in CNAME record. Field introduced in 20.1.3.
delegated (optional)
Boolean Configured FQDNs are delegated domains (i.e. they represent a zone cut). Field introduced in 20.1.3.
description (optional)
String Details of DNS record. Field introduced in 20.1.3.
dns_vs_uuid (optional)
String UUID of the DNS VS. Field introduced in 20.1.3.
fqdn (optional)
String Fully Qualified Domain Name. Field introduced in 20.1.3.
ip6_address (optional)
array[DnsAAAARdata] IPv6 address in AAAA record. Field introduced in 20.1.3. Maximum of 4 items allowed.
ip_address (optional)
array[DnsARdata] IP address in A record. Field introduced in 20.1.3. Maximum of 4 items allowed.
metadata (optional)
String Internal metadata for the DNS record. Field introduced in 20.1.3.
mx_records (optional)
array[DnsMxRdata] MX record. Field introduced in 20.1.3. Maximum of 4 items allowed.
name (optional)
String DynamicDnsRecord name, needed for a top level uuid protobuf, for display in shell. Field introduced in 20.1.3.
ns (optional)
array[DnsNsRdata] Name Server information in NS record. Field introduced in 20.1.3. Maximum of 13 items allowed.
num_records_in_response (optional)
Integer Specifies the number of records returned by the DNS service.Enter 0 to return all records. Default is 0. Allowed values are 0-20. Special values are 0- 'Return all records'. Field introduced in 20.1.3. format: int32
service_locators (optional)
array[DnsSrvRdata] Service locator info in SRV record. Field introduced in 20.1.3. Maximum of 4 items allowed.
tenant_ref (optional)
String tenant_uuid from Dns VS's tenant_uuid. It is a reference to an object of type Tenant. Field introduced in 20.1.3.
ttl (optional)
Integer Time To Live for this DNS record. Field introduced in 20.1.3. format: int32
txt_records (optional)
array[DnsTxtRdata] Text record. Field introduced in 20.1.3. Maximum of 4 items allowed.
type (optional)
String DNS record type. Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, DNS_RECORD_ANY. Field introduced in 20.1.3.
url (optional)
String url
uuid (optional)
String UUID of the dns record. Field introduced in 20.1.3.
wildcard_match (optional)
Boolean Enable wild-card match of fqdn if an exact match is not found in the DNS table, the longest match is chosen by wild-carding the fqdn in the DNS request. Default is false. Field introduced in 20.1.3.

DynamicDnsRecordApiResponse Up

count
Integer format: int32
results
next (optional)

IpAddr Up

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