Avi L4PolicySet Object API
CLI ``` - configure l4policyset - show l4policyset ```
Contact Info: support@avinetworks.com
Version: 20.1.9
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Basic Authentication
[ Jump to Models ]
Table of Contents
get /l4policyset
post /l4policyset
delete /l4policyset/{uuid}
get /l4policyset/{uuid}
patch /l4policyset/{uuid}
put /l4policyset/{uuid}
(l4policysetGet)
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
Example data
Content-Type: application/json
{
"next" : "aeiou",
"count" : 123,
"results" : [ {
"l4_connection_policy" : {
"rules" : [ {
"enable" : true,
"match" : {
"protocol" : {
"match_criteria" : "aeiou",
"protocol" : "aeiou"
},
"port" : {
"match_criteria" : "aeiou",
"ports" : [ "" ],
"port_ranges" : [ {
"start" : 123,
"end" : 123
} ]
},
"client_ip" : {
"group_refs" : [ "aeiou" ],
"match_criteria" : "aeiou",
"prefixes" : [ {
"ip_addr" : "",
"mask" : 123
} ],
"ranges" : [ {
"end" : "",
"begin" : ""
} ],
"addrs" : [ {
"addr" : "aeiou",
"type" : "aeiou"
} ]
}
},
"name" : "aeiou",
"action" : {
"select_pool" : {
"pool_ref" : "aeiou",
"action_type" : "aeiou",
"pool_group_ref" : "aeiou"
}
},
"index" : 123
} ]
},
"tenant_ref" : "aeiou",
"is_internal_policy" : true,
"name" : "aeiou",
"description" : "aeiou",
"markers" : [ {
"values" : [ "aeiou" ],
"key" : "aeiou"
} ],
"created_by" : "aeiou",
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou",
"labels" : [ {
"value" : "aeiou",
"key" : "aeiou"
} ]
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
L4PolicySetApiResponse
401
log in failed
(l4policysetPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — L4PolicySet object creation
Return type
Example data
Content-Type: application/json
{
"l4_connection_policy" : {
"rules" : [ {
"enable" : true,
"match" : {
"protocol" : {
"match_criteria" : "aeiou",
"protocol" : "aeiou"
},
"port" : {
"match_criteria" : "aeiou",
"ports" : [ "" ],
"port_ranges" : [ {
"start" : 123,
"end" : 123
} ]
},
"client_ip" : {
"group_refs" : [ "aeiou" ],
"match_criteria" : "aeiou",
"prefixes" : [ {
"ip_addr" : "",
"mask" : 123
} ],
"ranges" : [ {
"end" : "",
"begin" : ""
} ],
"addrs" : [ {
"addr" : "aeiou",
"type" : "aeiou"
} ]
}
},
"name" : "aeiou",
"action" : {
"select_pool" : {
"pool_ref" : "aeiou",
"action_type" : "aeiou",
"pool_group_ref" : "aeiou"
}
},
"index" : 123
} ]
},
"tenant_ref" : "aeiou",
"is_internal_policy" : true,
"name" : "aeiou",
"description" : "aeiou",
"markers" : [ {
"values" : [ "aeiou" ],
"key" : "aeiou"
} ],
"created_by" : "aeiou",
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou",
"labels" : [ {
"value" : "aeiou",
"key" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
L4PolicySet
401
log in failed
Up
delete /l4policyset/{uuid}
(l4policysetUuidDelete)
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 request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
object deleted
String
404
not found
Up
get /l4policyset/{uuid}
(l4policysetUuidGet)
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
Example data
Content-Type: application/json
{
"l4_connection_policy" : {
"rules" : [ {
"enable" : true,
"match" : {
"protocol" : {
"match_criteria" : "aeiou",
"protocol" : "aeiou"
},
"port" : {
"match_criteria" : "aeiou",
"ports" : [ "" ],
"port_ranges" : [ {
"start" : 123,
"end" : 123
} ]
},
"client_ip" : {
"group_refs" : [ "aeiou" ],
"match_criteria" : "aeiou",
"prefixes" : [ {
"ip_addr" : "",
"mask" : 123
} ],
"ranges" : [ {
"end" : "",
"begin" : ""
} ],
"addrs" : [ {
"addr" : "aeiou",
"type" : "aeiou"
} ]
}
},
"name" : "aeiou",
"action" : {
"select_pool" : {
"pool_ref" : "aeiou",
"action_type" : "aeiou",
"pool_group_ref" : "aeiou"
}
},
"index" : 123
} ]
},
"tenant_ref" : "aeiou",
"is_internal_policy" : true,
"name" : "aeiou",
"description" : "aeiou",
"markers" : [ {
"values" : [ "aeiou" ],
"key" : "aeiou"
} ],
"created_by" : "aeiou",
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou",
"labels" : [ {
"value" : "aeiou",
"key" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
L4PolicySet
401
log in failed
Up
patch /l4policyset/{uuid}
(l4policysetUuidPatch)
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 — L4PolicySet object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"l4_connection_policy" : {
"rules" : [ {
"enable" : true,
"match" : {
"protocol" : {
"match_criteria" : "aeiou",
"protocol" : "aeiou"
},
"port" : {
"match_criteria" : "aeiou",
"ports" : [ "" ],
"port_ranges" : [ {
"start" : 123,
"end" : 123
} ]
},
"client_ip" : {
"group_refs" : [ "aeiou" ],
"match_criteria" : "aeiou",
"prefixes" : [ {
"ip_addr" : "",
"mask" : 123
} ],
"ranges" : [ {
"end" : "",
"begin" : ""
} ],
"addrs" : [ {
"addr" : "aeiou",
"type" : "aeiou"
} ]
}
},
"name" : "aeiou",
"action" : {
"select_pool" : {
"pool_ref" : "aeiou",
"action_type" : "aeiou",
"pool_group_ref" : "aeiou"
}
},
"index" : 123
} ]
},
"tenant_ref" : "aeiou",
"is_internal_policy" : true,
"name" : "aeiou",
"description" : "aeiou",
"markers" : [ {
"values" : [ "aeiou" ],
"key" : "aeiou"
} ],
"created_by" : "aeiou",
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou",
"labels" : [ {
"value" : "aeiou",
"key" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
L4PolicySet
401
log in failed
Up
put /l4policyset/{uuid}
(l4policysetUuidPut)
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 — L4PolicySet object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"l4_connection_policy" : {
"rules" : [ {
"enable" : true,
"match" : {
"protocol" : {
"match_criteria" : "aeiou",
"protocol" : "aeiou"
},
"port" : {
"match_criteria" : "aeiou",
"ports" : [ "" ],
"port_ranges" : [ {
"start" : 123,
"end" : 123
} ]
},
"client_ip" : {
"group_refs" : [ "aeiou" ],
"match_criteria" : "aeiou",
"prefixes" : [ {
"ip_addr" : "",
"mask" : 123
} ],
"ranges" : [ {
"end" : "",
"begin" : ""
} ],
"addrs" : [ {
"addr" : "aeiou",
"type" : "aeiou"
} ]
}
},
"name" : "aeiou",
"action" : {
"select_pool" : {
"pool_ref" : "aeiou",
"action_type" : "aeiou",
"pool_group_ref" : "aeiou"
}
},
"index" : 123
} ]
},
"tenant_ref" : "aeiou",
"is_internal_policy" : true,
"name" : "aeiou",
"description" : "aeiou",
"markers" : [ {
"values" : [ "aeiou" ],
"key" : "aeiou"
} ],
"created_by" : "aeiou",
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou",
"labels" : [ {
"value" : "aeiou",
"key" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
L4PolicySet
401
log in failed
[ Jump to Methods ]
Table of Contents
IpAddr
IpAddrMatch
IpAddrPrefix
IpAddrRange
KeyValue
L4ConnectionPolicy
L4PolicySet
L4PolicySetApiResponse
L4Rule
L4RuleAction
L4RuleActionSelectPool
L4RuleMatchTarget
L4RulePortMatch
L4RuleProtocolMatch
PortRange
RoleFilterMatchLabel
addr
type
String Enum options - V4, DNS, V6.
addrs (optional)
group_refs (optional)
array[String] UUID of IP address group(s). It is a reference to an object of type IpAddrGroup.
match_criteria
String Criterion to use for IP address matching the HTTP request. Enum options - IS_IN, IS_NOT_IN.
prefixes (optional)
ranges (optional)
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
begin
IpAddr Starting IP address of the range.
end
IpAddr Ending IP address of the range.
rules (optional)
array[L4Rule] Rules to apply when a new transport connection is setup. Field introduced in 17.2.7.
_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
created_by (optional)
String Creator name. Field introduced in 17.2.7.
description (optional)
String Field introduced in 17.2.7.
is_internal_policy (optional)
Boolean Field introduced in 17.2.7.
l4_connection_policy (optional)
L4ConnectionPolicy Policy to apply when a new transport connection is setup. Field introduced in 17.2.7.
labels (optional)
array[KeyValue] Key value pairs for granular object access control. Also allows for classification and tagging of similar objects. Field deprecated in 20.1.5. Field introduced in 20.1.2. Maximum of 4 items allowed.
markers (optional)
array[RoleFilterMatchLabel] List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Basic edition, Essentials edition, Enterprise edition.
name
String Name of the L4 Policy Set. Field introduced in 17.2.7.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Field introduced in 17.2.7.
url (optional)
uuid (optional)
String ID of the L4 Policy Set. Field introduced in 17.2.7.
count
results
next (optional)
action (optional)
L4RuleAction Action to be performed upon successful rule match. Field introduced in 17.2.7.
enable (optional)
Boolean Enable or disable the rule. Field introduced in 17.2.7.
index
Integer Index of the rule. Field introduced in 17.2.7. format: int32
match (optional)
name
String Name of the rule. Field introduced in 17.2.7.
action_type
String Indicates action to take on rule match. Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP. Field introduced in 17.2.7. Allowed in Basic(Allowed values- L4_RULE_ACTION_SELECT_POOL) edition, Essentials(Allowed values- L4_RULE_ACTION_SELECT_POOL) edition, Enterprise edition.
pool_group_ref (optional)
String ID of the pool group to serve the request. It is a reference to an object of type PoolGroup. Field introduced in 17.2.7. Allowed in Basic edition, Essentials edition, Enterprise edition.
pool_ref (optional)
String ID of the pool of servers to serve the request. It is a reference to an object of type Pool. Field introduced in 17.2.7.
client_ip (optional)
IpAddrMatch IP addresses to match against client IP. Field introduced in 17.2.7. Allowed in Basic edition, Essentials edition, Enterprise edition.
port (optional)
L4RulePortMatch Port number to match against Virtual Service listner port. Field introduced in 17.2.7.
protocol (optional)
L4RuleProtocolMatch TCP/UDP/ICMP protocol to match against transport protocol. Field introduced in 17.2.7. Allowed in Basic edition, Essentials edition, Enterprise edition.
match_criteria
String Criterion to use for Virtual Service port matching. Enum options - IS_IN, IS_NOT_IN. Field introduced in 17.2.7.
port_ranges (optional)
array[PortRange] Range of TCP/UDP port numbers of the Virtual Service. Field introduced in 17.2.7.
ports (optional)
array[Integer] Virtual Service's listening port(s). Allowed values are 1-65535. Field introduced in 17.2.7.
match_criteria
String Criterion to use for transport protocol matching. Enum options - IS_IN, IS_NOT_IN. Field introduced in 17.2.7.
protocol
String Transport protocol to match. Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. Field introduced in 17.2.7.
end
Integer TCP/UDP port range end (inclusive). Allowed values are 1-65535. format: int32
start
Integer TCP/UDP port range start (inclusive). Allowed values are 1-65535. format: int32
key
String Key for filter match. Field introduced in 20.1.3.
values (optional)
array[String] Values for filter match. Multiple values will be evaluated as OR. Example key = value1 OR key = value2. Behavior for match is key = * if this field is empty. Field introduced in 20.1.3.