POST /systemlimits

POST /systemlimits

/systemlimits

Request
URI
POST
https://api_host/api/systemlimits
COPY
Header Parameters
string
X-Avi-Tenant
Optional

Avi Tenant Header

string
X-Avi-Tenant-UUID
Optional

Avi Tenant Header UUID

string
X-Avi-Version
Required

The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.

string
X-CSRFToken
Optional

Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.


Request Body
SystemLimits of type(s) application/json
Optional
{
    "_last_modified": "string",
    "configpb_attributes": {
        "version": 0
    },
    "controller_limits": {
        "bot_limits": {
            "allow_rules": 0,
            "hdrs": 0,
            "mapping_rules": 0
        },
        "certificates_per_virtualservice": 0,
        "controller_cloud_limits": [
            {
                "num_clouds": 0,
                "t1_lrs_per_cloud": 0,
                "type": "string"
            }
        ],
        "controller_sizing_limits": [
            {
                "controller_sizing_cloud_limits": [
                    {
                        "num_clouds": 0,
                        "type": "string"
                    }
                ],
                "flavor": "string",
                "num_clouds": 0,
                "num_east_west_virtualservices": 0,
                "num_servers": 0,
                "num_serviceengines": 0,
                "num_tenants": 0,
                "num_virtualservices": 0,
                "num_virtualservices_rt_metrics": 0,
                "num_vrfs": 0,
                "num_waf_virtualservices": 0
            }
        ],
        "default_routes_per_vrfcontext": 0,
        "gateway_mon_per_vrf": 0,
        "ipaddress_limits": {
            "ip_address_group_per_match_criteria": 0,
            "ip_address_prefix_per_match_criteria": 0,
            "ip_address_range_per_match_criteria": 0,
            "ip_addresses_per_match_criteria": 0
        },
        "ips_per_ipgroup": 0,
        "l7_limits": {
            "http_policies_per_vs": 0,
            "num_compression_filters": 0,
            "num_custom_str": 0,
            "num_matches_per_rule": 0,
            "num_rules_per_evh_host": 0,
            "num_rules_per_http_policy": 0,
            "num_strgroups_per_match": 0,
            "str_cache_mime": 0,
            "str_groups_cache_mime": 0,
            "str_groups_no_cache_mime": 0,
            "str_groups_no_cache_uri": 0,
            "str_no_cache_mime": 0,
            "str_no_cache_uri": 0
        },
        "poolgroups_per_virtualservice": 0,
        "pools_per_poolgroup": 0,
        "pools_per_virtualservice": 0,
        "routes_per_vrfcontext": 0,
        "rules_per_nat_policy": 0,
        "rules_per_networksecuritypolicy": 0,
        "servers_per_pool": 0,
        "sni_children_per_parent": 0,
        "strings_per_stringgroup": 0,
        "vs_bgp_scaleout": 0,
        "vs_l2_scaleout": 0,
        "waf_limits": {
            "num_allowed_content_types": 0,
            "num_allowed_request_content_type_charsets": 0,
            "num_allowlist_policy_rules": 0,
            "num_applications": 0,
            "num_content_type_mappings": 0,
            "num_data_files": 0,
            "num_exclude_list_per_rule_group": 0,
            "num_pre_post_crs_groups": 0,
            "num_psm_groups": 0,
            "num_psm_match_elements": 0,
            "num_psm_match_rules_per_loc": 0,
            "num_psm_total_locations": 0,
            "num_restricted_extensions": 0,
            "num_restricted_headers": 0,
            "num_rule_tags": 0,
            "num_rules_per_rulegroup": 0,
            "num_static_extensions": 0
        }
    },
    "controller_sizes": [
        {
            "flavor": "string",
            "min_cpus": 0,
            "min_memory": 0
        }
    ],
    "serviceengine_limits": {
        "all_virtualservices_per_serviceengine": 0,
        "ew_virtualservices_per_serviceengine": 0,
        "ns_virtualservices_per_serviceengine": 0,
        "num_logical_intf_per_se": 0,
        "num_phy_intf_per_se": 0,
        "num_virtualservices_rt_metrics": 0,
        "num_vlan_intf_per_phy_intf": 0,
        "num_vlan_intf_per_se": 0,
        "serviceengine_cloud_limits": [
            {
                "type": "string",
                "vrfs_per_serviceengine": 0
            }
        ]
    },
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

configpb_attributes
Optional

configpb_attributes

controller_limits
Optional

controller_limits

controller_sizes
Optional

Possible controller sizes. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

serviceengine_limits
Optional

serviceengine_limits

string
url
Optional

url

string
uuid
Optional

UUID for the system limits object. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Responses
200

OK

Returns SystemLimits of type(s) application/json
{
    "_last_modified": "string",
    "configpb_attributes": {
        "version": 0
    },
    "controller_limits": {
        "bot_limits": {
            "allow_rules": 0,
            "hdrs": 0,
            "mapping_rules": 0
        },
        "certificates_per_virtualservice": 0,
        "controller_cloud_limits": [
            {
                "num_clouds": 0,
                "t1_lrs_per_cloud": 0,
                "type": "string"
            }
        ],
        "controller_sizing_limits": [
            {
                "controller_sizing_cloud_limits": [
                    {
                        "num_clouds": 0,
                        "type": "string"
                    }
                ],
                "flavor": "string",
                "num_clouds": 0,
                "num_east_west_virtualservices": 0,
                "num_servers": 0,
                "num_serviceengines": 0,
                "num_tenants": 0,
                "num_virtualservices": 0,
                "num_virtualservices_rt_metrics": 0,
                "num_vrfs": 0,
                "num_waf_virtualservices": 0
            }
        ],
        "default_routes_per_vrfcontext": 0,
        "gateway_mon_per_vrf": 0,
        "ipaddress_limits": {
            "ip_address_group_per_match_criteria": 0,
            "ip_address_prefix_per_match_criteria": 0,
            "ip_address_range_per_match_criteria": 0,
            "ip_addresses_per_match_criteria": 0
        },
        "ips_per_ipgroup": 0,
        "l7_limits": {
            "http_policies_per_vs": 0,
            "num_compression_filters": 0,
            "num_custom_str": 0,
            "num_matches_per_rule": 0,
            "num_rules_per_evh_host": 0,
            "num_rules_per_http_policy": 0,
            "num_strgroups_per_match": 0,
            "str_cache_mime": 0,
            "str_groups_cache_mime": 0,
            "str_groups_no_cache_mime": 0,
            "str_groups_no_cache_uri": 0,
            "str_no_cache_mime": 0,
            "str_no_cache_uri": 0
        },
        "poolgroups_per_virtualservice": 0,
        "pools_per_poolgroup": 0,
        "pools_per_virtualservice": 0,
        "routes_per_vrfcontext": 0,
        "rules_per_nat_policy": 0,
        "rules_per_networksecuritypolicy": 0,
        "servers_per_pool": 0,
        "sni_children_per_parent": 0,
        "strings_per_stringgroup": 0,
        "vs_bgp_scaleout": 0,
        "vs_l2_scaleout": 0,
        "waf_limits": {
            "num_allowed_content_types": 0,
            "num_allowed_request_content_type_charsets": 0,
            "num_allowlist_policy_rules": 0,
            "num_applications": 0,
            "num_content_type_mappings": 0,
            "num_data_files": 0,
            "num_exclude_list_per_rule_group": 0,
            "num_pre_post_crs_groups": 0,
            "num_psm_groups": 0,
            "num_psm_match_elements": 0,
            "num_psm_match_rules_per_loc": 0,
            "num_psm_total_locations": 0,
            "num_restricted_extensions": 0,
            "num_restricted_headers": 0,
            "num_rule_tags": 0,
            "num_rules_per_rulegroup": 0,
            "num_static_extensions": 0
        }
    },
    "controller_sizes": [
        {
            "flavor": "string",
            "min_cpus": 0,
            "min_memory": 0
        }
    ],
    "serviceengine_limits": {
        "all_virtualservices_per_serviceengine": 0,
        "ew_virtualservices_per_serviceengine": 0,
        "ns_virtualservices_per_serviceengine": 0,
        "num_logical_intf_per_se": 0,
        "num_phy_intf_per_se": 0,
        "num_virtualservices_rt_metrics": 0,
        "num_vlan_intf_per_phy_intf": 0,
        "num_vlan_intf_per_se": 0,
        "serviceengine_cloud_limits": [
            {
                "type": "string",
                "vrfs_per_serviceengine": 0
            }
        ]
    },
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

configpb_attributes
Optional

configpb_attributes

controller_limits
Optional

controller_limits

controller_sizes
Optional

Possible controller sizes. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

serviceengine_limits
Optional

serviceengine_limits

string
url
Optional

url

string
uuid
Optional

UUID for the system limits object. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.


401

log in failed

Operation doesn't return any data structure