Avi Alert Object API

CLI ``` - show alert - delete alert ```
More information: https://avinetworks.com/contact-us
Contact Info: support@avinetworks.com
Version: 22.1.6
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 /albservicesfileupload
  2. post /albservicesfileupload
  3. delete /albservicesfileupload/{uuid}
  4. get /albservicesfileupload/{uuid}
  5. patch /albservicesfileupload/{uuid}
  6. put /albservicesfileupload/{uuid}
  7. get /alert
  8. post /alert
  9. delete /alert/{uuid}
  10. get /alert/{uuid}
  11. patch /alert/{uuid}
  12. put /alert/{uuid}
  13. get /debugvirtualservice
  14. post /debugvirtualservice
  15. delete /debugvirtualservice/{uuid}
  16. get /debugvirtualservice/{uuid}
  17. patch /debugvirtualservice/{uuid}
  18. put /debugvirtualservice/{uuid}
  19. get /systemreport
  20. post /systemreport
  21. delete /systemreport/{uuid}
  22. get /systemreport/{uuid}
  23. patch /systemreport/{uuid}
  24. put /systemreport/{uuid}
  25. get /upgradestatusinfo
  26. post /upgradestatusinfo
  27. delete /upgradestatusinfo/{uuid}
  28. get /upgradestatusinfo/{uuid}
  29. patch /upgradestatusinfo/{uuid}
  30. put /upgradestatusinfo/{uuid}
  31. get /virtualservice
  32. post /virtualservice
  33. delete /virtualservice/{uuid}
  34. get /virtualservice/{uuid}
  35. patch /virtualservice/{uuid}
  36. put /virtualservice/{uuid}
Up
get /albservicesfileupload
(albservicesfileuploadGet)

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

ALBServicesFileUploadApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "file_path" : "aeiou",
    "s3_directory" : "aeiou",
    "tenant_ref" : "aeiou",
    "case_id" : "aeiou",
    "name" : "aeiou",
    "error" : "aeiou",
    "uuid" : "aeiou",
    "url" : "aeiou",
    "_last_modified" : "aeiou",
    "status" : "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 ALBServicesFileUploadApiResponse

401

log in failed

Up
post /albservicesfileupload
(albservicesfileuploadPost)

Consumes

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

Request body

body (required)
Body Parameter — ALBServicesFileUpload object creation

Return type

ALBServicesFileUpload

Example data

Content-Type: application/json
{
  "file_path" : "aeiou",
  "s3_directory" : "aeiou",
  "tenant_ref" : "aeiou",
  "case_id" : "aeiou",
  "name" : "aeiou",
  "error" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "status" : "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 ALBServicesFileUpload

401

log in failed

Up
delete /albservicesfileupload/{uuid}
(albservicesfileuploadUuidDelete)

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 /albservicesfileupload/{uuid}
(albservicesfileuploadUuidGet)

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

ALBServicesFileUpload

Example data

Content-Type: application/json
{
  "file_path" : "aeiou",
  "s3_directory" : "aeiou",
  "tenant_ref" : "aeiou",
  "case_id" : "aeiou",
  "name" : "aeiou",
  "error" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "status" : "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 ALBServicesFileUpload

401

log in failed

Up
patch /albservicesfileupload/{uuid}
(albservicesfileuploadUuidPatch)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

ALBServicesFileUpload

Example data

Content-Type: application/json
{
  "file_path" : "aeiou",
  "s3_directory" : "aeiou",
  "tenant_ref" : "aeiou",
  "case_id" : "aeiou",
  "name" : "aeiou",
  "error" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "status" : "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 ALBServicesFileUpload

401

log in failed

Up
put /albservicesfileupload/{uuid}
(albservicesfileuploadUuidPut)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

ALBServicesFileUpload

Example data

Content-Type: application/json
{
  "file_path" : "aeiou",
  "s3_directory" : "aeiou",
  "tenant_ref" : "aeiou",
  "case_id" : "aeiou",
  "name" : "aeiou",
  "error" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "status" : "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 ALBServicesFileUpload

401

log in failed

Up
get /alert
(alertGet)

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

AlertApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "reason" : "aeiou",
    "event_pages" : [ "aeiou" ],
    "obj_key" : "aeiou",
    "obj_name" : "aeiou",
    "app_events" : [ {
      "app_response_time" : 123456789,
      "server_response_time_last_byte" : 123456789,
      "persistent_session_id" : 123456789,
      "client_cipher_list" : {
        "unidentified_ciphers" : [ "aeiou" ],
        "identified_ciphers" : [ "aeiou" ]
      },
      "connection_error_info" : {
        "server_rx_pkts" : 123456789,
        "retransmits" : 123,
        "rx_pkts" : 123456789,
        "server_zero_window_size_events" : 123456789,
        "timeouts" : 123,
        "out_of_orders" : 123,
        "server_retransmits" : 123,
        "num_window_shrink" : 123,
        "zero_window_size_events" : 123456789,
        "tx_pkts" : 123456789,
        "server_out_of_orders" : 123,
        "server_timeouts" : 123,
        "num_syn_retransmit" : 123,
        "server_tx_pkts" : 123456789,
        "server_num_window_shrink" : 123
      },
      "source_ip6" : "aeiou",
      "source_ip" : 123,
      "servers_tried" : 123,
      "uri_path" : "aeiou",
      "data_transfer_time" : 123456789,
      "avg_ingress_latency_fe" : 123,
      "total_time" : 123456789,
      "conn_est_time_be" : 123,
      "spdy_version" : "aeiou",
      "method" : "aeiou",
      "server_conn_src_ip" : 123,
      "saml_auth_response_received" : true,
      "pool" : "aeiou",
      "persistence_used" : true,
      "ssl_session_id" : "aeiou",
      "headers_sent_to_server" : "aeiou",
      "http2_stream_id" : 123,
      "response_length" : 123456789,
      "response_headers" : 123,
      "waf_log" : {
        "allowlist_configured" : true,
        "application_rules_configured" : true,
        "application_rule_logs" : [ {
          "msg" : "aeiou",
          "phase" : "aeiou",
          "rule_group" : "aeiou",
          "rule_id" : 123456789,
          "rule_name" : "aeiou",
          "matches" : [ {
            "is_internal" : true,
            "match_element" : "aeiou",
            "match_value" : "aeiou"
          } ],
          "omitted_match_elements" : 123,
          "tags" : [ "aeiou" ]
        } ],
        "allowlist_processed" : true,
        "rules_processed" : true,
        "application_rules_processed" : true,
        "omitted_signature_stats" : "",
        "latency_request_header_phase" : 123456789,
        "omitted_app_rule_stats" : {
          "match_elements" : 123,
          "rules" : 123
        },
        "latency_request_body_phase" : 123456789,
        "rules_configured" : true,
        "memory_allocated" : 123456789,
        "allowlist_logs" : [ {
          "rule_name" : "aeiou",
          "actions" : [ "aeiou" ]
        } ],
        "latency_response_header_phase" : 123456789,
        "psm_configured" : true,
        "latency_response_body_phase" : 123456789,
        "rule_logs" : [ "" ],
        "psm_logs" : [ {
          "rule_id" : "aeiou",
          "group_name" : "aeiou",
          "rule_name" : "aeiou",
          "group_uuid" : "aeiou",
          "location" : "aeiou",
          "actions" : [ "aeiou" ],
          "matches" : [ "" ]
        } ],
        "psm_processed" : true,
        "status" : "aeiou"
      },
      "request_length" : 123456789,
      "user_id" : "aeiou",
      "jwt_log" : {
        "token_payload" : "aeiou",
        "authn_rule_match" : {
          "rule_action" : "aeiou",
          "rule_name" : "aeiou"
        },
        "authz_rule_match" : {
          "rule_action" : "aeiou",
          "rule_name" : "aeiou"
        },
        "is_jwt_verified" : true
      },
      "critical_error_encountered" : true,
      "xff" : "aeiou",
      "etag" : "aeiou",
      "compression" : "aeiou",
      "virtualservice" : "aeiou",
      "response_time_first_byte" : 123456789,
      "max_ingress_latency_fe" : 123,
      "ntlm_log" : {
        "ntlm_status" : "aeiou",
        "ntlm_detected" : true
      },
      "server_pushed_request" : true,
      "service_engine" : "aeiou",
      "server_response_time_first_byte" : 123456789,
      "client_rtt" : 123,
      "microservice" : "aeiou",
      "server_response_length" : 123456789,
      "grpc_method_name" : "aeiou",
      "cache_hit" : true,
      "response_time_last_byte" : 123456789,
      "client_os" : "aeiou",
      "server_rtt" : 123,
      "bot_management_log" : {
        "classification" : {
          "user_defined_type" : "aeiou",
          "type" : "aeiou"
        },
        "results" : [ {
          "component" : "aeiou",
          "identification" : {
            "identifier" : "aeiou",
            "type" : "aeiou",
            "class" : "aeiou"
          },
          "notes" : [ "aeiou" ],
          "confidence" : "aeiou"
        } ]
      },
      "sni_hostname" : "aeiou",
      "http_security_policy_rule_name" : "aeiou",
      "vs_ip" : 123,
      "client_insights" : "aeiou",
      "log_id" : 123,
      "redirected_uri" : "aeiou",
      "rewritten_uri_query" : "aeiou",
      "saml_authentication_used" : true,
      "vcpu_id" : 123,
      "session_id" : "aeiou",
      "all_request_headers" : "aeiou",
      "report_timestamp" : 123456789,
      "significant_log" : [ "aeiou" ],
      "grpc_service_name" : "aeiou",
      "saml_session_cookie_valid" : true,
      "vh_match_rule" : "aeiou",
      "referer" : "aeiou",
      "server_response_code" : 123,
      "ssl_cipher" : "aeiou",
      "cache_disabled_by_ds" : true,
      "compression_percentage" : 123,
      "icap_log" : {
        "request_logs" : [ {
          "icap_headers_received_from_server" : "aeiou",
          "latency" : 123456789,
          "nsx_defender_log" : {
            "score" : 123,
            "task_uuid" : "aeiou",
            "status_url" : "aeiou"
          },
          "icap_method" : "aeiou",
          "icap_headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "icap_server_ip" : 123,
          "modified_content_length" : 123,
          "http_method" : "aeiou",
          "icap_response_code" : 123,
          "icap_absolute_uri" : "aeiou",
          "vendor" : "aeiou",
          "opswat_log" : {
            "reason" : "aeiou",
            "violations" : [ {
              "threat_name" : "aeiou",
              "file_name" : "aeiou",
              "resolution" : "aeiou"
            } ],
            "threat_id" : "aeiou"
          },
          "source_port" : 123,
          "complete_body_sent" : true,
          "action" : "aeiou",
          "icap_server_port" : 123,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        } ],
        "action" : "aeiou"
      },
      "microservice_name" : "aeiou",
      "saml_auth_request_generated" : true,
      "oauth_log" : {
        "token_exchange_subrequest" : "",
        "jwks_subrequest" : {
          "sub_request_log" : {
            "server_name" : "aeiou",
            "method" : "aeiou",
            "http_version" : "aeiou",
            "headers_sent_to_server" : "aeiou",
            "pool_name" : "aeiou",
            "response_length" : 123456789,
            "uri_path" : "aeiou",
            "uri_query" : "aeiou",
            "request_length" : 123456789,
            "headers_received_from_server" : "aeiou",
            "source_port" : 123,
            "server_ip" : 123,
            "server_port" : 123,
            "total_time" : 123456789,
            "pool_uuid" : "aeiou",
            "http_response_code" : 123
          },
          "error_description" : "aeiou",
          "error_code" : "aeiou"
        },
        "oauth_state" : "aeiou",
        "authn_rule_match" : "",
        "authz_rule_match" : "",
        "userinfo_subrequest" : "",
        "is_session_cookie_expired" : true,
        "state" : "aeiou",
        "token_refresh_subrequest" : "",
        "token_introspection_subrequest" : ""
      },
      "response_content_type" : "aeiou",
      "http_request_policy_rule_name" : "aeiou",
      "avg_ingress_latency_be" : 123,
      "host" : "aeiou",
      "server_ip" : 123,
      "server_conn_src_ip6" : "aeiou",
      "client_ip" : 123,
      "auth_status" : "aeiou",
      "server_ssl_session_id" : "aeiou",
      "server_push_initiated" : true,
      "adf" : true,
      "saml_auth_session_id" : 123456789,
      "http_version" : "aeiou",
      "significant" : 123456789,
      "server_side_redirect_uri" : "aeiou",
      "client_fingerprints" : {
        "full_tls_fingerprint" : "aeiou",
        "tls_client_info" : {
          "tls_extensions" : [ "" ],
          "client_hello_tls_version" : 123,
          "supported_groups" : [ "" ],
          "point_formats" : [ "" ],
          "cipher_suites" : [ "" ],
          "uses_grease" : true
        },
        "filtered_tls_fingerprint" : "aeiou",
        "normalized_tls_fingerprint" : "aeiou"
      },
      "conn_est_time_fe" : 123,
      "client_dest_port" : 123,
      "vs_ip6" : "aeiou",
      "cipher_bytes" : "aeiou",
      "uri_query" : "aeiou",
      "udf" : true,
      "request_headers" : 123,
      "ssl_version" : "aeiou",
      "datascript_log" : "aeiou",
      "client_ip6" : "aeiou",
      "server_name" : "aeiou",
      "response_code" : 123,
      "http_response_policy_rule_name" : "aeiou",
      "grpc_status" : 123,
      "oob_log" : {
        "ds_req_logs" : [ {
          "ds_name" : "aeiou",
          "server_name" : "aeiou",
          "method" : "aeiou",
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "response_length" : 123456789,
          "servers_tried" : 123,
          "uri_path" : "aeiou",
          "uri_query" : "aeiou",
          "request_length" : 123456789,
          "headers_received_from_server" : "aeiou",
          "source_port" : 123,
          "server_ip" : 123,
          "server_port" : 123,
          "event" : "aeiou",
          "total_time" : 123456789,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        } ]
      },
      "ocsp_status_resp_sent" : true,
      "client_src_port" : 123,
      "max_ingress_latency_be" : 123,
      "network_security_policy_rule_name" : "aeiou",
      "server_dest_port" : 123,
      "request_content_type" : "aeiou",
      "server_src_port" : 123,
      "client_location" : "aeiou",
      "paa_log" : {
        "cache_hit" : true,
        "client_request_body_sent" : true,
        "request_logs" : [ {
          "servers_tried" : 123,
          "response_code" : 123,
          "uri_path" : "aeiou",
          "method" : "aeiou",
          "headers_received_from_server" : "aeiou",
          "server_ip" : 123,
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou"
        } ]
      },
      "body_updated" : "aeiou",
      "cacheable" : true,
      "server_ip6" : "aeiou",
      "user_agent" : "aeiou",
      "datascript_error_trace" : {
        "stack_trace" : "aeiou",
        "error" : "aeiou",
        "event" : "aeiou"
      },
      "all_response_headers" : "aeiou",
      "client_device" : "aeiou",
      "request_served_locally_remote_site_down" : true,
      "server_ssl_session_reused" : true,
      "pool_name" : "aeiou",
      "saml_log" : {
        "saml_authn_rule_match" : {
          "saml_authn_matched_rule_name" : "aeiou",
          "saml_authn_matched_rule_action" : "aeiou"
        },
        "saml_authz_rule_match" : {
          "saml_authz_matched_rule_name" : "aeiou",
          "saml_authz_matched_rule_action" : "aeiou"
        },
        "saml_attribute_lists" : [ {
          "attr_name" : "aeiou",
          "attr_values" : [ "aeiou" ]
        } ],
        "is_saml_authentication_used" : true,
        "saml_auth_status" : "aeiou",
        "userid" : "aeiou",
        "saml_session_cookie_expired" : true
      },
      "significance" : "aeiou",
      "client_log_filter_name" : "aeiou",
      "server_connection_reused" : true,
      "request_state" : "aeiou",
      "grpc_status_reason_phrase" : "aeiou",
      "client_browser" : "aeiou",
      "headers_received_from_server" : "aeiou",
      "request_id" : "aeiou",
      "rewritten_uri_path" : "aeiou"
    } ],
    "description" : "aeiou",
    "threshold" : 123,
    "uuid" : "aeiou",
    "related_uuids" : [ "aeiou" ],
    "_last_modified" : "aeiou",
    "throttle_count" : 123,
    "obj_uuid" : "aeiou",
    "state" : "aeiou",
    "events" : [ {
      "internal" : "aeiou",
      "tenant_name" : "aeiou",
      "event_pages" : [ "aeiou" ],
      "obj_name" : "aeiou",
      "module" : "aeiou",
      "details_summary" : "aeiou",
      "event_description" : "aeiou",
      "related_uuids" : [ "aeiou" ],
      "report_timestamp" : 123456789,
      "ignore_event_details_display" : true,
      "reason_code" : "aeiou",
      "event_id" : "aeiou",
      "context" : "aeiou",
      "event_details" : {
        "switchover_details" : {
          "reason" : "aeiou",
          "to_se_name" : "aeiou",
          "vs_uuid" : "aeiou",
          "ip" : "aeiou",
          "vs_name" : "aeiou",
          "from_se_name" : "aeiou",
          "ip6" : "aeiou"
        },
        "vs_awaitingse_details" : {
          "awaitingse_timeout" : 123,
          "vs_uuid" : "aeiou",
          "se_assigned" : [ {
            "mgmt_ip6" : "",
            "standby" : true,
            "mgmt_ip" : "",
            "scalein_in_progress" : true,
            "se_ready_in_progress" : true,
            "admin_down_requested" : true,
            "oper_status" : "",
            "connected" : true,
            "active_on_cloud" : true,
            "ref" : "aeiou",
            "snat_ip" : "",
            "attach_ip_in_progress" : true,
            "name" : "aeiou",
            "scaleout_in_progress" : true,
            "detach_ip_in_progress" : true,
            "active_on_se" : true,
            "primary" : true
          } ],
          "se_requested" : {
            "memory" : 123,
            "num_se" : 123,
            "num_vcpus" : 123,
            "num_standby_se" : 123
          },
          "ip" : "aeiou"
        },
        "vcenter_img_details" : {
          "error_string" : "aeiou",
          "vc_url" : "aeiou",
          "cc_id" : "aeiou",
          "image_version" : "aeiou"
        },
        "vs_scaleout_details" : {
          "error_message" : "aeiou",
          "scale_status" : "",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "avg_uptime_change_details" : {
          "metric_id" : "aeiou",
          "metric_name" : "aeiou",
          "threshold" : 1.3579000000000001069366817318950779736042022705078125,
          "resource_str" : "aeiou",
          "current_value" : 1.3579000000000001069366817318950779736042022705078125
        },
        "os_lbaudit_details" : {
          "elapsed" : 123,
          "result" : "aeiou",
          "cc_id" : "aeiou",
          "detail" : "aeiou",
          "id" : "aeiou",
          "user" : "aeiou",
          "tenant" : "aeiou"
        },
        "se_gateway_heartbeat_success_details" : {
          "vrf_uuid" : "aeiou",
          "gateway_ip" : "aeiou",
          "vrf_name" : "aeiou"
        },
        "cluster_node_remove_details" : {
          "role" : "aeiou",
          "ip" : "",
          "node_name" : "aeiou"
        },
        "central_license_refresh_details" : {
          "service_units" : 1.3579000000000001069366817318950779736042022705078125,
          "message" : "aeiou"
        },
        "os_lbplugin_op_details" : {
          "elapsed" : 123,
          "result" : "aeiou",
          "cc_id" : "aeiou",
          "detail" : "aeiou",
          "id" : "aeiou",
          "prov" : "aeiou",
          "command" : "aeiou"
        },
        "vip_dns_info" : {
          "total_records" : 123,
          "dns_info" : [ {
            "metadata" : "aeiou",
            "fqdn" : "aeiou",
            "num_records_in_response" : 123,
            "cname" : {
              "cname" : "aeiou"
            },
            "type" : "aeiou",
            "ttl" : 123,
            "algorithm" : "aeiou"
          } ],
          "vs_names" : [ "aeiou" ],
          "vip_id" : "aeiou",
          "error" : "aeiou",
          "fip" : "",
          "vip" : "",
          "vs_uuids" : [ "aeiou" ]
        },
        "vcenter_details" : {
          "previous_count" : 123456789,
          "vcenter_name" : "aeiou",
          "name" : "aeiou",
          "vcenter" : "aeiou",
          "vcenter_object" : "aeiou",
          "user" : "aeiou"
        },
        "vcenter_obj_delete_details" : {
          "obj_name" : "aeiou",
          "vcenter" : "aeiou"
        },
        "license_expiry_details" : {
          "burst_cores" : 123,
          "license_type" : "aeiou",
          "max_apps" : 123,
          "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "cpu_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "expiry_at" : "aeiou",
          "backend_servers" : 123,
          "cores" : 123,
          "max_ses" : 123,
          "license_id" : "aeiou",
          "name" : "aeiou",
          "sockets" : 123,
          "throughput" : 123,
          "license_tier" : [ "aeiou" ]
        },
        "crs_deployment_failure" : {
          "message" : "aeiou",
          "crs_info" : [ {
            "release_date" : "aeiou",
            "name" : "aeiou",
            "version" : "aeiou",
            "url" : "aeiou"
          } ]
        },
        "se_details" : {
          "old_mgmt_ip6" : "aeiou",
          "reason" : "aeiou",
          "memory" : 123,
          "vsphere_ha_inprogress" : true,
          "vsphere_ha_enabled" : true,
          "cloud_name" : "aeiou",
          "vs_name" : [ "aeiou" ],
          "enable_state" : "aeiou",
          "se_grp_uuid" : "aeiou",
          "migrate_state" : "aeiou",
          "vcpus" : 123,
          "host_uuid" : "aeiou",
          "cloud_uuid" : "aeiou",
          "vs_uuid" : [ "aeiou" ],
          "gcp_info" : {
            "machine_type" : "aeiou",
            "subnet" : "aeiou",
            "hostname" : "aeiou",
            "zone" : "aeiou",
            "project" : "aeiou",
            "network" : "aeiou"
          },
          "se_grp_name" : "aeiou",
          "name" : "aeiou",
          "new_mgmt_ip" : "aeiou",
          "new_mgmt_ip6" : "aeiou",
          "old_mgmt_ip" : "aeiou",
          "host_name" : "aeiou"
        },
        "albservices_case_details" : {
          "subject" : "aeiou",
          "description" : "aeiou",
          "last_modified_date" : "aeiou",
          "asset_id" : "aeiou",
          "contact_info" : {
            "account_id" : "aeiou",
            "phone" : "aeiou",
            "account_name" : "aeiou",
            "name" : "aeiou",
            "email" : "aeiou",
            "managed_accounts" : [ {
              "name" : "aeiou",
              "id" : "aeiou",
              "users" : [ {
                "phone" : "aeiou",
                "name" : "aeiou",
                "email" : "aeiou"
              } ]
            } ]
          },
          "type" : "aeiou",
          "fr_business_justification" : "aeiou",
          "mode" : "aeiou",
          "case_number" : "aeiou",
          "id" : "aeiou",
          "patch_version" : "aeiou",
          "case_attachments" : [ {
            "attachment_name" : "aeiou",
            "attachment_url" : "aeiou",
            "attachment_size" : "aeiou"
          } ],
          "email" : "aeiou",
          "severity" : "aeiou",
          "case_created_by" : "aeiou",
          "deployment_environment" : "aeiou",
          "version" : "aeiou",
          "custom_tag" : "aeiou",
          "environment" : "aeiou",
          "case_status" : "aeiou",
          "fr_current_solution" : "aeiou",
          "fr_use_cases" : "aeiou",
          "fr_timing" : "aeiou",
          "created_date" : "aeiou",
          "time" : "aeiou",
          "status" : "aeiou"
        },
        "se_discontinuous_time_change_event_details" : {
          "drift_time" : 123456789,
          "ntp_servers" : "aeiou",
          "se_name" : "aeiou",
          "to_time" : "aeiou",
          "from_time" : "aeiou",
          "se_ref" : "aeiou"
        },
        "ip_fail_details" : {
          "reason" : "aeiou",
          "networks" : [ "" ],
          "se_name" : "aeiou",
          "host_name" : "aeiou"
        },
        "container_cloud_batch_setup" : {
          "ccs" : [ {
            "reason" : "aeiou",
            "master_nodes" : [ "aeiou" ],
            "new_hosts" : [ "aeiou" ],
            "cloud_access" : true,
            "failed_hosts" : [ "aeiou" ],
            "hosts" : [ "aeiou" ],
            "se_deploy_method_access" : true,
            "cc_id" : "aeiou",
            "se_name" : "aeiou",
            "missing_hosts" : [ "aeiou" ],
            "version" : "aeiou",
            "fleet_endpoint" : "aeiou"
          } ]
        },
        "cluster_service_restored_details" : {
          "service_name" : "aeiou",
          "node_name" : "aeiou"
        },
        "os_sync_services_details" : {
          "error_string" : "aeiou",
          "se_vm_uuid" : "aeiou"
        },
        "rebalance_migrate_details" : {
          "vs_uuid" : "aeiou",
          "migrate_params" : ""
        },
        "mesos_infra_details" : {
          "reason" : "aeiou",
          "mesos_access" : true,
          "new_hosts" : [ "aeiou" ],
          "failed_hosts" : [ "aeiou" ],
          "hosts" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "mesos_url" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        },
        "se_bgp_peer_down_details" : {
          "peer_ip" : "aeiou",
          "message" : "aeiou",
          "vrf_name" : "aeiou"
        },
        "aws_infra_details" : {
          "access_key_id" : "aeiou",
          "error_string" : "aeiou",
          "vpc_id" : "aeiou",
          "cc_id" : "aeiou",
          "privilege" : "aeiou",
          "region" : "aeiou"
        },
        "dos_attack_event_details" : {
          "attack_count" : 1.3579000000000001069366817318950779736042022705078125,
          "ipgroup_uuids" : [ "aeiou" ],
          "urls" : [ "aeiou" ],
          "src_ips" : [ "aeiou" ],
          "attack" : "aeiou",
          "meta_data" : [ {
            "amplification" : {
              "src_port" : 123,
              "record_type" : "aeiou"
            },
            "ip" : "aeiou",
            "max_resp_time" : 123,
            "url" : "aeiou"
          } ]
        },
        "vip_symmetry_details" : {
          "reason" : "aeiou",
          "vsvip_name" : "aeiou",
          "max_num_se_assigned" : 123,
          "vip_id" : "aeiou",
          "vsvip_uuid" : "aeiou",
          "min_num_se_requested" : 123,
          "max_num_se_requested" : 123,
          "num_vs" : 123,
          "min_num_se_assigned" : 123
        },
        "config_user_authrz_rule_details" : {
          "tenants" : "aeiou",
          "roles" : "aeiou",
          "policies" : "aeiou",
          "rule" : "aeiou",
          "userprofile" : "aeiou",
          "user" : "aeiou"
        },
        "detach_ip_status_details" : {
          "reason" : "aeiou",
          "vs_name" : "aeiou",
          "vip_id" : "aeiou",
          "se_name" : "aeiou"
        },
        "scheduler_action_info" : {
          "execution_datestamp" : "aeiou",
          "control_script_output" : "aeiou",
          "backup_uri" : [ "aeiou" ],
          "scheduler_uuid" : "aeiou",
          "status" : "aeiou"
        },
        "ssl_revoked_details" : {
          "reason" : "aeiou",
          "name" : "aeiou"
        },
        "ssl_renew_failed_details" : {
          "name" : "aeiou",
          "error" : "aeiou"
        },
        "upgrade_entry" : {
          "node_type" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "tenant_ref" : "aeiou",
          "name" : "aeiou",
          "upgrade_info" : {
            "reason" : "aeiou",
            "seg_params" : "",
            "image_ref" : "aeiou",
            "previous_patch_list" : [ "" ],
            "patch_image_ref" : "aeiou",
            "uuid" : "aeiou",
            "se_upgrade_events" : [ "" ],
            "node_type" : "aeiou",
            "system_report_refs" : [ "aeiou" ],
            "se_patch_image_ref" : "aeiou",
            "previous_patch_version" : "aeiou",
            "state" : "",
            "upgrade_ops" : "aeiou",
            "patch_version" : "aeiou",
            "obj_cloud_ref" : "aeiou",
            "prev_image_path" : "aeiou",
            "history" : [ {
              "duration" : 123,
              "start_time" : "aeiou",
              "upgrade_events" : [ {
                "task_name" : "aeiou",
                "task" : "aeiou",
                "sub_events" : [ "" ],
                "nodes_events" : [ {
                  "duration" : 123,
                  "start_time" : "aeiou",
                  "ip" : "",
                  "end_time" : "aeiou",
                  "sub_tasks" : [ "aeiou" ],
                  "message" : "aeiou",
                  "status" : true
                } ]
              } ],
              "ops" : "aeiou",
              "end_time" : "aeiou",
              "seg_status" : {
                "disrupted_vs_ref" : [ "aeiou" ],
                "num_se_with_no_vs" : 123,
                "reason" : [ "aeiou" ],
                "enqueue_time" : "aeiou",
                "notes" : [ "aeiou" ],
                "se_upgrade_suspended" : [ "aeiou" ],
                "se_upgrade_in_progress" : [ "aeiou" ],
                "vs_scalein_in_progress_ref" : [ "aeiou" ],
                "se_already_upgraded_at_start" : [ "aeiou" ],
                "se_group_uuid" : "aeiou",
                "se_reboot_in_progress_ref" : "aeiou",
                "num_vs" : 123,
                "vs_migrate_in_progress_ref" : [ "aeiou" ],
                "se_upgrade_completed" : [ "aeiou" ],
                "se_upgrade_errors" : [ "" ],
                "duration" : "aeiou",
                "in_progress" : true,
                "request_time" : "aeiou",
                "ha_mode" : "aeiou",
                "se_ip_missing_at_start" : [ "aeiou" ],
                "controller_version" : "aeiou",
                "num_se_with_vs_not_scaledout" : 123,
                "vs_scaleout_in_progress_ref" : [ "aeiou" ],
                "num_vs_disrupted" : 123,
                "traffic_status" : "aeiou",
                "se_poweredoff_at_start" : [ "aeiou" ],
                "vs_errors" : [ {
                  "reason" : [ "aeiou" ],
                  "se_group_ha_mode" : "aeiou",
                  "tenant_ref" : "aeiou",
                  "traffic_status" : "aeiou",
                  "vip_id" : "aeiou",
                  "event_timestamp" : "",
                  "vs_ref" : "aeiou",
                  "se_group_ref" : "aeiou",
                  "se_ref" : "aeiou"
                } ],
                "state" : "aeiou",
                "worker" : "aeiou",
                "se_group_name" : "aeiou",
                "end_time" : "aeiou",
                "se_with_vs_scaledout" : [ "aeiou" ],
                "thread" : "aeiou",
                "se_disconnected_at_start" : [ "aeiou" ],
                "start_time" : "aeiou",
                "num_se" : 123,
                "se_upgrade_not_started" : [ "aeiou" ],
                "se_upgrade_skip_suspended" : [ "aeiou" ],
                "num_se_with_vs_scaledout" : 123,
                "tenant_ref" : "aeiou",
                "se_upgrade_failed" : [ "aeiou" ],
                "se_with_vs_not_scaledout" : [ "aeiou" ],
                "progress" : 123,
                "se_with_no_vs" : [ "aeiou" ]
              },
              "state" : "",
              "statediff_ref" : "aeiou",
              "patch_version" : "aeiou",
              "version" : "aeiou",
              "se_upgrade_events" : [ {
                "reason" : [ "aeiou" ],
                "to_se_ref" : "aeiou",
                "vs_ref" : "aeiou",
                "num_vs" : 123,
                "se_group_ref" : "aeiou",
                "from_se_ref" : "aeiou",
                "num_se" : 123,
                "se_group_ha_mode" : "aeiou",
                "task" : "aeiou",
                "num_se_group" : 123,
                "sub_tasks" : [ "aeiou" ],
                "traffic_status" : "aeiou",
                "se_ref" : "aeiou"
              } ]
            } ],
            "params" : "",
            "previous_image_ref" : "aeiou",
            "version" : "aeiou",
            "start_time" : "aeiou",
            "patch_reboot" : true,
            "patch_list" : [ {
              "patch_image_path" : "aeiou",
              "patch_image_ref" : "aeiou",
              "patch_version" : "aeiou"
            } ],
            "system" : true,
            "tasks_completed" : 123,
            "upgrade_readiness" : "",
            "fips_mode" : true,
            "name" : "aeiou",
            "upgrade_events" : [ "" ],
            "enable_rollback" : true,
            "enqueue_time" : "aeiou",
            "patch_image_path" : "aeiou",
            "prev_patch_image_path" : "aeiou",
            "seg_status" : "",
            "total_tasks" : 123,
            "_last_modified" : "aeiou",
            "duration" : 123,
            "previous_version" : "aeiou",
            "se_patch_image_path" : "aeiou",
            "previous_patch_image_ref" : "aeiou",
            "end_time" : "aeiou",
            "clean" : true,
            "statediff_ref" : "aeiou",
            "after_reboot_rollback_fnc" : "aeiou",
            "url" : "aeiou",
            "image_path" : "aeiou",
            "tenant_ref" : "aeiou",
            "after_reboot_task_name" : "aeiou",
            "progress" : 123,
            "enable_patch_rollback" : true
          },
          "params" : {
            "image_ref" : "aeiou",
            "patch_ref" : "aeiou",
            "se_group_resume_options" : {
              "action_on_error" : "aeiou",
              "disruptive" : true,
              "skip_suspended" : true
            },
            "se_group_options" : {
              "action_on_error" : "aeiou",
              "disruptive" : true
            }
          },
          "upgrade_ops" : "aeiou",
          "uuid" : "aeiou"
        },
        "cc_cluster_vip_details" : {
          "error_string" : "aeiou",
          "vtype" : "aeiou",
          "ip" : "",
          "cc_id" : "aeiou"
        },
        "metrics_db_queue_healthy_details" : {
          "high" : 123456789,
          "instanceport" : 123456789,
          "period" : "aeiou",
          "watermark" : 123456789,
          "low" : 123456789,
          "runtime" : "",
          "nodeid" : "aeiou"
        },
        "se_ip6_dad_failed_event_details" : {
          "dad_ip" : "",
          "if_name" : "aeiou",
          "se_ref" : "aeiou"
        },
        "gs_info" : {
          "name" : "aeiou",
          "details" : [ "aeiou" ],
          "uuid" : "aeiou",
          "gs_runtime" : {
            "tenant_name" : "aeiou",
            "groups" : [ {
              "members" : [ "" ],
              "name" : "aeiou",
              "oper_status" : ""
            } ],
            "services_state" : "aeiou",
            "ldr_state" : "",
            "oper_status" : "",
            "uuid" : "aeiou",
            "flr_state" : [ "" ],
            "sp_oper_status" : "",
            "domain_names" : [ "aeiou" ],
            "send_event" : true,
            "checksum" : "aeiou",
            "name" : "aeiou",
            "send_status" : true
          }
        },
        "vcenter_network_limit" : {
          "current" : 123456789,
          "additional_reason" : "aeiou",
          "limit" : 123456789
        },
        "nsxt_info" : {
          "reason" : "aeiou",
          "cc_id" : "aeiou",
          "transportzone_id" : "aeiou",
          "status" : "aeiou"
        },
        "burst_checkout_details" : {
          "start_time" : "aeiou",
          "cores" : 123,
          "end_time" : "aeiou",
          "se_name" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "metrics_db_sync_failure_details" : {
          "process_name" : "aeiou",
          "node_name" : "aeiou",
          "timestamp" : "aeiou"
        },
        "disc_summary" : {
          "num_hosts" : 123456789,
          "num_nws" : 123456789,
          "num_vms" : 123456789,
          "vcenter" : "aeiou",
          "num_dcs" : 123456789,
          "num_clusters" : 123456789
        },
        "connection_event" : {
          "port" : 123,
          "host" : "aeiou",
          "info" : "aeiou"
        },
        "se_pool_lb_details" : {
          "reason" : "aeiou",
          "failure_code" : "aeiou",
          "pool" : "aeiou",
          "src_uuid" : "aeiou",
          "virtual_service" : "aeiou"
        },
        "rebalance_scalein_details" : {
          "vs_uuid" : "aeiou",
          "scalein_params" : {
            "from_se_ref" : "aeiou",
            "scalein_primary" : true,
            "vip_id" : "aeiou",
            "uuid" : "aeiou",
            "admin_down" : true
          }
        },
        "se_vs_del_flows_disrupted" : {
          "deleted_vs_name" : "aeiou",
          "reporting_se_name" : "aeiou",
          "num_vs_flows_disrupted" : 123
        },
        "sec_mgr_ua_event_details" : {
          "error" : "aeiou"
        },
        "metrics_grpc_auth_failure_details" : {
          "peer" : "aeiou"
        },
        "cluster_node_db_failed_details" : {
          "ip" : "",
          "node_name" : "aeiou",
          "failure_count" : 123
        },
        "nsxt_img_details" : {
          "error_string" : "aeiou",
          "vc_url" : "aeiou",
          "cc_id" : "aeiou",
          "image_version" : "aeiou"
        },
        "cloud_route_notif_details" : {
          "reason" : "aeiou",
          "routes" : [ "aeiou" ],
          "route_table" : "aeiou",
          "cc_id" : "aeiou"
        },
        "se_bgp_peer_state_change_details" : {
          "peer_state" : "aeiou",
          "peer_ip" : "aeiou",
          "vrf_name" : "aeiou"
        },
        "se_vnic_down_event_details" : {
          "if_name" : "aeiou",
          "linux_name" : "aeiou",
          "mac" : "aeiou",
          "se_ref" : "aeiou"
        },
        "se_memory_limit_event_details" : {
          "heap_config_hard_limit" : 123,
          "heap_conn_usage" : 123,
          "shm_config_hard_limit" : 123,
          "shm_conn_usage" : 123,
          "config_memory_status" : "aeiou",
          "heap_config_soft_limit" : 123,
          "shm_config_usage" : 123,
          "heap_config_usage" : 123,
          "se_ref" : "aeiou",
          "shm_config_soft_limit" : 123
        },
        "memory_balancer_info" : {
          "threshold_percent" : 1.3579000000000001069366817318950779736042022705078125,
          "controller_memory" : 123,
          "process" : "aeiou",
          "limit" : 123,
          "controller_memory_usage_percent" : 1.3579000000000001069366817318950779736042022705078125,
          "memory_used" : 123,
          "pid" : 123,
          "process_trend" : "aeiou",
          "debug_message" : "aeiou",
          "process_mode" : "aeiou",
          "child" : [ {
            "memory" : 123,
            "pid" : 123
          } ]
        },
        "ip_threat_db_event_data" : {
          "reason" : "aeiou",
          "version" : "aeiou",
          "status" : "aeiou"
        },
        "secure_key_exchange_info" : {
          "ctlr_mgmt_ip" : "aeiou",
          "follower_ip" : "aeiou",
          "leader_ip" : "aeiou",
          "se_ip" : "aeiou",
          "name" : "aeiou",
          "ctlr_public_ip" : "aeiou",
          "error" : "aeiou",
          "uuid" : "aeiou",
          "source_ip" : "aeiou",
          "status" : "aeiou"
        },
        "cluster_node_shutdown_details" : {
          "reason" : "aeiou",
          "ip" : "",
          "node_name" : "aeiou"
        },
        "modify_networks_details" : {
          "reason" : "aeiou",
          "vs_uuid" : [ "aeiou" ],
          "vs_name" : [ "aeiou" ],
          "networks" : [ {
            "mac_addr" : "aeiou",
            "network_name" : "aeiou",
            "network_uuid" : "aeiou"
          } ],
          "se_name" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "se_vnic_up_event_details" : {
          "if_name" : "aeiou",
          "linux_name" : "aeiou",
          "mac" : "aeiou",
          "se_ref" : "aeiou"
        },
        "os_api_ver_check_failure" : {
          "error_string" : "aeiou",
          "cc_id" : "aeiou",
          "cc_name" : "aeiou"
        },
        "seupgrade_migrate_details" : {
          "vs_uuid" : "aeiou",
          "migrate_params" : ""
        },
        "switchover_fail_details" : {
          "reason" : "aeiou",
          "vs_uuid" : "aeiou",
          "ip" : "aeiou",
          "vs_name" : "aeiou",
          "from_se_name" : "aeiou",
          "ip6" : "aeiou"
        },
        "add_networks_details" : {
          "reason" : "aeiou",
          "vs_uuid" : [ "aeiou" ],
          "vs_name" : [ "aeiou" ],
          "networks" : [ {
            "subnet" : "aeiou",
            "mac_addr" : "aeiou",
            "network_name" : "aeiou",
            "network_uuid" : "aeiou"
          } ],
          "se_name" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "server_autoscale_failed_info" : {
          "pool_ref" : "aeiou",
          "reason_code" : "aeiou",
          "reason" : "aeiou",
          "num_servers_up" : 123,
          "num_scalein_servers" : 123
        },
        "vs_initialplacement_details" : {
          "error_message" : "aeiou",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "cc_parkintf_details" : {
          "error_string" : "aeiou",
          "vtype" : "aeiou",
          "intf_id" : "aeiou",
          "subnet_id" : "aeiou",
          "cc_id" : "aeiou"
        },
        "cluster_service_critical_failure_details" : {
          "service_name" : "aeiou",
          "node_name" : "aeiou"
        },
        "se_vs_fault_event_details" : {
          "service_engine" : "aeiou",
          "fault_object" : "aeiou",
          "fault_reason" : "aeiou",
          "virtual_service" : "aeiou"
        },
        "vs_scalein_details" : {
          "error_message" : "aeiou",
          "scale_status" : "",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "vs_switchover_details" : {
          "error_message" : "aeiou",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "se_hm_gsgroup_details" : {
          "gsgroup" : "aeiou",
          "src_uuid" : "aeiou",
          "se_name" : "aeiou",
          "gsmember" : {
            "failure_code" : "aeiou",
            "domain" : "aeiou",
            "ip" : "",
            "shm" : [ {
              "response_code" : 123,
              "average_response_time" : 123456789,
              "resp_string" : "aeiou",
              "health_monitor" : "aeiou"
            } ],
            "app_info" : [ {
              "app_hdr_value" : "aeiou",
              "app_hdr_name" : "aeiou"
            } ],
            "ssl_error_code" : "aeiou"
          },
          "ha_reason" : "aeiou",
          "gslb_service" : "aeiou"
        },
        "seupgrade_scaleout_details" : {
          "vs_uuid" : "aeiou",
          "scaleout_params" : ""
        },
        "sync_services_info" : "",
        "cs_infra_details" : {
          "access_key_id" : "aeiou",
          "error_string" : "aeiou",
          "api_url" : "aeiou",
          "cc_id" : "aeiou",
          "privilege" : "aeiou"
        },
        "se_vnic_tx_queue_stall_event_details" : {
          "if_name" : "aeiou",
          "linux_name" : "aeiou",
          "queue" : 123,
          "se_ref" : "aeiou"
        },
        "config_se_grp_flv_update_details" : {
          "new_flv" : "aeiou",
          "tenant_name" : "aeiou",
          "old_flv" : "aeiou",
          "tenant_uuid" : "aeiou",
          "se_group_name" : "aeiou",
          "se_group_uuid" : "aeiou"
        },
        "reboot_se_details" : {
          "reason" : "aeiou",
          "se_name" : "aeiou"
        },
        "server_autoscaleout_info" : {
          "pool_ref" : "aeiou",
          "reason_code" : "aeiou",
          "reason" : "aeiou",
          "load" : 1.3579000000000001069366817318950779736042022705078125,
          "alertconfig_ref" : "aeiou",
          "scheduled_desired_capacity" : 123,
          "num_scaleout_servers" : 123,
          "alertconfig_name" : "aeiou",
          "num_servers_up" : 123,
          "available_capacity" : 1.3579000000000001069366817318950779736042022705078125
        },
        "cc_scaleset_notif_details" : {
          "scaleset_names" : [ "aeiou" ],
          "reason" : "aeiou",
          "cc_id" : "aeiou"
        },
        "dns_sync_info" : {
          "total_records" : 123,
          "error" : "aeiou"
        },
        "albservices_file_upload_details" : {
          "file_path" : "aeiou",
          "s3_directory" : "aeiou",
          "tenant_ref" : "aeiou",
          "case_id" : "aeiou",
          "name" : "aeiou",
          "error" : "aeiou",
          "uuid" : "aeiou",
          "url" : "aeiou",
          "_last_modified" : "aeiou",
          "status" : "aeiou"
        },
        "controller_license_reconcile_details" : {
          "old_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "new_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "old_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "tier" : "aeiou",
          "new_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "tenant_uuid" : "aeiou",
          "old_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "new_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "new_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "old_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125
        },
        "se_geo_db_details" : {
          "reason" : "aeiou",
          "geo_db_profile_name" : "aeiou",
          "file_name" : "aeiou",
          "vip_id" : "aeiou",
          "geo_db_profile_ref" : "aeiou",
          "se_ref" : "aeiou",
          "virtual_service" : "aeiou"
        },
        "os_vnic_details" : {
          "error_string" : "aeiou",
          "mac_addrs" : [ "aeiou" ],
          "se_vm_uuid" : "aeiou",
          "networks" : [ "aeiou" ]
        },
        "delete_se_details" : {
          "reason" : "aeiou",
          "cloud_uuid" : "aeiou",
          "status_code" : 123456789,
          "se_cookie" : "aeiou",
          "se_grp_name" : "aeiou",
          "cloud_name" : "aeiou",
          "se_grp_uuid" : "aeiou",
          "se_name" : "aeiou",
          "host_uuid" : "aeiou",
          "host_name" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "cc_ip_details" : {
          "error_string" : "aeiou",
          "ip6_mask" : 123,
          "port_uuid" : "aeiou",
          "mac_addr" : "aeiou",
          "vtype" : "aeiou",
          "ip" : "",
          "se_vm_uuid" : "aeiou",
          "cc_id" : "aeiou",
          "ip6" : "",
          "ip_mask" : 123
        },
        "seupgrade_scalein_details" : {
          "vs_uuid" : "aeiou",
          "scalein_params" : ""
        },
        "vm_details" : {
          "host" : "aeiou",
          "name" : "aeiou",
          "datacenter" : "aeiou"
        },
        "cc_vip_update_details" : {
          "error_string" : "aeiou",
          "vs_uuid" : "aeiou",
          "vtype" : "aeiou",
          "cc_id" : "aeiou"
        },
        "config_delete_details" : {
          "error_message" : "aeiou",
          "path" : "aeiou",
          "resource_data" : "aeiou",
          "resource_type" : "aeiou",
          "resource_name" : "aeiou",
          "user" : "aeiou",
          "status" : "aeiou"
        },
        "crs_update_details" : {
          "crs_info" : [ "" ]
        },
        "bootup_fail_details" : {
          "reason" : "aeiou",
          "se_name" : "aeiou",
          "host_name" : "aeiou"
        },
        "cc_se_vm_details" : {
          "error_string" : "aeiou",
          "vtype" : "aeiou",
          "se_vm_uuid" : "aeiou",
          "cc_id" : "aeiou"
        },
        "ssl_export_details" : {
          "user" : "aeiou"
        },
        "glb_info" : {
          "site" : "",
          "name" : "aeiou",
          "details" : [ "aeiou" ],
          "third_party_site" : "",
          "uuid" : "aeiou",
          "gslb_runtime" : {
            "site" : [ {
              "send_interval" : 123,
              "tenant_name" : "aeiou",
              "site_stats" : {
                "num_ghm_cr_rxed" : 123,
                "num_gssl_cert_del_rxed" : 123,
                "num_gjwt_upd_txed" : 123,
                "num_glb_upd_rxed" : 123,
                "num_of_timeouts" : 123,
                "num_glb_cr_txed" : 123,
                "num_of_bad_responses" : 123,
                "num_gap_del_txed" : 123,
                "num_ghm_upd_txed" : 123,
                "num_gs_upd_rxed" : 123,
                "num_file_del_txed" : 123,
                "num_glb_del_rxed" : 123,
                "num_gjwt_del_txed" : 123,
                "num_geo_cr_rxed" : 123,
                "num_geo_del_rxed" : 123,
                "num_gs_del_rxed" : 123,
                "num_of_skip_outstanding_requests" : 123,
                "num_health_msgs_rxed" : 123,
                "num_gpki_upd_txed" : 123,
                "num_of_events_generated" : 123,
                "num_gap_cr_rxed" : 123,
                "num_gjwt_cr_txed" : 123,
                "num_gpki_del_rxed" : 123,
                "num_geo_upd_rxed" : 123,
                "num_gssl_cert_upd_rxed" : 123,
                "num_ghm_del_txed" : 123,
                "num_gpki_cr_txed" : 123,
                "num_gs_cr_rxed" : 123,
                "num_gap_upd_txed" : 123,
                "num_gssl_upd_rxed" : 123,
                "num_glb_cr_rxed" : 123,
                "num_glb_upd_txed" : 123,
                "num_gs_upd_txed" : 123,
                "num_gap_del_rxed" : 123,
                "num_ghm_cr_txed" : 123,
                "num_ghm_upd_rxed" : 123,
                "num_glb_del_txed" : 123,
                "num_gssl_del_rxed" : 123,
                "num_health_msgs_txed" : 123,
                "num_gjwt_del_rxed" : 123,
                "num_gs_del_txed" : 123,
                "num_geo_cr_txed" : 123,
                "num_gpki_upd_rxed" : 123,
                "num_geo_del_txed" : 123,
                "num_gpki_del_txed" : 123,
                "num_gap_cr_txed" : 123,
                "num_gjwt_cr_rxed" : 123,
                "num_geo_upd_txed" : 123,
                "num_file_cr_txed" : 123,
                "num_gssl_cert_cr_rxed" : 123,
                "num_ghm_del_rxed" : 123,
                "num_gssl_cr_rxed" : 123,
                "num_gs_cr_txed" : 123,
                "num_gpki_cr_rxed" : 123,
                "num_gjwt_upd_rxed" : 123,
                "num_gap_upd_rxed" : 123
              },
              "replication_stats" : {
                "received_version" : 123456789,
                "pending_object_count" : 123456789,
                "acknowledged_version" : 123456789
              },
              "rxed_site_hs" : {
                "controller_gsinfo" : [ {
                  "app_type" : "aeiou",
                  "controller_status" : {
                    "reason_code" : 123456789,
                    "reason" : [ "aeiou" ],
                    "last_changed_time" : "",
                    "state" : "aeiou",
                    "reason_code_string" : "aeiou"
                  },
                  "fqdn" : "aeiou",
                  "ip" : "",
                  "vs_name" : "aeiou",
                  "datapath_status" : [ {
                    "site_uuid" : "aeiou",
                    "location" : "",
                    "oper_status" : ""
                  } ],
                  "services" : [ {
                    "override_network_profile_ref" : "aeiou",
                    "port" : 123,
                    "port_range_end" : 123,
                    "is_active_ftp_data_port" : true,
                    "enable_http2" : true,
                    "horizon_internal_ports" : true,
                    "enable_ssl" : true,
                    "override_application_profile_ref" : "aeiou"
                  } ],
                  "oper_status" : "",
                  "vserver_l4_metrics" : {
                    "avg_half_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_rx_bytes_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                    "apdexc" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_tx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_rx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_small_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_pkts_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_http_abort" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_new_established_conns" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_cookie_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_rx_pkts_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_num_active_se" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_rx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_ingress_latency_exceeded_flows" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_slow_uri" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_http_timeout" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_connection_estb_time_fe" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_zero_window_size_events" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_total_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_end_to_end_rtt_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_end_to_end_rtt_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_l4_client_latency" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_syns" : 1.3579000000000001069366817318950779736042022705078125,
                    "node_obj_id" : "aeiou",
                    "sum_server_flow_control" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_non_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_dup_ack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_finished_conns" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_conn_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_ssl_error" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_packet_dropped_user_bandwidth_limit" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_conn" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_connection_dropped_user_limit" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "apdexrtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_pkts_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_zero_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_hdr_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_conn_est_time_exceeded_flows_fe" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_total_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_connections_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_conn_duration" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_sack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_conn_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_http_error" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_bytes_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_total_req" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_timeout_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_uri_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_bad_rst_flood" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_complete_conns" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_end_to_end_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_tx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_out_of_orders" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_rtt_valid_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_tx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_fake_session" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_errored_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_app_error" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_malformed_flood" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_uri_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_custom_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_rx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dos_req_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125
                  },
                  "sp_pools" : [ {
                    "servers" : [ {
                      "is_enabled" : true,
                      "hostname" : "aeiou",
                      "last_state" : "aeiou",
                      "def_port" : true,
                      "port" : 123,
                      "location" : "",
                      "propogate_state" : true,
                      "timer_exists" : true,
                      "ip_addr" : "",
                      "oper_status" : ""
                    } ],
                    "name" : "aeiou",
                    "num_servers" : 123456789,
                    "num_servers_up" : 123456789,
                    "enable_http2" : true,
                    "uuid" : "aeiou"
                  } ],
                  "site_name" : "aeiou",
                  "oper_ips" : [ "" ],
                  "gs_name" : "aeiou",
                  "vs_uuid" : "aeiou",
                  "cluster_uuid" : "aeiou",
                  "ip_value_to_se" : 123,
                  "vip_type" : "aeiou",
                  "vserver_l7_metrics" : {
                    "avg_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_cacheable_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_num_page_load_time_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshakes_reused" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshakes_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "rum_apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_num_page_load_time_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_reqs_with_params" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_tolerated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_4xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_get_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_get_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_auth_dsa" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_rsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_complete_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_cache_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_post_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_post_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_error_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_5xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshake_protocol_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "node_obj_id" : "aeiou",
                    "avg_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_other_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_num_rum_samples" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_frustrated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_total_requests" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_ssl_open_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_get_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ecdsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_kx_dh" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_kx_ecdh" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_other_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_other_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshakes_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "max_concurrent_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ver_ssl30" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ver_tls12" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ver_tls13" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_total_http2_requests" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_auth_ecdsa" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_response_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_errors_excluded" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshakes_timedout" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ver_tls10" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ver_tls11" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshakes_new" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_reqs_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_reqs_per_session" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "ssl_protocol_strength" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_kx_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_pre_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_auth_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_post_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_params_per_req" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_ecdsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_handshake_network_errors" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_post_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_ssl_rsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_satisfactory_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                    "avg_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                    "pct_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_total_responses" : 1.3579000000000001069366817318950779736042022705078125,
                    "sum_other_reqs" : 1.3579000000000001069366817318950779736042022705078125
                  },
                  "health_monitor_info" : [ "aeiou" ],
                  "ipv6_value_to_se" : [ "" ],
                  "gs_uuid" : "aeiou"
                } ],
                "gap_table" : [ "" ],
                "dns_info" : {
                  "dns_active" : true,
                  "retry_count" : 123,
                  "gs_status" : {
                    "last_changed_time" : "",
                    "partial_update_threshold" : 123,
                    "state" : "aeiou",
                    "type" : "aeiou",
                    "num_partial_updates" : 123
                  },
                  "dns_vs_states" : [ {
                    "valid_dns_vs" : true,
                    "gslb_download" : "",
                    "name" : "aeiou",
                    "placement_rules" : [ {
                      "sub_domain" : "aeiou",
                      "placement_allowed" : true,
                      "transition_ops" : "aeiou"
                    } ],
                    "se_list" : [ "aeiou" ],
                    "geo_download" : {
                      "last_changed_time" : "",
                      "state" : "aeiou"
                    },
                    "oper_status" : "",
                    "uuid" : "aeiou"
                  } ]
                },
                "gs_table" : [ "" ],
                "glb_table" : [ "" ],
                "ghm_table" : [ "" ],
                "datapath_gsinfo" : [ "" ],
                "geo_table" : [ "" ],
                "sw_version" : "aeiou",
                "timestamp" : 1.3579000000000001069366817318950779736042022705078125
              },
              "site_info" : {
                "state_reason" : "aeiou",
                "num_of_retries" : 123,
                "role" : "aeiou",
                "site_type" : "aeiou",
                "dns_info" : "",
                "oper_status" : "",
                "enabled" : true,
                "sw_version" : "aeiou",
                "cluster_leader" : "aeiou",
                "hs_state" : true,
                "cluster_uuid" : "aeiou",
                "event_cache" : "",
                "last_changed_time" : "",
                "name" : "aeiou",
                "state" : "aeiou",
                "rrtoken" : [ "aeiou" ]
              },
              "view_id" : 123456789,
              "health_monitor_info" : "aeiou",
              "clear_on_max_retries" : 123,
              "glb_uuid" : "aeiou",
              "site_cfg" : {
                "glb_info" : "",
                "fd_info" : {
                  "reader_count" : 123,
                  "state" : "aeiou",
                  "queue" : [ {
                    "ds_name" : "aeiou",
                    "ops" : "aeiou",
                    "name" : "aeiou",
                    "uuid" : "aeiou"
                  } ],
                  "writer_count" : 123
                },
                "gjwt_info" : "",
                "repl_queue" : "",
                "gpki_info" : "",
                "gap_info" : "",
                "sync_info" : {
                  "last_fail_obj" : "",
                  "reason" : "aeiou",
                  "errored_objects" : [ "" ],
                  "last_changed_time" : "",
                  "recommendation" : "aeiou",
                  "sync_state" : "aeiou"
                },
                "geo_info" : "",
                "gs_info" : "",
                "ghm_info" : "",
                "mm_info" : ""
              }
            } ],
            "tenant_name" : "aeiou",
            "checksum" : "aeiou",
            "event_cache" : {
              "dns_state" : true,
              "exceptions" : [ "aeiou" ]
            },
            "name" : "aeiou",
            "dns_enabled" : true,
            "third_party_sites" : [ {
              "site_info" : "",
              "health_monitor_info" : "aeiou"
            } ],
            "delete_in_progress" : true,
            "ldr_state" : "",
            "uuid" : "aeiou",
            "flr_state" : [ {
              "reason" : "aeiou",
              "site_uuid" : "aeiou",
              "cfg_version_in_flight" : 123,
              "last_changed_time" : {
                "usecs" : 123456789,
                "secs" : 123456789
              },
              "cfg_version" : 123,
              "uuid" : "aeiou",
              "status" : "aeiou"
            } ]
          }
        },
        "vip_autoscale" : {
          "availability_zone" : "aeiou",
          "subnet_uuid" : "aeiou",
          "vip_id" : "aeiou",
          "vsvip_uuid" : "aeiou",
          "error" : "aeiou"
        },
        "hs_details" : {
          "reason" : "aeiou",
          "performance_score" : 123,
          "previous_value" : 1.3579000000000001069366817318950779736042022705078125,
          "sub_resource_prefix" : "aeiou",
          "security_reason" : "aeiou",
          "performance_reason" : "aeiou",
          "security_penalty" : 123,
          "anomaly_penalty" : 123,
          "anomaly_reason" : "aeiou",
          "step" : 123,
          "resources_reason" : "aeiou",
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "resources_penalty" : 123,
          "timestamp" : "aeiou"
        },
        "generic_audit_compliance_event_info" : {
          "subjects" : [ {
            "type" : "aeiou",
            "value" : "aeiou"
          } ],
          "event_generated_by_se" : true,
          "core_archive" : "aeiou",
          "detailed_reason" : "aeiou",
          "type" : "aeiou",
          "version" : "aeiou",
          "result" : "aeiou",
          "node" : "aeiou",
          "protocol" : "aeiou",
          "user_identities" : [ {
            "type" : "aeiou",
            "value" : "aeiou"
          } ],
          "cluster_uuid" : "aeiou",
          "process_name" : "aeiou",
          "fingerprint" : "aeiou",
          "location" : "aeiou",
          "patch_version" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "se_high_egress_proc_latency_event_details" : {
          "flow_core" : [ "" ],
          "event_count" : 123456789,
          "max_proxy_to_disp_queing_delay" : 123,
          "se_name" : "aeiou",
          "dispatcher_core" : 123,
          "se_ref" : "aeiou"
        },
        "azure_info" : {
          "subscription_id" : "aeiou",
          "reason" : "aeiou",
          "vips" : [ "" ],
          "resource_group" : "aeiou",
          "alb_id" : "aeiou",
          "nic_id" : "aeiou",
          "vnet_id" : "aeiou",
          "cc_id" : "aeiou",
          "vs_uuids" : [ "aeiou" ],
          "status" : "aeiou"
        },
        "cc_infra_details" : {
          "error_string" : "aeiou",
          "vtype" : "aeiou",
          "cc_id" : "aeiou"
        },
        "pool_deployment_update_info" : {
          "webhook_result" : true,
          "webhook_reason" : "aeiou",
          "evaluation_duration" : 123,
          "results" : [ "" ],
          "uuid" : "aeiou",
          "deployment_state" : "aeiou",
          "ratio" : 123
        },
        "config_user_not_authrz_rule_details" : {
          "tenants" : "aeiou",
          "roles" : "aeiou",
          "policies" : "aeiou",
          "user" : "aeiou"
        },
        "dns_query_error" : {
          "error_message" : "aeiou",
          "fqdn" : "aeiou",
          "error" : "aeiou"
        },
        "gcp_cloud_router_info" : {
          "router_url" : "aeiou",
          "error_string" : "aeiou",
          "vs_uuid" : "aeiou",
          "action" : "aeiou",
          "cc_id" : "aeiou",
          "fip" : "",
          "vip" : ""
        },
        "ssl_renew_details" : {
          "name" : "aeiou"
        },
        "upgrade_status_info" : "",
        "host_unavail_details" : {
          "reasons" : [ "aeiou" ],
          "vs_name" : "aeiou",
          "name" : "aeiou"
        },
        "vs_migrate_details" : {
          "error_message" : "aeiou",
          "scale_status" : "",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "nsxt_policy_details" : {
          "error_string" : "aeiou",
          "scope" : "aeiou",
          "redirectTo" : [ "aeiou" ],
          "segroup" : "aeiou",
          "tier1" : "aeiou",
          "policy" : "aeiou"
        },
        "bm_infra_details" : {
          "error_string" : "aeiou",
          "cc_id" : "aeiou"
        },
        "se_hb_event_details" : {
          "reporting_se_ref" : "aeiou",
          "vs_uuid" : "aeiou",
          "remote_se_ref" : "aeiou",
          "hb_type" : 123
        },
        "cc_sync_services_details" : {
          "error_string" : "aeiou",
          "vips" : [ "" ],
          "vtype" : "aeiou",
          "se_vm_uuid" : "aeiou",
          "cc_id" : "aeiou"
        },
        "api_version_deprecated" : {
          "path" : "aeiou",
          "api_version_used" : "aeiou",
          "min_supported_api_version" : "aeiou",
          "client_ip" : "aeiou",
          "user" : "aeiou"
        },
        "cntlr_host_list_details" : {
          "vcenter" : "aeiou",
          "host_name" : [ "aeiou" ]
        },
        "se_debug_mode_event_detail" : {
          "description" : "aeiou",
          "se_name" : "aeiou",
          "se_ref" : "aeiou"
        },
        "false_positive_details" : {
          "vs_uuid" : "aeiou",
          "false_positive_results" : [ {
            "http_method" : "aeiou",
            "attack" : true,
            "false_positive" : true,
            "confidence" : 1.3579000000000001069366817318950779736042022705078125,
            "http_request_header_info" : {
              "header_field_name" : "aeiou",
              "value" : "aeiou"
            },
            "fp_result_header" : {
              "transactions_count" : 123456789,
              "end_analysis_time" : "aeiou",
              "first_data_received_time" : "aeiou",
              "start_analysis_time" : "aeiou",
              "last_data_received_time" : "aeiou"
            },
            "rule_info" : {
              "rule_id" : "aeiou",
              "rule_group_id" : "aeiou",
              "matches" : [ {
                "match_element" : "aeiou",
                "match_value" : "aeiou"
              } ]
            },
            "params_info" : {
              "param_info" : [ {
                "param_name" : "aeiou",
                "value" : "aeiou"
              } ]
            },
            "uri" : "aeiou",
            "uri_result_mode" : "aeiou"
          } ]
        },
        "se_hb_recovered_event_details" : {
          "reporting_se_ref" : "aeiou",
          "vs_uuid" : "aeiou",
          "remote_se_ref" : "aeiou",
          "hb_type" : 123
        },
        "metrics_db_disk_details" : {
          "metrics_free_sz" : 1.3579000000000001069366817318950779736042022705078125,
          "metrics_deleted_tables" : [ "aeiou" ],
          "metrics_quota" : 1.3579000000000001069366817318950779736042022705078125
        },
        "server_autoscaleout_complete_info" : {
          "pool_ref" : "aeiou",
          "reason_code" : "aeiou",
          "scaled_out_servers" : [ "" ],
          "reason" : "aeiou",
          "nscaleout" : 123,
          "launch_config_uuid" : "aeiou"
        },
        "cc_tenant_del_details" : {
          "tenants" : [ {
            "num_se" : 123,
            "name" : "aeiou",
            "num_svrgrp" : 123,
            "num_ports" : 123,
            "id" : "aeiou",
            "num_secgrp" : 123
          } ],
          "vtype" : "aeiou",
          "cc_id" : "aeiou"
        },
        "metrics_db_queue_full_details" : {
          "high" : 123456789,
          "instanceport" : 123456789,
          "period" : "aeiou",
          "watermark" : 123456789,
          "low" : 123456789,
          "runtime" : {
            "db_num_oom" : 123,
            "db_num_db_queries" : 123,
            "db_client_name" : "aeiou",
            "db_rum_rows" : 123,
            "db_queue_size" : 123,
            "db_num_client_queries" : 123,
            "db_num_db_resp" : 123,
            "db_num_client_resp" : 123,
            "db_rum_queries" : 123
          },
          "nodeid" : "aeiou"
        },
        "se_hm_vs_details" : {
          "reason" : "aeiou",
          "vip_address" : "",
          "src_uuid" : "aeiou",
          "vip6_address" : "",
          "vip_id" : "aeiou",
          "se_name" : "aeiou",
          "ha_reason" : "aeiou",
          "virtual_service" : "aeiou"
        },
        "cc_vnic_details" : {
          "error_string" : "aeiou",
          "mac_addrs" : [ "aeiou" ],
          "vnics" : [ {
            "vrf_uuid" : "aeiou",
            "status_string" : "aeiou",
            "port_uuid" : "aeiou",
            "subnet_uuid" : "aeiou",
            "mac_address" : "aeiou",
            "network_uuid" : "aeiou",
            "status" : "aeiou"
          } ],
          "vtype" : "aeiou",
          "se_vm_uuid" : "aeiou",
          "cc_id" : "aeiou"
        },
        "aws_asg_notif_details" : {
          "pool_ref" : "aeiou",
          "error_string" : "aeiou",
          "event_type" : "aeiou",
          "instance_id" : "aeiou",
          "instance_ip_addr" : {
            "addr" : "aeiou",
            "type" : "aeiou"
          },
          "vpc_id" : "aeiou",
          "asg_name" : "aeiou",
          "cc_id" : "aeiou"
        },
        "async_patch_state" : {
          "error_message" : "aeiou",
          "merged_patch_id" : 123456789,
          "path" : "aeiou",
          "resource_data" : "aeiou",
          "resource_type" : "aeiou",
          "patch_ids" : "aeiou",
          "error_status_code" : 123,
          "request_data" : "aeiou",
          "resource_name" : "aeiou",
          "user" : "aeiou",
          "status" : "aeiou"
        },
        "crs_deployment_success" : {
          "crs_info" : [ "" ]
        },
        "unbind_vs_se_details" : {
          "reason" : "aeiou",
          "vs_uuid" : "aeiou",
          "ip" : "aeiou",
          "vs_name" : "aeiou",
          "se_name" : "aeiou",
          "ip6" : "aeiou"
        },
        "license_transaction_details" : {
          "cookie" : "aeiou",
          "tier" : "aeiou",
          "tenant_uuid" : "aeiou",
          "overdraft" : true,
          "licensed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "description" : "aeiou",
          "id" : "aeiou",
          "operation" : "aeiou"
        },
        "bind_vs_se_details" : {
          "vip_vnics" : [ "aeiou" ],
          "vs_uuid" : "aeiou",
          "standby" : true,
          "ip" : "aeiou",
          "vs_name" : "aeiou",
          "networks" : [ "aeiou" ],
          "se_name" : "aeiou",
          "type" : "aeiou",
          "ip6" : "aeiou",
          "primary" : true
        },
        "se_ip_removed_event_details" : {
          "mode" : "aeiou",
          "ns" : "aeiou",
          "if_name" : "aeiou",
          "ip" : "aeiou",
          "network_uuid" : "aeiou",
          "linux_name" : "aeiou",
          "mac" : "aeiou",
          "mask" : 123,
          "se_ref" : "aeiou"
        },
        "anomaly_details" : {
          "metric_id" : "aeiou",
          "models" : [ "aeiou" ],
          "server" : "aeiou",
          "deviation" : 1.3579000000000001069366817318950779736042022705078125,
          "model" : "aeiou",
          "obj_type" : "aeiou",
          "metric_timestamp" : "aeiou",
          "priority" : "aeiou",
          "pool_uuid" : "aeiou",
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "pool_name" : "aeiou",
          "node_id" : "aeiou"
        },
        "container_cloud_setup" : "",
        "disable_se_migrate_details" : {
          "vs_uuid" : "aeiou",
          "migrate_params" : {
            "from_se_ref" : "aeiou",
            "to_se_ref" : "aeiou",
            "to_new_se" : true,
            "to_host_ref" : "aeiou",
            "vip_id" : "aeiou",
            "uuid" : "aeiou",
            "new_vcpus" : 123
          }
        },
        "vs_pool_nw_fltr_details" : {
          "filter" : "aeiou",
          "name" : "aeiou",
          "network" : "aeiou"
        },
        "nw_summarized_details" : {
          "subnet_info" : [ {
            "cidr_prefix" : "aeiou",
            "network" : "aeiou"
          } ]
        },
        "license_tier_switch_details" : {
          "reason" : "aeiou",
          "source_tier" : "aeiou",
          "destination_tier" : "aeiou",
          "status" : "aeiou"
        },
        "vca_infra_details" : {
          "error_string" : "aeiou",
          "instance" : "aeiou",
          "cc_id" : "aeiou",
          "privilege" : "aeiou",
          "username" : "aeiou"
        },
        "central_license_subscription_details" : {
          "message" : "aeiou"
        },
        "metric_threshold_up_details" : {
          "metric_id" : "aeiou",
          "server" : "aeiou",
          "entity_uuid" : "aeiou",
          "metric_name" : "aeiou",
          "threshold" : 1.3579000000000001069366817318950779736042022705078125,
          "pool_uuid" : "aeiou",
          "current_value" : 1.3579000000000001069366817318950779736042022705078125
        },
        "network_subnet_details" : {
          "subnet" : "",
          "total" : 123,
          "network_name" : "aeiou",
          "network_uuid" : "aeiou",
          "used" : 123,
          "free" : 123,
          "type" : "aeiou"
        },
        "config_create_details" : {
          "error_message" : "aeiou",
          "path" : "aeiou",
          "resource_data" : "aeiou",
          "resource_type" : "aeiou",
          "request_data" : "aeiou",
          "resource_name" : "aeiou",
          "user" : "aeiou",
          "status" : "aeiou"
        },
        "controller_discontinuous_time_change_event_details" : {
          "node_name" : "aeiou",
          "ntp_servers" : "aeiou",
          "to_time" : "aeiou",
          "from_time" : "aeiou"
        },
        "cloud_autoscaling_config_failure_details" : {
          "error_string" : "aeiou",
          "cc_id" : "aeiou"
        },
        "adaptrepl_event" : {
          "reason" : "aeiou",
          "obj_info" : {
            "event_type" : "aeiou",
            "obj_name" : "aeiou",
            "obj_uuid" : "aeiou"
          },
          "recommendation" : "aeiou"
        },
        "vs_fsm_details" : {
          "vs_rt" : {
            "last_key_rotation_time" : "",
            "redis_port" : 123,
            "vs_update_pending" : {
              "dns_policies" : [ {
                "dns_policy_ref" : "aeiou",
                "index" : 123
              } ],
              "l4_policies" : [ {
                "l4_policy_set_ref" : "aeiou",
                "index" : 123
              } ],
              "azure_availability_set" : "aeiou",
              "enable_autogw" : true,
              "icap_request_profile_refs" : [ "aeiou" ],
              "saml_sp_config" : {
                "sp_metadata" : "aeiou",
                "acs_index" : 123,
                "authn_req_acs_type" : "aeiou",
                "signing_ssl_key_and_certificate_ref" : "aeiou",
                "cookie_timeout" : 123,
                "use_idp_session_timeout" : true,
                "entity_id" : "aeiou",
                "key" : [ "" ],
                "cookie_name" : "aeiou",
                "single_signon_url" : "aeiou"
              },
              "vrf_context_ref" : "aeiou",
              "flow_dist" : "aeiou",
              "dns_info" : [ "" ],
              "content_rewrite" : {
                "rewritable_content_ref" : "aeiou",
                "rsp_rewrite_rules" : [ {
                  "enable" : true,
                  "name" : "aeiou",
                  "index" : 123,
                  "pairs" : [ {
                    "replacement_string" : {
                      "val" : "aeiou",
                      "type" : "aeiou"
                    },
                    "search_string" : {
                      "val" : "aeiou",
                      "type" : "aeiou"
                    }
                  } ]
                } ]
              },
              "type" : "aeiou",
              "traffic_enabled" : true,
              "uuid" : "aeiou",
              "bgp_peer_labels" : [ "aeiou" ],
              "vh_domain_name" : [ "aeiou" ],
              "pool_ref" : "aeiou",
              "delay_fairness" : true,
              "snat_ip" : [ "" ],
              "cloud_ref" : "aeiou",
              "microservice_ref" : "aeiou",
              "error_page_profile_ref" : "aeiou",
              "configpb_attributes" : {
                "version" : 123
              },
              "server_network_profile_ref" : "aeiou",
              "use_vip_as_snat" : true,
              "analytics_policy" : {
                "significant_log_throttle" : 123,
                "all_headers" : true,
                "client_insights" : "aeiou",
                "client_log_filters" : [ {
                  "duration" : 123,
                  "all_headers" : true,
                  "name" : "aeiou",
                  "index" : 123,
                  "client_ip" : "",
                  "uri" : "",
                  "enabled" : true
                } ],
                "client_insights_sampling" : {
                  "client_ip" : {
                    "group_refs" : [ "aeiou" ],
                    "match_criteria" : "aeiou",
                    "prefixes" : [ "" ],
                    "ranges" : [ "" ],
                    "addrs" : [ "" ]
                  },
                  "skip_uris" : "",
                  "sample_uris" : {
                    "match_criteria" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "match_str" : [ "aeiou" ]
                  }
                },
                "metrics_realtime_update" : {
                  "duration" : 123,
                  "enabled" : true
                },
                "udf_log_throttle" : 123,
                "learning_log_policy" : {
                  "port" : 123,
                  "host" : "aeiou",
                  "enabled" : true
                },
                "full_client_logs" : {
                  "duration" : 123,
                  "throttle" : 123,
                  "enabled" : true
                }
              },
              "enable_rhi_snat" : true,
              "sideband_profile" : {
                "ip" : [ "" ],
                "sideband_max_request_body_size" : 123
              },
              "vip" : [ {
                "availability_zone" : "aeiou",
                "ip6_address" : "",
                "subnet" : "",
                "port_uuid" : "aeiou",
                "subnet_uuid" : "aeiou",
                "placement_networks" : [ {
                  "subnet" : "",
                  "subnet6" : "",
                  "network_ref" : "aeiou"
                } ],
                "avi_allocated_vip" : true,
                "vip_id" : "aeiou",
                "ip_address" : "",
                "auto_allocate_floating_ip" : true,
                "enabled" : true,
                "auto_allocate_ip_type" : "aeiou",
                "floating_subnet6_uuid" : "aeiou",
                "auto_allocate_ip" : true,
                "subnet6" : "",
                "floating_ip" : "",
                "floating_subnet_uuid" : "aeiou",
                "avi_allocated_fip" : true,
                "subnet6_uuid" : "aeiou",
                "floating_ip6" : "",
                "ipam_network_subnet" : {
                  "subnet" : "",
                  "subnet_uuid" : "aeiou",
                  "subnet6" : "",
                  "subnet6_uuid" : "aeiou",
                  "network_ref" : "aeiou"
                },
                "network_ref" : "aeiou",
                "prefix_length" : 123,
                "discovered_networks" : [ "" ]
              } ],
              "min_pools_up" : 123,
              "performance_limits" : {
                "max_concurrent_connections" : 123,
                "max_throughput" : 123
              },
              "sp_pool_refs" : [ "aeiou" ],
              "static_dns_records" : [ "" ],
              "advertise_down_vs" : true,
              "fqdn" : "aeiou",
              "bulk_sync_kvcache" : true,
              "vh_parent_vs_ref" : "aeiou",
              "weight" : 123,
              "ldap_vs_config" : {
                "se_auth_ldap_servers_failover_only" : true,
                "se_auth_ldap_conns_per_server" : 123,
                "se_auth_ldap_reconnect_timeout" : 123,
                "realm" : "aeiou",
                "se_auth_ldap_cache_size" : 123,
                "se_auth_ldap_connect_timeout" : 123,
                "se_auth_ldap_request_timeout" : 123,
                "se_auth_ldap_bind_timeout" : 123
              },
              "waf_policy_ref" : "aeiou",
              "created_by" : "aeiou",
              "service_pool_select" : [ {
                "service_protocol" : "aeiou",
                "service_port_range_end" : 123,
                "service_pool_ref" : "aeiou",
                "service_pool_group_ref" : "aeiou",
                "service_port" : 123
              } ],
              "vh_type" : "aeiou",
              "allow_invalid_client_cert" : true,
              "security_policy_ref" : "aeiou",
              "application_profile_ref" : "aeiou",
              "ssl_sess_cache_avg_size" : 123,
              "cloud_type" : "aeiou",
              "scaleout_ecmp" : true,
              "flow_label_type" : "aeiou",
              "name" : "aeiou",
              "cloud_config_cksum" : "aeiou",
              "traffic_clone_profile_ref" : "aeiou",
              "remove_listening_port_on_vs_down" : true,
              "vsvip_ref" : "aeiou",
              "host_name_xlate" : "aeiou",
              "connections_rate_limit" : {
                "rate_limiter" : {
                  "period" : 123,
                  "count" : 123,
                  "name" : "aeiou",
                  "burst_sz" : 123
                },
                "action" : {
                  "redirect" : {
                    "keep_query" : true,
                    "path" : "",
                    "protocol" : "aeiou",
                    "status_code" : "aeiou",
                    "add_string" : "aeiou",
                    "port" : 123,
                    "host" : {
                      "tokens" : [ {
                        "start_index" : 123,
                        "str_value" : "aeiou",
                        "end_index" : 123,
                        "type" : "aeiou"
                      } ],
                      "type" : "aeiou"
                    }
                  },
                  "file" : {
                    "file_content" : "aeiou",
                    "content_type" : "aeiou",
                    "file_length" : 123
                  },
                  "status_code" : "aeiou",
                  "type" : "aeiou"
                },
                "explicit_tracking" : true,
                "fine_grain" : true,
                "http_cookie" : "aeiou",
                "http_header" : "aeiou"
              },
              "network_security_policy_ref" : "aeiou",
              "oauth_vs_config" : {
                "oauth_settings" : [ {
                  "app_settings" : {
                    "oidc_config" : {
                      "oidc_enable" : true,
                      "profile" : true,
                      "userinfo" : true
                    },
                    "client_secret" : "aeiou",
                    "scopes" : [ "aeiou" ],
                    "client_id" : "aeiou"
                  },
                  "resource_server" : {
                    "access_type" : "aeiou",
                    "jwt_params" : {
                      "audience" : "aeiou"
                    },
                    "opaque_token_params" : {
                      "server_secret" : "aeiou",
                      "server_id" : "aeiou"
                    },
                    "introspection_data_timeout" : 123
                  },
                  "auth_profile_ref" : "aeiou"
                } ],
                "cookie_timeout" : 123,
                "redirect_uri" : "aeiou",
                "logout_uri" : "aeiou",
                "post_logout_redirect_uri" : "aeiou",
                "key" : [ {
                  "hmac_key" : "aeiou",
                  "aes_key" : "aeiou",
                  "name" : "aeiou"
                } ],
                "cookie_name" : "aeiou"
              },
              "topology_policies" : [ "" ],
              "description" : "aeiou",
              "vs_datascripts" : [ {
                "index" : 123,
                "vs_datascript_set_ref" : "aeiou"
              } ],
              "jwt_config" : {
                "jwt_name" : "aeiou",
                "audience" : "aeiou",
                "jwt_location" : "aeiou"
              },
              "pool_group_ref" : "aeiou",
              "ssl_key_and_certificate_refs" : [ "aeiou" ],
              "ssl_profile_ref" : "aeiou",
              "enabled" : true,
              "_last_modified" : "aeiou",
              "limit_doser" : true,
              "se_group_ref" : "aeiou",
              "network_profile_ref" : "aeiou",
              "close_client_conn_on_config_update" : true,
              "max_cps_per_client" : 123,
              "sso_policy_ref" : "aeiou",
              "http_policies" : [ {
                "http_policy_set_ref" : "aeiou",
                "index" : 123
              } ],
              "analytics_profile_ref" : "aeiou",
              "service_metadata" : "aeiou",
              "use_bridge_ip_as_vip" : true,
              "requests_rate_limit" : "",
              "bot_policy_ref" : "aeiou",
              "enable_rhi" : true,
              "services" : [ "" ],
              "url" : "aeiou",
              "test_se_datastore_level_1_ref" : "aeiou",
              "active_standby_se_tag" : "aeiou",
              "nsx_securitygroup" : [ "aeiou" ],
              "ssl_profile_selectors" : [ {
                "ssl_profile_ref" : "aeiou",
                "client_ip_list" : ""
              } ],
              "vh_matches" : [ {
                "path" : [ {
                  "match_criteria" : "aeiou",
                  "string_group_refs" : [ "aeiou" ],
                  "match_decoded_string" : true,
                  "match_str" : [ "aeiou" ],
                  "match_case" : "aeiou"
                } ],
                "host" : "aeiou",
                "rules" : [ {
                  "name" : "aeiou",
                  "matches" : {
                    "cookie" : {
                      "match_criteria" : "aeiou",
                      "name" : "aeiou",
                      "value" : "aeiou",
                      "match_case" : "aeiou"
                    },
                    "method" : {
                      "match_criteria" : "aeiou",
                      "methods" : [ "aeiou" ]
                    },
                    "host_hdr" : {
                      "match_criteria" : "aeiou",
                      "value" : [ "aeiou" ],
                      "match_case" : "aeiou"
                    },
                    "ip_reputation_type" : {
                      "reputation_types" : [ "aeiou" ],
                      "match_operation" : "aeiou"
                    },
                    "query" : {
                      "match_criteria" : "aeiou",
                      "string_group_refs" : [ "aeiou" ],
                      "match_decoded_string" : true,
                      "match_str" : [ "aeiou" ],
                      "match_case" : "aeiou"
                    },
                    "vs_port" : {
                      "match_criteria" : "aeiou",
                      "ports" : [ "" ]
                    },
                    "hdrs" : [ {
                      "match_criteria" : "aeiou",
                      "hdr" : "aeiou",
                      "value" : [ "aeiou" ],
                      "match_case" : "aeiou"
                    } ],
                    "version" : {
                      "match_criteria" : "aeiou",
                      "versions" : [ "aeiou" ]
                    },
                    "tls_fingerprint_match" : {
                      "match_operation" : "aeiou",
                      "string_group_refs" : [ "aeiou" ],
                      "fingerprints" : [ "aeiou" ]
                    },
                    "source_ip" : "",
                    "path" : "",
                    "geo_matches" : [ {
                      "match_operation" : "aeiou",
                      "values" : [ "aeiou" ],
                      "attribute" : "aeiou"
                    } ],
                    "protocol" : {
                      "match_criteria" : "aeiou",
                      "protocols" : "aeiou"
                    },
                    "client_ip" : "",
                    "bot_detection_result" : {
                      "classifications" : [ "" ],
                      "match_operation" : "aeiou"
                    }
                  }
                } ]
              } ],
              "tenant_ref" : "aeiou",
              "ign_pool_net_reach" : true,
              "markers" : [ {
                "values" : [ "aeiou" ],
                "key" : "aeiou"
              } ],
              "vsvip_cloud_config_cksum" : "aeiou",
              "east_west_placement" : true
            },
            "one_plus_one_ha" : true,
            "lif" : [ "aeiou" ],
            "ipam_dns_records" : [ {
              "ip6_address" : [ {
                "ip6_address" : ""
              } ],
              "mx_records" : [ {
                "host" : "aeiou",
                "priority" : 123
              } ],
              "metadata" : "aeiou",
              "fqdn" : [ "aeiou" ],
              "ns" : [ {
                "ip6_address" : "",
                "ip_address" : "",
                "nsname" : "aeiou"
              } ],
              "cname" : "",
              "description" : "aeiou",
              "ip_address" : [ {
                "ip_address" : ""
              } ],
              "type" : "aeiou",
              "ttl" : 123,
              "wildcard_match" : true,
              "txt_records" : [ {
                "text_str" : "aeiou"
              } ],
              "num_records_in_response" : 123,
              "service_locator" : [ {
                "port" : 123,
                "weight" : 123,
                "priority" : 123,
                "target" : "aeiou"
              } ],
              "delegated" : true,
              "algorithm" : "aeiou"
            } ],
            "type" : "aeiou",
            "uuid" : "aeiou",
            "vip_runtime" : [ {
              "migrate_scalein_pending" : true,
              "supp_runtime_status" : "",
              "scale_status" : "",
              "first_time_placement" : true,
              "requested_resource" : "",
              "scalein_in_progress" : true,
              "ev_status" : {
                "result" : "aeiou",
                "request" : "aeiou",
                "notes" : [ "aeiou" ]
              },
              "first_se_assigned_time" : "",
              "marked_for_delete" : true,
              "warmstart_resync_done" : true,
              "se_list" : [ {
                "vip6_subnet_mask" : 123,
                "vlan_id" : 123,
                "memory" : 123,
                "cloud_programming_status" : "aeiou",
                "is_primary" : true,
                "se_ready_in_progress" : true,
                "is_standby" : true,
                "active_on_cloud" : true,
                "vip_intf_ip" : "",
                "snat_ip" : "",
                "vip_intf_list" : [ {
                  "vip_intf_ip" : "",
                  "vip_intf_ip6" : "",
                  "vip_intf_mac" : "aeiou",
                  "vlan_id" : 123,
                  "networks" : [ "" ],
                  "is_portchannel" : true
                } ],
                "attach_ip_in_progress" : true,
                "detach_ip_in_progress" : true,
                "active_on_se" : true,
                "se_programming_done" : true,
                "se_ref" : "aeiou",
                "floating_intf_ip6_addresses" : [ "" ],
                "mgmt_ip6" : "",
                "vip_subnet_mask" : 123,
                "mgmt_ip" : "",
                "vnic" : [ {
                  "lif" : "aeiou",
                  "type" : "aeiou",
                  "mac" : "aeiou"
                } ],
                "sec_idx" : 123,
                "cloud_programming_done" : true,
                "vcpus" : 123,
                "admin_down_requested" : true,
                "vip_intf_mac" : "aeiou",
                "scaleout_in_progress" : true,
                "incarnation" : "aeiou",
                "delete_in_progress" : true,
                "floating_intf_ip" : [ "" ],
                "is_portchannel" : true
              } ],
              "migrate_scaleout_pending" : true,
              "num_additional_se" : 123,
              "progress_percent" : 123,
              "user_scaleout_pending" : true,
              "fsm_state_id" : "aeiou",
              "vip_id" : "aeiou",
              "warmstart_resync_sent" : true,
              "metrics_mgr_port" : "aeiou",
              "fsm_state_name" : "aeiou",
              "ev" : [ "aeiou" ],
              "scalein_request" : "",
              "last_scale_status" : {
                "end_time_str" : "aeiou",
                "placement_read_fail_cnt" : 123,
                "reason" : [ "aeiou" ],
                "num_se_assigned" : 123,
                "reason_code" : 123456789,
                "scale_se" : "aeiou",
                "num_se_requested" : 123,
                "vip_placement_resolution_info" : {
                  "ip" : "",
                  "networks" : [ {
                    "subnet" : [ "" ],
                    "subnet6" : [ "" ],
                    "network_ref" : "aeiou"
                  } ],
                  "pool_uuid" : "aeiou"
                },
                "action" : "aeiou",
                "start_time_str" : "aeiou",
                "state" : "aeiou",
                "reason_code_string" : "aeiou",
                "action_success" : true
              },
              "migrate_in_progress" : true,
              "last_changed_time" : "",
              "scaleout_in_progress" : true,
              "prev_metrics_mgr_port" : "aeiou",
              "migrate_request" : ""
            } ],
            "east_west" : true,
            "marked_for_delete" : true,
            "is_dns_vs" : true,
            "prev_controller_ip" : "aeiou",
            "num_additional_se" : 123,
            "controller_ip" : "aeiou",
            "gslb_dns_update" : {
              "send_interval" : 123,
              "gslb_geo_db_profile_uuids" : [ "aeiou" ],
              "gslb_uuids" : [ "aeiou" ],
              "obj_info" : [ {
                "obj" : {
                  "gslb_geo_db_profile_uuid" : "aeiou",
                  "gslb_uuid" : "aeiou",
                  "gslb_service_uuid" : "aeiou"
                },
                "object_uuid" : "aeiou",
                "pb_name" : "aeiou",
                "state" : "aeiou"
              } ],
              "gslb_service_uuids" : [ "aeiou" ],
              "clear_on_max_retries" : 123,
              "uuid" : "aeiou"
            },
            "sec_mgr_info" : {
              "thresholds" : [ {
                "attack_type" : "aeiou",
                "threshold" : 123456789
              } ]
            },
            "metrics_mgr_port" : "aeiou",
            "self_se_election" : true,
            "key_rotation_count" : 123456789,
            "version" : 123456789,
            "tls_ticket_key" : [ {
              "hmac_key" : "aeiou",
              "aes_key" : "aeiou",
              "name" : "aeiou"
            } ],
            "datapath_debug" : {
              "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
                }
              },
              "latency_audit_filters" : "",
              "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,
                "src_port_range_end" : 123,
                "dst_port_start" : 123,
                "tcp_push" : true,
                "capture_ip" : {
                  "prefixes" : [ "" ],
                  "ranges" : [ {
                    "end" : "",
                    "begin" : ""
                  } ],
                  "addrs" : [ "" ]
                },
                "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" ]
              }
            },
            "last_changed_time" : "",
            "vh_child_vs_ref" : [ "aeiou" ],
            "manual_placement" : true,
            "prev_metrics_mgr_port" : "aeiou",
            "redis_db" : 123
          },
          "vs_uuid" : "aeiou",
          "vip_id" : "aeiou"
        },
        "vcenter_tag_event_details" : {
          "error_string" : "aeiou",
          "vm_id" : "aeiou",
          "cc_id" : "aeiou"
        },
        "vs_error_details" : {
          "error_message" : "aeiou",
          "vs_uuid" : "aeiou",
          "se_assigned" : [ "" ],
          "se_requested" : "",
          "ip" : "aeiou",
          "rpc_status" : 123456789,
          "ip6" : "aeiou"
        },
        "rebalance_scaleout_details" : {
          "vs_uuid" : "aeiou",
          "scaleout_params" : {
            "to_se_ref" : "aeiou",
            "to_new_se" : true,
            "admin_up" : true,
            "to_host_ref" : "aeiou",
            "vip_id" : "aeiou",
            "uuid" : "aeiou",
            "new_vcpus" : 123
          }
        },
        "nsxt_rule_details" : {
          "dests" : [ "aeiou" ],
          "error_string" : "aeiou",
          "sources" : [ "aeiou" ],
          "pool" : "aeiou",
          "action" : "aeiou",
          "segroup" : "aeiou",
          "services" : [ "aeiou" ],
          "destexclude" : true,
          "direction" : "aeiou"
        },
        "albservices_status_details" : {
          "reason" : "aeiou",
          "connectivity" : "aeiou",
          "registration" : "aeiou"
        },
        "pool_deployment_failure_info" : {
          "curr_in_service_pool_ref" : "aeiou",
          "webhook_result" : true,
          "webhook_reason" : "aeiou",
          "curr_in_service_pool_name" : "aeiou",
          "results" : [ {
            "result" : true,
            "metric_value" : 1.3579000000000001069366817318950779736042022705078125,
            "rule" : {
              "metric_id" : "aeiou",
              "threshold" : 1.3579000000000001069366817318950779736042022705078125,
              "operator" : "aeiou"
            }
          } ],
          "uuid" : "aeiou",
          "ratio" : 123
        },
        "nsxt_service_details" : {
          "error_string" : "aeiou",
          "service" : "aeiou"
        },
        "server_autoscalein_info" : {
          "pool_ref" : "aeiou",
          "reason_code" : "aeiou",
          "reason" : "aeiou",
          "scalein_server_candidates" : [ "" ],
          "load" : 1.3579000000000001069366817318950779736042022705078125,
          "alertconfig_ref" : "aeiou",
          "scheduled_desired_capacity" : 123,
          "alertconfig_name" : "aeiou",
          "num_servers_up" : 123,
          "available_capacity" : 1.3579000000000001069366817318950779736042022705078125,
          "num_scalein_servers" : 123
        },
        "cc_health_details" : {
          "error_string" : "aeiou",
          "num_fails" : 123,
          "last_ok" : "aeiou",
          "vtype" : "aeiou",
          "cc_id" : "aeiou",
          "last_fail" : "aeiou",
          "first_fail" : "aeiou"
        },
        "aws_asg_deletion_details" : {
          "asgs" : [ "aeiou" ],
          "cc_id" : "aeiou",
          "pool_uuid" : "aeiou"
        },
        "spawn_se_details" : {
          "availability_zone" : "aeiou",
          "reason" : "aeiou",
          "memory" : 123,
          "status_code" : 123456789,
          "cloud_name" : "aeiou",
          "vs_name" : "aeiou",
          "se_grp_uuid" : "aeiou",
          "networks" : [ "aeiou" ],
          "se_name" : "aeiou",
          "vcpus" : 123,
          "host_uuid" : "aeiou",
          "cloud_uuid" : "aeiou",
          "flavor_name" : "aeiou",
          "vs_uuid" : "aeiou",
          "se_cookie" : "aeiou",
          "se_grp_name" : "aeiou",
          "network_names" : [ "aeiou" ],
          "host_name" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "tencent_info" : {
          "error_string" : "aeiou",
          "vpc_id" : "aeiou",
          "cc_id" : "aeiou",
          "region" : "aeiou"
        },
        "se_ntp_synchronization_failed" : {
          "ntp_servers" : "aeiou",
          "se_name" : "aeiou",
          "se_ref" : "aeiou"
        },
        "mgmt_nw_change_details" : {
          "existing_nw" : "aeiou",
          "new_nw" : "aeiou",
          "vcenter" : "aeiou"
        },
        "os_ip_details" : {
          "error_string" : "aeiou",
          "port_uuid" : "aeiou",
          "mac_addr" : "aeiou",
          "ip" : "",
          "se_vm_uuid" : "aeiou"
        },
        "cloud_asg_notif_details" : {
          "pool_ref" : "aeiou",
          "error_string" : "aeiou",
          "asg_name" : "aeiou",
          "cc_id" : "aeiou"
        },
        "nsxt_endpoint_details" : {
          "error_string" : "aeiou",
          "endpoint" : "aeiou",
          "targetIps" : [ "aeiou" ],
          "segroup" : "aeiou",
          "services" : [ "aeiou" ],
          "tier1" : "aeiou"
        },
        "all_seupgrade_event_details" : {
          "request" : {
            "patch" : true,
            "rollback" : true,
            "suspend_on_failure" : true,
            "resume_from_suspend" : true,
            "disruptive" : true,
            "patch_rollback" : true,
            "se_group_refs" : [ "aeiou" ],
            "skip_suspended" : true,
            "uuid" : "aeiou"
          },
          "notes" : [ "aeiou" ],
          "num_se" : 123,
          "num_vs" : 123
        },
        "server_autoscalein_complete_info" : {
          "pool_ref" : "aeiou",
          "reason_code" : "aeiou",
          "reason" : "aeiou",
          "scaled_in_servers" : [ {
            "port" : 123,
            "ip" : "",
            "external_uuid" : "aeiou"
          } ],
          "nscalein" : 123
        },
        "se_gateway_heartbeat_failed_details" : {
          "vrf_uuid" : "aeiou",
          "gateway_ip" : "aeiou",
          "vrf_name" : "aeiou"
        },
        "cluster_leader_failover_details" : {
          "previous_leader_node" : "",
          "leader_node" : {
            "static_routes" : [ {
              "route_id" : "aeiou",
              "disable_gateway_monitor" : true,
              "next_hop" : "",
              "prefix" : "",
              "if_name" : "aeiou",
              "labels" : [ {
                "value" : "aeiou",
                "key" : "aeiou"
              } ]
            } ],
            "vm_mor" : "aeiou",
            "public_ip_or_name" : "",
            "interfaces" : [ {
              "mode" : "aeiou",
              "mode6" : "aeiou",
              "public_ip_or_name" : "",
              "mac_address" : "aeiou",
              "if_name" : "aeiou",
              "ip" : {
                "ip_addr" : "",
                "mask" : 123
              },
              "gateway6" : "",
              "gateway" : "",
              "ip6" : "",
              "labels" : [ "aeiou" ]
            } ],
            "password" : "aeiou",
            "vm_uuid" : "aeiou",
            "ip" : "",
            "name" : "aeiou",
            "categories" : [ "aeiou" ],
            "vm_hostname" : "aeiou",
            "vm_name" : "aeiou"
          }
        },
        "log_agent_event_details" : {
          "protocol" : "aeiou",
          "tcp_detail" : {
            "error_reason" : "aeiou",
            "port" : "aeiou",
            "host" : "aeiou",
            "error_code" : "aeiou"
          },
          "type" : "aeiou"
        },
        "vcenter_cluster_details" : {
          "cluster" : "aeiou",
          "error_string" : "aeiou",
          "hosts" : [ "aeiou" ],
          "vc_url" : "aeiou",
          "cc_id" : "aeiou"
        },
        "app_signature_event_data" : {
          "reason" : "aeiou",
          "last_successful_updated_time" : "aeiou",
          "status" : "aeiou"
        },
        "vcenter_connectivity_status" : {
          "cloud" : "aeiou",
          "vcenter" : "aeiou",
          "datacenter" : "aeiou"
        },
        "nw_subnet_clash_details" : {
          "ip_nw" : "aeiou",
          "networks" : [ "aeiou" ]
        },
        "se_vs_pkt_buf_high_event_details" : {
          "threshold" : 123,
          "current_value" : 123,
          "virtual_service" : "aeiou"
        },
        "crs_details" : "",
        "cluster_node_started_details" : {
          "ip" : "",
          "node_name" : "aeiou"
        },
        "cc_dns_update_details" : {
          "dns_fqdn" : "aeiou",
          "error_string" : "aeiou",
          "vs_uuid" : "aeiou",
          "vtype" : "aeiou",
          "cc_id" : "aeiou",
          "fip" : "",
          "vip" : ""
        },
        "config_user_logout_details" : {
          "error_message" : "aeiou",
          "client_ip" : "aeiou",
          "user" : "aeiou",
          "local" : true,
          "status" : "aeiou"
        },
        "license_details" : {
          "license_id" : "aeiou",
          "license_type" : "aeiou",
          "name" : "aeiou",
          "expiry_at" : "aeiou",
          "backend_servers" : 123
        },
        "se_thresh_event_details" : {
          "curr_value" : 123456789,
          "thresh" : 123456789
        },
        "sec_mgr_data_event" : {
          "name" : "aeiou",
          "error" : "aeiou"
        },
        "attach_ip_status_details" : {
          "reason" : "aeiou",
          "vs_name" : "aeiou",
          "vip_id" : "aeiou",
          "se_name" : "aeiou"
        },
        "azure_mp_info" : {
          "offer" : "aeiou",
          "subscription_id" : "aeiou",
          "reason" : "aeiou",
          "resource_group" : "aeiou",
          "skus" : [ "aeiou" ],
          "publisher" : "aeiou",
          "vnet_id" : "aeiou",
          "cc_id" : "aeiou",
          "status" : "aeiou"
        },
        "rate_limiter_event_details" : {
          "error_message" : "aeiou",
          "rl_resource_type" : "aeiou",
          "rl_resource_name" : "aeiou",
          "status" : "aeiou"
        },
        "config_update_details" : {
          "error_message" : "aeiou",
          "path" : "aeiou",
          "old_resource_data" : "aeiou",
          "resource_type" : "aeiou",
          "request_data" : "aeiou",
          "resource_name" : "aeiou",
          "user" : "aeiou",
          "new_resource_data" : "aeiou",
          "status" : "aeiou"
        },
        "config_password_change_request_details" : {
          "user_email" : "aeiou",
          "client_ip" : "aeiou",
          "user" : "aeiou",
          "status" : "aeiou"
        },
        "cluster_config_failed_details" : {
          "reason" : "aeiou"
        },
        "ssl_ignored_details" : {
          "reason" : "aeiou",
          "name" : "aeiou"
        },
        "pool_server_delete_details" : {
          "server_ip" : [ "aeiou" ],
          "pool_name" : "aeiou"
        },
        "config_user_login_details" : {
          "error_message" : "aeiou",
          "remote_attributes" : "aeiou",
          "client_ip" : "aeiou",
          "client_type" : "aeiou",
          "user" : "aeiou",
          "local" : true,
          "status" : "aeiou"
        },
        "docker_ucp_details" : {
          "reason" : "aeiou",
          "new_hosts" : [ "aeiou" ],
          "failed_hosts" : [ "aeiou" ],
          "docker_ucp_access" : true,
          "hosts" : [ "aeiou" ],
          "ucp_nodes" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        },
        "config_action_details" : {
          "error_message" : "aeiou",
          "path" : "aeiou",
          "parameter_data" : "aeiou",
          "action_name" : "aeiou",
          "resource_type" : "aeiou",
          "resource_name" : "aeiou",
          "user" : "aeiou",
          "status" : "aeiou"
        },
        "se_hm_pool_details" : {
          "server" : {
            "failure_code" : "aeiou",
            "hostname" : "aeiou",
            "port" : 123,
            "ip" : "",
            "description" : "aeiou",
            "shm" : [ "" ],
            "app_info" : [ "" ],
            "ssl_error_code" : "aeiou"
          },
          "pool" : "aeiou",
          "src_uuid" : "aeiou",
          "se_name" : "aeiou",
          "percent_servers_up" : "aeiou",
          "ha_reason" : "aeiou",
          "virtual_service" : "aeiou"
        },
        "se_reconcile_details" : {
          "new_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "tier" : "aeiou",
          "old_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
          "tenant_uuid" : "aeiou",
          "se_uuid" : "aeiou"
        },
        "seupgrade_disrupted_details" : {
          "notes" : [ "aeiou" ],
          "vs_uuid" : "aeiou",
          "ip" : "aeiou",
          "vip_id" : "aeiou"
        },
        "vcenter_disc_failure" : {
          "vcenter" : "aeiou",
          "state" : "aeiou"
        },
        "pool_deployment_success_info" : {
          "prev_in_service_pool_ref" : "aeiou",
          "webhook_result" : true,
          "webhook_reason" : "aeiou",
          "prev_in_service_pool_name" : "aeiou",
          "results" : [ "" ],
          "uuid" : "aeiou",
          "ratio" : 123
        },
        "gcp_info" : {
          "reason" : "aeiou",
          "subnet" : "aeiou",
          "route_name" : "aeiou",
          "vs_name" : "aeiou",
          "project" : "aeiou",
          "nhop_inst" : "aeiou",
          "network" : "aeiou",
          "hostname" : "aeiou",
          "vs_uuid" : "aeiou",
          "zone" : "aeiou",
          "cc_id" : "aeiou",
          "vip" : "",
          "nhop_ip" : ""
        },
        "se_high_ingress_proc_latency_event_details" : {
          "flow_core" : 123,
          "max_disp_to_proxy_queing_delay" : 123,
          "event_count" : 123456789,
          "vs_name" : "aeiou",
          "max_dispatcher_proc_time" : 123,
          "se_name" : "aeiou",
          "vs_ref" : "aeiou",
          "dispatcher_core" : [ "" ],
          "se_ref" : "aeiou"
        },
        "psm_program_details" : {
          "name" : "aeiou",
          "error" : "aeiou"
        },
        "se_ip_added_event_details" : {
          "mode" : "aeiou",
          "ns" : "aeiou",
          "if_name" : "aeiou",
          "ip" : "aeiou",
          "network_uuid" : "aeiou",
          "linux_name" : "aeiou",
          "mac" : "aeiou",
          "mask" : 123,
          "se_ref" : "aeiou"
        },
        "semigrate_event_details" : {
          "reason" : [ "aeiou" ],
          "vs_uuid" : "aeiou",
          "vs_name" : "aeiou",
          "se_name" : "aeiou",
          "num_vs" : 123,
          "se_uuid" : "aeiou"
        },
        "oci_info" : {
          "reason" : "aeiou",
          "tenancy" : "aeiou",
          "compartment_id" : "aeiou",
          "cc_id" : "aeiou",
          "vcn_id" : "aeiou",
          "status" : "aeiou"
        },
        "se_persistence_details" : {
          "entries" : 123,
          "pool" : "aeiou",
          "type" : "aeiou"
        },
        "nsxt_t1_seg_details" : {
          "error_string" : "aeiou",
          "t1seg" : [ {
            "segment" : "aeiou",
            "tier1" : "aeiou"
          } ],
          "cc_id" : "aeiou"
        },
        "cluster_service_failed_details" : {
          "service_name" : "aeiou",
          "node_name" : "aeiou"
        },
        "os_infra_details" : {
          "error_string" : "aeiou",
          "keystone_host" : "aeiou",
          "admin_tenant" : "aeiou",
          "auth_url" : "aeiou",
          "cc_id" : "aeiou",
          "privilege" : "aeiou"
        },
        "database_event_info" : {
          "component" : "aeiou",
          "message" : "aeiou"
        },
        "se_hm_gs_details" : {
          "reason" : "aeiou",
          "src_uuid" : "aeiou",
          "se_name" : "aeiou",
          "ha_reason" : "aeiou",
          "gslb_service" : "aeiou"
        },
        "seupgrade_event_details" : {
          "notes" : [ "aeiou" ],
          "se_grp_uuid" : "aeiou",
          "num_vs" : 123,
          "se_uuid" : "aeiou"
        },
        "system_report_event_details" : {
          "summary" : {
            "previews" : [ "aeiou" ],
            "description" : "aeiou",
            "title" : "aeiou"
          },
          "downloadable" : true,
          "image_ref" : "aeiou",
          "readiness_reports" : [ {
            "node_ref" : "aeiou",
            "node_type" : "aeiou",
            "obj_cloud_ref" : "aeiou",
            "name" : "aeiou",
            "system_readiness" : {
              "duration" : 123,
              "checks_completed" : 123,
              "start_time" : "aeiou",
              "image_ref" : "aeiou",
              "checks" : [ {
                "duration" : 123,
                "start_time" : "aeiou",
                "error_details" : [ "aeiou" ],
                "check_code" : "aeiou",
                "end_time" : "aeiou",
                "description" : "aeiou",
                "details" : [ "aeiou" ],
                "state" : "aeiou"
              } ],
              "total_checks" : 123,
              "end_time" : "aeiou",
              "patch_image_ref" : "aeiou",
              "state" : {
                "reason" : "aeiou",
                "rebooted" : true,
                "last_changed_time" : "",
                "state" : "aeiou"
              },
              "upgrade_ops" : "aeiou"
            }
          } ],
          "archive_ref" : "aeiou",
          "uuid" : "aeiou",
          "url" : "aeiou",
          "_last_modified" : "aeiou",
          "se_patch_image_ref" : "aeiou",
          "tenant_ref" : "aeiou",
          "controller_patch_image_ref" : "aeiou",
          "name" : "aeiou",
          "state" : {
            "reason" : "aeiou",
            "last_changed_time" : "",
            "state" : "aeiou"
          },
          "events" : [ {
            "duration" : 123,
            "start_time" : "aeiou",
            "end_time" : "aeiou",
            "event_name" : "aeiou",
            "messages" : [ "aeiou" ],
            "status" : "aeiou"
          } ]
        },
        "ssl_expire_details" : {
          "days_left" : 123,
          "name" : "aeiou"
        },
        "marathon_service_port_conflict_details" : {
          "app_name" : "aeiou",
          "marathon_url" : "aeiou",
          "port" : 123,
          "cc_id" : "aeiou"
        },
        "os_se_vm_details" : {
          "error_string" : "aeiou",
          "se_vm_uuid" : "aeiou"
        },
        "se_dupip_event_details" : {
          "remote_mac" : "aeiou",
          "vnic_name" : "aeiou",
          "local_mac" : "aeiou",
          "vnic_ip" : "aeiou"
        },
        "cluster_node_add_details" : {
          "role" : "aeiou",
          "ip" : "",
          "node_name" : "aeiou"
        },
        "se_licensed_bandwdith_exceeded_event_details" : {
          "num_pkts_dropped" : 123,
          "se_ref" : "aeiou"
        },
        "container_cloud_sevice" : {
          "reason" : "aeiou",
          "service" : "aeiou",
          "cc_id" : "aeiou",
          "object" : "aeiou",
          "status" : "aeiou"
        },
        "se_ipfailure_event_details" : {
          "vnic_name" : "aeiou",
          "network_uuid" : "aeiou",
          "mac" : "aeiou",
          "se_ref" : "aeiou"
        }
      },
      "obj_type" : "aeiou",
      "obj_uuid" : "aeiou",
      "is_security_event" : true,
      "tenant" : "aeiou"
    } ],
    "timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "summary" : "aeiou",
    "level" : "aeiou",
    "conn_events" : [ {
      "server_rx_pkts" : 123456789,
      "start_timestamp" : 123456789,
      "proxy_protocol" : "aeiou",
      "ssl_cipher" : "aeiou",
      "timeouts" : 123,
      "out_of_orders" : 123,
      "server_retransmits" : 123,
      "mss" : 123,
      "gslbpool_name" : "aeiou",
      "microservice_name" : "aeiou",
      "protocol" : "aeiou",
      "tx_pkts" : 123456789,
      "avg_ingress_latency_be" : 123,
      "server_ip" : 123,
      "total_bytes" : 123456789,
      "server_conn_src_ip6" : "aeiou",
      "avg_ingress_latency_fe" : 123,
      "client_ip" : 123,
      "total_time" : 123456789,
      "adf" : true,
      "conn_est_time_be" : 123,
      "server_rx_bytes" : 123456789,
      "server_tx_bytes" : 123456789,
      "dns_tcp_conn_close_from_se" : true,
      "server_conn_src_ip" : 123,
      "server_total_bytes" : 123456789,
      "total_pkts" : 123456789,
      "pool" : "aeiou",
      "rx_pkts" : 123456789,
      "server_zero_window_size_events" : 123,
      "persistence_used" : true,
      "significant" : 123456789,
      "ssl_session_id" : "aeiou",
      "average_turntime" : 123,
      "conn_est_time_fe" : 123,
      "sip_log" : {
        "sip_callid_hdr" : "aeiou",
        "sip_from_hdr" : "aeiou",
        "sip_messages" : [ {
          "from_client" : true,
          "status_code" : 123,
          "method" : "aeiou",
          "rx_bytes" : 123,
          "rcv_timestamp" : 123456789,
          "content" : "aeiou",
          "tx_bytes" : 123,
          "status" : "aeiou"
        } ],
        "sip_to_hdr" : "aeiou",
        "sip_contact_hdr" : "aeiou",
        "server_protocol" : "aeiou"
      },
      "client_dest_port" : 123,
      "num_window_shrink" : 123,
      "vs_ip6" : "aeiou",
      "ds_log" : "aeiou",
      "zero_window_size_events" : 123,
      "dns_ips" : [ "" ],
      "udf" : true,
      "server_total_pkts" : 123456789,
      "ssl_version" : "aeiou",
      "num_syn_retransmit" : 123,
      "virtualservice" : "aeiou",
      "max_ingress_latency_fe" : 123,
      "client_ip6" : "aeiou",
      "server_name" : "aeiou",
      "dns_etype" : "aeiou",
      "service_engine" : "aeiou",
      "client_rtt" : 123,
      "gslbservice" : "aeiou",
      "microservice" : "aeiou",
      "ocsp_status_resp_sent" : true,
      "client_src_port" : 123,
      "max_ingress_latency_be" : 123,
      "network_security_policy_rule_name" : "aeiou",
      "server_dest_port" : 123,
      "dns_response" : {
        "response_code" : "aeiou",
        "records" : [ {
          "addr_ip" : 123,
          "vs_name" : "aeiou",
          "cname" : "aeiou",
          "priority" : 123,
          "type" : "aeiou",
          "nsname" : "aeiou",
          "ttl" : 123,
          "site_name" : "aeiou",
          "addr6_ip_str" : "aeiou",
          "text_rdata" : "aeiou",
          "port" : 123,
          "name" : "aeiou",
          "location" : "",
          "mail_server" : "aeiou",
          "dclass" : 123
        } ],
        "fallback_algorithm_used" : true,
        "recursion_available" : true,
        "recursion_desired" : true,
        "query_or_response" : true,
        "authoritative_answer" : true,
        "is_wildcard" : true,
        "opcode" : "aeiou",
        "question_count" : 123,
        "nameserver_records_count" : 123,
        "opt_record" : "",
        "additional_records_count" : 123,
        "truncation" : true,
        "answer_records_count" : 123
      },
      "server_src_port" : 123,
      "client_location" : "aeiou",
      "rx_bytes" : 123456789,
      "server_rtt" : 123,
      "gslbservice_name" : "aeiou",
      "server_ip6" : "aeiou",
      "sni_hostname" : "aeiou",
      "vs_ip" : 123,
      "num_transaction" : 123,
      "tx_bytes" : 123456789,
      "dns_fqdn" : "aeiou",
      "dns_qtype" : "aeiou",
      "log_id" : 123,
      "retransmits" : 123,
      "vcpu_id" : 123,
      "connection_ended" : true,
      "pool_name" : "aeiou",
      "report_timestamp" : 123456789,
      "significance" : "aeiou",
      "client_log_filter_name" : "aeiou",
      "server_out_of_orders" : 123,
      "server_timeouts" : 123,
      "significant_log" : [ "aeiou" ],
      "dns_request" : {
        "question_count" : 123,
        "identifier" : 123,
        "nameserver_records_count" : 123,
        "client_location" : {
          "latitude" : 1.3579000000000001069366817318950779736042022705078125,
          "name" : "aeiou",
          "tag" : "aeiou",
          "longitude" : 1.3579000000000001069366817318950779736042022705078125
        },
        "checking_disabled" : true,
        "recursion_desired" : true,
        "authentic_data" : true,
        "query_or_response" : true,
        "opt_record" : {
          "udp_payload_size" : 123,
          "dnssec_ok" : true,
          "options" : [ {
            "addr_family" : 123,
            "code" : "aeiou",
            "subnet_ip6" : "aeiou",
            "scope_prefix_len" : 123,
            "source_prefix_len" : 123,
            "subnet_ip" : 123
          } ],
          "version" : 123
        },
        "additional_records_count" : 123,
        "opcode" : "aeiou",
        "answer_records_count" : 123
      },
      "server_tx_pkts" : 123456789,
      "server_num_window_shrink" : 123
    } ],
    "last_throttle_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "url" : "aeiou",
    "metric_info" : [ {
      "metric_id" : "aeiou",
      "end_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
      "time_series" : {
        "metric_id" : "aeiou",
        "entity_uuid" : "aeiou",
        "stop" : "aeiou",
        "series" : [ {
          "data" : [ {
            "page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
            "prediction_interval_high" : 1.3579000000000001069366817318950779736042022705078125,
            "prediction_interval_low" : 1.3579000000000001069366817318950779736042022705078125,
            "service_time" : 1.3579000000000001069366817318950779736042022705078125,
            "value_str" : "aeiou",
            "client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
            "waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
            "is_null" : true,
            "dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
            "dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
            "value_str_desc" : "aeiou",
            "connection_time" : 1.3579000000000001069366817318950779736042022705078125,
            "page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
            "rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
            "blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
            "server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
            "redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
            "application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
            "browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
            "value" : 1.3579000000000001069366817318950779736042022705078125,
            "num_samples" : 123,
            "timestamp" : "aeiou"
          } ],
          "header" : {
            "server" : "aeiou",
            "obj_id" : "aeiou",
            "obj_id_type" : "aeiou",
            "serviceengine_uuid" : "aeiou",
            "derivation_data" : {
              "skip_backend_derivation" : true,
              "include_derivation_metrics" : true,
              "derivation_fn" : "aeiou",
              "exclude_derived_metric" : true,
              "metric_ids" : "aeiou",
              "second_order_derivation" : true,
              "join_tables" : "aeiou",
              "result_has_additional_fields" : true
            },
            "metrics_min_scale" : 1.3579000000000001069366817318950779736042022705078125,
            "units" : "aeiou",
            "priority" : true,
            "entity_uuid" : "aeiou",
            "tenant_uuid" : "aeiou",
            "metrics_sum_agg_invalid" : true,
            "name" : "aeiou",
            "metric_description" : "aeiou",
            "dimension_data" : [ {
              "dimension_id" : "aeiou",
              "dimension" : "aeiou"
            } ],
            "missing_intervals" : [ {
              "start" : "aeiou",
              "end" : "aeiou"
            } ],
            "pool_uuid" : "aeiou",
            "statistics" : {
              "min" : 1.3579000000000001069366817318950779736042022705078125,
              "max" : 1.3579000000000001069366817318950779736042022705078125,
              "max_ts" : "aeiou",
              "trend" : 1.3579000000000001069366817318950779736042022705078125,
              "mean" : 1.3579000000000001069366817318950779736042022705078125,
              "min_ts" : "aeiou",
              "sum" : 1.3579000000000001069366817318950779736042022705078125,
              "last_sample" : 1.3579000000000001069366817318950779736042022705078125,
              "num_samples" : 123
            }
          }
        } ],
        "limit" : 123,
        "start" : "aeiou",
        "step" : 123,
        "id" : "aeiou",
        "metric_entity" : "aeiou"
      },
      "step" : 123,
      "value" : 1.3579000000000001069366817318950779736042022705078125,
      "report_timestamp" : 1.3579000000000001069366817318950779736042022705078125
    } ],
    "tenant_ref" : "aeiou",
    "alert_config_ref" : "aeiou",
    "name" : "aeiou",
    "action_script_output" : "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 AlertApiResponse

401

log in failed

Up
post /alert
(alertPost)

Consumes

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

Request body

body (required)
Body Parameter — Alert object creation

Return type

Alert

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "event_pages" : [ "aeiou" ],
  "obj_key" : "aeiou",
  "obj_name" : "aeiou",
  "app_events" : [ {
    "app_response_time" : 123456789,
    "server_response_time_last_byte" : 123456789,
    "persistent_session_id" : 123456789,
    "client_cipher_list" : {
      "unidentified_ciphers" : [ "aeiou" ],
      "identified_ciphers" : [ "aeiou" ]
    },
    "connection_error_info" : {
      "server_rx_pkts" : 123456789,
      "retransmits" : 123,
      "rx_pkts" : 123456789,
      "server_zero_window_size_events" : 123456789,
      "timeouts" : 123,
      "out_of_orders" : 123,
      "server_retransmits" : 123,
      "num_window_shrink" : 123,
      "zero_window_size_events" : 123456789,
      "tx_pkts" : 123456789,
      "server_out_of_orders" : 123,
      "server_timeouts" : 123,
      "num_syn_retransmit" : 123,
      "server_tx_pkts" : 123456789,
      "server_num_window_shrink" : 123
    },
    "source_ip6" : "aeiou",
    "source_ip" : 123,
    "servers_tried" : 123,
    "uri_path" : "aeiou",
    "data_transfer_time" : 123456789,
    "avg_ingress_latency_fe" : 123,
    "total_time" : 123456789,
    "conn_est_time_be" : 123,
    "spdy_version" : "aeiou",
    "method" : "aeiou",
    "server_conn_src_ip" : 123,
    "saml_auth_response_received" : true,
    "pool" : "aeiou",
    "persistence_used" : true,
    "ssl_session_id" : "aeiou",
    "headers_sent_to_server" : "aeiou",
    "http2_stream_id" : 123,
    "response_length" : 123456789,
    "response_headers" : 123,
    "waf_log" : {
      "allowlist_configured" : true,
      "application_rules_configured" : true,
      "application_rule_logs" : [ {
        "msg" : "aeiou",
        "phase" : "aeiou",
        "rule_group" : "aeiou",
        "rule_id" : 123456789,
        "rule_name" : "aeiou",
        "matches" : [ {
          "is_internal" : true,
          "match_element" : "aeiou",
          "match_value" : "aeiou"
        } ],
        "omitted_match_elements" : 123,
        "tags" : [ "aeiou" ]
      } ],
      "allowlist_processed" : true,
      "rules_processed" : true,
      "application_rules_processed" : true,
      "omitted_signature_stats" : "",
      "latency_request_header_phase" : 123456789,
      "omitted_app_rule_stats" : {
        "match_elements" : 123,
        "rules" : 123
      },
      "latency_request_body_phase" : 123456789,
      "rules_configured" : true,
      "memory_allocated" : 123456789,
      "allowlist_logs" : [ {
        "rule_name" : "aeiou",
        "actions" : [ "aeiou" ]
      } ],
      "latency_response_header_phase" : 123456789,
      "psm_configured" : true,
      "latency_response_body_phase" : 123456789,
      "rule_logs" : [ "" ],
      "psm_logs" : [ {
        "rule_id" : "aeiou",
        "group_name" : "aeiou",
        "rule_name" : "aeiou",
        "group_uuid" : "aeiou",
        "location" : "aeiou",
        "actions" : [ "aeiou" ],
        "matches" : [ "" ]
      } ],
      "psm_processed" : true,
      "status" : "aeiou"
    },
    "request_length" : 123456789,
    "user_id" : "aeiou",
    "jwt_log" : {
      "token_payload" : "aeiou",
      "authn_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "authz_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "is_jwt_verified" : true
    },
    "critical_error_encountered" : true,
    "xff" : "aeiou",
    "etag" : "aeiou",
    "compression" : "aeiou",
    "virtualservice" : "aeiou",
    "response_time_first_byte" : 123456789,
    "max_ingress_latency_fe" : 123,
    "ntlm_log" : {
      "ntlm_status" : "aeiou",
      "ntlm_detected" : true
    },
    "server_pushed_request" : true,
    "service_engine" : "aeiou",
    "server_response_time_first_byte" : 123456789,
    "client_rtt" : 123,
    "microservice" : "aeiou",
    "server_response_length" : 123456789,
    "grpc_method_name" : "aeiou",
    "cache_hit" : true,
    "response_time_last_byte" : 123456789,
    "client_os" : "aeiou",
    "server_rtt" : 123,
    "bot_management_log" : {
      "classification" : {
        "user_defined_type" : "aeiou",
        "type" : "aeiou"
      },
      "results" : [ {
        "component" : "aeiou",
        "identification" : {
          "identifier" : "aeiou",
          "type" : "aeiou",
          "class" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "confidence" : "aeiou"
      } ]
    },
    "sni_hostname" : "aeiou",
    "http_security_policy_rule_name" : "aeiou",
    "vs_ip" : 123,
    "client_insights" : "aeiou",
    "log_id" : 123,
    "redirected_uri" : "aeiou",
    "rewritten_uri_query" : "aeiou",
    "saml_authentication_used" : true,
    "vcpu_id" : 123,
    "session_id" : "aeiou",
    "all_request_headers" : "aeiou",
    "report_timestamp" : 123456789,
    "significant_log" : [ "aeiou" ],
    "grpc_service_name" : "aeiou",
    "saml_session_cookie_valid" : true,
    "vh_match_rule" : "aeiou",
    "referer" : "aeiou",
    "server_response_code" : 123,
    "ssl_cipher" : "aeiou",
    "cache_disabled_by_ds" : true,
    "compression_percentage" : 123,
    "icap_log" : {
      "request_logs" : [ {
        "icap_headers_received_from_server" : "aeiou",
        "latency" : 123456789,
        "nsx_defender_log" : {
          "score" : 123,
          "task_uuid" : "aeiou",
          "status_url" : "aeiou"
        },
        "icap_method" : "aeiou",
        "icap_headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "icap_server_ip" : 123,
        "modified_content_length" : 123,
        "http_method" : "aeiou",
        "icap_response_code" : 123,
        "icap_absolute_uri" : "aeiou",
        "vendor" : "aeiou",
        "opswat_log" : {
          "reason" : "aeiou",
          "violations" : [ {
            "threat_name" : "aeiou",
            "file_name" : "aeiou",
            "resolution" : "aeiou"
          } ],
          "threat_id" : "aeiou"
        },
        "source_port" : 123,
        "complete_body_sent" : true,
        "action" : "aeiou",
        "icap_server_port" : 123,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ],
      "action" : "aeiou"
    },
    "microservice_name" : "aeiou",
    "saml_auth_request_generated" : true,
    "oauth_log" : {
      "token_exchange_subrequest" : "",
      "jwks_subrequest" : {
        "sub_request_log" : {
          "server_name" : "aeiou",
          "method" : "aeiou",
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "response_length" : 123456789,
          "uri_path" : "aeiou",
          "uri_query" : "aeiou",
          "request_length" : 123456789,
          "headers_received_from_server" : "aeiou",
          "source_port" : 123,
          "server_ip" : 123,
          "server_port" : 123,
          "total_time" : 123456789,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        },
        "error_description" : "aeiou",
        "error_code" : "aeiou"
      },
      "oauth_state" : "aeiou",
      "authn_rule_match" : "",
      "authz_rule_match" : "",
      "userinfo_subrequest" : "",
      "is_session_cookie_expired" : true,
      "state" : "aeiou",
      "token_refresh_subrequest" : "",
      "token_introspection_subrequest" : ""
    },
    "response_content_type" : "aeiou",
    "http_request_policy_rule_name" : "aeiou",
    "avg_ingress_latency_be" : 123,
    "host" : "aeiou",
    "server_ip" : 123,
    "server_conn_src_ip6" : "aeiou",
    "client_ip" : 123,
    "auth_status" : "aeiou",
    "server_ssl_session_id" : "aeiou",
    "server_push_initiated" : true,
    "adf" : true,
    "saml_auth_session_id" : 123456789,
    "http_version" : "aeiou",
    "significant" : 123456789,
    "server_side_redirect_uri" : "aeiou",
    "client_fingerprints" : {
      "full_tls_fingerprint" : "aeiou",
      "tls_client_info" : {
        "tls_extensions" : [ "" ],
        "client_hello_tls_version" : 123,
        "supported_groups" : [ "" ],
        "point_formats" : [ "" ],
        "cipher_suites" : [ "" ],
        "uses_grease" : true
      },
      "filtered_tls_fingerprint" : "aeiou",
      "normalized_tls_fingerprint" : "aeiou"
    },
    "conn_est_time_fe" : 123,
    "client_dest_port" : 123,
    "vs_ip6" : "aeiou",
    "cipher_bytes" : "aeiou",
    "uri_query" : "aeiou",
    "udf" : true,
    "request_headers" : 123,
    "ssl_version" : "aeiou",
    "datascript_log" : "aeiou",
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "response_code" : 123,
    "http_response_policy_rule_name" : "aeiou",
    "grpc_status" : 123,
    "oob_log" : {
      "ds_req_logs" : [ {
        "ds_name" : "aeiou",
        "server_name" : "aeiou",
        "method" : "aeiou",
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "response_length" : 123456789,
        "servers_tried" : 123,
        "uri_path" : "aeiou",
        "uri_query" : "aeiou",
        "request_length" : 123456789,
        "headers_received_from_server" : "aeiou",
        "source_port" : 123,
        "server_ip" : 123,
        "server_port" : 123,
        "event" : "aeiou",
        "total_time" : 123456789,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ]
    },
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "request_content_type" : "aeiou",
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "paa_log" : {
      "cache_hit" : true,
      "client_request_body_sent" : true,
      "request_logs" : [ {
        "servers_tried" : 123,
        "response_code" : 123,
        "uri_path" : "aeiou",
        "method" : "aeiou",
        "headers_received_from_server" : "aeiou",
        "server_ip" : 123,
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou"
      } ]
    },
    "body_updated" : "aeiou",
    "cacheable" : true,
    "server_ip6" : "aeiou",
    "user_agent" : "aeiou",
    "datascript_error_trace" : {
      "stack_trace" : "aeiou",
      "error" : "aeiou",
      "event" : "aeiou"
    },
    "all_response_headers" : "aeiou",
    "client_device" : "aeiou",
    "request_served_locally_remote_site_down" : true,
    "server_ssl_session_reused" : true,
    "pool_name" : "aeiou",
    "saml_log" : {
      "saml_authn_rule_match" : {
        "saml_authn_matched_rule_name" : "aeiou",
        "saml_authn_matched_rule_action" : "aeiou"
      },
      "saml_authz_rule_match" : {
        "saml_authz_matched_rule_name" : "aeiou",
        "saml_authz_matched_rule_action" : "aeiou"
      },
      "saml_attribute_lists" : [ {
        "attr_name" : "aeiou",
        "attr_values" : [ "aeiou" ]
      } ],
      "is_saml_authentication_used" : true,
      "saml_auth_status" : "aeiou",
      "userid" : "aeiou",
      "saml_session_cookie_expired" : true
    },
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_connection_reused" : true,
    "request_state" : "aeiou",
    "grpc_status_reason_phrase" : "aeiou",
    "client_browser" : "aeiou",
    "headers_received_from_server" : "aeiou",
    "request_id" : "aeiou",
    "rewritten_uri_path" : "aeiou"
  } ],
  "description" : "aeiou",
  "threshold" : 123,
  "uuid" : "aeiou",
  "related_uuids" : [ "aeiou" ],
  "_last_modified" : "aeiou",
  "throttle_count" : 123,
  "obj_uuid" : "aeiou",
  "state" : "aeiou",
  "events" : [ {
    "internal" : "aeiou",
    "tenant_name" : "aeiou",
    "event_pages" : [ "aeiou" ],
    "obj_name" : "aeiou",
    "module" : "aeiou",
    "details_summary" : "aeiou",
    "event_description" : "aeiou",
    "related_uuids" : [ "aeiou" ],
    "report_timestamp" : 123456789,
    "ignore_event_details_display" : true,
    "reason_code" : "aeiou",
    "event_id" : "aeiou",
    "context" : "aeiou",
    "event_details" : {
      "switchover_details" : {
        "reason" : "aeiou",
        "to_se_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "vs_awaitingse_details" : {
        "awaitingse_timeout" : 123,
        "vs_uuid" : "aeiou",
        "se_assigned" : [ {
          "mgmt_ip6" : "",
          "standby" : true,
          "mgmt_ip" : "",
          "scalein_in_progress" : true,
          "se_ready_in_progress" : true,
          "admin_down_requested" : true,
          "oper_status" : "",
          "connected" : true,
          "active_on_cloud" : true,
          "ref" : "aeiou",
          "snat_ip" : "",
          "attach_ip_in_progress" : true,
          "name" : "aeiou",
          "scaleout_in_progress" : true,
          "detach_ip_in_progress" : true,
          "active_on_se" : true,
          "primary" : true
        } ],
        "se_requested" : {
          "memory" : 123,
          "num_se" : 123,
          "num_vcpus" : 123,
          "num_standby_se" : 123
        },
        "ip" : "aeiou"
      },
      "vcenter_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "vs_scaleout_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "avg_uptime_change_details" : {
        "metric_id" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "resource_str" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "os_lbaudit_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "user" : "aeiou",
        "tenant" : "aeiou"
      },
      "se_gateway_heartbeat_success_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_node_remove_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "central_license_refresh_details" : {
        "service_units" : 1.3579000000000001069366817318950779736042022705078125,
        "message" : "aeiou"
      },
      "os_lbplugin_op_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "prov" : "aeiou",
        "command" : "aeiou"
      },
      "vip_dns_info" : {
        "total_records" : 123,
        "dns_info" : [ {
          "metadata" : "aeiou",
          "fqdn" : "aeiou",
          "num_records_in_response" : 123,
          "cname" : {
            "cname" : "aeiou"
          },
          "type" : "aeiou",
          "ttl" : 123,
          "algorithm" : "aeiou"
        } ],
        "vs_names" : [ "aeiou" ],
        "vip_id" : "aeiou",
        "error" : "aeiou",
        "fip" : "",
        "vip" : "",
        "vs_uuids" : [ "aeiou" ]
      },
      "vcenter_details" : {
        "previous_count" : 123456789,
        "vcenter_name" : "aeiou",
        "name" : "aeiou",
        "vcenter" : "aeiou",
        "vcenter_object" : "aeiou",
        "user" : "aeiou"
      },
      "vcenter_obj_delete_details" : {
        "obj_name" : "aeiou",
        "vcenter" : "aeiou"
      },
      "license_expiry_details" : {
        "burst_cores" : 123,
        "license_type" : "aeiou",
        "max_apps" : 123,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "cpu_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "expiry_at" : "aeiou",
        "backend_servers" : 123,
        "cores" : 123,
        "max_ses" : 123,
        "license_id" : "aeiou",
        "name" : "aeiou",
        "sockets" : 123,
        "throughput" : 123,
        "license_tier" : [ "aeiou" ]
      },
      "crs_deployment_failure" : {
        "message" : "aeiou",
        "crs_info" : [ {
          "release_date" : "aeiou",
          "name" : "aeiou",
          "version" : "aeiou",
          "url" : "aeiou"
        } ]
      },
      "se_details" : {
        "old_mgmt_ip6" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "vsphere_ha_inprogress" : true,
        "vsphere_ha_enabled" : true,
        "cloud_name" : "aeiou",
        "vs_name" : [ "aeiou" ],
        "enable_state" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "migrate_state" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "gcp_info" : {
          "machine_type" : "aeiou",
          "subnet" : "aeiou",
          "hostname" : "aeiou",
          "zone" : "aeiou",
          "project" : "aeiou",
          "network" : "aeiou"
        },
        "se_grp_name" : "aeiou",
        "name" : "aeiou",
        "new_mgmt_ip" : "aeiou",
        "new_mgmt_ip6" : "aeiou",
        "old_mgmt_ip" : "aeiou",
        "host_name" : "aeiou"
      },
      "albservices_case_details" : {
        "subject" : "aeiou",
        "description" : "aeiou",
        "last_modified_date" : "aeiou",
        "asset_id" : "aeiou",
        "contact_info" : {
          "account_id" : "aeiou",
          "phone" : "aeiou",
          "account_name" : "aeiou",
          "name" : "aeiou",
          "email" : "aeiou",
          "managed_accounts" : [ {
            "name" : "aeiou",
            "id" : "aeiou",
            "users" : [ {
              "phone" : "aeiou",
              "name" : "aeiou",
              "email" : "aeiou"
            } ]
          } ]
        },
        "type" : "aeiou",
        "fr_business_justification" : "aeiou",
        "mode" : "aeiou",
        "case_number" : "aeiou",
        "id" : "aeiou",
        "patch_version" : "aeiou",
        "case_attachments" : [ {
          "attachment_name" : "aeiou",
          "attachment_url" : "aeiou",
          "attachment_size" : "aeiou"
        } ],
        "email" : "aeiou",
        "severity" : "aeiou",
        "case_created_by" : "aeiou",
        "deployment_environment" : "aeiou",
        "version" : "aeiou",
        "custom_tag" : "aeiou",
        "environment" : "aeiou",
        "case_status" : "aeiou",
        "fr_current_solution" : "aeiou",
        "fr_use_cases" : "aeiou",
        "fr_timing" : "aeiou",
        "created_date" : "aeiou",
        "time" : "aeiou",
        "status" : "aeiou"
      },
      "se_discontinuous_time_change_event_details" : {
        "drift_time" : 123456789,
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou",
        "se_ref" : "aeiou"
      },
      "ip_fail_details" : {
        "reason" : "aeiou",
        "networks" : [ "" ],
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "container_cloud_batch_setup" : {
        "ccs" : [ {
          "reason" : "aeiou",
          "master_nodes" : [ "aeiou" ],
          "new_hosts" : [ "aeiou" ],
          "cloud_access" : true,
          "failed_hosts" : [ "aeiou" ],
          "hosts" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        } ]
      },
      "cluster_service_restored_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_sync_services_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "rebalance_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "mesos_infra_details" : {
        "reason" : "aeiou",
        "mesos_access" : true,
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "hosts" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "mesos_url" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "se_bgp_peer_down_details" : {
        "peer_ip" : "aeiou",
        "message" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "aws_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "region" : "aeiou"
      },
      "dos_attack_event_details" : {
        "attack_count" : 1.3579000000000001069366817318950779736042022705078125,
        "ipgroup_uuids" : [ "aeiou" ],
        "urls" : [ "aeiou" ],
        "src_ips" : [ "aeiou" ],
        "attack" : "aeiou",
        "meta_data" : [ {
          "amplification" : {
            "src_port" : 123,
            "record_type" : "aeiou"
          },
          "ip" : "aeiou",
          "max_resp_time" : 123,
          "url" : "aeiou"
        } ]
      },
      "vip_symmetry_details" : {
        "reason" : "aeiou",
        "vsvip_name" : "aeiou",
        "max_num_se_assigned" : 123,
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "min_num_se_requested" : 123,
        "max_num_se_requested" : 123,
        "num_vs" : 123,
        "min_num_se_assigned" : 123
      },
      "config_user_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "rule" : "aeiou",
        "userprofile" : "aeiou",
        "user" : "aeiou"
      },
      "detach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "scheduler_action_info" : {
        "execution_datestamp" : "aeiou",
        "control_script_output" : "aeiou",
        "backup_uri" : [ "aeiou" ],
        "scheduler_uuid" : "aeiou",
        "status" : "aeiou"
      },
      "ssl_revoked_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "ssl_renew_failed_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "upgrade_entry" : {
        "node_type" : "aeiou",
        "obj_cloud_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "name" : "aeiou",
        "upgrade_info" : {
          "reason" : "aeiou",
          "seg_params" : "",
          "image_ref" : "aeiou",
          "previous_patch_list" : [ "" ],
          "patch_image_ref" : "aeiou",
          "uuid" : "aeiou",
          "se_upgrade_events" : [ "" ],
          "node_type" : "aeiou",
          "system_report_refs" : [ "aeiou" ],
          "se_patch_image_ref" : "aeiou",
          "previous_patch_version" : "aeiou",
          "state" : "",
          "upgrade_ops" : "aeiou",
          "patch_version" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "prev_image_path" : "aeiou",
          "history" : [ {
            "duration" : 123,
            "start_time" : "aeiou",
            "upgrade_events" : [ {
              "task_name" : "aeiou",
              "task" : "aeiou",
              "sub_events" : [ "" ],
              "nodes_events" : [ {
                "duration" : 123,
                "start_time" : "aeiou",
                "ip" : "",
                "end_time" : "aeiou",
                "sub_tasks" : [ "aeiou" ],
                "message" : "aeiou",
                "status" : true
              } ]
            } ],
            "ops" : "aeiou",
            "end_time" : "aeiou",
            "seg_status" : {
              "disrupted_vs_ref" : [ "aeiou" ],
              "num_se_with_no_vs" : 123,
              "reason" : [ "aeiou" ],
              "enqueue_time" : "aeiou",
              "notes" : [ "aeiou" ],
              "se_upgrade_suspended" : [ "aeiou" ],
              "se_upgrade_in_progress" : [ "aeiou" ],
              "vs_scalein_in_progress_ref" : [ "aeiou" ],
              "se_already_upgraded_at_start" : [ "aeiou" ],
              "se_group_uuid" : "aeiou",
              "se_reboot_in_progress_ref" : "aeiou",
              "num_vs" : 123,
              "vs_migrate_in_progress_ref" : [ "aeiou" ],
              "se_upgrade_completed" : [ "aeiou" ],
              "se_upgrade_errors" : [ "" ],
              "duration" : "aeiou",
              "in_progress" : true,
              "request_time" : "aeiou",
              "ha_mode" : "aeiou",
              "se_ip_missing_at_start" : [ "aeiou" ],
              "controller_version" : "aeiou",
              "num_se_with_vs_not_scaledout" : 123,
              "vs_scaleout_in_progress_ref" : [ "aeiou" ],
              "num_vs_disrupted" : 123,
              "traffic_status" : "aeiou",
              "se_poweredoff_at_start" : [ "aeiou" ],
              "vs_errors" : [ {
                "reason" : [ "aeiou" ],
                "se_group_ha_mode" : "aeiou",
                "tenant_ref" : "aeiou",
                "traffic_status" : "aeiou",
                "vip_id" : "aeiou",
                "event_timestamp" : "",
                "vs_ref" : "aeiou",
                "se_group_ref" : "aeiou",
                "se_ref" : "aeiou"
              } ],
              "state" : "aeiou",
              "worker" : "aeiou",
              "se_group_name" : "aeiou",
              "end_time" : "aeiou",
              "se_with_vs_scaledout" : [ "aeiou" ],
              "thread" : "aeiou",
              "se_disconnected_at_start" : [ "aeiou" ],
              "start_time" : "aeiou",
              "num_se" : 123,
              "se_upgrade_not_started" : [ "aeiou" ],
              "se_upgrade_skip_suspended" : [ "aeiou" ],
              "num_se_with_vs_scaledout" : 123,
              "tenant_ref" : "aeiou",
              "se_upgrade_failed" : [ "aeiou" ],
              "se_with_vs_not_scaledout" : [ "aeiou" ],
              "progress" : 123,
              "se_with_no_vs" : [ "aeiou" ]
            },
            "state" : "",
            "statediff_ref" : "aeiou",
            "patch_version" : "aeiou",
            "version" : "aeiou",
            "se_upgrade_events" : [ {
              "reason" : [ "aeiou" ],
              "to_se_ref" : "aeiou",
              "vs_ref" : "aeiou",
              "num_vs" : 123,
              "se_group_ref" : "aeiou",
              "from_se_ref" : "aeiou",
              "num_se" : 123,
              "se_group_ha_mode" : "aeiou",
              "task" : "aeiou",
              "num_se_group" : 123,
              "sub_tasks" : [ "aeiou" ],
              "traffic_status" : "aeiou",
              "se_ref" : "aeiou"
            } ]
          } ],
          "params" : "",
          "previous_image_ref" : "aeiou",
          "version" : "aeiou",
          "start_time" : "aeiou",
          "patch_reboot" : true,
          "patch_list" : [ {
            "patch_image_path" : "aeiou",
            "patch_image_ref" : "aeiou",
            "patch_version" : "aeiou"
          } ],
          "system" : true,
          "tasks_completed" : 123,
          "upgrade_readiness" : "",
          "fips_mode" : true,
          "name" : "aeiou",
          "upgrade_events" : [ "" ],
          "enable_rollback" : true,
          "enqueue_time" : "aeiou",
          "patch_image_path" : "aeiou",
          "prev_patch_image_path" : "aeiou",
          "seg_status" : "",
          "total_tasks" : 123,
          "_last_modified" : "aeiou",
          "duration" : 123,
          "previous_version" : "aeiou",
          "se_patch_image_path" : "aeiou",
          "previous_patch_image_ref" : "aeiou",
          "end_time" : "aeiou",
          "clean" : true,
          "statediff_ref" : "aeiou",
          "after_reboot_rollback_fnc" : "aeiou",
          "url" : "aeiou",
          "image_path" : "aeiou",
          "tenant_ref" : "aeiou",
          "after_reboot_task_name" : "aeiou",
          "progress" : 123,
          "enable_patch_rollback" : true
        },
        "params" : {
          "image_ref" : "aeiou",
          "patch_ref" : "aeiou",
          "se_group_resume_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true,
            "skip_suspended" : true
          },
          "se_group_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true
          }
        },
        "upgrade_ops" : "aeiou",
        "uuid" : "aeiou"
      },
      "cc_cluster_vip_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_healthy_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : "",
        "nodeid" : "aeiou"
      },
      "se_ip6_dad_failed_event_details" : {
        "dad_ip" : "",
        "if_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "gs_info" : {
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "uuid" : "aeiou",
        "gs_runtime" : {
          "tenant_name" : "aeiou",
          "groups" : [ {
            "members" : [ "" ],
            "name" : "aeiou",
            "oper_status" : ""
          } ],
          "services_state" : "aeiou",
          "ldr_state" : "",
          "oper_status" : "",
          "uuid" : "aeiou",
          "flr_state" : [ "" ],
          "sp_oper_status" : "",
          "domain_names" : [ "aeiou" ],
          "send_event" : true,
          "checksum" : "aeiou",
          "name" : "aeiou",
          "send_status" : true
        }
      },
      "vcenter_network_limit" : {
        "current" : 123456789,
        "additional_reason" : "aeiou",
        "limit" : 123456789
      },
      "nsxt_info" : {
        "reason" : "aeiou",
        "cc_id" : "aeiou",
        "transportzone_id" : "aeiou",
        "status" : "aeiou"
      },
      "burst_checkout_details" : {
        "start_time" : "aeiou",
        "cores" : 123,
        "end_time" : "aeiou",
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "metrics_db_sync_failure_details" : {
        "process_name" : "aeiou",
        "node_name" : "aeiou",
        "timestamp" : "aeiou"
      },
      "disc_summary" : {
        "num_hosts" : 123456789,
        "num_nws" : 123456789,
        "num_vms" : 123456789,
        "vcenter" : "aeiou",
        "num_dcs" : 123456789,
        "num_clusters" : 123456789
      },
      "connection_event" : {
        "port" : 123,
        "host" : "aeiou",
        "info" : "aeiou"
      },
      "se_pool_lb_details" : {
        "reason" : "aeiou",
        "failure_code" : "aeiou",
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "rebalance_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : {
          "from_se_ref" : "aeiou",
          "scalein_primary" : true,
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "admin_down" : true
        }
      },
      "se_vs_del_flows_disrupted" : {
        "deleted_vs_name" : "aeiou",
        "reporting_se_name" : "aeiou",
        "num_vs_flows_disrupted" : 123
      },
      "sec_mgr_ua_event_details" : {
        "error" : "aeiou"
      },
      "metrics_grpc_auth_failure_details" : {
        "peer" : "aeiou"
      },
      "cluster_node_db_failed_details" : {
        "ip" : "",
        "node_name" : "aeiou",
        "failure_count" : 123
      },
      "nsxt_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "cloud_route_notif_details" : {
        "reason" : "aeiou",
        "routes" : [ "aeiou" ],
        "route_table" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_bgp_peer_state_change_details" : {
        "peer_state" : "aeiou",
        "peer_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "se_vnic_down_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "se_memory_limit_event_details" : {
        "heap_config_hard_limit" : 123,
        "heap_conn_usage" : 123,
        "shm_config_hard_limit" : 123,
        "shm_conn_usage" : 123,
        "config_memory_status" : "aeiou",
        "heap_config_soft_limit" : 123,
        "shm_config_usage" : 123,
        "heap_config_usage" : 123,
        "se_ref" : "aeiou",
        "shm_config_soft_limit" : 123
      },
      "memory_balancer_info" : {
        "threshold_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "controller_memory" : 123,
        "process" : "aeiou",
        "limit" : 123,
        "controller_memory_usage_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "memory_used" : 123,
        "pid" : 123,
        "process_trend" : "aeiou",
        "debug_message" : "aeiou",
        "process_mode" : "aeiou",
        "child" : [ {
          "memory" : 123,
          "pid" : 123
        } ]
      },
      "ip_threat_db_event_data" : {
        "reason" : "aeiou",
        "version" : "aeiou",
        "status" : "aeiou"
      },
      "secure_key_exchange_info" : {
        "ctlr_mgmt_ip" : "aeiou",
        "follower_ip" : "aeiou",
        "leader_ip" : "aeiou",
        "se_ip" : "aeiou",
        "name" : "aeiou",
        "ctlr_public_ip" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "source_ip" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_node_shutdown_details" : {
        "reason" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "modify_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_vnic_up_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "os_api_ver_check_failure" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou",
        "cc_name" : "aeiou"
      },
      "seupgrade_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "switchover_fail_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "add_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "subnet" : "aeiou",
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "server_autoscale_failed_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "num_servers_up" : 123,
        "num_scalein_servers" : 123
      },
      "vs_initialplacement_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "cc_parkintf_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "intf_id" : "aeiou",
        "subnet_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "cluster_service_critical_failure_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "se_vs_fault_event_details" : {
        "service_engine" : "aeiou",
        "fault_object" : "aeiou",
        "fault_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "vs_scalein_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "vs_switchover_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "se_hm_gsgroup_details" : {
        "gsgroup" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "gsmember" : {
          "failure_code" : "aeiou",
          "domain" : "aeiou",
          "ip" : "",
          "shm" : [ {
            "response_code" : 123,
            "average_response_time" : 123456789,
            "resp_string" : "aeiou",
            "health_monitor" : "aeiou"
          } ],
          "app_info" : [ {
            "app_hdr_value" : "aeiou",
            "app_hdr_name" : "aeiou"
          } ],
          "ssl_error_code" : "aeiou"
        },
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : ""
      },
      "sync_services_info" : "",
      "cs_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "api_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "se_vnic_tx_queue_stall_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "queue" : 123,
        "se_ref" : "aeiou"
      },
      "config_se_grp_flv_update_details" : {
        "new_flv" : "aeiou",
        "tenant_name" : "aeiou",
        "old_flv" : "aeiou",
        "tenant_uuid" : "aeiou",
        "se_group_name" : "aeiou",
        "se_group_uuid" : "aeiou"
      },
      "reboot_se_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou"
      },
      "server_autoscaleout_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "num_scaleout_servers" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125
      },
      "cc_scaleset_notif_details" : {
        "scaleset_names" : [ "aeiou" ],
        "reason" : "aeiou",
        "cc_id" : "aeiou"
      },
      "dns_sync_info" : {
        "total_records" : 123,
        "error" : "aeiou"
      },
      "albservices_file_upload_details" : {
        "file_path" : "aeiou",
        "s3_directory" : "aeiou",
        "tenant_ref" : "aeiou",
        "case_id" : "aeiou",
        "name" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "status" : "aeiou"
      },
      "controller_license_reconcile_details" : {
        "old_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "new_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "old_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125
      },
      "se_geo_db_details" : {
        "reason" : "aeiou",
        "geo_db_profile_name" : "aeiou",
        "file_name" : "aeiou",
        "vip_id" : "aeiou",
        "geo_db_profile_ref" : "aeiou",
        "se_ref" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "os_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "se_vm_uuid" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "delete_se_details" : {
        "reason" : "aeiou",
        "cloud_uuid" : "aeiou",
        "status_code" : 123456789,
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "cloud_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "se_name" : "aeiou",
        "host_uuid" : "aeiou",
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "cc_ip_details" : {
        "error_string" : "aeiou",
        "ip6_mask" : 123,
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou",
        "ip6" : "",
        "ip_mask" : 123
      },
      "seupgrade_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : ""
      },
      "vm_details" : {
        "host" : "aeiou",
        "name" : "aeiou",
        "datacenter" : "aeiou"
      },
      "cc_vip_update_details" : {
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "config_delete_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_update_details" : {
        "crs_info" : [ "" ]
      },
      "bootup_fail_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "cc_se_vm_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "ssl_export_details" : {
        "user" : "aeiou"
      },
      "glb_info" : {
        "site" : "",
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "third_party_site" : "",
        "uuid" : "aeiou",
        "gslb_runtime" : {
          "site" : [ {
            "send_interval" : 123,
            "tenant_name" : "aeiou",
            "site_stats" : {
              "num_ghm_cr_rxed" : 123,
              "num_gssl_cert_del_rxed" : 123,
              "num_gjwt_upd_txed" : 123,
              "num_glb_upd_rxed" : 123,
              "num_of_timeouts" : 123,
              "num_glb_cr_txed" : 123,
              "num_of_bad_responses" : 123,
              "num_gap_del_txed" : 123,
              "num_ghm_upd_txed" : 123,
              "num_gs_upd_rxed" : 123,
              "num_file_del_txed" : 123,
              "num_glb_del_rxed" : 123,
              "num_gjwt_del_txed" : 123,
              "num_geo_cr_rxed" : 123,
              "num_geo_del_rxed" : 123,
              "num_gs_del_rxed" : 123,
              "num_of_skip_outstanding_requests" : 123,
              "num_health_msgs_rxed" : 123,
              "num_gpki_upd_txed" : 123,
              "num_of_events_generated" : 123,
              "num_gap_cr_rxed" : 123,
              "num_gjwt_cr_txed" : 123,
              "num_gpki_del_rxed" : 123,
              "num_geo_upd_rxed" : 123,
              "num_gssl_cert_upd_rxed" : 123,
              "num_ghm_del_txed" : 123,
              "num_gpki_cr_txed" : 123,
              "num_gs_cr_rxed" : 123,
              "num_gap_upd_txed" : 123,
              "num_gssl_upd_rxed" : 123,
              "num_glb_cr_rxed" : 123,
              "num_glb_upd_txed" : 123,
              "num_gs_upd_txed" : 123,
              "num_gap_del_rxed" : 123,
              "num_ghm_cr_txed" : 123,
              "num_ghm_upd_rxed" : 123,
              "num_glb_del_txed" : 123,
              "num_gssl_del_rxed" : 123,
              "num_health_msgs_txed" : 123,
              "num_gjwt_del_rxed" : 123,
              "num_gs_del_txed" : 123,
              "num_geo_cr_txed" : 123,
              "num_gpki_upd_rxed" : 123,
              "num_geo_del_txed" : 123,
              "num_gpki_del_txed" : 123,
              "num_gap_cr_txed" : 123,
              "num_gjwt_cr_rxed" : 123,
              "num_geo_upd_txed" : 123,
              "num_file_cr_txed" : 123,
              "num_gssl_cert_cr_rxed" : 123,
              "num_ghm_del_rxed" : 123,
              "num_gssl_cr_rxed" : 123,
              "num_gs_cr_txed" : 123,
              "num_gpki_cr_rxed" : 123,
              "num_gjwt_upd_rxed" : 123,
              "num_gap_upd_rxed" : 123
            },
            "replication_stats" : {
              "received_version" : 123456789,
              "pending_object_count" : 123456789,
              "acknowledged_version" : 123456789
            },
            "rxed_site_hs" : {
              "controller_gsinfo" : [ {
                "app_type" : "aeiou",
                "controller_status" : {
                  "reason_code" : 123456789,
                  "reason" : [ "aeiou" ],
                  "last_changed_time" : "",
                  "state" : "aeiou",
                  "reason_code_string" : "aeiou"
                },
                "fqdn" : "aeiou",
                "ip" : "",
                "vs_name" : "aeiou",
                "datapath_status" : [ {
                  "site_uuid" : "aeiou",
                  "location" : "",
                  "oper_status" : ""
                } ],
                "services" : [ {
                  "override_network_profile_ref" : "aeiou",
                  "port" : 123,
                  "port_range_end" : 123,
                  "is_active_ftp_data_port" : true,
                  "enable_http2" : true,
                  "horizon_internal_ports" : true,
                  "enable_ssl" : true,
                  "override_application_profile_ref" : "aeiou"
                } ],
                "oper_status" : "",
                "vserver_l4_metrics" : {
                  "avg_half_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexc" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_small_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_pkts_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_abort" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_new_established_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_cookie_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_num_active_se" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_ingress_latency_exceeded_flows" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_slow_uri" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_timeout" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_connection_estb_time_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_zero_window_size_events" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_l4_client_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_syns" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "sum_server_flow_control" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_non_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dup_ack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_ssl_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_packet_dropped_user_bandwidth_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_dropped_user_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexrtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pkts_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_zero_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_hdr_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_est_time_exceeded_flows_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connections_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_duration" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_sack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bytes_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_total_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_timeout_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bad_rst_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_out_of_orders" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rtt_valid_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_fake_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errored_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_app_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_malformed_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_custom_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125
                },
                "sp_pools" : [ {
                  "servers" : [ {
                    "is_enabled" : true,
                    "hostname" : "aeiou",
                    "last_state" : "aeiou",
                    "def_port" : true,
                    "port" : 123,
                    "location" : "",
                    "propogate_state" : true,
                    "timer_exists" : true,
                    "ip_addr" : "",
                    "oper_status" : ""
                  } ],
                  "name" : "aeiou",
                  "num_servers" : 123456789,
                  "num_servers_up" : 123456789,
                  "enable_http2" : true,
                  "uuid" : "aeiou"
                } ],
                "site_name" : "aeiou",
                "oper_ips" : [ "" ],
                "gs_name" : "aeiou",
                "vs_uuid" : "aeiou",
                "cluster_uuid" : "aeiou",
                "ip_value_to_se" : 123,
                "vip_type" : "aeiou",
                "vserver_l7_metrics" : {
                  "avg_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_reused" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "rum_apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_with_params" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tolerated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_dsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_error_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_protocol_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "avg_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_rum_samples" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_frustrated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_ssl_open_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_dh" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_ecdh" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_concurrent_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_ssl30" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls12" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls13" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_http2_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_ecdsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_response_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errors_excluded" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_timedout" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls10" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls11" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_new" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_reqs_per_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "ssl_protocol_strength" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pre_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_params_per_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_network_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_satisfactory_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_total_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_reqs" : 1.3579000000000001069366817318950779736042022705078125
                },
                "health_monitor_info" : [ "aeiou" ],
                "ipv6_value_to_se" : [ "" ],
                "gs_uuid" : "aeiou"
              } ],
              "gap_table" : [ "" ],
              "dns_info" : {
                "dns_active" : true,
                "retry_count" : 123,
                "gs_status" : {
                  "last_changed_time" : "",
                  "partial_update_threshold" : 123,
                  "state" : "aeiou",
                  "type" : "aeiou",
                  "num_partial_updates" : 123
                },
                "dns_vs_states" : [ {
                  "valid_dns_vs" : true,
                  "gslb_download" : "",
                  "name" : "aeiou",
                  "placement_rules" : [ {
                    "sub_domain" : "aeiou",
                    "placement_allowed" : true,
                    "transition_ops" : "aeiou"
                  } ],
                  "se_list" : [ "aeiou" ],
                  "geo_download" : {
                    "last_changed_time" : "",
                    "state" : "aeiou"
                  },
                  "oper_status" : "",
                  "uuid" : "aeiou"
                } ]
              },
              "gs_table" : [ "" ],
              "glb_table" : [ "" ],
              "ghm_table" : [ "" ],
              "datapath_gsinfo" : [ "" ],
              "geo_table" : [ "" ],
              "sw_version" : "aeiou",
              "timestamp" : 1.3579000000000001069366817318950779736042022705078125
            },
            "site_info" : {
              "state_reason" : "aeiou",
              "num_of_retries" : 123,
              "role" : "aeiou",
              "site_type" : "aeiou",
              "dns_info" : "",
              "oper_status" : "",
              "enabled" : true,
              "sw_version" : "aeiou",
              "cluster_leader" : "aeiou",
              "hs_state" : true,
              "cluster_uuid" : "aeiou",
              "event_cache" : "",
              "last_changed_time" : "",
              "name" : "aeiou",
              "state" : "aeiou",
              "rrtoken" : [ "aeiou" ]
            },
            "view_id" : 123456789,
            "health_monitor_info" : "aeiou",
            "clear_on_max_retries" : 123,
            "glb_uuid" : "aeiou",
            "site_cfg" : {
              "glb_info" : "",
              "fd_info" : {
                "reader_count" : 123,
                "state" : "aeiou",
                "queue" : [ {
                  "ds_name" : "aeiou",
                  "ops" : "aeiou",
                  "name" : "aeiou",
                  "uuid" : "aeiou"
                } ],
                "writer_count" : 123
              },
              "gjwt_info" : "",
              "repl_queue" : "",
              "gpki_info" : "",
              "gap_info" : "",
              "sync_info" : {
                "last_fail_obj" : "",
                "reason" : "aeiou",
                "errored_objects" : [ "" ],
                "last_changed_time" : "",
                "recommendation" : "aeiou",
                "sync_state" : "aeiou"
              },
              "geo_info" : "",
              "gs_info" : "",
              "ghm_info" : "",
              "mm_info" : ""
            }
          } ],
          "tenant_name" : "aeiou",
          "checksum" : "aeiou",
          "event_cache" : {
            "dns_state" : true,
            "exceptions" : [ "aeiou" ]
          },
          "name" : "aeiou",
          "dns_enabled" : true,
          "third_party_sites" : [ {
            "site_info" : "",
            "health_monitor_info" : "aeiou"
          } ],
          "delete_in_progress" : true,
          "ldr_state" : "",
          "uuid" : "aeiou",
          "flr_state" : [ {
            "reason" : "aeiou",
            "site_uuid" : "aeiou",
            "cfg_version_in_flight" : 123,
            "last_changed_time" : {
              "usecs" : 123456789,
              "secs" : 123456789
            },
            "cfg_version" : 123,
            "uuid" : "aeiou",
            "status" : "aeiou"
          } ]
        }
      },
      "vip_autoscale" : {
        "availability_zone" : "aeiou",
        "subnet_uuid" : "aeiou",
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "error" : "aeiou"
      },
      "hs_details" : {
        "reason" : "aeiou",
        "performance_score" : 123,
        "previous_value" : 1.3579000000000001069366817318950779736042022705078125,
        "sub_resource_prefix" : "aeiou",
        "security_reason" : "aeiou",
        "performance_reason" : "aeiou",
        "security_penalty" : 123,
        "anomaly_penalty" : 123,
        "anomaly_reason" : "aeiou",
        "step" : 123,
        "resources_reason" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "resources_penalty" : 123,
        "timestamp" : "aeiou"
      },
      "generic_audit_compliance_event_info" : {
        "subjects" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "event_generated_by_se" : true,
        "core_archive" : "aeiou",
        "detailed_reason" : "aeiou",
        "type" : "aeiou",
        "version" : "aeiou",
        "result" : "aeiou",
        "node" : "aeiou",
        "protocol" : "aeiou",
        "user_identities" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "cluster_uuid" : "aeiou",
        "process_name" : "aeiou",
        "fingerprint" : "aeiou",
        "location" : "aeiou",
        "patch_version" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_high_egress_proc_latency_event_details" : {
        "flow_core" : [ "" ],
        "event_count" : 123456789,
        "max_proxy_to_disp_queing_delay" : 123,
        "se_name" : "aeiou",
        "dispatcher_core" : 123,
        "se_ref" : "aeiou"
      },
      "azure_info" : {
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "vips" : [ "" ],
        "resource_group" : "aeiou",
        "alb_id" : "aeiou",
        "nic_id" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "vs_uuids" : [ "aeiou" ],
        "status" : "aeiou"
      },
      "cc_infra_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "pool_deployment_update_info" : {
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "evaluation_duration" : 123,
        "results" : [ "" ],
        "uuid" : "aeiou",
        "deployment_state" : "aeiou",
        "ratio" : 123
      },
      "config_user_not_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "user" : "aeiou"
      },
      "dns_query_error" : {
        "error_message" : "aeiou",
        "fqdn" : "aeiou",
        "error" : "aeiou"
      },
      "gcp_cloud_router_info" : {
        "router_url" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "action" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "ssl_renew_details" : {
        "name" : "aeiou"
      },
      "upgrade_status_info" : "",
      "host_unavail_details" : {
        "reasons" : [ "aeiou" ],
        "vs_name" : "aeiou",
        "name" : "aeiou"
      },
      "vs_migrate_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "nsxt_policy_details" : {
        "error_string" : "aeiou",
        "scope" : "aeiou",
        "redirectTo" : [ "aeiou" ],
        "segroup" : "aeiou",
        "tier1" : "aeiou",
        "policy" : "aeiou"
      },
      "bm_infra_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_hb_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "cc_sync_services_details" : {
        "error_string" : "aeiou",
        "vips" : [ "" ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "api_version_deprecated" : {
        "path" : "aeiou",
        "api_version_used" : "aeiou",
        "min_supported_api_version" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou"
      },
      "cntlr_host_list_details" : {
        "vcenter" : "aeiou",
        "host_name" : [ "aeiou" ]
      },
      "se_debug_mode_event_detail" : {
        "description" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "false_positive_details" : {
        "vs_uuid" : "aeiou",
        "false_positive_results" : [ {
          "http_method" : "aeiou",
          "attack" : true,
          "false_positive" : true,
          "confidence" : 1.3579000000000001069366817318950779736042022705078125,
          "http_request_header_info" : {
            "header_field_name" : "aeiou",
            "value" : "aeiou"
          },
          "fp_result_header" : {
            "transactions_count" : 123456789,
            "end_analysis_time" : "aeiou",
            "first_data_received_time" : "aeiou",
            "start_analysis_time" : "aeiou",
            "last_data_received_time" : "aeiou"
          },
          "rule_info" : {
            "rule_id" : "aeiou",
            "rule_group_id" : "aeiou",
            "matches" : [ {
              "match_element" : "aeiou",
              "match_value" : "aeiou"
            } ]
          },
          "params_info" : {
            "param_info" : [ {
              "param_name" : "aeiou",
              "value" : "aeiou"
            } ]
          },
          "uri" : "aeiou",
          "uri_result_mode" : "aeiou"
        } ]
      },
      "se_hb_recovered_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "metrics_db_disk_details" : {
        "metrics_free_sz" : 1.3579000000000001069366817318950779736042022705078125,
        "metrics_deleted_tables" : [ "aeiou" ],
        "metrics_quota" : 1.3579000000000001069366817318950779736042022705078125
      },
      "server_autoscaleout_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "scaled_out_servers" : [ "" ],
        "reason" : "aeiou",
        "nscaleout" : 123,
        "launch_config_uuid" : "aeiou"
      },
      "cc_tenant_del_details" : {
        "tenants" : [ {
          "num_se" : 123,
          "name" : "aeiou",
          "num_svrgrp" : 123,
          "num_ports" : 123,
          "id" : "aeiou",
          "num_secgrp" : 123
        } ],
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_full_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : {
          "db_num_oom" : 123,
          "db_num_db_queries" : 123,
          "db_client_name" : "aeiou",
          "db_rum_rows" : 123,
          "db_queue_size" : 123,
          "db_num_client_queries" : 123,
          "db_num_db_resp" : 123,
          "db_num_client_resp" : 123,
          "db_rum_queries" : 123
        },
        "nodeid" : "aeiou"
      },
      "se_hm_vs_details" : {
        "reason" : "aeiou",
        "vip_address" : "",
        "src_uuid" : "aeiou",
        "vip6_address" : "",
        "vip_id" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "cc_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "vnics" : [ {
          "vrf_uuid" : "aeiou",
          "status_string" : "aeiou",
          "port_uuid" : "aeiou",
          "subnet_uuid" : "aeiou",
          "mac_address" : "aeiou",
          "network_uuid" : "aeiou",
          "status" : "aeiou"
        } ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "aws_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "event_type" : "aeiou",
        "instance_id" : "aeiou",
        "instance_ip_addr" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "vpc_id" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "async_patch_state" : {
        "error_message" : "aeiou",
        "merged_patch_id" : 123456789,
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "patch_ids" : "aeiou",
        "error_status_code" : 123,
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_deployment_success" : {
        "crs_info" : [ "" ]
      },
      "unbind_vs_se_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "license_transaction_details" : {
        "cookie" : "aeiou",
        "tier" : "aeiou",
        "tenant_uuid" : "aeiou",
        "overdraft" : true,
        "licensed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "description" : "aeiou",
        "id" : "aeiou",
        "operation" : "aeiou"
      },
      "bind_vs_se_details" : {
        "vip_vnics" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "standby" : true,
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "type" : "aeiou",
        "ip6" : "aeiou",
        "primary" : true
      },
      "se_ip_removed_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "anomaly_details" : {
        "metric_id" : "aeiou",
        "models" : [ "aeiou" ],
        "server" : "aeiou",
        "deviation" : 1.3579000000000001069366817318950779736042022705078125,
        "model" : "aeiou",
        "obj_type" : "aeiou",
        "metric_timestamp" : "aeiou",
        "priority" : "aeiou",
        "pool_uuid" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_name" : "aeiou",
        "node_id" : "aeiou"
      },
      "container_cloud_setup" : "",
      "disable_se_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : {
          "from_se_ref" : "aeiou",
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "vs_pool_nw_fltr_details" : {
        "filter" : "aeiou",
        "name" : "aeiou",
        "network" : "aeiou"
      },
      "nw_summarized_details" : {
        "subnet_info" : [ {
          "cidr_prefix" : "aeiou",
          "network" : "aeiou"
        } ]
      },
      "license_tier_switch_details" : {
        "reason" : "aeiou",
        "source_tier" : "aeiou",
        "destination_tier" : "aeiou",
        "status" : "aeiou"
      },
      "vca_infra_details" : {
        "error_string" : "aeiou",
        "instance" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "username" : "aeiou"
      },
      "central_license_subscription_details" : {
        "message" : "aeiou"
      },
      "metric_threshold_up_details" : {
        "metric_id" : "aeiou",
        "server" : "aeiou",
        "entity_uuid" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_uuid" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "network_subnet_details" : {
        "subnet" : "",
        "total" : 123,
        "network_name" : "aeiou",
        "network_uuid" : "aeiou",
        "used" : 123,
        "free" : 123,
        "type" : "aeiou"
      },
      "config_create_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "controller_discontinuous_time_change_event_details" : {
        "node_name" : "aeiou",
        "ntp_servers" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou"
      },
      "cloud_autoscaling_config_failure_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "adaptrepl_event" : {
        "reason" : "aeiou",
        "obj_info" : {
          "event_type" : "aeiou",
          "obj_name" : "aeiou",
          "obj_uuid" : "aeiou"
        },
        "recommendation" : "aeiou"
      },
      "vs_fsm_details" : {
        "vs_rt" : {
          "last_key_rotation_time" : "",
          "redis_port" : 123,
          "vs_update_pending" : {
            "dns_policies" : [ {
              "dns_policy_ref" : "aeiou",
              "index" : 123
            } ],
            "l4_policies" : [ {
              "l4_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "azure_availability_set" : "aeiou",
            "enable_autogw" : true,
            "icap_request_profile_refs" : [ "aeiou" ],
            "saml_sp_config" : {
              "sp_metadata" : "aeiou",
              "acs_index" : 123,
              "authn_req_acs_type" : "aeiou",
              "signing_ssl_key_and_certificate_ref" : "aeiou",
              "cookie_timeout" : 123,
              "use_idp_session_timeout" : true,
              "entity_id" : "aeiou",
              "key" : [ "" ],
              "cookie_name" : "aeiou",
              "single_signon_url" : "aeiou"
            },
            "vrf_context_ref" : "aeiou",
            "flow_dist" : "aeiou",
            "dns_info" : [ "" ],
            "content_rewrite" : {
              "rewritable_content_ref" : "aeiou",
              "rsp_rewrite_rules" : [ {
                "enable" : true,
                "name" : "aeiou",
                "index" : 123,
                "pairs" : [ {
                  "replacement_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  },
                  "search_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  }
                } ]
              } ]
            },
            "type" : "aeiou",
            "traffic_enabled" : true,
            "uuid" : "aeiou",
            "bgp_peer_labels" : [ "aeiou" ],
            "vh_domain_name" : [ "aeiou" ],
            "pool_ref" : "aeiou",
            "delay_fairness" : true,
            "snat_ip" : [ "" ],
            "cloud_ref" : "aeiou",
            "microservice_ref" : "aeiou",
            "error_page_profile_ref" : "aeiou",
            "configpb_attributes" : {
              "version" : 123
            },
            "server_network_profile_ref" : "aeiou",
            "use_vip_as_snat" : true,
            "analytics_policy" : {
              "significant_log_throttle" : 123,
              "all_headers" : true,
              "client_insights" : "aeiou",
              "client_log_filters" : [ {
                "duration" : 123,
                "all_headers" : true,
                "name" : "aeiou",
                "index" : 123,
                "client_ip" : "",
                "uri" : "",
                "enabled" : true
              } ],
              "client_insights_sampling" : {
                "client_ip" : {
                  "group_refs" : [ "aeiou" ],
                  "match_criteria" : "aeiou",
                  "prefixes" : [ "" ],
                  "ranges" : [ "" ],
                  "addrs" : [ "" ]
                },
                "skip_uris" : "",
                "sample_uris" : {
                  "match_criteria" : "aeiou",
                  "string_group_refs" : [ "aeiou" ],
                  "match_str" : [ "aeiou" ]
                }
              },
              "metrics_realtime_update" : {
                "duration" : 123,
                "enabled" : true
              },
              "udf_log_throttle" : 123,
              "learning_log_policy" : {
                "port" : 123,
                "host" : "aeiou",
                "enabled" : true
              },
              "full_client_logs" : {
                "duration" : 123,
                "throttle" : 123,
                "enabled" : true
              }
            },
            "enable_rhi_snat" : true,
            "sideband_profile" : {
              "ip" : [ "" ],
              "sideband_max_request_body_size" : 123
            },
            "vip" : [ {
              "availability_zone" : "aeiou",
              "ip6_address" : "",
              "subnet" : "",
              "port_uuid" : "aeiou",
              "subnet_uuid" : "aeiou",
              "placement_networks" : [ {
                "subnet" : "",
                "subnet6" : "",
                "network_ref" : "aeiou"
              } ],
              "avi_allocated_vip" : true,
              "vip_id" : "aeiou",
              "ip_address" : "",
              "auto_allocate_floating_ip" : true,
              "enabled" : true,
              "auto_allocate_ip_type" : "aeiou",
              "floating_subnet6_uuid" : "aeiou",
              "auto_allocate_ip" : true,
              "subnet6" : "",
              "floating_ip" : "",
              "floating_subnet_uuid" : "aeiou",
              "avi_allocated_fip" : true,
              "subnet6_uuid" : "aeiou",
              "floating_ip6" : "",
              "ipam_network_subnet" : {
                "subnet" : "",
                "subnet_uuid" : "aeiou",
                "subnet6" : "",
                "subnet6_uuid" : "aeiou",
                "network_ref" : "aeiou"
              },
              "network_ref" : "aeiou",
              "prefix_length" : 123,
              "discovered_networks" : [ "" ]
            } ],
            "min_pools_up" : 123,
            "performance_limits" : {
              "max_concurrent_connections" : 123,
              "max_throughput" : 123
            },
            "sp_pool_refs" : [ "aeiou" ],
            "static_dns_records" : [ "" ],
            "advertise_down_vs" : true,
            "fqdn" : "aeiou",
            "bulk_sync_kvcache" : true,
            "vh_parent_vs_ref" : "aeiou",
            "weight" : 123,
            "ldap_vs_config" : {
              "se_auth_ldap_servers_failover_only" : true,
              "se_auth_ldap_conns_per_server" : 123,
              "se_auth_ldap_reconnect_timeout" : 123,
              "realm" : "aeiou",
              "se_auth_ldap_cache_size" : 123,
              "se_auth_ldap_connect_timeout" : 123,
              "se_auth_ldap_request_timeout" : 123,
              "se_auth_ldap_bind_timeout" : 123
            },
            "waf_policy_ref" : "aeiou",
            "created_by" : "aeiou",
            "service_pool_select" : [ {
              "service_protocol" : "aeiou",
              "service_port_range_end" : 123,
              "service_pool_ref" : "aeiou",
              "service_pool_group_ref" : "aeiou",
              "service_port" : 123
            } ],
            "vh_type" : "aeiou",
            "allow_invalid_client_cert" : true,
            "security_policy_ref" : "aeiou",
            "application_profile_ref" : "aeiou",
            "ssl_sess_cache_avg_size" : 123,
            "cloud_type" : "aeiou",
            "scaleout_ecmp" : true,
            "flow_label_type" : "aeiou",
            "name" : "aeiou",
            "cloud_config_cksum" : "aeiou",
            "traffic_clone_profile_ref" : "aeiou",
            "remove_listening_port_on_vs_down" : true,
            "vsvip_ref" : "aeiou",
            "host_name_xlate" : "aeiou",
            "connections_rate_limit" : {
              "rate_limiter" : {
                "period" : 123,
                "count" : 123,
                "name" : "aeiou",
                "burst_sz" : 123
              },
              "action" : {
                "redirect" : {
                  "keep_query" : true,
                  "path" : "",
                  "protocol" : "aeiou",
                  "status_code" : "aeiou",
                  "add_string" : "aeiou",
                  "port" : 123,
                  "host" : {
                    "tokens" : [ {
                      "start_index" : 123,
                      "str_value" : "aeiou",
                      "end_index" : 123,
                      "type" : "aeiou"
                    } ],
                    "type" : "aeiou"
                  }
                },
                "file" : {
                  "file_content" : "aeiou",
                  "content_type" : "aeiou",
                  "file_length" : 123
                },
                "status_code" : "aeiou",
                "type" : "aeiou"
              },
              "explicit_tracking" : true,
              "fine_grain" : true,
              "http_cookie" : "aeiou",
              "http_header" : "aeiou"
            },
            "network_security_policy_ref" : "aeiou",
            "oauth_vs_config" : {
              "oauth_settings" : [ {
                "app_settings" : {
                  "oidc_config" : {
                    "oidc_enable" : true,
                    "profile" : true,
                    "userinfo" : true
                  },
                  "client_secret" : "aeiou",
                  "scopes" : [ "aeiou" ],
                  "client_id" : "aeiou"
                },
                "resource_server" : {
                  "access_type" : "aeiou",
                  "jwt_params" : {
                    "audience" : "aeiou"
                  },
                  "opaque_token_params" : {
                    "server_secret" : "aeiou",
                    "server_id" : "aeiou"
                  },
                  "introspection_data_timeout" : 123
                },
                "auth_profile_ref" : "aeiou"
              } ],
              "cookie_timeout" : 123,
              "redirect_uri" : "aeiou",
              "logout_uri" : "aeiou",
              "post_logout_redirect_uri" : "aeiou",
              "key" : [ {
                "hmac_key" : "aeiou",
                "aes_key" : "aeiou",
                "name" : "aeiou"
              } ],
              "cookie_name" : "aeiou"
            },
            "topology_policies" : [ "" ],
            "description" : "aeiou",
            "vs_datascripts" : [ {
              "index" : 123,
              "vs_datascript_set_ref" : "aeiou"
            } ],
            "jwt_config" : {
              "jwt_name" : "aeiou",
              "audience" : "aeiou",
              "jwt_location" : "aeiou"
            },
            "pool_group_ref" : "aeiou",
            "ssl_key_and_certificate_refs" : [ "aeiou" ],
            "ssl_profile_ref" : "aeiou",
            "enabled" : true,
            "_last_modified" : "aeiou",
            "limit_doser" : true,
            "se_group_ref" : "aeiou",
            "network_profile_ref" : "aeiou",
            "close_client_conn_on_config_update" : true,
            "max_cps_per_client" : 123,
            "sso_policy_ref" : "aeiou",
            "http_policies" : [ {
              "http_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "analytics_profile_ref" : "aeiou",
            "service_metadata" : "aeiou",
            "use_bridge_ip_as_vip" : true,
            "requests_rate_limit" : "",
            "bot_policy_ref" : "aeiou",
            "enable_rhi" : true,
            "services" : [ "" ],
            "url" : "aeiou",
            "test_se_datastore_level_1_ref" : "aeiou",
            "active_standby_se_tag" : "aeiou",
            "nsx_securitygroup" : [ "aeiou" ],
            "ssl_profile_selectors" : [ {
              "ssl_profile_ref" : "aeiou",
              "client_ip_list" : ""
            } ],
            "vh_matches" : [ {
              "path" : [ {
                "match_criteria" : "aeiou",
                "string_group_refs" : [ "aeiou" ],
                "match_decoded_string" : true,
                "match_str" : [ "aeiou" ],
                "match_case" : "aeiou"
              } ],
              "host" : "aeiou",
              "rules" : [ {
                "name" : "aeiou",
                "matches" : {
                  "cookie" : {
                    "match_criteria" : "aeiou",
                    "name" : "aeiou",
                    "value" : "aeiou",
                    "match_case" : "aeiou"
                  },
                  "method" : {
                    "match_criteria" : "aeiou",
                    "methods" : [ "aeiou" ]
                  },
                  "host_hdr" : {
                    "match_criteria" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "ip_reputation_type" : {
                    "reputation_types" : [ "aeiou" ],
                    "match_operation" : "aeiou"
                  },
                  "query" : {
                    "match_criteria" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "match_decoded_string" : true,
                    "match_str" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "vs_port" : {
                    "match_criteria" : "aeiou",
                    "ports" : [ "" ]
                  },
                  "hdrs" : [ {
                    "match_criteria" : "aeiou",
                    "hdr" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  } ],
                  "version" : {
                    "match_criteria" : "aeiou",
                    "versions" : [ "aeiou" ]
                  },
                  "tls_fingerprint_match" : {
                    "match_operation" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "fingerprints" : [ "aeiou" ]
                  },
                  "source_ip" : "",
                  "path" : "",
                  "geo_matches" : [ {
                    "match_operation" : "aeiou",
                    "values" : [ "aeiou" ],
                    "attribute" : "aeiou"
                  } ],
                  "protocol" : {
                    "match_criteria" : "aeiou",
                    "protocols" : "aeiou"
                  },
                  "client_ip" : "",
                  "bot_detection_result" : {
                    "classifications" : [ "" ],
                    "match_operation" : "aeiou"
                  }
                }
              } ]
            } ],
            "tenant_ref" : "aeiou",
            "ign_pool_net_reach" : true,
            "markers" : [ {
              "values" : [ "aeiou" ],
              "key" : "aeiou"
            } ],
            "vsvip_cloud_config_cksum" : "aeiou",
            "east_west_placement" : true
          },
          "one_plus_one_ha" : true,
          "lif" : [ "aeiou" ],
          "ipam_dns_records" : [ {
            "ip6_address" : [ {
              "ip6_address" : ""
            } ],
            "mx_records" : [ {
              "host" : "aeiou",
              "priority" : 123
            } ],
            "metadata" : "aeiou",
            "fqdn" : [ "aeiou" ],
            "ns" : [ {
              "ip6_address" : "",
              "ip_address" : "",
              "nsname" : "aeiou"
            } ],
            "cname" : "",
            "description" : "aeiou",
            "ip_address" : [ {
              "ip_address" : ""
            } ],
            "type" : "aeiou",
            "ttl" : 123,
            "wildcard_match" : true,
            "txt_records" : [ {
              "text_str" : "aeiou"
            } ],
            "num_records_in_response" : 123,
            "service_locator" : [ {
              "port" : 123,
              "weight" : 123,
              "priority" : 123,
              "target" : "aeiou"
            } ],
            "delegated" : true,
            "algorithm" : "aeiou"
          } ],
          "type" : "aeiou",
          "uuid" : "aeiou",
          "vip_runtime" : [ {
            "migrate_scalein_pending" : true,
            "supp_runtime_status" : "",
            "scale_status" : "",
            "first_time_placement" : true,
            "requested_resource" : "",
            "scalein_in_progress" : true,
            "ev_status" : {
              "result" : "aeiou",
              "request" : "aeiou",
              "notes" : [ "aeiou" ]
            },
            "first_se_assigned_time" : "",
            "marked_for_delete" : true,
            "warmstart_resync_done" : true,
            "se_list" : [ {
              "vip6_subnet_mask" : 123,
              "vlan_id" : 123,
              "memory" : 123,
              "cloud_programming_status" : "aeiou",
              "is_primary" : true,
              "se_ready_in_progress" : true,
              "is_standby" : true,
              "active_on_cloud" : true,
              "vip_intf_ip" : "",
              "snat_ip" : "",
              "vip_intf_list" : [ {
                "vip_intf_ip" : "",
                "vip_intf_ip6" : "",
                "vip_intf_mac" : "aeiou",
                "vlan_id" : 123,
                "networks" : [ "" ],
                "is_portchannel" : true
              } ],
              "attach_ip_in_progress" : true,
              "detach_ip_in_progress" : true,
              "active_on_se" : true,
              "se_programming_done" : true,
              "se_ref" : "aeiou",
              "floating_intf_ip6_addresses" : [ "" ],
              "mgmt_ip6" : "",
              "vip_subnet_mask" : 123,
              "mgmt_ip" : "",
              "vnic" : [ {
                "lif" : "aeiou",
                "type" : "aeiou",
                "mac" : "aeiou"
              } ],
              "sec_idx" : 123,
              "cloud_programming_done" : true,
              "vcpus" : 123,
              "admin_down_requested" : true,
              "vip_intf_mac" : "aeiou",
              "scaleout_in_progress" : true,
              "incarnation" : "aeiou",
              "delete_in_progress" : true,
              "floating_intf_ip" : [ "" ],
              "is_portchannel" : true
            } ],
            "migrate_scaleout_pending" : true,
            "num_additional_se" : 123,
            "progress_percent" : 123,
            "user_scaleout_pending" : true,
            "fsm_state_id" : "aeiou",
            "vip_id" : "aeiou",
            "warmstart_resync_sent" : true,
            "metrics_mgr_port" : "aeiou",
            "fsm_state_name" : "aeiou",
            "ev" : [ "aeiou" ],
            "scalein_request" : "",
            "last_scale_status" : {
              "end_time_str" : "aeiou",
              "placement_read_fail_cnt" : 123,
              "reason" : [ "aeiou" ],
              "num_se_assigned" : 123,
              "reason_code" : 123456789,
              "scale_se" : "aeiou",
              "num_se_requested" : 123,
              "vip_placement_resolution_info" : {
                "ip" : "",
                "networks" : [ {
                  "subnet" : [ "" ],
                  "subnet6" : [ "" ],
                  "network_ref" : "aeiou"
                } ],
                "pool_uuid" : "aeiou"
              },
              "action" : "aeiou",
              "start_time_str" : "aeiou",
              "state" : "aeiou",
              "reason_code_string" : "aeiou",
              "action_success" : true
            },
            "migrate_in_progress" : true,
            "last_changed_time" : "",
            "scaleout_in_progress" : true,
            "prev_metrics_mgr_port" : "aeiou",
            "migrate_request" : ""
          } ],
          "east_west" : true,
          "marked_for_delete" : true,
          "is_dns_vs" : true,
          "prev_controller_ip" : "aeiou",
          "num_additional_se" : 123,
          "controller_ip" : "aeiou",
          "gslb_dns_update" : {
            "send_interval" : 123,
            "gslb_geo_db_profile_uuids" : [ "aeiou" ],
            "gslb_uuids" : [ "aeiou" ],
            "obj_info" : [ {
              "obj" : {
                "gslb_geo_db_profile_uuid" : "aeiou",
                "gslb_uuid" : "aeiou",
                "gslb_service_uuid" : "aeiou"
              },
              "object_uuid" : "aeiou",
              "pb_name" : "aeiou",
              "state" : "aeiou"
            } ],
            "gslb_service_uuids" : [ "aeiou" ],
            "clear_on_max_retries" : 123,
            "uuid" : "aeiou"
          },
          "sec_mgr_info" : {
            "thresholds" : [ {
              "attack_type" : "aeiou",
              "threshold" : 123456789
            } ]
          },
          "metrics_mgr_port" : "aeiou",
          "self_se_election" : true,
          "key_rotation_count" : 123456789,
          "version" : 123456789,
          "tls_ticket_key" : [ {
            "hmac_key" : "aeiou",
            "aes_key" : "aeiou",
            "name" : "aeiou"
          } ],
          "datapath_debug" : {
            "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
              }
            },
            "latency_audit_filters" : "",
            "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,
              "src_port_range_end" : 123,
              "dst_port_start" : 123,
              "tcp_push" : true,
              "capture_ip" : {
                "prefixes" : [ "" ],
                "ranges" : [ {
                  "end" : "",
                  "begin" : ""
                } ],
                "addrs" : [ "" ]
              },
              "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" ]
            }
          },
          "last_changed_time" : "",
          "vh_child_vs_ref" : [ "aeiou" ],
          "manual_placement" : true,
          "prev_metrics_mgr_port" : "aeiou",
          "redis_db" : 123
        },
        "vs_uuid" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_tag_event_details" : {
        "error_string" : "aeiou",
        "vm_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "vs_error_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "rebalance_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : {
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "admin_up" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "nsxt_rule_details" : {
        "dests" : [ "aeiou" ],
        "error_string" : "aeiou",
        "sources" : [ "aeiou" ],
        "pool" : "aeiou",
        "action" : "aeiou",
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "destexclude" : true,
        "direction" : "aeiou"
      },
      "albservices_status_details" : {
        "reason" : "aeiou",
        "connectivity" : "aeiou",
        "registration" : "aeiou"
      },
      "pool_deployment_failure_info" : {
        "curr_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "curr_in_service_pool_name" : "aeiou",
        "results" : [ {
          "result" : true,
          "metric_value" : 1.3579000000000001069366817318950779736042022705078125,
          "rule" : {
            "metric_id" : "aeiou",
            "threshold" : 1.3579000000000001069366817318950779736042022705078125,
            "operator" : "aeiou"
          }
        } ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "nsxt_service_details" : {
        "error_string" : "aeiou",
        "service" : "aeiou"
      },
      "server_autoscalein_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scalein_server_candidates" : [ "" ],
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125,
        "num_scalein_servers" : 123
      },
      "cc_health_details" : {
        "error_string" : "aeiou",
        "num_fails" : 123,
        "last_ok" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "last_fail" : "aeiou",
        "first_fail" : "aeiou"
      },
      "aws_asg_deletion_details" : {
        "asgs" : [ "aeiou" ],
        "cc_id" : "aeiou",
        "pool_uuid" : "aeiou"
      },
      "spawn_se_details" : {
        "availability_zone" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "status_code" : 123456789,
        "cloud_name" : "aeiou",
        "vs_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "flavor_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "network_names" : [ "aeiou" ],
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "tencent_info" : {
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "region" : "aeiou"
      },
      "se_ntp_synchronization_failed" : {
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "mgmt_nw_change_details" : {
        "existing_nw" : "aeiou",
        "new_nw" : "aeiou",
        "vcenter" : "aeiou"
      },
      "os_ip_details" : {
        "error_string" : "aeiou",
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou"
      },
      "cloud_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "nsxt_endpoint_details" : {
        "error_string" : "aeiou",
        "endpoint" : "aeiou",
        "targetIps" : [ "aeiou" ],
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "tier1" : "aeiou"
      },
      "all_seupgrade_event_details" : {
        "request" : {
          "patch" : true,
          "rollback" : true,
          "suspend_on_failure" : true,
          "resume_from_suspend" : true,
          "disruptive" : true,
          "patch_rollback" : true,
          "se_group_refs" : [ "aeiou" ],
          "skip_suspended" : true,
          "uuid" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "num_se" : 123,
        "num_vs" : 123
      },
      "server_autoscalein_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scaled_in_servers" : [ {
          "port" : 123,
          "ip" : "",
          "external_uuid" : "aeiou"
        } ],
        "nscalein" : 123
      },
      "se_gateway_heartbeat_failed_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_leader_failover_details" : {
        "previous_leader_node" : "",
        "leader_node" : {
          "static_routes" : [ {
            "route_id" : "aeiou",
            "disable_gateway_monitor" : true,
            "next_hop" : "",
            "prefix" : "",
            "if_name" : "aeiou",
            "labels" : [ {
              "value" : "aeiou",
              "key" : "aeiou"
            } ]
          } ],
          "vm_mor" : "aeiou",
          "public_ip_or_name" : "",
          "interfaces" : [ {
            "mode" : "aeiou",
            "mode6" : "aeiou",
            "public_ip_or_name" : "",
            "mac_address" : "aeiou",
            "if_name" : "aeiou",
            "ip" : {
              "ip_addr" : "",
              "mask" : 123
            },
            "gateway6" : "",
            "gateway" : "",
            "ip6" : "",
            "labels" : [ "aeiou" ]
          } ],
          "password" : "aeiou",
          "vm_uuid" : "aeiou",
          "ip" : "",
          "name" : "aeiou",
          "categories" : [ "aeiou" ],
          "vm_hostname" : "aeiou",
          "vm_name" : "aeiou"
        }
      },
      "log_agent_event_details" : {
        "protocol" : "aeiou",
        "tcp_detail" : {
          "error_reason" : "aeiou",
          "port" : "aeiou",
          "host" : "aeiou",
          "error_code" : "aeiou"
        },
        "type" : "aeiou"
      },
      "vcenter_cluster_details" : {
        "cluster" : "aeiou",
        "error_string" : "aeiou",
        "hosts" : [ "aeiou" ],
        "vc_url" : "aeiou",
        "cc_id" : "aeiou"
      },
      "app_signature_event_data" : {
        "reason" : "aeiou",
        "last_successful_updated_time" : "aeiou",
        "status" : "aeiou"
      },
      "vcenter_connectivity_status" : {
        "cloud" : "aeiou",
        "vcenter" : "aeiou",
        "datacenter" : "aeiou"
      },
      "nw_subnet_clash_details" : {
        "ip_nw" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "se_vs_pkt_buf_high_event_details" : {
        "threshold" : 123,
        "current_value" : 123,
        "virtual_service" : "aeiou"
      },
      "crs_details" : "",
      "cluster_node_started_details" : {
        "ip" : "",
        "node_name" : "aeiou"
      },
      "cc_dns_update_details" : {
        "dns_fqdn" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "config_user_logout_details" : {
        "error_message" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "license_details" : {
        "license_id" : "aeiou",
        "license_type" : "aeiou",
        "name" : "aeiou",
        "expiry_at" : "aeiou",
        "backend_servers" : 123
      },
      "se_thresh_event_details" : {
        "curr_value" : 123456789,
        "thresh" : 123456789
      },
      "sec_mgr_data_event" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "attach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "azure_mp_info" : {
        "offer" : "aeiou",
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "resource_group" : "aeiou",
        "skus" : [ "aeiou" ],
        "publisher" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "status" : "aeiou"
      },
      "rate_limiter_event_details" : {
        "error_message" : "aeiou",
        "rl_resource_type" : "aeiou",
        "rl_resource_name" : "aeiou",
        "status" : "aeiou"
      },
      "config_update_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "old_resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "new_resource_data" : "aeiou",
        "status" : "aeiou"
      },
      "config_password_change_request_details" : {
        "user_email" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_config_failed_details" : {
        "reason" : "aeiou"
      },
      "ssl_ignored_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "pool_server_delete_details" : {
        "server_ip" : [ "aeiou" ],
        "pool_name" : "aeiou"
      },
      "config_user_login_details" : {
        "error_message" : "aeiou",
        "remote_attributes" : "aeiou",
        "client_ip" : "aeiou",
        "client_type" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "docker_ucp_details" : {
        "reason" : "aeiou",
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "docker_ucp_access" : true,
        "hosts" : [ "aeiou" ],
        "ucp_nodes" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "config_action_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "parameter_data" : "aeiou",
        "action_name" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "se_hm_pool_details" : {
        "server" : {
          "failure_code" : "aeiou",
          "hostname" : "aeiou",
          "port" : 123,
          "ip" : "",
          "description" : "aeiou",
          "shm" : [ "" ],
          "app_info" : [ "" ],
          "ssl_error_code" : "aeiou"
        },
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "percent_servers_up" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "se_reconcile_details" : {
        "new_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "old_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "seupgrade_disrupted_details" : {
        "notes" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_disc_failure" : {
        "vcenter" : "aeiou",
        "state" : "aeiou"
      },
      "pool_deployment_success_info" : {
        "prev_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "prev_in_service_pool_name" : "aeiou",
        "results" : [ "" ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "gcp_info" : {
        "reason" : "aeiou",
        "subnet" : "aeiou",
        "route_name" : "aeiou",
        "vs_name" : "aeiou",
        "project" : "aeiou",
        "nhop_inst" : "aeiou",
        "network" : "aeiou",
        "hostname" : "aeiou",
        "vs_uuid" : "aeiou",
        "zone" : "aeiou",
        "cc_id" : "aeiou",
        "vip" : "",
        "nhop_ip" : ""
      },
      "se_high_ingress_proc_latency_event_details" : {
        "flow_core" : 123,
        "max_disp_to_proxy_queing_delay" : 123,
        "event_count" : 123456789,
        "vs_name" : "aeiou",
        "max_dispatcher_proc_time" : 123,
        "se_name" : "aeiou",
        "vs_ref" : "aeiou",
        "dispatcher_core" : [ "" ],
        "se_ref" : "aeiou"
      },
      "psm_program_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "se_ip_added_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "semigrate_event_details" : {
        "reason" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "oci_info" : {
        "reason" : "aeiou",
        "tenancy" : "aeiou",
        "compartment_id" : "aeiou",
        "cc_id" : "aeiou",
        "vcn_id" : "aeiou",
        "status" : "aeiou"
      },
      "se_persistence_details" : {
        "entries" : 123,
        "pool" : "aeiou",
        "type" : "aeiou"
      },
      "nsxt_t1_seg_details" : {
        "error_string" : "aeiou",
        "t1seg" : [ {
          "segment" : "aeiou",
          "tier1" : "aeiou"
        } ],
        "cc_id" : "aeiou"
      },
      "cluster_service_failed_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_infra_details" : {
        "error_string" : "aeiou",
        "keystone_host" : "aeiou",
        "admin_tenant" : "aeiou",
        "auth_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "database_event_info" : {
        "component" : "aeiou",
        "message" : "aeiou"
      },
      "se_hm_gs_details" : {
        "reason" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_event_details" : {
        "notes" : [ "aeiou" ],
        "se_grp_uuid" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "system_report_event_details" : {
        "summary" : {
          "previews" : [ "aeiou" ],
          "description" : "aeiou",
          "title" : "aeiou"
        },
        "downloadable" : true,
        "image_ref" : "aeiou",
        "readiness_reports" : [ {
          "node_ref" : "aeiou",
          "node_type" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "name" : "aeiou",
          "system_readiness" : {
            "duration" : 123,
            "checks_completed" : 123,
            "start_time" : "aeiou",
            "image_ref" : "aeiou",
            "checks" : [ {
              "duration" : 123,
              "start_time" : "aeiou",
              "error_details" : [ "aeiou" ],
              "check_code" : "aeiou",
              "end_time" : "aeiou",
              "description" : "aeiou",
              "details" : [ "aeiou" ],
              "state" : "aeiou"
            } ],
            "total_checks" : 123,
            "end_time" : "aeiou",
            "patch_image_ref" : "aeiou",
            "state" : {
              "reason" : "aeiou",
              "rebooted" : true,
              "last_changed_time" : "",
              "state" : "aeiou"
            },
            "upgrade_ops" : "aeiou"
          }
        } ],
        "archive_ref" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "se_patch_image_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "controller_patch_image_ref" : "aeiou",
        "name" : "aeiou",
        "state" : {
          "reason" : "aeiou",
          "last_changed_time" : "",
          "state" : "aeiou"
        },
        "events" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "end_time" : "aeiou",
          "event_name" : "aeiou",
          "messages" : [ "aeiou" ],
          "status" : "aeiou"
        } ]
      },
      "ssl_expire_details" : {
        "days_left" : 123,
        "name" : "aeiou"
      },
      "marathon_service_port_conflict_details" : {
        "app_name" : "aeiou",
        "marathon_url" : "aeiou",
        "port" : 123,
        "cc_id" : "aeiou"
      },
      "os_se_vm_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "se_dupip_event_details" : {
        "remote_mac" : "aeiou",
        "vnic_name" : "aeiou",
        "local_mac" : "aeiou",
        "vnic_ip" : "aeiou"
      },
      "cluster_node_add_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "se_licensed_bandwdith_exceeded_event_details" : {
        "num_pkts_dropped" : 123,
        "se_ref" : "aeiou"
      },
      "container_cloud_sevice" : {
        "reason" : "aeiou",
        "service" : "aeiou",
        "cc_id" : "aeiou",
        "object" : "aeiou",
        "status" : "aeiou"
      },
      "se_ipfailure_event_details" : {
        "vnic_name" : "aeiou",
        "network_uuid" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      }
    },
    "obj_type" : "aeiou",
    "obj_uuid" : "aeiou",
    "is_security_event" : true,
    "tenant" : "aeiou"
  } ],
  "timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "summary" : "aeiou",
  "level" : "aeiou",
  "conn_events" : [ {
    "server_rx_pkts" : 123456789,
    "start_timestamp" : 123456789,
    "proxy_protocol" : "aeiou",
    "ssl_cipher" : "aeiou",
    "timeouts" : 123,
    "out_of_orders" : 123,
    "server_retransmits" : 123,
    "mss" : 123,
    "gslbpool_name" : "aeiou",
    "microservice_name" : "aeiou",
    "protocol" : "aeiou",
    "tx_pkts" : 123456789,
    "avg_ingress_latency_be" : 123,
    "server_ip" : 123,
    "total_bytes" : 123456789,
    "server_conn_src_ip6" : "aeiou",
    "avg_ingress_latency_fe" : 123,
    "client_ip" : 123,
    "total_time" : 123456789,
    "adf" : true,
    "conn_est_time_be" : 123,
    "server_rx_bytes" : 123456789,
    "server_tx_bytes" : 123456789,
    "dns_tcp_conn_close_from_se" : true,
    "server_conn_src_ip" : 123,
    "server_total_bytes" : 123456789,
    "total_pkts" : 123456789,
    "pool" : "aeiou",
    "rx_pkts" : 123456789,
    "server_zero_window_size_events" : 123,
    "persistence_used" : true,
    "significant" : 123456789,
    "ssl_session_id" : "aeiou",
    "average_turntime" : 123,
    "conn_est_time_fe" : 123,
    "sip_log" : {
      "sip_callid_hdr" : "aeiou",
      "sip_from_hdr" : "aeiou",
      "sip_messages" : [ {
        "from_client" : true,
        "status_code" : 123,
        "method" : "aeiou",
        "rx_bytes" : 123,
        "rcv_timestamp" : 123456789,
        "content" : "aeiou",
        "tx_bytes" : 123,
        "status" : "aeiou"
      } ],
      "sip_to_hdr" : "aeiou",
      "sip_contact_hdr" : "aeiou",
      "server_protocol" : "aeiou"
    },
    "client_dest_port" : 123,
    "num_window_shrink" : 123,
    "vs_ip6" : "aeiou",
    "ds_log" : "aeiou",
    "zero_window_size_events" : 123,
    "dns_ips" : [ "" ],
    "udf" : true,
    "server_total_pkts" : 123456789,
    "ssl_version" : "aeiou",
    "num_syn_retransmit" : 123,
    "virtualservice" : "aeiou",
    "max_ingress_latency_fe" : 123,
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "dns_etype" : "aeiou",
    "service_engine" : "aeiou",
    "client_rtt" : 123,
    "gslbservice" : "aeiou",
    "microservice" : "aeiou",
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "dns_response" : {
      "response_code" : "aeiou",
      "records" : [ {
        "addr_ip" : 123,
        "vs_name" : "aeiou",
        "cname" : "aeiou",
        "priority" : 123,
        "type" : "aeiou",
        "nsname" : "aeiou",
        "ttl" : 123,
        "site_name" : "aeiou",
        "addr6_ip_str" : "aeiou",
        "text_rdata" : "aeiou",
        "port" : 123,
        "name" : "aeiou",
        "location" : "",
        "mail_server" : "aeiou",
        "dclass" : 123
      } ],
      "fallback_algorithm_used" : true,
      "recursion_available" : true,
      "recursion_desired" : true,
      "query_or_response" : true,
      "authoritative_answer" : true,
      "is_wildcard" : true,
      "opcode" : "aeiou",
      "question_count" : 123,
      "nameserver_records_count" : 123,
      "opt_record" : "",
      "additional_records_count" : 123,
      "truncation" : true,
      "answer_records_count" : 123
    },
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "rx_bytes" : 123456789,
    "server_rtt" : 123,
    "gslbservice_name" : "aeiou",
    "server_ip6" : "aeiou",
    "sni_hostname" : "aeiou",
    "vs_ip" : 123,
    "num_transaction" : 123,
    "tx_bytes" : 123456789,
    "dns_fqdn" : "aeiou",
    "dns_qtype" : "aeiou",
    "log_id" : 123,
    "retransmits" : 123,
    "vcpu_id" : 123,
    "connection_ended" : true,
    "pool_name" : "aeiou",
    "report_timestamp" : 123456789,
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_out_of_orders" : 123,
    "server_timeouts" : 123,
    "significant_log" : [ "aeiou" ],
    "dns_request" : {
      "question_count" : 123,
      "identifier" : 123,
      "nameserver_records_count" : 123,
      "client_location" : {
        "latitude" : 1.3579000000000001069366817318950779736042022705078125,
        "name" : "aeiou",
        "tag" : "aeiou",
        "longitude" : 1.3579000000000001069366817318950779736042022705078125
      },
      "checking_disabled" : true,
      "recursion_desired" : true,
      "authentic_data" : true,
      "query_or_response" : true,
      "opt_record" : {
        "udp_payload_size" : 123,
        "dnssec_ok" : true,
        "options" : [ {
          "addr_family" : 123,
          "code" : "aeiou",
          "subnet_ip6" : "aeiou",
          "scope_prefix_len" : 123,
          "source_prefix_len" : 123,
          "subnet_ip" : 123
        } ],
        "version" : 123
      },
      "additional_records_count" : 123,
      "opcode" : "aeiou",
      "answer_records_count" : 123
    },
    "server_tx_pkts" : 123456789,
    "server_num_window_shrink" : 123
  } ],
  "last_throttle_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "url" : "aeiou",
  "metric_info" : [ {
    "metric_id" : "aeiou",
    "end_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "time_series" : {
      "metric_id" : "aeiou",
      "entity_uuid" : "aeiou",
      "stop" : "aeiou",
      "series" : [ {
        "data" : [ {
          "page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_high" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_low" : 1.3579000000000001069366817318950779736042022705078125,
          "service_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str" : "aeiou",
          "client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
          "is_null" : true,
          "dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
          "dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str_desc" : "aeiou",
          "connection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
          "rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
          "blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
          "server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
          "browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "num_samples" : 123,
          "timestamp" : "aeiou"
        } ],
        "header" : {
          "server" : "aeiou",
          "obj_id" : "aeiou",
          "obj_id_type" : "aeiou",
          "serviceengine_uuid" : "aeiou",
          "derivation_data" : {
            "skip_backend_derivation" : true,
            "include_derivation_metrics" : true,
            "derivation_fn" : "aeiou",
            "exclude_derived_metric" : true,
            "metric_ids" : "aeiou",
            "second_order_derivation" : true,
            "join_tables" : "aeiou",
            "result_has_additional_fields" : true
          },
          "metrics_min_scale" : 1.3579000000000001069366817318950779736042022705078125,
          "units" : "aeiou",
          "priority" : true,
          "entity_uuid" : "aeiou",
          "tenant_uuid" : "aeiou",
          "metrics_sum_agg_invalid" : true,
          "name" : "aeiou",
          "metric_description" : "aeiou",
          "dimension_data" : [ {
            "dimension_id" : "aeiou",
            "dimension" : "aeiou"
          } ],
          "missing_intervals" : [ {
            "start" : "aeiou",
            "end" : "aeiou"
          } ],
          "pool_uuid" : "aeiou",
          "statistics" : {
            "min" : 1.3579000000000001069366817318950779736042022705078125,
            "max" : 1.3579000000000001069366817318950779736042022705078125,
            "max_ts" : "aeiou",
            "trend" : 1.3579000000000001069366817318950779736042022705078125,
            "mean" : 1.3579000000000001069366817318950779736042022705078125,
            "min_ts" : "aeiou",
            "sum" : 1.3579000000000001069366817318950779736042022705078125,
            "last_sample" : 1.3579000000000001069366817318950779736042022705078125,
            "num_samples" : 123
          }
        }
      } ],
      "limit" : 123,
      "start" : "aeiou",
      "step" : 123,
      "id" : "aeiou",
      "metric_entity" : "aeiou"
    },
    "step" : 123,
    "value" : 1.3579000000000001069366817318950779736042022705078125,
    "report_timestamp" : 1.3579000000000001069366817318950779736042022705078125
  } ],
  "tenant_ref" : "aeiou",
  "alert_config_ref" : "aeiou",
  "name" : "aeiou",
  "action_script_output" : "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 Alert

401

log in failed

Up
delete /alert/{uuid}
(alertUuidDelete)

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 /alert/{uuid}
(alertUuidGet)

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

Alert

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "event_pages" : [ "aeiou" ],
  "obj_key" : "aeiou",
  "obj_name" : "aeiou",
  "app_events" : [ {
    "app_response_time" : 123456789,
    "server_response_time_last_byte" : 123456789,
    "persistent_session_id" : 123456789,
    "client_cipher_list" : {
      "unidentified_ciphers" : [ "aeiou" ],
      "identified_ciphers" : [ "aeiou" ]
    },
    "connection_error_info" : {
      "server_rx_pkts" : 123456789,
      "retransmits" : 123,
      "rx_pkts" : 123456789,
      "server_zero_window_size_events" : 123456789,
      "timeouts" : 123,
      "out_of_orders" : 123,
      "server_retransmits" : 123,
      "num_window_shrink" : 123,
      "zero_window_size_events" : 123456789,
      "tx_pkts" : 123456789,
      "server_out_of_orders" : 123,
      "server_timeouts" : 123,
      "num_syn_retransmit" : 123,
      "server_tx_pkts" : 123456789,
      "server_num_window_shrink" : 123
    },
    "source_ip6" : "aeiou",
    "source_ip" : 123,
    "servers_tried" : 123,
    "uri_path" : "aeiou",
    "data_transfer_time" : 123456789,
    "avg_ingress_latency_fe" : 123,
    "total_time" : 123456789,
    "conn_est_time_be" : 123,
    "spdy_version" : "aeiou",
    "method" : "aeiou",
    "server_conn_src_ip" : 123,
    "saml_auth_response_received" : true,
    "pool" : "aeiou",
    "persistence_used" : true,
    "ssl_session_id" : "aeiou",
    "headers_sent_to_server" : "aeiou",
    "http2_stream_id" : 123,
    "response_length" : 123456789,
    "response_headers" : 123,
    "waf_log" : {
      "allowlist_configured" : true,
      "application_rules_configured" : true,
      "application_rule_logs" : [ {
        "msg" : "aeiou",
        "phase" : "aeiou",
        "rule_group" : "aeiou",
        "rule_id" : 123456789,
        "rule_name" : "aeiou",
        "matches" : [ {
          "is_internal" : true,
          "match_element" : "aeiou",
          "match_value" : "aeiou"
        } ],
        "omitted_match_elements" : 123,
        "tags" : [ "aeiou" ]
      } ],
      "allowlist_processed" : true,
      "rules_processed" : true,
      "application_rules_processed" : true,
      "omitted_signature_stats" : "",
      "latency_request_header_phase" : 123456789,
      "omitted_app_rule_stats" : {
        "match_elements" : 123,
        "rules" : 123
      },
      "latency_request_body_phase" : 123456789,
      "rules_configured" : true,
      "memory_allocated" : 123456789,
      "allowlist_logs" : [ {
        "rule_name" : "aeiou",
        "actions" : [ "aeiou" ]
      } ],
      "latency_response_header_phase" : 123456789,
      "psm_configured" : true,
      "latency_response_body_phase" : 123456789,
      "rule_logs" : [ "" ],
      "psm_logs" : [ {
        "rule_id" : "aeiou",
        "group_name" : "aeiou",
        "rule_name" : "aeiou",
        "group_uuid" : "aeiou",
        "location" : "aeiou",
        "actions" : [ "aeiou" ],
        "matches" : [ "" ]
      } ],
      "psm_processed" : true,
      "status" : "aeiou"
    },
    "request_length" : 123456789,
    "user_id" : "aeiou",
    "jwt_log" : {
      "token_payload" : "aeiou",
      "authn_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "authz_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "is_jwt_verified" : true
    },
    "critical_error_encountered" : true,
    "xff" : "aeiou",
    "etag" : "aeiou",
    "compression" : "aeiou",
    "virtualservice" : "aeiou",
    "response_time_first_byte" : 123456789,
    "max_ingress_latency_fe" : 123,
    "ntlm_log" : {
      "ntlm_status" : "aeiou",
      "ntlm_detected" : true
    },
    "server_pushed_request" : true,
    "service_engine" : "aeiou",
    "server_response_time_first_byte" : 123456789,
    "client_rtt" : 123,
    "microservice" : "aeiou",
    "server_response_length" : 123456789,
    "grpc_method_name" : "aeiou",
    "cache_hit" : true,
    "response_time_last_byte" : 123456789,
    "client_os" : "aeiou",
    "server_rtt" : 123,
    "bot_management_log" : {
      "classification" : {
        "user_defined_type" : "aeiou",
        "type" : "aeiou"
      },
      "results" : [ {
        "component" : "aeiou",
        "identification" : {
          "identifier" : "aeiou",
          "type" : "aeiou",
          "class" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "confidence" : "aeiou"
      } ]
    },
    "sni_hostname" : "aeiou",
    "http_security_policy_rule_name" : "aeiou",
    "vs_ip" : 123,
    "client_insights" : "aeiou",
    "log_id" : 123,
    "redirected_uri" : "aeiou",
    "rewritten_uri_query" : "aeiou",
    "saml_authentication_used" : true,
    "vcpu_id" : 123,
    "session_id" : "aeiou",
    "all_request_headers" : "aeiou",
    "report_timestamp" : 123456789,
    "significant_log" : [ "aeiou" ],
    "grpc_service_name" : "aeiou",
    "saml_session_cookie_valid" : true,
    "vh_match_rule" : "aeiou",
    "referer" : "aeiou",
    "server_response_code" : 123,
    "ssl_cipher" : "aeiou",
    "cache_disabled_by_ds" : true,
    "compression_percentage" : 123,
    "icap_log" : {
      "request_logs" : [ {
        "icap_headers_received_from_server" : "aeiou",
        "latency" : 123456789,
        "nsx_defender_log" : {
          "score" : 123,
          "task_uuid" : "aeiou",
          "status_url" : "aeiou"
        },
        "icap_method" : "aeiou",
        "icap_headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "icap_server_ip" : 123,
        "modified_content_length" : 123,
        "http_method" : "aeiou",
        "icap_response_code" : 123,
        "icap_absolute_uri" : "aeiou",
        "vendor" : "aeiou",
        "opswat_log" : {
          "reason" : "aeiou",
          "violations" : [ {
            "threat_name" : "aeiou",
            "file_name" : "aeiou",
            "resolution" : "aeiou"
          } ],
          "threat_id" : "aeiou"
        },
        "source_port" : 123,
        "complete_body_sent" : true,
        "action" : "aeiou",
        "icap_server_port" : 123,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ],
      "action" : "aeiou"
    },
    "microservice_name" : "aeiou",
    "saml_auth_request_generated" : true,
    "oauth_log" : {
      "token_exchange_subrequest" : "",
      "jwks_subrequest" : {
        "sub_request_log" : {
          "server_name" : "aeiou",
          "method" : "aeiou",
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "response_length" : 123456789,
          "uri_path" : "aeiou",
          "uri_query" : "aeiou",
          "request_length" : 123456789,
          "headers_received_from_server" : "aeiou",
          "source_port" : 123,
          "server_ip" : 123,
          "server_port" : 123,
          "total_time" : 123456789,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        },
        "error_description" : "aeiou",
        "error_code" : "aeiou"
      },
      "oauth_state" : "aeiou",
      "authn_rule_match" : "",
      "authz_rule_match" : "",
      "userinfo_subrequest" : "",
      "is_session_cookie_expired" : true,
      "state" : "aeiou",
      "token_refresh_subrequest" : "",
      "token_introspection_subrequest" : ""
    },
    "response_content_type" : "aeiou",
    "http_request_policy_rule_name" : "aeiou",
    "avg_ingress_latency_be" : 123,
    "host" : "aeiou",
    "server_ip" : 123,
    "server_conn_src_ip6" : "aeiou",
    "client_ip" : 123,
    "auth_status" : "aeiou",
    "server_ssl_session_id" : "aeiou",
    "server_push_initiated" : true,
    "adf" : true,
    "saml_auth_session_id" : 123456789,
    "http_version" : "aeiou",
    "significant" : 123456789,
    "server_side_redirect_uri" : "aeiou",
    "client_fingerprints" : {
      "full_tls_fingerprint" : "aeiou",
      "tls_client_info" : {
        "tls_extensions" : [ "" ],
        "client_hello_tls_version" : 123,
        "supported_groups" : [ "" ],
        "point_formats" : [ "" ],
        "cipher_suites" : [ "" ],
        "uses_grease" : true
      },
      "filtered_tls_fingerprint" : "aeiou",
      "normalized_tls_fingerprint" : "aeiou"
    },
    "conn_est_time_fe" : 123,
    "client_dest_port" : 123,
    "vs_ip6" : "aeiou",
    "cipher_bytes" : "aeiou",
    "uri_query" : "aeiou",
    "udf" : true,
    "request_headers" : 123,
    "ssl_version" : "aeiou",
    "datascript_log" : "aeiou",
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "response_code" : 123,
    "http_response_policy_rule_name" : "aeiou",
    "grpc_status" : 123,
    "oob_log" : {
      "ds_req_logs" : [ {
        "ds_name" : "aeiou",
        "server_name" : "aeiou",
        "method" : "aeiou",
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "response_length" : 123456789,
        "servers_tried" : 123,
        "uri_path" : "aeiou",
        "uri_query" : "aeiou",
        "request_length" : 123456789,
        "headers_received_from_server" : "aeiou",
        "source_port" : 123,
        "server_ip" : 123,
        "server_port" : 123,
        "event" : "aeiou",
        "total_time" : 123456789,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ]
    },
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "request_content_type" : "aeiou",
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "paa_log" : {
      "cache_hit" : true,
      "client_request_body_sent" : true,
      "request_logs" : [ {
        "servers_tried" : 123,
        "response_code" : 123,
        "uri_path" : "aeiou",
        "method" : "aeiou",
        "headers_received_from_server" : "aeiou",
        "server_ip" : 123,
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou"
      } ]
    },
    "body_updated" : "aeiou",
    "cacheable" : true,
    "server_ip6" : "aeiou",
    "user_agent" : "aeiou",
    "datascript_error_trace" : {
      "stack_trace" : "aeiou",
      "error" : "aeiou",
      "event" : "aeiou"
    },
    "all_response_headers" : "aeiou",
    "client_device" : "aeiou",
    "request_served_locally_remote_site_down" : true,
    "server_ssl_session_reused" : true,
    "pool_name" : "aeiou",
    "saml_log" : {
      "saml_authn_rule_match" : {
        "saml_authn_matched_rule_name" : "aeiou",
        "saml_authn_matched_rule_action" : "aeiou"
      },
      "saml_authz_rule_match" : {
        "saml_authz_matched_rule_name" : "aeiou",
        "saml_authz_matched_rule_action" : "aeiou"
      },
      "saml_attribute_lists" : [ {
        "attr_name" : "aeiou",
        "attr_values" : [ "aeiou" ]
      } ],
      "is_saml_authentication_used" : true,
      "saml_auth_status" : "aeiou",
      "userid" : "aeiou",
      "saml_session_cookie_expired" : true
    },
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_connection_reused" : true,
    "request_state" : "aeiou",
    "grpc_status_reason_phrase" : "aeiou",
    "client_browser" : "aeiou",
    "headers_received_from_server" : "aeiou",
    "request_id" : "aeiou",
    "rewritten_uri_path" : "aeiou"
  } ],
  "description" : "aeiou",
  "threshold" : 123,
  "uuid" : "aeiou",
  "related_uuids" : [ "aeiou" ],
  "_last_modified" : "aeiou",
  "throttle_count" : 123,
  "obj_uuid" : "aeiou",
  "state" : "aeiou",
  "events" : [ {
    "internal" : "aeiou",
    "tenant_name" : "aeiou",
    "event_pages" : [ "aeiou" ],
    "obj_name" : "aeiou",
    "module" : "aeiou",
    "details_summary" : "aeiou",
    "event_description" : "aeiou",
    "related_uuids" : [ "aeiou" ],
    "report_timestamp" : 123456789,
    "ignore_event_details_display" : true,
    "reason_code" : "aeiou",
    "event_id" : "aeiou",
    "context" : "aeiou",
    "event_details" : {
      "switchover_details" : {
        "reason" : "aeiou",
        "to_se_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "vs_awaitingse_details" : {
        "awaitingse_timeout" : 123,
        "vs_uuid" : "aeiou",
        "se_assigned" : [ {
          "mgmt_ip6" : "",
          "standby" : true,
          "mgmt_ip" : "",
          "scalein_in_progress" : true,
          "se_ready_in_progress" : true,
          "admin_down_requested" : true,
          "oper_status" : "",
          "connected" : true,
          "active_on_cloud" : true,
          "ref" : "aeiou",
          "snat_ip" : "",
          "attach_ip_in_progress" : true,
          "name" : "aeiou",
          "scaleout_in_progress" : true,
          "detach_ip_in_progress" : true,
          "active_on_se" : true,
          "primary" : true
        } ],
        "se_requested" : {
          "memory" : 123,
          "num_se" : 123,
          "num_vcpus" : 123,
          "num_standby_se" : 123
        },
        "ip" : "aeiou"
      },
      "vcenter_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "vs_scaleout_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "avg_uptime_change_details" : {
        "metric_id" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "resource_str" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "os_lbaudit_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "user" : "aeiou",
        "tenant" : "aeiou"
      },
      "se_gateway_heartbeat_success_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_node_remove_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "central_license_refresh_details" : {
        "service_units" : 1.3579000000000001069366817318950779736042022705078125,
        "message" : "aeiou"
      },
      "os_lbplugin_op_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "prov" : "aeiou",
        "command" : "aeiou"
      },
      "vip_dns_info" : {
        "total_records" : 123,
        "dns_info" : [ {
          "metadata" : "aeiou",
          "fqdn" : "aeiou",
          "num_records_in_response" : 123,
          "cname" : {
            "cname" : "aeiou"
          },
          "type" : "aeiou",
          "ttl" : 123,
          "algorithm" : "aeiou"
        } ],
        "vs_names" : [ "aeiou" ],
        "vip_id" : "aeiou",
        "error" : "aeiou",
        "fip" : "",
        "vip" : "",
        "vs_uuids" : [ "aeiou" ]
      },
      "vcenter_details" : {
        "previous_count" : 123456789,
        "vcenter_name" : "aeiou",
        "name" : "aeiou",
        "vcenter" : "aeiou",
        "vcenter_object" : "aeiou",
        "user" : "aeiou"
      },
      "vcenter_obj_delete_details" : {
        "obj_name" : "aeiou",
        "vcenter" : "aeiou"
      },
      "license_expiry_details" : {
        "burst_cores" : 123,
        "license_type" : "aeiou",
        "max_apps" : 123,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "cpu_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "expiry_at" : "aeiou",
        "backend_servers" : 123,
        "cores" : 123,
        "max_ses" : 123,
        "license_id" : "aeiou",
        "name" : "aeiou",
        "sockets" : 123,
        "throughput" : 123,
        "license_tier" : [ "aeiou" ]
      },
      "crs_deployment_failure" : {
        "message" : "aeiou",
        "crs_info" : [ {
          "release_date" : "aeiou",
          "name" : "aeiou",
          "version" : "aeiou",
          "url" : "aeiou"
        } ]
      },
      "se_details" : {
        "old_mgmt_ip6" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "vsphere_ha_inprogress" : true,
        "vsphere_ha_enabled" : true,
        "cloud_name" : "aeiou",
        "vs_name" : [ "aeiou" ],
        "enable_state" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "migrate_state" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "gcp_info" : {
          "machine_type" : "aeiou",
          "subnet" : "aeiou",
          "hostname" : "aeiou",
          "zone" : "aeiou",
          "project" : "aeiou",
          "network" : "aeiou"
        },
        "se_grp_name" : "aeiou",
        "name" : "aeiou",
        "new_mgmt_ip" : "aeiou",
        "new_mgmt_ip6" : "aeiou",
        "old_mgmt_ip" : "aeiou",
        "host_name" : "aeiou"
      },
      "albservices_case_details" : {
        "subject" : "aeiou",
        "description" : "aeiou",
        "last_modified_date" : "aeiou",
        "asset_id" : "aeiou",
        "contact_info" : {
          "account_id" : "aeiou",
          "phone" : "aeiou",
          "account_name" : "aeiou",
          "name" : "aeiou",
          "email" : "aeiou",
          "managed_accounts" : [ {
            "name" : "aeiou",
            "id" : "aeiou",
            "users" : [ {
              "phone" : "aeiou",
              "name" : "aeiou",
              "email" : "aeiou"
            } ]
          } ]
        },
        "type" : "aeiou",
        "fr_business_justification" : "aeiou",
        "mode" : "aeiou",
        "case_number" : "aeiou",
        "id" : "aeiou",
        "patch_version" : "aeiou",
        "case_attachments" : [ {
          "attachment_name" : "aeiou",
          "attachment_url" : "aeiou",
          "attachment_size" : "aeiou"
        } ],
        "email" : "aeiou",
        "severity" : "aeiou",
        "case_created_by" : "aeiou",
        "deployment_environment" : "aeiou",
        "version" : "aeiou",
        "custom_tag" : "aeiou",
        "environment" : "aeiou",
        "case_status" : "aeiou",
        "fr_current_solution" : "aeiou",
        "fr_use_cases" : "aeiou",
        "fr_timing" : "aeiou",
        "created_date" : "aeiou",
        "time" : "aeiou",
        "status" : "aeiou"
      },
      "se_discontinuous_time_change_event_details" : {
        "drift_time" : 123456789,
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou",
        "se_ref" : "aeiou"
      },
      "ip_fail_details" : {
        "reason" : "aeiou",
        "networks" : [ "" ],
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "container_cloud_batch_setup" : {
        "ccs" : [ {
          "reason" : "aeiou",
          "master_nodes" : [ "aeiou" ],
          "new_hosts" : [ "aeiou" ],
          "cloud_access" : true,
          "failed_hosts" : [ "aeiou" ],
          "hosts" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        } ]
      },
      "cluster_service_restored_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_sync_services_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "rebalance_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "mesos_infra_details" : {
        "reason" : "aeiou",
        "mesos_access" : true,
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "hosts" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "mesos_url" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "se_bgp_peer_down_details" : {
        "peer_ip" : "aeiou",
        "message" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "aws_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "region" : "aeiou"
      },
      "dos_attack_event_details" : {
        "attack_count" : 1.3579000000000001069366817318950779736042022705078125,
        "ipgroup_uuids" : [ "aeiou" ],
        "urls" : [ "aeiou" ],
        "src_ips" : [ "aeiou" ],
        "attack" : "aeiou",
        "meta_data" : [ {
          "amplification" : {
            "src_port" : 123,
            "record_type" : "aeiou"
          },
          "ip" : "aeiou",
          "max_resp_time" : 123,
          "url" : "aeiou"
        } ]
      },
      "vip_symmetry_details" : {
        "reason" : "aeiou",
        "vsvip_name" : "aeiou",
        "max_num_se_assigned" : 123,
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "min_num_se_requested" : 123,
        "max_num_se_requested" : 123,
        "num_vs" : 123,
        "min_num_se_assigned" : 123
      },
      "config_user_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "rule" : "aeiou",
        "userprofile" : "aeiou",
        "user" : "aeiou"
      },
      "detach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "scheduler_action_info" : {
        "execution_datestamp" : "aeiou",
        "control_script_output" : "aeiou",
        "backup_uri" : [ "aeiou" ],
        "scheduler_uuid" : "aeiou",
        "status" : "aeiou"
      },
      "ssl_revoked_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "ssl_renew_failed_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "upgrade_entry" : {
        "node_type" : "aeiou",
        "obj_cloud_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "name" : "aeiou",
        "upgrade_info" : {
          "reason" : "aeiou",
          "seg_params" : "",
          "image_ref" : "aeiou",
          "previous_patch_list" : [ "" ],
          "patch_image_ref" : "aeiou",
          "uuid" : "aeiou",
          "se_upgrade_events" : [ "" ],
          "node_type" : "aeiou",
          "system_report_refs" : [ "aeiou" ],
          "se_patch_image_ref" : "aeiou",
          "previous_patch_version" : "aeiou",
          "state" : "",
          "upgrade_ops" : "aeiou",
          "patch_version" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "prev_image_path" : "aeiou",
          "history" : [ {
            "duration" : 123,
            "start_time" : "aeiou",
            "upgrade_events" : [ {
              "task_name" : "aeiou",
              "task" : "aeiou",
              "sub_events" : [ "" ],
              "nodes_events" : [ {
                "duration" : 123,
                "start_time" : "aeiou",
                "ip" : "",
                "end_time" : "aeiou",
                "sub_tasks" : [ "aeiou" ],
                "message" : "aeiou",
                "status" : true
              } ]
            } ],
            "ops" : "aeiou",
            "end_time" : "aeiou",
            "seg_status" : {
              "disrupted_vs_ref" : [ "aeiou" ],
              "num_se_with_no_vs" : 123,
              "reason" : [ "aeiou" ],
              "enqueue_time" : "aeiou",
              "notes" : [ "aeiou" ],
              "se_upgrade_suspended" : [ "aeiou" ],
              "se_upgrade_in_progress" : [ "aeiou" ],
              "vs_scalein_in_progress_ref" : [ "aeiou" ],
              "se_already_upgraded_at_start" : [ "aeiou" ],
              "se_group_uuid" : "aeiou",
              "se_reboot_in_progress_ref" : "aeiou",
              "num_vs" : 123,
              "vs_migrate_in_progress_ref" : [ "aeiou" ],
              "se_upgrade_completed" : [ "aeiou" ],
              "se_upgrade_errors" : [ "" ],
              "duration" : "aeiou",
              "in_progress" : true,
              "request_time" : "aeiou",
              "ha_mode" : "aeiou",
              "se_ip_missing_at_start" : [ "aeiou" ],
              "controller_version" : "aeiou",
              "num_se_with_vs_not_scaledout" : 123,
              "vs_scaleout_in_progress_ref" : [ "aeiou" ],
              "num_vs_disrupted" : 123,
              "traffic_status" : "aeiou",
              "se_poweredoff_at_start" : [ "aeiou" ],
              "vs_errors" : [ {
                "reason" : [ "aeiou" ],
                "se_group_ha_mode" : "aeiou",
                "tenant_ref" : "aeiou",
                "traffic_status" : "aeiou",
                "vip_id" : "aeiou",
                "event_timestamp" : "",
                "vs_ref" : "aeiou",
                "se_group_ref" : "aeiou",
                "se_ref" : "aeiou"
              } ],
              "state" : "aeiou",
              "worker" : "aeiou",
              "se_group_name" : "aeiou",
              "end_time" : "aeiou",
              "se_with_vs_scaledout" : [ "aeiou" ],
              "thread" : "aeiou",
              "se_disconnected_at_start" : [ "aeiou" ],
              "start_time" : "aeiou",
              "num_se" : 123,
              "se_upgrade_not_started" : [ "aeiou" ],
              "se_upgrade_skip_suspended" : [ "aeiou" ],
              "num_se_with_vs_scaledout" : 123,
              "tenant_ref" : "aeiou",
              "se_upgrade_failed" : [ "aeiou" ],
              "se_with_vs_not_scaledout" : [ "aeiou" ],
              "progress" : 123,
              "se_with_no_vs" : [ "aeiou" ]
            },
            "state" : "",
            "statediff_ref" : "aeiou",
            "patch_version" : "aeiou",
            "version" : "aeiou",
            "se_upgrade_events" : [ {
              "reason" : [ "aeiou" ],
              "to_se_ref" : "aeiou",
              "vs_ref" : "aeiou",
              "num_vs" : 123,
              "se_group_ref" : "aeiou",
              "from_se_ref" : "aeiou",
              "num_se" : 123,
              "se_group_ha_mode" : "aeiou",
              "task" : "aeiou",
              "num_se_group" : 123,
              "sub_tasks" : [ "aeiou" ],
              "traffic_status" : "aeiou",
              "se_ref" : "aeiou"
            } ]
          } ],
          "params" : "",
          "previous_image_ref" : "aeiou",
          "version" : "aeiou",
          "start_time" : "aeiou",
          "patch_reboot" : true,
          "patch_list" : [ {
            "patch_image_path" : "aeiou",
            "patch_image_ref" : "aeiou",
            "patch_version" : "aeiou"
          } ],
          "system" : true,
          "tasks_completed" : 123,
          "upgrade_readiness" : "",
          "fips_mode" : true,
          "name" : "aeiou",
          "upgrade_events" : [ "" ],
          "enable_rollback" : true,
          "enqueue_time" : "aeiou",
          "patch_image_path" : "aeiou",
          "prev_patch_image_path" : "aeiou",
          "seg_status" : "",
          "total_tasks" : 123,
          "_last_modified" : "aeiou",
          "duration" : 123,
          "previous_version" : "aeiou",
          "se_patch_image_path" : "aeiou",
          "previous_patch_image_ref" : "aeiou",
          "end_time" : "aeiou",
          "clean" : true,
          "statediff_ref" : "aeiou",
          "after_reboot_rollback_fnc" : "aeiou",
          "url" : "aeiou",
          "image_path" : "aeiou",
          "tenant_ref" : "aeiou",
          "after_reboot_task_name" : "aeiou",
          "progress" : 123,
          "enable_patch_rollback" : true
        },
        "params" : {
          "image_ref" : "aeiou",
          "patch_ref" : "aeiou",
          "se_group_resume_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true,
            "skip_suspended" : true
          },
          "se_group_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true
          }
        },
        "upgrade_ops" : "aeiou",
        "uuid" : "aeiou"
      },
      "cc_cluster_vip_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_healthy_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : "",
        "nodeid" : "aeiou"
      },
      "se_ip6_dad_failed_event_details" : {
        "dad_ip" : "",
        "if_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "gs_info" : {
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "uuid" : "aeiou",
        "gs_runtime" : {
          "tenant_name" : "aeiou",
          "groups" : [ {
            "members" : [ "" ],
            "name" : "aeiou",
            "oper_status" : ""
          } ],
          "services_state" : "aeiou",
          "ldr_state" : "",
          "oper_status" : "",
          "uuid" : "aeiou",
          "flr_state" : [ "" ],
          "sp_oper_status" : "",
          "domain_names" : [ "aeiou" ],
          "send_event" : true,
          "checksum" : "aeiou",
          "name" : "aeiou",
          "send_status" : true
        }
      },
      "vcenter_network_limit" : {
        "current" : 123456789,
        "additional_reason" : "aeiou",
        "limit" : 123456789
      },
      "nsxt_info" : {
        "reason" : "aeiou",
        "cc_id" : "aeiou",
        "transportzone_id" : "aeiou",
        "status" : "aeiou"
      },
      "burst_checkout_details" : {
        "start_time" : "aeiou",
        "cores" : 123,
        "end_time" : "aeiou",
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "metrics_db_sync_failure_details" : {
        "process_name" : "aeiou",
        "node_name" : "aeiou",
        "timestamp" : "aeiou"
      },
      "disc_summary" : {
        "num_hosts" : 123456789,
        "num_nws" : 123456789,
        "num_vms" : 123456789,
        "vcenter" : "aeiou",
        "num_dcs" : 123456789,
        "num_clusters" : 123456789
      },
      "connection_event" : {
        "port" : 123,
        "host" : "aeiou",
        "info" : "aeiou"
      },
      "se_pool_lb_details" : {
        "reason" : "aeiou",
        "failure_code" : "aeiou",
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "rebalance_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : {
          "from_se_ref" : "aeiou",
          "scalein_primary" : true,
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "admin_down" : true
        }
      },
      "se_vs_del_flows_disrupted" : {
        "deleted_vs_name" : "aeiou",
        "reporting_se_name" : "aeiou",
        "num_vs_flows_disrupted" : 123
      },
      "sec_mgr_ua_event_details" : {
        "error" : "aeiou"
      },
      "metrics_grpc_auth_failure_details" : {
        "peer" : "aeiou"
      },
      "cluster_node_db_failed_details" : {
        "ip" : "",
        "node_name" : "aeiou",
        "failure_count" : 123
      },
      "nsxt_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "cloud_route_notif_details" : {
        "reason" : "aeiou",
        "routes" : [ "aeiou" ],
        "route_table" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_bgp_peer_state_change_details" : {
        "peer_state" : "aeiou",
        "peer_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "se_vnic_down_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "se_memory_limit_event_details" : {
        "heap_config_hard_limit" : 123,
        "heap_conn_usage" : 123,
        "shm_config_hard_limit" : 123,
        "shm_conn_usage" : 123,
        "config_memory_status" : "aeiou",
        "heap_config_soft_limit" : 123,
        "shm_config_usage" : 123,
        "heap_config_usage" : 123,
        "se_ref" : "aeiou",
        "shm_config_soft_limit" : 123
      },
      "memory_balancer_info" : {
        "threshold_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "controller_memory" : 123,
        "process" : "aeiou",
        "limit" : 123,
        "controller_memory_usage_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "memory_used" : 123,
        "pid" : 123,
        "process_trend" : "aeiou",
        "debug_message" : "aeiou",
        "process_mode" : "aeiou",
        "child" : [ {
          "memory" : 123,
          "pid" : 123
        } ]
      },
      "ip_threat_db_event_data" : {
        "reason" : "aeiou",
        "version" : "aeiou",
        "status" : "aeiou"
      },
      "secure_key_exchange_info" : {
        "ctlr_mgmt_ip" : "aeiou",
        "follower_ip" : "aeiou",
        "leader_ip" : "aeiou",
        "se_ip" : "aeiou",
        "name" : "aeiou",
        "ctlr_public_ip" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "source_ip" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_node_shutdown_details" : {
        "reason" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "modify_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_vnic_up_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "os_api_ver_check_failure" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou",
        "cc_name" : "aeiou"
      },
      "seupgrade_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "switchover_fail_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "add_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "subnet" : "aeiou",
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "server_autoscale_failed_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "num_servers_up" : 123,
        "num_scalein_servers" : 123
      },
      "vs_initialplacement_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "cc_parkintf_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "intf_id" : "aeiou",
        "subnet_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "cluster_service_critical_failure_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "se_vs_fault_event_details" : {
        "service_engine" : "aeiou",
        "fault_object" : "aeiou",
        "fault_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "vs_scalein_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "vs_switchover_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "se_hm_gsgroup_details" : {
        "gsgroup" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "gsmember" : {
          "failure_code" : "aeiou",
          "domain" : "aeiou",
          "ip" : "",
          "shm" : [ {
            "response_code" : 123,
            "average_response_time" : 123456789,
            "resp_string" : "aeiou",
            "health_monitor" : "aeiou"
          } ],
          "app_info" : [ {
            "app_hdr_value" : "aeiou",
            "app_hdr_name" : "aeiou"
          } ],
          "ssl_error_code" : "aeiou"
        },
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : ""
      },
      "sync_services_info" : "",
      "cs_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "api_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "se_vnic_tx_queue_stall_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "queue" : 123,
        "se_ref" : "aeiou"
      },
      "config_se_grp_flv_update_details" : {
        "new_flv" : "aeiou",
        "tenant_name" : "aeiou",
        "old_flv" : "aeiou",
        "tenant_uuid" : "aeiou",
        "se_group_name" : "aeiou",
        "se_group_uuid" : "aeiou"
      },
      "reboot_se_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou"
      },
      "server_autoscaleout_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "num_scaleout_servers" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125
      },
      "cc_scaleset_notif_details" : {
        "scaleset_names" : [ "aeiou" ],
        "reason" : "aeiou",
        "cc_id" : "aeiou"
      },
      "dns_sync_info" : {
        "total_records" : 123,
        "error" : "aeiou"
      },
      "albservices_file_upload_details" : {
        "file_path" : "aeiou",
        "s3_directory" : "aeiou",
        "tenant_ref" : "aeiou",
        "case_id" : "aeiou",
        "name" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "status" : "aeiou"
      },
      "controller_license_reconcile_details" : {
        "old_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "new_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "old_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125
      },
      "se_geo_db_details" : {
        "reason" : "aeiou",
        "geo_db_profile_name" : "aeiou",
        "file_name" : "aeiou",
        "vip_id" : "aeiou",
        "geo_db_profile_ref" : "aeiou",
        "se_ref" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "os_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "se_vm_uuid" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "delete_se_details" : {
        "reason" : "aeiou",
        "cloud_uuid" : "aeiou",
        "status_code" : 123456789,
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "cloud_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "se_name" : "aeiou",
        "host_uuid" : "aeiou",
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "cc_ip_details" : {
        "error_string" : "aeiou",
        "ip6_mask" : 123,
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou",
        "ip6" : "",
        "ip_mask" : 123
      },
      "seupgrade_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : ""
      },
      "vm_details" : {
        "host" : "aeiou",
        "name" : "aeiou",
        "datacenter" : "aeiou"
      },
      "cc_vip_update_details" : {
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "config_delete_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_update_details" : {
        "crs_info" : [ "" ]
      },
      "bootup_fail_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "cc_se_vm_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "ssl_export_details" : {
        "user" : "aeiou"
      },
      "glb_info" : {
        "site" : "",
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "third_party_site" : "",
        "uuid" : "aeiou",
        "gslb_runtime" : {
          "site" : [ {
            "send_interval" : 123,
            "tenant_name" : "aeiou",
            "site_stats" : {
              "num_ghm_cr_rxed" : 123,
              "num_gssl_cert_del_rxed" : 123,
              "num_gjwt_upd_txed" : 123,
              "num_glb_upd_rxed" : 123,
              "num_of_timeouts" : 123,
              "num_glb_cr_txed" : 123,
              "num_of_bad_responses" : 123,
              "num_gap_del_txed" : 123,
              "num_ghm_upd_txed" : 123,
              "num_gs_upd_rxed" : 123,
              "num_file_del_txed" : 123,
              "num_glb_del_rxed" : 123,
              "num_gjwt_del_txed" : 123,
              "num_geo_cr_rxed" : 123,
              "num_geo_del_rxed" : 123,
              "num_gs_del_rxed" : 123,
              "num_of_skip_outstanding_requests" : 123,
              "num_health_msgs_rxed" : 123,
              "num_gpki_upd_txed" : 123,
              "num_of_events_generated" : 123,
              "num_gap_cr_rxed" : 123,
              "num_gjwt_cr_txed" : 123,
              "num_gpki_del_rxed" : 123,
              "num_geo_upd_rxed" : 123,
              "num_gssl_cert_upd_rxed" : 123,
              "num_ghm_del_txed" : 123,
              "num_gpki_cr_txed" : 123,
              "num_gs_cr_rxed" : 123,
              "num_gap_upd_txed" : 123,
              "num_gssl_upd_rxed" : 123,
              "num_glb_cr_rxed" : 123,
              "num_glb_upd_txed" : 123,
              "num_gs_upd_txed" : 123,
              "num_gap_del_rxed" : 123,
              "num_ghm_cr_txed" : 123,
              "num_ghm_upd_rxed" : 123,
              "num_glb_del_txed" : 123,
              "num_gssl_del_rxed" : 123,
              "num_health_msgs_txed" : 123,
              "num_gjwt_del_rxed" : 123,
              "num_gs_del_txed" : 123,
              "num_geo_cr_txed" : 123,
              "num_gpki_upd_rxed" : 123,
              "num_geo_del_txed" : 123,
              "num_gpki_del_txed" : 123,
              "num_gap_cr_txed" : 123,
              "num_gjwt_cr_rxed" : 123,
              "num_geo_upd_txed" : 123,
              "num_file_cr_txed" : 123,
              "num_gssl_cert_cr_rxed" : 123,
              "num_ghm_del_rxed" : 123,
              "num_gssl_cr_rxed" : 123,
              "num_gs_cr_txed" : 123,
              "num_gpki_cr_rxed" : 123,
              "num_gjwt_upd_rxed" : 123,
              "num_gap_upd_rxed" : 123
            },
            "replication_stats" : {
              "received_version" : 123456789,
              "pending_object_count" : 123456789,
              "acknowledged_version" : 123456789
            },
            "rxed_site_hs" : {
              "controller_gsinfo" : [ {
                "app_type" : "aeiou",
                "controller_status" : {
                  "reason_code" : 123456789,
                  "reason" : [ "aeiou" ],
                  "last_changed_time" : "",
                  "state" : "aeiou",
                  "reason_code_string" : "aeiou"
                },
                "fqdn" : "aeiou",
                "ip" : "",
                "vs_name" : "aeiou",
                "datapath_status" : [ {
                  "site_uuid" : "aeiou",
                  "location" : "",
                  "oper_status" : ""
                } ],
                "services" : [ {
                  "override_network_profile_ref" : "aeiou",
                  "port" : 123,
                  "port_range_end" : 123,
                  "is_active_ftp_data_port" : true,
                  "enable_http2" : true,
                  "horizon_internal_ports" : true,
                  "enable_ssl" : true,
                  "override_application_profile_ref" : "aeiou"
                } ],
                "oper_status" : "",
                "vserver_l4_metrics" : {
                  "avg_half_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexc" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_small_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_pkts_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_abort" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_new_established_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_cookie_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_num_active_se" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_ingress_latency_exceeded_flows" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_slow_uri" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_timeout" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_connection_estb_time_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_zero_window_size_events" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_l4_client_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_syns" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "sum_server_flow_control" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_non_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dup_ack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_ssl_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_packet_dropped_user_bandwidth_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_dropped_user_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexrtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pkts_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_zero_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_hdr_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_est_time_exceeded_flows_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connections_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_duration" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_sack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bytes_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_total_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_timeout_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bad_rst_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_out_of_orders" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rtt_valid_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_fake_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errored_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_app_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_malformed_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_custom_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125
                },
                "sp_pools" : [ {
                  "servers" : [ {
                    "is_enabled" : true,
                    "hostname" : "aeiou",
                    "last_state" : "aeiou",
                    "def_port" : true,
                    "port" : 123,
                    "location" : "",
                    "propogate_state" : true,
                    "timer_exists" : true,
                    "ip_addr" : "",
                    "oper_status" : ""
                  } ],
                  "name" : "aeiou",
                  "num_servers" : 123456789,
                  "num_servers_up" : 123456789,
                  "enable_http2" : true,
                  "uuid" : "aeiou"
                } ],
                "site_name" : "aeiou",
                "oper_ips" : [ "" ],
                "gs_name" : "aeiou",
                "vs_uuid" : "aeiou",
                "cluster_uuid" : "aeiou",
                "ip_value_to_se" : 123,
                "vip_type" : "aeiou",
                "vserver_l7_metrics" : {
                  "avg_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_reused" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "rum_apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_with_params" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tolerated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_dsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_error_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_protocol_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "avg_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_rum_samples" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_frustrated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_ssl_open_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_dh" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_ecdh" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_concurrent_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_ssl30" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls12" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls13" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_http2_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_ecdsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_response_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errors_excluded" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_timedout" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls10" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls11" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_new" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_reqs_per_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "ssl_protocol_strength" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pre_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_params_per_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_network_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_satisfactory_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_total_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_reqs" : 1.3579000000000001069366817318950779736042022705078125
                },
                "health_monitor_info" : [ "aeiou" ],
                "ipv6_value_to_se" : [ "" ],
                "gs_uuid" : "aeiou"
              } ],
              "gap_table" : [ "" ],
              "dns_info" : {
                "dns_active" : true,
                "retry_count" : 123,
                "gs_status" : {
                  "last_changed_time" : "",
                  "partial_update_threshold" : 123,
                  "state" : "aeiou",
                  "type" : "aeiou",
                  "num_partial_updates" : 123
                },
                "dns_vs_states" : [ {
                  "valid_dns_vs" : true,
                  "gslb_download" : "",
                  "name" : "aeiou",
                  "placement_rules" : [ {
                    "sub_domain" : "aeiou",
                    "placement_allowed" : true,
                    "transition_ops" : "aeiou"
                  } ],
                  "se_list" : [ "aeiou" ],
                  "geo_download" : {
                    "last_changed_time" : "",
                    "state" : "aeiou"
                  },
                  "oper_status" : "",
                  "uuid" : "aeiou"
                } ]
              },
              "gs_table" : [ "" ],
              "glb_table" : [ "" ],
              "ghm_table" : [ "" ],
              "datapath_gsinfo" : [ "" ],
              "geo_table" : [ "" ],
              "sw_version" : "aeiou",
              "timestamp" : 1.3579000000000001069366817318950779736042022705078125
            },
            "site_info" : {
              "state_reason" : "aeiou",
              "num_of_retries" : 123,
              "role" : "aeiou",
              "site_type" : "aeiou",
              "dns_info" : "",
              "oper_status" : "",
              "enabled" : true,
              "sw_version" : "aeiou",
              "cluster_leader" : "aeiou",
              "hs_state" : true,
              "cluster_uuid" : "aeiou",
              "event_cache" : "",
              "last_changed_time" : "",
              "name" : "aeiou",
              "state" : "aeiou",
              "rrtoken" : [ "aeiou" ]
            },
            "view_id" : 123456789,
            "health_monitor_info" : "aeiou",
            "clear_on_max_retries" : 123,
            "glb_uuid" : "aeiou",
            "site_cfg" : {
              "glb_info" : "",
              "fd_info" : {
                "reader_count" : 123,
                "state" : "aeiou",
                "queue" : [ {
                  "ds_name" : "aeiou",
                  "ops" : "aeiou",
                  "name" : "aeiou",
                  "uuid" : "aeiou"
                } ],
                "writer_count" : 123
              },
              "gjwt_info" : "",
              "repl_queue" : "",
              "gpki_info" : "",
              "gap_info" : "",
              "sync_info" : {
                "last_fail_obj" : "",
                "reason" : "aeiou",
                "errored_objects" : [ "" ],
                "last_changed_time" : "",
                "recommendation" : "aeiou",
                "sync_state" : "aeiou"
              },
              "geo_info" : "",
              "gs_info" : "",
              "ghm_info" : "",
              "mm_info" : ""
            }
          } ],
          "tenant_name" : "aeiou",
          "checksum" : "aeiou",
          "event_cache" : {
            "dns_state" : true,
            "exceptions" : [ "aeiou" ]
          },
          "name" : "aeiou",
          "dns_enabled" : true,
          "third_party_sites" : [ {
            "site_info" : "",
            "health_monitor_info" : "aeiou"
          } ],
          "delete_in_progress" : true,
          "ldr_state" : "",
          "uuid" : "aeiou",
          "flr_state" : [ {
            "reason" : "aeiou",
            "site_uuid" : "aeiou",
            "cfg_version_in_flight" : 123,
            "last_changed_time" : {
              "usecs" : 123456789,
              "secs" : 123456789
            },
            "cfg_version" : 123,
            "uuid" : "aeiou",
            "status" : "aeiou"
          } ]
        }
      },
      "vip_autoscale" : {
        "availability_zone" : "aeiou",
        "subnet_uuid" : "aeiou",
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "error" : "aeiou"
      },
      "hs_details" : {
        "reason" : "aeiou",
        "performance_score" : 123,
        "previous_value" : 1.3579000000000001069366817318950779736042022705078125,
        "sub_resource_prefix" : "aeiou",
        "security_reason" : "aeiou",
        "performance_reason" : "aeiou",
        "security_penalty" : 123,
        "anomaly_penalty" : 123,
        "anomaly_reason" : "aeiou",
        "step" : 123,
        "resources_reason" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "resources_penalty" : 123,
        "timestamp" : "aeiou"
      },
      "generic_audit_compliance_event_info" : {
        "subjects" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "event_generated_by_se" : true,
        "core_archive" : "aeiou",
        "detailed_reason" : "aeiou",
        "type" : "aeiou",
        "version" : "aeiou",
        "result" : "aeiou",
        "node" : "aeiou",
        "protocol" : "aeiou",
        "user_identities" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "cluster_uuid" : "aeiou",
        "process_name" : "aeiou",
        "fingerprint" : "aeiou",
        "location" : "aeiou",
        "patch_version" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_high_egress_proc_latency_event_details" : {
        "flow_core" : [ "" ],
        "event_count" : 123456789,
        "max_proxy_to_disp_queing_delay" : 123,
        "se_name" : "aeiou",
        "dispatcher_core" : 123,
        "se_ref" : "aeiou"
      },
      "azure_info" : {
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "vips" : [ "" ],
        "resource_group" : "aeiou",
        "alb_id" : "aeiou",
        "nic_id" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "vs_uuids" : [ "aeiou" ],
        "status" : "aeiou"
      },
      "cc_infra_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "pool_deployment_update_info" : {
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "evaluation_duration" : 123,
        "results" : [ "" ],
        "uuid" : "aeiou",
        "deployment_state" : "aeiou",
        "ratio" : 123
      },
      "config_user_not_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "user" : "aeiou"
      },
      "dns_query_error" : {
        "error_message" : "aeiou",
        "fqdn" : "aeiou",
        "error" : "aeiou"
      },
      "gcp_cloud_router_info" : {
        "router_url" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "action" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "ssl_renew_details" : {
        "name" : "aeiou"
      },
      "upgrade_status_info" : "",
      "host_unavail_details" : {
        "reasons" : [ "aeiou" ],
        "vs_name" : "aeiou",
        "name" : "aeiou"
      },
      "vs_migrate_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "nsxt_policy_details" : {
        "error_string" : "aeiou",
        "scope" : "aeiou",
        "redirectTo" : [ "aeiou" ],
        "segroup" : "aeiou",
        "tier1" : "aeiou",
        "policy" : "aeiou"
      },
      "bm_infra_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_hb_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "cc_sync_services_details" : {
        "error_string" : "aeiou",
        "vips" : [ "" ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "api_version_deprecated" : {
        "path" : "aeiou",
        "api_version_used" : "aeiou",
        "min_supported_api_version" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou"
      },
      "cntlr_host_list_details" : {
        "vcenter" : "aeiou",
        "host_name" : [ "aeiou" ]
      },
      "se_debug_mode_event_detail" : {
        "description" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "false_positive_details" : {
        "vs_uuid" : "aeiou",
        "false_positive_results" : [ {
          "http_method" : "aeiou",
          "attack" : true,
          "false_positive" : true,
          "confidence" : 1.3579000000000001069366817318950779736042022705078125,
          "http_request_header_info" : {
            "header_field_name" : "aeiou",
            "value" : "aeiou"
          },
          "fp_result_header" : {
            "transactions_count" : 123456789,
            "end_analysis_time" : "aeiou",
            "first_data_received_time" : "aeiou",
            "start_analysis_time" : "aeiou",
            "last_data_received_time" : "aeiou"
          },
          "rule_info" : {
            "rule_id" : "aeiou",
            "rule_group_id" : "aeiou",
            "matches" : [ {
              "match_element" : "aeiou",
              "match_value" : "aeiou"
            } ]
          },
          "params_info" : {
            "param_info" : [ {
              "param_name" : "aeiou",
              "value" : "aeiou"
            } ]
          },
          "uri" : "aeiou",
          "uri_result_mode" : "aeiou"
        } ]
      },
      "se_hb_recovered_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "metrics_db_disk_details" : {
        "metrics_free_sz" : 1.3579000000000001069366817318950779736042022705078125,
        "metrics_deleted_tables" : [ "aeiou" ],
        "metrics_quota" : 1.3579000000000001069366817318950779736042022705078125
      },
      "server_autoscaleout_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "scaled_out_servers" : [ "" ],
        "reason" : "aeiou",
        "nscaleout" : 123,
        "launch_config_uuid" : "aeiou"
      },
      "cc_tenant_del_details" : {
        "tenants" : [ {
          "num_se" : 123,
          "name" : "aeiou",
          "num_svrgrp" : 123,
          "num_ports" : 123,
          "id" : "aeiou",
          "num_secgrp" : 123
        } ],
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_full_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : {
          "db_num_oom" : 123,
          "db_num_db_queries" : 123,
          "db_client_name" : "aeiou",
          "db_rum_rows" : 123,
          "db_queue_size" : 123,
          "db_num_client_queries" : 123,
          "db_num_db_resp" : 123,
          "db_num_client_resp" : 123,
          "db_rum_queries" : 123
        },
        "nodeid" : "aeiou"
      },
      "se_hm_vs_details" : {
        "reason" : "aeiou",
        "vip_address" : "",
        "src_uuid" : "aeiou",
        "vip6_address" : "",
        "vip_id" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "cc_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "vnics" : [ {
          "vrf_uuid" : "aeiou",
          "status_string" : "aeiou",
          "port_uuid" : "aeiou",
          "subnet_uuid" : "aeiou",
          "mac_address" : "aeiou",
          "network_uuid" : "aeiou",
          "status" : "aeiou"
        } ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "aws_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "event_type" : "aeiou",
        "instance_id" : "aeiou",
        "instance_ip_addr" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "vpc_id" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "async_patch_state" : {
        "error_message" : "aeiou",
        "merged_patch_id" : 123456789,
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "patch_ids" : "aeiou",
        "error_status_code" : 123,
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_deployment_success" : {
        "crs_info" : [ "" ]
      },
      "unbind_vs_se_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "license_transaction_details" : {
        "cookie" : "aeiou",
        "tier" : "aeiou",
        "tenant_uuid" : "aeiou",
        "overdraft" : true,
        "licensed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "description" : "aeiou",
        "id" : "aeiou",
        "operation" : "aeiou"
      },
      "bind_vs_se_details" : {
        "vip_vnics" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "standby" : true,
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "type" : "aeiou",
        "ip6" : "aeiou",
        "primary" : true
      },
      "se_ip_removed_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "anomaly_details" : {
        "metric_id" : "aeiou",
        "models" : [ "aeiou" ],
        "server" : "aeiou",
        "deviation" : 1.3579000000000001069366817318950779736042022705078125,
        "model" : "aeiou",
        "obj_type" : "aeiou",
        "metric_timestamp" : "aeiou",
        "priority" : "aeiou",
        "pool_uuid" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_name" : "aeiou",
        "node_id" : "aeiou"
      },
      "container_cloud_setup" : "",
      "disable_se_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : {
          "from_se_ref" : "aeiou",
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "vs_pool_nw_fltr_details" : {
        "filter" : "aeiou",
        "name" : "aeiou",
        "network" : "aeiou"
      },
      "nw_summarized_details" : {
        "subnet_info" : [ {
          "cidr_prefix" : "aeiou",
          "network" : "aeiou"
        } ]
      },
      "license_tier_switch_details" : {
        "reason" : "aeiou",
        "source_tier" : "aeiou",
        "destination_tier" : "aeiou",
        "status" : "aeiou"
      },
      "vca_infra_details" : {
        "error_string" : "aeiou",
        "instance" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "username" : "aeiou"
      },
      "central_license_subscription_details" : {
        "message" : "aeiou"
      },
      "metric_threshold_up_details" : {
        "metric_id" : "aeiou",
        "server" : "aeiou",
        "entity_uuid" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_uuid" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "network_subnet_details" : {
        "subnet" : "",
        "total" : 123,
        "network_name" : "aeiou",
        "network_uuid" : "aeiou",
        "used" : 123,
        "free" : 123,
        "type" : "aeiou"
      },
      "config_create_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "controller_discontinuous_time_change_event_details" : {
        "node_name" : "aeiou",
        "ntp_servers" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou"
      },
      "cloud_autoscaling_config_failure_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "adaptrepl_event" : {
        "reason" : "aeiou",
        "obj_info" : {
          "event_type" : "aeiou",
          "obj_name" : "aeiou",
          "obj_uuid" : "aeiou"
        },
        "recommendation" : "aeiou"
      },
      "vs_fsm_details" : {
        "vs_rt" : {
          "last_key_rotation_time" : "",
          "redis_port" : 123,
          "vs_update_pending" : {
            "dns_policies" : [ {
              "dns_policy_ref" : "aeiou",
              "index" : 123
            } ],
            "l4_policies" : [ {
              "l4_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "azure_availability_set" : "aeiou",
            "enable_autogw" : true,
            "icap_request_profile_refs" : [ "aeiou" ],
            "saml_sp_config" : {
              "sp_metadata" : "aeiou",
              "acs_index" : 123,
              "authn_req_acs_type" : "aeiou",
              "signing_ssl_key_and_certificate_ref" : "aeiou",
              "cookie_timeout" : 123,
              "use_idp_session_timeout" : true,
              "entity_id" : "aeiou",
              "key" : [ "" ],
              "cookie_name" : "aeiou",
              "single_signon_url" : "aeiou"
            },
            "vrf_context_ref" : "aeiou",
            "flow_dist" : "aeiou",
            "dns_info" : [ "" ],
            "content_rewrite" : {
              "rewritable_content_ref" : "aeiou",
              "rsp_rewrite_rules" : [ {
                "enable" : true,
                "name" : "aeiou",
                "index" : 123,
                "pairs" : [ {
                  "replacement_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  },
                  "search_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  }
                } ]
              } ]
            },
            "type" : "aeiou",
            "traffic_enabled" : true,
            "uuid" : "aeiou",
            "bgp_peer_labels" : [ "aeiou" ],
            "vh_domain_name" : [ "aeiou" ],
            "pool_ref" : "aeiou",
            "delay_fairness" : true,
            "snat_ip" : [ "" ],
            "cloud_ref" : "aeiou",
            "microservice_ref" : "aeiou",
            "error_page_profile_ref" : "aeiou",
            "configpb_attributes" : {
              "version" : 123
            },
            "server_network_profile_ref" : "aeiou",
            "use_vip_as_snat" : true,
            "analytics_policy" : {
              "significant_log_throttle" : 123,
              "all_headers" : true,
              "client_insights" : "aeiou",
              "client_log_filters" : [ {
                "duration" : 123,
                "all_headers" : true,
                "name" : "aeiou",
                "index" : 123,
                "client_ip" : "",
                "uri" : "",
                "enabled" : true
              } ],
              "client_insights_sampling" : {
                "client_ip" : {
                  "group_refs" : [ "aeiou" ],
                  "match_criteria" : "aeiou",
                  "prefixes" : [ "" ],
                  "ranges" : [ "" ],
                  "addrs" : [ "" ]
                },
                "skip_uris" : "",
                "sample_uris" : {
                  "match_criteria" : "aeiou",
                  "string_group_refs" : [ "aeiou" ],
                  "match_str" : [ "aeiou" ]
                }
              },
              "metrics_realtime_update" : {
                "duration" : 123,
                "enabled" : true
              },
              "udf_log_throttle" : 123,
              "learning_log_policy" : {
                "port" : 123,
                "host" : "aeiou",
                "enabled" : true
              },
              "full_client_logs" : {
                "duration" : 123,
                "throttle" : 123,
                "enabled" : true
              }
            },
            "enable_rhi_snat" : true,
            "sideband_profile" : {
              "ip" : [ "" ],
              "sideband_max_request_body_size" : 123
            },
            "vip" : [ {
              "availability_zone" : "aeiou",
              "ip6_address" : "",
              "subnet" : "",
              "port_uuid" : "aeiou",
              "subnet_uuid" : "aeiou",
              "placement_networks" : [ {
                "subnet" : "",
                "subnet6" : "",
                "network_ref" : "aeiou"
              } ],
              "avi_allocated_vip" : true,
              "vip_id" : "aeiou",
              "ip_address" : "",
              "auto_allocate_floating_ip" : true,
              "enabled" : true,
              "auto_allocate_ip_type" : "aeiou",
              "floating_subnet6_uuid" : "aeiou",
              "auto_allocate_ip" : true,
              "subnet6" : "",
              "floating_ip" : "",
              "floating_subnet_uuid" : "aeiou",
              "avi_allocated_fip" : true,
              "subnet6_uuid" : "aeiou",
              "floating_ip6" : "",
              "ipam_network_subnet" : {
                "subnet" : "",
                "subnet_uuid" : "aeiou",
                "subnet6" : "",
                "subnet6_uuid" : "aeiou",
                "network_ref" : "aeiou"
              },
              "network_ref" : "aeiou",
              "prefix_length" : 123,
              "discovered_networks" : [ "" ]
            } ],
            "min_pools_up" : 123,
            "performance_limits" : {
              "max_concurrent_connections" : 123,
              "max_throughput" : 123
            },
            "sp_pool_refs" : [ "aeiou" ],
            "static_dns_records" : [ "" ],
            "advertise_down_vs" : true,
            "fqdn" : "aeiou",
            "bulk_sync_kvcache" : true,
            "vh_parent_vs_ref" : "aeiou",
            "weight" : 123,
            "ldap_vs_config" : {
              "se_auth_ldap_servers_failover_only" : true,
              "se_auth_ldap_conns_per_server" : 123,
              "se_auth_ldap_reconnect_timeout" : 123,
              "realm" : "aeiou",
              "se_auth_ldap_cache_size" : 123,
              "se_auth_ldap_connect_timeout" : 123,
              "se_auth_ldap_request_timeout" : 123,
              "se_auth_ldap_bind_timeout" : 123
            },
            "waf_policy_ref" : "aeiou",
            "created_by" : "aeiou",
            "service_pool_select" : [ {
              "service_protocol" : "aeiou",
              "service_port_range_end" : 123,
              "service_pool_ref" : "aeiou",
              "service_pool_group_ref" : "aeiou",
              "service_port" : 123
            } ],
            "vh_type" : "aeiou",
            "allow_invalid_client_cert" : true,
            "security_policy_ref" : "aeiou",
            "application_profile_ref" : "aeiou",
            "ssl_sess_cache_avg_size" : 123,
            "cloud_type" : "aeiou",
            "scaleout_ecmp" : true,
            "flow_label_type" : "aeiou",
            "name" : "aeiou",
            "cloud_config_cksum" : "aeiou",
            "traffic_clone_profile_ref" : "aeiou",
            "remove_listening_port_on_vs_down" : true,
            "vsvip_ref" : "aeiou",
            "host_name_xlate" : "aeiou",
            "connections_rate_limit" : {
              "rate_limiter" : {
                "period" : 123,
                "count" : 123,
                "name" : "aeiou",
                "burst_sz" : 123
              },
              "action" : {
                "redirect" : {
                  "keep_query" : true,
                  "path" : "",
                  "protocol" : "aeiou",
                  "status_code" : "aeiou",
                  "add_string" : "aeiou",
                  "port" : 123,
                  "host" : {
                    "tokens" : [ {
                      "start_index" : 123,
                      "str_value" : "aeiou",
                      "end_index" : 123,
                      "type" : "aeiou"
                    } ],
                    "type" : "aeiou"
                  }
                },
                "file" : {
                  "file_content" : "aeiou",
                  "content_type" : "aeiou",
                  "file_length" : 123
                },
                "status_code" : "aeiou",
                "type" : "aeiou"
              },
              "explicit_tracking" : true,
              "fine_grain" : true,
              "http_cookie" : "aeiou",
              "http_header" : "aeiou"
            },
            "network_security_policy_ref" : "aeiou",
            "oauth_vs_config" : {
              "oauth_settings" : [ {
                "app_settings" : {
                  "oidc_config" : {
                    "oidc_enable" : true,
                    "profile" : true,
                    "userinfo" : true
                  },
                  "client_secret" : "aeiou",
                  "scopes" : [ "aeiou" ],
                  "client_id" : "aeiou"
                },
                "resource_server" : {
                  "access_type" : "aeiou",
                  "jwt_params" : {
                    "audience" : "aeiou"
                  },
                  "opaque_token_params" : {
                    "server_secret" : "aeiou",
                    "server_id" : "aeiou"
                  },
                  "introspection_data_timeout" : 123
                },
                "auth_profile_ref" : "aeiou"
              } ],
              "cookie_timeout" : 123,
              "redirect_uri" : "aeiou",
              "logout_uri" : "aeiou",
              "post_logout_redirect_uri" : "aeiou",
              "key" : [ {
                "hmac_key" : "aeiou",
                "aes_key" : "aeiou",
                "name" : "aeiou"
              } ],
              "cookie_name" : "aeiou"
            },
            "topology_policies" : [ "" ],
            "description" : "aeiou",
            "vs_datascripts" : [ {
              "index" : 123,
              "vs_datascript_set_ref" : "aeiou"
            } ],
            "jwt_config" : {
              "jwt_name" : "aeiou",
              "audience" : "aeiou",
              "jwt_location" : "aeiou"
            },
            "pool_group_ref" : "aeiou",
            "ssl_key_and_certificate_refs" : [ "aeiou" ],
            "ssl_profile_ref" : "aeiou",
            "enabled" : true,
            "_last_modified" : "aeiou",
            "limit_doser" : true,
            "se_group_ref" : "aeiou",
            "network_profile_ref" : "aeiou",
            "close_client_conn_on_config_update" : true,
            "max_cps_per_client" : 123,
            "sso_policy_ref" : "aeiou",
            "http_policies" : [ {
              "http_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "analytics_profile_ref" : "aeiou",
            "service_metadata" : "aeiou",
            "use_bridge_ip_as_vip" : true,
            "requests_rate_limit" : "",
            "bot_policy_ref" : "aeiou",
            "enable_rhi" : true,
            "services" : [ "" ],
            "url" : "aeiou",
            "test_se_datastore_level_1_ref" : "aeiou",
            "active_standby_se_tag" : "aeiou",
            "nsx_securitygroup" : [ "aeiou" ],
            "ssl_profile_selectors" : [ {
              "ssl_profile_ref" : "aeiou",
              "client_ip_list" : ""
            } ],
            "vh_matches" : [ {
              "path" : [ {
                "match_criteria" : "aeiou",
                "string_group_refs" : [ "aeiou" ],
                "match_decoded_string" : true,
                "match_str" : [ "aeiou" ],
                "match_case" : "aeiou"
              } ],
              "host" : "aeiou",
              "rules" : [ {
                "name" : "aeiou",
                "matches" : {
                  "cookie" : {
                    "match_criteria" : "aeiou",
                    "name" : "aeiou",
                    "value" : "aeiou",
                    "match_case" : "aeiou"
                  },
                  "method" : {
                    "match_criteria" : "aeiou",
                    "methods" : [ "aeiou" ]
                  },
                  "host_hdr" : {
                    "match_criteria" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "ip_reputation_type" : {
                    "reputation_types" : [ "aeiou" ],
                    "match_operation" : "aeiou"
                  },
                  "query" : {
                    "match_criteria" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "match_decoded_string" : true,
                    "match_str" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "vs_port" : {
                    "match_criteria" : "aeiou",
                    "ports" : [ "" ]
                  },
                  "hdrs" : [ {
                    "match_criteria" : "aeiou",
                    "hdr" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  } ],
                  "version" : {
                    "match_criteria" : "aeiou",
                    "versions" : [ "aeiou" ]
                  },
                  "tls_fingerprint_match" : {
                    "match_operation" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "fingerprints" : [ "aeiou" ]
                  },
                  "source_ip" : "",
                  "path" : "",
                  "geo_matches" : [ {
                    "match_operation" : "aeiou",
                    "values" : [ "aeiou" ],
                    "attribute" : "aeiou"
                  } ],
                  "protocol" : {
                    "match_criteria" : "aeiou",
                    "protocols" : "aeiou"
                  },
                  "client_ip" : "",
                  "bot_detection_result" : {
                    "classifications" : [ "" ],
                    "match_operation" : "aeiou"
                  }
                }
              } ]
            } ],
            "tenant_ref" : "aeiou",
            "ign_pool_net_reach" : true,
            "markers" : [ {
              "values" : [ "aeiou" ],
              "key" : "aeiou"
            } ],
            "vsvip_cloud_config_cksum" : "aeiou",
            "east_west_placement" : true
          },
          "one_plus_one_ha" : true,
          "lif" : [ "aeiou" ],
          "ipam_dns_records" : [ {
            "ip6_address" : [ {
              "ip6_address" : ""
            } ],
            "mx_records" : [ {
              "host" : "aeiou",
              "priority" : 123
            } ],
            "metadata" : "aeiou",
            "fqdn" : [ "aeiou" ],
            "ns" : [ {
              "ip6_address" : "",
              "ip_address" : "",
              "nsname" : "aeiou"
            } ],
            "cname" : "",
            "description" : "aeiou",
            "ip_address" : [ {
              "ip_address" : ""
            } ],
            "type" : "aeiou",
            "ttl" : 123,
            "wildcard_match" : true,
            "txt_records" : [ {
              "text_str" : "aeiou"
            } ],
            "num_records_in_response" : 123,
            "service_locator" : [ {
              "port" : 123,
              "weight" : 123,
              "priority" : 123,
              "target" : "aeiou"
            } ],
            "delegated" : true,
            "algorithm" : "aeiou"
          } ],
          "type" : "aeiou",
          "uuid" : "aeiou",
          "vip_runtime" : [ {
            "migrate_scalein_pending" : true,
            "supp_runtime_status" : "",
            "scale_status" : "",
            "first_time_placement" : true,
            "requested_resource" : "",
            "scalein_in_progress" : true,
            "ev_status" : {
              "result" : "aeiou",
              "request" : "aeiou",
              "notes" : [ "aeiou" ]
            },
            "first_se_assigned_time" : "",
            "marked_for_delete" : true,
            "warmstart_resync_done" : true,
            "se_list" : [ {
              "vip6_subnet_mask" : 123,
              "vlan_id" : 123,
              "memory" : 123,
              "cloud_programming_status" : "aeiou",
              "is_primary" : true,
              "se_ready_in_progress" : true,
              "is_standby" : true,
              "active_on_cloud" : true,
              "vip_intf_ip" : "",
              "snat_ip" : "",
              "vip_intf_list" : [ {
                "vip_intf_ip" : "",
                "vip_intf_ip6" : "",
                "vip_intf_mac" : "aeiou",
                "vlan_id" : 123,
                "networks" : [ "" ],
                "is_portchannel" : true
              } ],
              "attach_ip_in_progress" : true,
              "detach_ip_in_progress" : true,
              "active_on_se" : true,
              "se_programming_done" : true,
              "se_ref" : "aeiou",
              "floating_intf_ip6_addresses" : [ "" ],
              "mgmt_ip6" : "",
              "vip_subnet_mask" : 123,
              "mgmt_ip" : "",
              "vnic" : [ {
                "lif" : "aeiou",
                "type" : "aeiou",
                "mac" : "aeiou"
              } ],
              "sec_idx" : 123,
              "cloud_programming_done" : true,
              "vcpus" : 123,
              "admin_down_requested" : true,
              "vip_intf_mac" : "aeiou",
              "scaleout_in_progress" : true,
              "incarnation" : "aeiou",
              "delete_in_progress" : true,
              "floating_intf_ip" : [ "" ],
              "is_portchannel" : true
            } ],
            "migrate_scaleout_pending" : true,
            "num_additional_se" : 123,
            "progress_percent" : 123,
            "user_scaleout_pending" : true,
            "fsm_state_id" : "aeiou",
            "vip_id" : "aeiou",
            "warmstart_resync_sent" : true,
            "metrics_mgr_port" : "aeiou",
            "fsm_state_name" : "aeiou",
            "ev" : [ "aeiou" ],
            "scalein_request" : "",
            "last_scale_status" : {
              "end_time_str" : "aeiou",
              "placement_read_fail_cnt" : 123,
              "reason" : [ "aeiou" ],
              "num_se_assigned" : 123,
              "reason_code" : 123456789,
              "scale_se" : "aeiou",
              "num_se_requested" : 123,
              "vip_placement_resolution_info" : {
                "ip" : "",
                "networks" : [ {
                  "subnet" : [ "" ],
                  "subnet6" : [ "" ],
                  "network_ref" : "aeiou"
                } ],
                "pool_uuid" : "aeiou"
              },
              "action" : "aeiou",
              "start_time_str" : "aeiou",
              "state" : "aeiou",
              "reason_code_string" : "aeiou",
              "action_success" : true
            },
            "migrate_in_progress" : true,
            "last_changed_time" : "",
            "scaleout_in_progress" : true,
            "prev_metrics_mgr_port" : "aeiou",
            "migrate_request" : ""
          } ],
          "east_west" : true,
          "marked_for_delete" : true,
          "is_dns_vs" : true,
          "prev_controller_ip" : "aeiou",
          "num_additional_se" : 123,
          "controller_ip" : "aeiou",
          "gslb_dns_update" : {
            "send_interval" : 123,
            "gslb_geo_db_profile_uuids" : [ "aeiou" ],
            "gslb_uuids" : [ "aeiou" ],
            "obj_info" : [ {
              "obj" : {
                "gslb_geo_db_profile_uuid" : "aeiou",
                "gslb_uuid" : "aeiou",
                "gslb_service_uuid" : "aeiou"
              },
              "object_uuid" : "aeiou",
              "pb_name" : "aeiou",
              "state" : "aeiou"
            } ],
            "gslb_service_uuids" : [ "aeiou" ],
            "clear_on_max_retries" : 123,
            "uuid" : "aeiou"
          },
          "sec_mgr_info" : {
            "thresholds" : [ {
              "attack_type" : "aeiou",
              "threshold" : 123456789
            } ]
          },
          "metrics_mgr_port" : "aeiou",
          "self_se_election" : true,
          "key_rotation_count" : 123456789,
          "version" : 123456789,
          "tls_ticket_key" : [ {
            "hmac_key" : "aeiou",
            "aes_key" : "aeiou",
            "name" : "aeiou"
          } ],
          "datapath_debug" : {
            "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
              }
            },
            "latency_audit_filters" : "",
            "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,
              "src_port_range_end" : 123,
              "dst_port_start" : 123,
              "tcp_push" : true,
              "capture_ip" : {
                "prefixes" : [ "" ],
                "ranges" : [ {
                  "end" : "",
                  "begin" : ""
                } ],
                "addrs" : [ "" ]
              },
              "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" ]
            }
          },
          "last_changed_time" : "",
          "vh_child_vs_ref" : [ "aeiou" ],
          "manual_placement" : true,
          "prev_metrics_mgr_port" : "aeiou",
          "redis_db" : 123
        },
        "vs_uuid" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_tag_event_details" : {
        "error_string" : "aeiou",
        "vm_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "vs_error_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "rebalance_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : {
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "admin_up" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "nsxt_rule_details" : {
        "dests" : [ "aeiou" ],
        "error_string" : "aeiou",
        "sources" : [ "aeiou" ],
        "pool" : "aeiou",
        "action" : "aeiou",
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "destexclude" : true,
        "direction" : "aeiou"
      },
      "albservices_status_details" : {
        "reason" : "aeiou",
        "connectivity" : "aeiou",
        "registration" : "aeiou"
      },
      "pool_deployment_failure_info" : {
        "curr_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "curr_in_service_pool_name" : "aeiou",
        "results" : [ {
          "result" : true,
          "metric_value" : 1.3579000000000001069366817318950779736042022705078125,
          "rule" : {
            "metric_id" : "aeiou",
            "threshold" : 1.3579000000000001069366817318950779736042022705078125,
            "operator" : "aeiou"
          }
        } ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "nsxt_service_details" : {
        "error_string" : "aeiou",
        "service" : "aeiou"
      },
      "server_autoscalein_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scalein_server_candidates" : [ "" ],
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125,
        "num_scalein_servers" : 123
      },
      "cc_health_details" : {
        "error_string" : "aeiou",
        "num_fails" : 123,
        "last_ok" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "last_fail" : "aeiou",
        "first_fail" : "aeiou"
      },
      "aws_asg_deletion_details" : {
        "asgs" : [ "aeiou" ],
        "cc_id" : "aeiou",
        "pool_uuid" : "aeiou"
      },
      "spawn_se_details" : {
        "availability_zone" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "status_code" : 123456789,
        "cloud_name" : "aeiou",
        "vs_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "flavor_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "network_names" : [ "aeiou" ],
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "tencent_info" : {
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "region" : "aeiou"
      },
      "se_ntp_synchronization_failed" : {
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "mgmt_nw_change_details" : {
        "existing_nw" : "aeiou",
        "new_nw" : "aeiou",
        "vcenter" : "aeiou"
      },
      "os_ip_details" : {
        "error_string" : "aeiou",
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou"
      },
      "cloud_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "nsxt_endpoint_details" : {
        "error_string" : "aeiou",
        "endpoint" : "aeiou",
        "targetIps" : [ "aeiou" ],
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "tier1" : "aeiou"
      },
      "all_seupgrade_event_details" : {
        "request" : {
          "patch" : true,
          "rollback" : true,
          "suspend_on_failure" : true,
          "resume_from_suspend" : true,
          "disruptive" : true,
          "patch_rollback" : true,
          "se_group_refs" : [ "aeiou" ],
          "skip_suspended" : true,
          "uuid" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "num_se" : 123,
        "num_vs" : 123
      },
      "server_autoscalein_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scaled_in_servers" : [ {
          "port" : 123,
          "ip" : "",
          "external_uuid" : "aeiou"
        } ],
        "nscalein" : 123
      },
      "se_gateway_heartbeat_failed_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_leader_failover_details" : {
        "previous_leader_node" : "",
        "leader_node" : {
          "static_routes" : [ {
            "route_id" : "aeiou",
            "disable_gateway_monitor" : true,
            "next_hop" : "",
            "prefix" : "",
            "if_name" : "aeiou",
            "labels" : [ {
              "value" : "aeiou",
              "key" : "aeiou"
            } ]
          } ],
          "vm_mor" : "aeiou",
          "public_ip_or_name" : "",
          "interfaces" : [ {
            "mode" : "aeiou",
            "mode6" : "aeiou",
            "public_ip_or_name" : "",
            "mac_address" : "aeiou",
            "if_name" : "aeiou",
            "ip" : {
              "ip_addr" : "",
              "mask" : 123
            },
            "gateway6" : "",
            "gateway" : "",
            "ip6" : "",
            "labels" : [ "aeiou" ]
          } ],
          "password" : "aeiou",
          "vm_uuid" : "aeiou",
          "ip" : "",
          "name" : "aeiou",
          "categories" : [ "aeiou" ],
          "vm_hostname" : "aeiou",
          "vm_name" : "aeiou"
        }
      },
      "log_agent_event_details" : {
        "protocol" : "aeiou",
        "tcp_detail" : {
          "error_reason" : "aeiou",
          "port" : "aeiou",
          "host" : "aeiou",
          "error_code" : "aeiou"
        },
        "type" : "aeiou"
      },
      "vcenter_cluster_details" : {
        "cluster" : "aeiou",
        "error_string" : "aeiou",
        "hosts" : [ "aeiou" ],
        "vc_url" : "aeiou",
        "cc_id" : "aeiou"
      },
      "app_signature_event_data" : {
        "reason" : "aeiou",
        "last_successful_updated_time" : "aeiou",
        "status" : "aeiou"
      },
      "vcenter_connectivity_status" : {
        "cloud" : "aeiou",
        "vcenter" : "aeiou",
        "datacenter" : "aeiou"
      },
      "nw_subnet_clash_details" : {
        "ip_nw" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "se_vs_pkt_buf_high_event_details" : {
        "threshold" : 123,
        "current_value" : 123,
        "virtual_service" : "aeiou"
      },
      "crs_details" : "",
      "cluster_node_started_details" : {
        "ip" : "",
        "node_name" : "aeiou"
      },
      "cc_dns_update_details" : {
        "dns_fqdn" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "config_user_logout_details" : {
        "error_message" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "license_details" : {
        "license_id" : "aeiou",
        "license_type" : "aeiou",
        "name" : "aeiou",
        "expiry_at" : "aeiou",
        "backend_servers" : 123
      },
      "se_thresh_event_details" : {
        "curr_value" : 123456789,
        "thresh" : 123456789
      },
      "sec_mgr_data_event" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "attach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "azure_mp_info" : {
        "offer" : "aeiou",
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "resource_group" : "aeiou",
        "skus" : [ "aeiou" ],
        "publisher" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "status" : "aeiou"
      },
      "rate_limiter_event_details" : {
        "error_message" : "aeiou",
        "rl_resource_type" : "aeiou",
        "rl_resource_name" : "aeiou",
        "status" : "aeiou"
      },
      "config_update_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "old_resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "new_resource_data" : "aeiou",
        "status" : "aeiou"
      },
      "config_password_change_request_details" : {
        "user_email" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_config_failed_details" : {
        "reason" : "aeiou"
      },
      "ssl_ignored_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "pool_server_delete_details" : {
        "server_ip" : [ "aeiou" ],
        "pool_name" : "aeiou"
      },
      "config_user_login_details" : {
        "error_message" : "aeiou",
        "remote_attributes" : "aeiou",
        "client_ip" : "aeiou",
        "client_type" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "docker_ucp_details" : {
        "reason" : "aeiou",
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "docker_ucp_access" : true,
        "hosts" : [ "aeiou" ],
        "ucp_nodes" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "config_action_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "parameter_data" : "aeiou",
        "action_name" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "se_hm_pool_details" : {
        "server" : {
          "failure_code" : "aeiou",
          "hostname" : "aeiou",
          "port" : 123,
          "ip" : "",
          "description" : "aeiou",
          "shm" : [ "" ],
          "app_info" : [ "" ],
          "ssl_error_code" : "aeiou"
        },
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "percent_servers_up" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "se_reconcile_details" : {
        "new_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "old_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "seupgrade_disrupted_details" : {
        "notes" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_disc_failure" : {
        "vcenter" : "aeiou",
        "state" : "aeiou"
      },
      "pool_deployment_success_info" : {
        "prev_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "prev_in_service_pool_name" : "aeiou",
        "results" : [ "" ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "gcp_info" : {
        "reason" : "aeiou",
        "subnet" : "aeiou",
        "route_name" : "aeiou",
        "vs_name" : "aeiou",
        "project" : "aeiou",
        "nhop_inst" : "aeiou",
        "network" : "aeiou",
        "hostname" : "aeiou",
        "vs_uuid" : "aeiou",
        "zone" : "aeiou",
        "cc_id" : "aeiou",
        "vip" : "",
        "nhop_ip" : ""
      },
      "se_high_ingress_proc_latency_event_details" : {
        "flow_core" : 123,
        "max_disp_to_proxy_queing_delay" : 123,
        "event_count" : 123456789,
        "vs_name" : "aeiou",
        "max_dispatcher_proc_time" : 123,
        "se_name" : "aeiou",
        "vs_ref" : "aeiou",
        "dispatcher_core" : [ "" ],
        "se_ref" : "aeiou"
      },
      "psm_program_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "se_ip_added_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "semigrate_event_details" : {
        "reason" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "oci_info" : {
        "reason" : "aeiou",
        "tenancy" : "aeiou",
        "compartment_id" : "aeiou",
        "cc_id" : "aeiou",
        "vcn_id" : "aeiou",
        "status" : "aeiou"
      },
      "se_persistence_details" : {
        "entries" : 123,
        "pool" : "aeiou",
        "type" : "aeiou"
      },
      "nsxt_t1_seg_details" : {
        "error_string" : "aeiou",
        "t1seg" : [ {
          "segment" : "aeiou",
          "tier1" : "aeiou"
        } ],
        "cc_id" : "aeiou"
      },
      "cluster_service_failed_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_infra_details" : {
        "error_string" : "aeiou",
        "keystone_host" : "aeiou",
        "admin_tenant" : "aeiou",
        "auth_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "database_event_info" : {
        "component" : "aeiou",
        "message" : "aeiou"
      },
      "se_hm_gs_details" : {
        "reason" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_event_details" : {
        "notes" : [ "aeiou" ],
        "se_grp_uuid" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "system_report_event_details" : {
        "summary" : {
          "previews" : [ "aeiou" ],
          "description" : "aeiou",
          "title" : "aeiou"
        },
        "downloadable" : true,
        "image_ref" : "aeiou",
        "readiness_reports" : [ {
          "node_ref" : "aeiou",
          "node_type" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "name" : "aeiou",
          "system_readiness" : {
            "duration" : 123,
            "checks_completed" : 123,
            "start_time" : "aeiou",
            "image_ref" : "aeiou",
            "checks" : [ {
              "duration" : 123,
              "start_time" : "aeiou",
              "error_details" : [ "aeiou" ],
              "check_code" : "aeiou",
              "end_time" : "aeiou",
              "description" : "aeiou",
              "details" : [ "aeiou" ],
              "state" : "aeiou"
            } ],
            "total_checks" : 123,
            "end_time" : "aeiou",
            "patch_image_ref" : "aeiou",
            "state" : {
              "reason" : "aeiou",
              "rebooted" : true,
              "last_changed_time" : "",
              "state" : "aeiou"
            },
            "upgrade_ops" : "aeiou"
          }
        } ],
        "archive_ref" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "se_patch_image_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "controller_patch_image_ref" : "aeiou",
        "name" : "aeiou",
        "state" : {
          "reason" : "aeiou",
          "last_changed_time" : "",
          "state" : "aeiou"
        },
        "events" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "end_time" : "aeiou",
          "event_name" : "aeiou",
          "messages" : [ "aeiou" ],
          "status" : "aeiou"
        } ]
      },
      "ssl_expire_details" : {
        "days_left" : 123,
        "name" : "aeiou"
      },
      "marathon_service_port_conflict_details" : {
        "app_name" : "aeiou",
        "marathon_url" : "aeiou",
        "port" : 123,
        "cc_id" : "aeiou"
      },
      "os_se_vm_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "se_dupip_event_details" : {
        "remote_mac" : "aeiou",
        "vnic_name" : "aeiou",
        "local_mac" : "aeiou",
        "vnic_ip" : "aeiou"
      },
      "cluster_node_add_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "se_licensed_bandwdith_exceeded_event_details" : {
        "num_pkts_dropped" : 123,
        "se_ref" : "aeiou"
      },
      "container_cloud_sevice" : {
        "reason" : "aeiou",
        "service" : "aeiou",
        "cc_id" : "aeiou",
        "object" : "aeiou",
        "status" : "aeiou"
      },
      "se_ipfailure_event_details" : {
        "vnic_name" : "aeiou",
        "network_uuid" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      }
    },
    "obj_type" : "aeiou",
    "obj_uuid" : "aeiou",
    "is_security_event" : true,
    "tenant" : "aeiou"
  } ],
  "timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "summary" : "aeiou",
  "level" : "aeiou",
  "conn_events" : [ {
    "server_rx_pkts" : 123456789,
    "start_timestamp" : 123456789,
    "proxy_protocol" : "aeiou",
    "ssl_cipher" : "aeiou",
    "timeouts" : 123,
    "out_of_orders" : 123,
    "server_retransmits" : 123,
    "mss" : 123,
    "gslbpool_name" : "aeiou",
    "microservice_name" : "aeiou",
    "protocol" : "aeiou",
    "tx_pkts" : 123456789,
    "avg_ingress_latency_be" : 123,
    "server_ip" : 123,
    "total_bytes" : 123456789,
    "server_conn_src_ip6" : "aeiou",
    "avg_ingress_latency_fe" : 123,
    "client_ip" : 123,
    "total_time" : 123456789,
    "adf" : true,
    "conn_est_time_be" : 123,
    "server_rx_bytes" : 123456789,
    "server_tx_bytes" : 123456789,
    "dns_tcp_conn_close_from_se" : true,
    "server_conn_src_ip" : 123,
    "server_total_bytes" : 123456789,
    "total_pkts" : 123456789,
    "pool" : "aeiou",
    "rx_pkts" : 123456789,
    "server_zero_window_size_events" : 123,
    "persistence_used" : true,
    "significant" : 123456789,
    "ssl_session_id" : "aeiou",
    "average_turntime" : 123,
    "conn_est_time_fe" : 123,
    "sip_log" : {
      "sip_callid_hdr" : "aeiou",
      "sip_from_hdr" : "aeiou",
      "sip_messages" : [ {
        "from_client" : true,
        "status_code" : 123,
        "method" : "aeiou",
        "rx_bytes" : 123,
        "rcv_timestamp" : 123456789,
        "content" : "aeiou",
        "tx_bytes" : 123,
        "status" : "aeiou"
      } ],
      "sip_to_hdr" : "aeiou",
      "sip_contact_hdr" : "aeiou",
      "server_protocol" : "aeiou"
    },
    "client_dest_port" : 123,
    "num_window_shrink" : 123,
    "vs_ip6" : "aeiou",
    "ds_log" : "aeiou",
    "zero_window_size_events" : 123,
    "dns_ips" : [ "" ],
    "udf" : true,
    "server_total_pkts" : 123456789,
    "ssl_version" : "aeiou",
    "num_syn_retransmit" : 123,
    "virtualservice" : "aeiou",
    "max_ingress_latency_fe" : 123,
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "dns_etype" : "aeiou",
    "service_engine" : "aeiou",
    "client_rtt" : 123,
    "gslbservice" : "aeiou",
    "microservice" : "aeiou",
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "dns_response" : {
      "response_code" : "aeiou",
      "records" : [ {
        "addr_ip" : 123,
        "vs_name" : "aeiou",
        "cname" : "aeiou",
        "priority" : 123,
        "type" : "aeiou",
        "nsname" : "aeiou",
        "ttl" : 123,
        "site_name" : "aeiou",
        "addr6_ip_str" : "aeiou",
        "text_rdata" : "aeiou",
        "port" : 123,
        "name" : "aeiou",
        "location" : "",
        "mail_server" : "aeiou",
        "dclass" : 123
      } ],
      "fallback_algorithm_used" : true,
      "recursion_available" : true,
      "recursion_desired" : true,
      "query_or_response" : true,
      "authoritative_answer" : true,
      "is_wildcard" : true,
      "opcode" : "aeiou",
      "question_count" : 123,
      "nameserver_records_count" : 123,
      "opt_record" : "",
      "additional_records_count" : 123,
      "truncation" : true,
      "answer_records_count" : 123
    },
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "rx_bytes" : 123456789,
    "server_rtt" : 123,
    "gslbservice_name" : "aeiou",
    "server_ip6" : "aeiou",
    "sni_hostname" : "aeiou",
    "vs_ip" : 123,
    "num_transaction" : 123,
    "tx_bytes" : 123456789,
    "dns_fqdn" : "aeiou",
    "dns_qtype" : "aeiou",
    "log_id" : 123,
    "retransmits" : 123,
    "vcpu_id" : 123,
    "connection_ended" : true,
    "pool_name" : "aeiou",
    "report_timestamp" : 123456789,
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_out_of_orders" : 123,
    "server_timeouts" : 123,
    "significant_log" : [ "aeiou" ],
    "dns_request" : {
      "question_count" : 123,
      "identifier" : 123,
      "nameserver_records_count" : 123,
      "client_location" : {
        "latitude" : 1.3579000000000001069366817318950779736042022705078125,
        "name" : "aeiou",
        "tag" : "aeiou",
        "longitude" : 1.3579000000000001069366817318950779736042022705078125
      },
      "checking_disabled" : true,
      "recursion_desired" : true,
      "authentic_data" : true,
      "query_or_response" : true,
      "opt_record" : {
        "udp_payload_size" : 123,
        "dnssec_ok" : true,
        "options" : [ {
          "addr_family" : 123,
          "code" : "aeiou",
          "subnet_ip6" : "aeiou",
          "scope_prefix_len" : 123,
          "source_prefix_len" : 123,
          "subnet_ip" : 123
        } ],
        "version" : 123
      },
      "additional_records_count" : 123,
      "opcode" : "aeiou",
      "answer_records_count" : 123
    },
    "server_tx_pkts" : 123456789,
    "server_num_window_shrink" : 123
  } ],
  "last_throttle_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "url" : "aeiou",
  "metric_info" : [ {
    "metric_id" : "aeiou",
    "end_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "time_series" : {
      "metric_id" : "aeiou",
      "entity_uuid" : "aeiou",
      "stop" : "aeiou",
      "series" : [ {
        "data" : [ {
          "page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_high" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_low" : 1.3579000000000001069366817318950779736042022705078125,
          "service_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str" : "aeiou",
          "client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
          "is_null" : true,
          "dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
          "dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str_desc" : "aeiou",
          "connection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
          "rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
          "blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
          "server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
          "browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "num_samples" : 123,
          "timestamp" : "aeiou"
        } ],
        "header" : {
          "server" : "aeiou",
          "obj_id" : "aeiou",
          "obj_id_type" : "aeiou",
          "serviceengine_uuid" : "aeiou",
          "derivation_data" : {
            "skip_backend_derivation" : true,
            "include_derivation_metrics" : true,
            "derivation_fn" : "aeiou",
            "exclude_derived_metric" : true,
            "metric_ids" : "aeiou",
            "second_order_derivation" : true,
            "join_tables" : "aeiou",
            "result_has_additional_fields" : true
          },
          "metrics_min_scale" : 1.3579000000000001069366817318950779736042022705078125,
          "units" : "aeiou",
          "priority" : true,
          "entity_uuid" : "aeiou",
          "tenant_uuid" : "aeiou",
          "metrics_sum_agg_invalid" : true,
          "name" : "aeiou",
          "metric_description" : "aeiou",
          "dimension_data" : [ {
            "dimension_id" : "aeiou",
            "dimension" : "aeiou"
          } ],
          "missing_intervals" : [ {
            "start" : "aeiou",
            "end" : "aeiou"
          } ],
          "pool_uuid" : "aeiou",
          "statistics" : {
            "min" : 1.3579000000000001069366817318950779736042022705078125,
            "max" : 1.3579000000000001069366817318950779736042022705078125,
            "max_ts" : "aeiou",
            "trend" : 1.3579000000000001069366817318950779736042022705078125,
            "mean" : 1.3579000000000001069366817318950779736042022705078125,
            "min_ts" : "aeiou",
            "sum" : 1.3579000000000001069366817318950779736042022705078125,
            "last_sample" : 1.3579000000000001069366817318950779736042022705078125,
            "num_samples" : 123
          }
        }
      } ],
      "limit" : 123,
      "start" : "aeiou",
      "step" : 123,
      "id" : "aeiou",
      "metric_entity" : "aeiou"
    },
    "step" : 123,
    "value" : 1.3579000000000001069366817318950779736042022705078125,
    "report_timestamp" : 1.3579000000000001069366817318950779736042022705078125
  } ],
  "tenant_ref" : "aeiou",
  "alert_config_ref" : "aeiou",
  "name" : "aeiou",
  "action_script_output" : "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 Alert

401

log in failed

Up
patch /alert/{uuid}
(alertUuidPatch)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

Alert

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "event_pages" : [ "aeiou" ],
  "obj_key" : "aeiou",
  "obj_name" : "aeiou",
  "app_events" : [ {
    "app_response_time" : 123456789,
    "server_response_time_last_byte" : 123456789,
    "persistent_session_id" : 123456789,
    "client_cipher_list" : {
      "unidentified_ciphers" : [ "aeiou" ],
      "identified_ciphers" : [ "aeiou" ]
    },
    "connection_error_info" : {
      "server_rx_pkts" : 123456789,
      "retransmits" : 123,
      "rx_pkts" : 123456789,
      "server_zero_window_size_events" : 123456789,
      "timeouts" : 123,
      "out_of_orders" : 123,
      "server_retransmits" : 123,
      "num_window_shrink" : 123,
      "zero_window_size_events" : 123456789,
      "tx_pkts" : 123456789,
      "server_out_of_orders" : 123,
      "server_timeouts" : 123,
      "num_syn_retransmit" : 123,
      "server_tx_pkts" : 123456789,
      "server_num_window_shrink" : 123
    },
    "source_ip6" : "aeiou",
    "source_ip" : 123,
    "servers_tried" : 123,
    "uri_path" : "aeiou",
    "data_transfer_time" : 123456789,
    "avg_ingress_latency_fe" : 123,
    "total_time" : 123456789,
    "conn_est_time_be" : 123,
    "spdy_version" : "aeiou",
    "method" : "aeiou",
    "server_conn_src_ip" : 123,
    "saml_auth_response_received" : true,
    "pool" : "aeiou",
    "persistence_used" : true,
    "ssl_session_id" : "aeiou",
    "headers_sent_to_server" : "aeiou",
    "http2_stream_id" : 123,
    "response_length" : 123456789,
    "response_headers" : 123,
    "waf_log" : {
      "allowlist_configured" : true,
      "application_rules_configured" : true,
      "application_rule_logs" : [ {
        "msg" : "aeiou",
        "phase" : "aeiou",
        "rule_group" : "aeiou",
        "rule_id" : 123456789,
        "rule_name" : "aeiou",
        "matches" : [ {
          "is_internal" : true,
          "match_element" : "aeiou",
          "match_value" : "aeiou"
        } ],
        "omitted_match_elements" : 123,
        "tags" : [ "aeiou" ]
      } ],
      "allowlist_processed" : true,
      "rules_processed" : true,
      "application_rules_processed" : true,
      "omitted_signature_stats" : "",
      "latency_request_header_phase" : 123456789,
      "omitted_app_rule_stats" : {
        "match_elements" : 123,
        "rules" : 123
      },
      "latency_request_body_phase" : 123456789,
      "rules_configured" : true,
      "memory_allocated" : 123456789,
      "allowlist_logs" : [ {
        "rule_name" : "aeiou",
        "actions" : [ "aeiou" ]
      } ],
      "latency_response_header_phase" : 123456789,
      "psm_configured" : true,
      "latency_response_body_phase" : 123456789,
      "rule_logs" : [ "" ],
      "psm_logs" : [ {
        "rule_id" : "aeiou",
        "group_name" : "aeiou",
        "rule_name" : "aeiou",
        "group_uuid" : "aeiou",
        "location" : "aeiou",
        "actions" : [ "aeiou" ],
        "matches" : [ "" ]
      } ],
      "psm_processed" : true,
      "status" : "aeiou"
    },
    "request_length" : 123456789,
    "user_id" : "aeiou",
    "jwt_log" : {
      "token_payload" : "aeiou",
      "authn_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "authz_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "is_jwt_verified" : true
    },
    "critical_error_encountered" : true,
    "xff" : "aeiou",
    "etag" : "aeiou",
    "compression" : "aeiou",
    "virtualservice" : "aeiou",
    "response_time_first_byte" : 123456789,
    "max_ingress_latency_fe" : 123,
    "ntlm_log" : {
      "ntlm_status" : "aeiou",
      "ntlm_detected" : true
    },
    "server_pushed_request" : true,
    "service_engine" : "aeiou",
    "server_response_time_first_byte" : 123456789,
    "client_rtt" : 123,
    "microservice" : "aeiou",
    "server_response_length" : 123456789,
    "grpc_method_name" : "aeiou",
    "cache_hit" : true,
    "response_time_last_byte" : 123456789,
    "client_os" : "aeiou",
    "server_rtt" : 123,
    "bot_management_log" : {
      "classification" : {
        "user_defined_type" : "aeiou",
        "type" : "aeiou"
      },
      "results" : [ {
        "component" : "aeiou",
        "identification" : {
          "identifier" : "aeiou",
          "type" : "aeiou",
          "class" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "confidence" : "aeiou"
      } ]
    },
    "sni_hostname" : "aeiou",
    "http_security_policy_rule_name" : "aeiou",
    "vs_ip" : 123,
    "client_insights" : "aeiou",
    "log_id" : 123,
    "redirected_uri" : "aeiou",
    "rewritten_uri_query" : "aeiou",
    "saml_authentication_used" : true,
    "vcpu_id" : 123,
    "session_id" : "aeiou",
    "all_request_headers" : "aeiou",
    "report_timestamp" : 123456789,
    "significant_log" : [ "aeiou" ],
    "grpc_service_name" : "aeiou",
    "saml_session_cookie_valid" : true,
    "vh_match_rule" : "aeiou",
    "referer" : "aeiou",
    "server_response_code" : 123,
    "ssl_cipher" : "aeiou",
    "cache_disabled_by_ds" : true,
    "compression_percentage" : 123,
    "icap_log" : {
      "request_logs" : [ {
        "icap_headers_received_from_server" : "aeiou",
        "latency" : 123456789,
        "nsx_defender_log" : {
          "score" : 123,
          "task_uuid" : "aeiou",
          "status_url" : "aeiou"
        },
        "icap_method" : "aeiou",
        "icap_headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "icap_server_ip" : 123,
        "modified_content_length" : 123,
        "http_method" : "aeiou",
        "icap_response_code" : 123,
        "icap_absolute_uri" : "aeiou",
        "vendor" : "aeiou",
        "opswat_log" : {
          "reason" : "aeiou",
          "violations" : [ {
            "threat_name" : "aeiou",
            "file_name" : "aeiou",
            "resolution" : "aeiou"
          } ],
          "threat_id" : "aeiou"
        },
        "source_port" : 123,
        "complete_body_sent" : true,
        "action" : "aeiou",
        "icap_server_port" : 123,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ],
      "action" : "aeiou"
    },
    "microservice_name" : "aeiou",
    "saml_auth_request_generated" : true,
    "oauth_log" : {
      "token_exchange_subrequest" : "",
      "jwks_subrequest" : {
        "sub_request_log" : {
          "server_name" : "aeiou",
          "method" : "aeiou",
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "response_length" : 123456789,
          "uri_path" : "aeiou",
          "uri_query" : "aeiou",
          "request_length" : 123456789,
          "headers_received_from_server" : "aeiou",
          "source_port" : 123,
          "server_ip" : 123,
          "server_port" : 123,
          "total_time" : 123456789,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        },
        "error_description" : "aeiou",
        "error_code" : "aeiou"
      },
      "oauth_state" : "aeiou",
      "authn_rule_match" : "",
      "authz_rule_match" : "",
      "userinfo_subrequest" : "",
      "is_session_cookie_expired" : true,
      "state" : "aeiou",
      "token_refresh_subrequest" : "",
      "token_introspection_subrequest" : ""
    },
    "response_content_type" : "aeiou",
    "http_request_policy_rule_name" : "aeiou",
    "avg_ingress_latency_be" : 123,
    "host" : "aeiou",
    "server_ip" : 123,
    "server_conn_src_ip6" : "aeiou",
    "client_ip" : 123,
    "auth_status" : "aeiou",
    "server_ssl_session_id" : "aeiou",
    "server_push_initiated" : true,
    "adf" : true,
    "saml_auth_session_id" : 123456789,
    "http_version" : "aeiou",
    "significant" : 123456789,
    "server_side_redirect_uri" : "aeiou",
    "client_fingerprints" : {
      "full_tls_fingerprint" : "aeiou",
      "tls_client_info" : {
        "tls_extensions" : [ "" ],
        "client_hello_tls_version" : 123,
        "supported_groups" : [ "" ],
        "point_formats" : [ "" ],
        "cipher_suites" : [ "" ],
        "uses_grease" : true
      },
      "filtered_tls_fingerprint" : "aeiou",
      "normalized_tls_fingerprint" : "aeiou"
    },
    "conn_est_time_fe" : 123,
    "client_dest_port" : 123,
    "vs_ip6" : "aeiou",
    "cipher_bytes" : "aeiou",
    "uri_query" : "aeiou",
    "udf" : true,
    "request_headers" : 123,
    "ssl_version" : "aeiou",
    "datascript_log" : "aeiou",
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "response_code" : 123,
    "http_response_policy_rule_name" : "aeiou",
    "grpc_status" : 123,
    "oob_log" : {
      "ds_req_logs" : [ {
        "ds_name" : "aeiou",
        "server_name" : "aeiou",
        "method" : "aeiou",
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "response_length" : 123456789,
        "servers_tried" : 123,
        "uri_path" : "aeiou",
        "uri_query" : "aeiou",
        "request_length" : 123456789,
        "headers_received_from_server" : "aeiou",
        "source_port" : 123,
        "server_ip" : 123,
        "server_port" : 123,
        "event" : "aeiou",
        "total_time" : 123456789,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ]
    },
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "request_content_type" : "aeiou",
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "paa_log" : {
      "cache_hit" : true,
      "client_request_body_sent" : true,
      "request_logs" : [ {
        "servers_tried" : 123,
        "response_code" : 123,
        "uri_path" : "aeiou",
        "method" : "aeiou",
        "headers_received_from_server" : "aeiou",
        "server_ip" : 123,
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou"
      } ]
    },
    "body_updated" : "aeiou",
    "cacheable" : true,
    "server_ip6" : "aeiou",
    "user_agent" : "aeiou",
    "datascript_error_trace" : {
      "stack_trace" : "aeiou",
      "error" : "aeiou",
      "event" : "aeiou"
    },
    "all_response_headers" : "aeiou",
    "client_device" : "aeiou",
    "request_served_locally_remote_site_down" : true,
    "server_ssl_session_reused" : true,
    "pool_name" : "aeiou",
    "saml_log" : {
      "saml_authn_rule_match" : {
        "saml_authn_matched_rule_name" : "aeiou",
        "saml_authn_matched_rule_action" : "aeiou"
      },
      "saml_authz_rule_match" : {
        "saml_authz_matched_rule_name" : "aeiou",
        "saml_authz_matched_rule_action" : "aeiou"
      },
      "saml_attribute_lists" : [ {
        "attr_name" : "aeiou",
        "attr_values" : [ "aeiou" ]
      } ],
      "is_saml_authentication_used" : true,
      "saml_auth_status" : "aeiou",
      "userid" : "aeiou",
      "saml_session_cookie_expired" : true
    },
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_connection_reused" : true,
    "request_state" : "aeiou",
    "grpc_status_reason_phrase" : "aeiou",
    "client_browser" : "aeiou",
    "headers_received_from_server" : "aeiou",
    "request_id" : "aeiou",
    "rewritten_uri_path" : "aeiou"
  } ],
  "description" : "aeiou",
  "threshold" : 123,
  "uuid" : "aeiou",
  "related_uuids" : [ "aeiou" ],
  "_last_modified" : "aeiou",
  "throttle_count" : 123,
  "obj_uuid" : "aeiou",
  "state" : "aeiou",
  "events" : [ {
    "internal" : "aeiou",
    "tenant_name" : "aeiou",
    "event_pages" : [ "aeiou" ],
    "obj_name" : "aeiou",
    "module" : "aeiou",
    "details_summary" : "aeiou",
    "event_description" : "aeiou",
    "related_uuids" : [ "aeiou" ],
    "report_timestamp" : 123456789,
    "ignore_event_details_display" : true,
    "reason_code" : "aeiou",
    "event_id" : "aeiou",
    "context" : "aeiou",
    "event_details" : {
      "switchover_details" : {
        "reason" : "aeiou",
        "to_se_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "vs_awaitingse_details" : {
        "awaitingse_timeout" : 123,
        "vs_uuid" : "aeiou",
        "se_assigned" : [ {
          "mgmt_ip6" : "",
          "standby" : true,
          "mgmt_ip" : "",
          "scalein_in_progress" : true,
          "se_ready_in_progress" : true,
          "admin_down_requested" : true,
          "oper_status" : "",
          "connected" : true,
          "active_on_cloud" : true,
          "ref" : "aeiou",
          "snat_ip" : "",
          "attach_ip_in_progress" : true,
          "name" : "aeiou",
          "scaleout_in_progress" : true,
          "detach_ip_in_progress" : true,
          "active_on_se" : true,
          "primary" : true
        } ],
        "se_requested" : {
          "memory" : 123,
          "num_se" : 123,
          "num_vcpus" : 123,
          "num_standby_se" : 123
        },
        "ip" : "aeiou"
      },
      "vcenter_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "vs_scaleout_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "avg_uptime_change_details" : {
        "metric_id" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "resource_str" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "os_lbaudit_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "user" : "aeiou",
        "tenant" : "aeiou"
      },
      "se_gateway_heartbeat_success_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_node_remove_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "central_license_refresh_details" : {
        "service_units" : 1.3579000000000001069366817318950779736042022705078125,
        "message" : "aeiou"
      },
      "os_lbplugin_op_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "prov" : "aeiou",
        "command" : "aeiou"
      },
      "vip_dns_info" : {
        "total_records" : 123,
        "dns_info" : [ {
          "metadata" : "aeiou",
          "fqdn" : "aeiou",
          "num_records_in_response" : 123,
          "cname" : {
            "cname" : "aeiou"
          },
          "type" : "aeiou",
          "ttl" : 123,
          "algorithm" : "aeiou"
        } ],
        "vs_names" : [ "aeiou" ],
        "vip_id" : "aeiou",
        "error" : "aeiou",
        "fip" : "",
        "vip" : "",
        "vs_uuids" : [ "aeiou" ]
      },
      "vcenter_details" : {
        "previous_count" : 123456789,
        "vcenter_name" : "aeiou",
        "name" : "aeiou",
        "vcenter" : "aeiou",
        "vcenter_object" : "aeiou",
        "user" : "aeiou"
      },
      "vcenter_obj_delete_details" : {
        "obj_name" : "aeiou",
        "vcenter" : "aeiou"
      },
      "license_expiry_details" : {
        "burst_cores" : 123,
        "license_type" : "aeiou",
        "max_apps" : 123,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "cpu_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "expiry_at" : "aeiou",
        "backend_servers" : 123,
        "cores" : 123,
        "max_ses" : 123,
        "license_id" : "aeiou",
        "name" : "aeiou",
        "sockets" : 123,
        "throughput" : 123,
        "license_tier" : [ "aeiou" ]
      },
      "crs_deployment_failure" : {
        "message" : "aeiou",
        "crs_info" : [ {
          "release_date" : "aeiou",
          "name" : "aeiou",
          "version" : "aeiou",
          "url" : "aeiou"
        } ]
      },
      "se_details" : {
        "old_mgmt_ip6" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "vsphere_ha_inprogress" : true,
        "vsphere_ha_enabled" : true,
        "cloud_name" : "aeiou",
        "vs_name" : [ "aeiou" ],
        "enable_state" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "migrate_state" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "gcp_info" : {
          "machine_type" : "aeiou",
          "subnet" : "aeiou",
          "hostname" : "aeiou",
          "zone" : "aeiou",
          "project" : "aeiou",
          "network" : "aeiou"
        },
        "se_grp_name" : "aeiou",
        "name" : "aeiou",
        "new_mgmt_ip" : "aeiou",
        "new_mgmt_ip6" : "aeiou",
        "old_mgmt_ip" : "aeiou",
        "host_name" : "aeiou"
      },
      "albservices_case_details" : {
        "subject" : "aeiou",
        "description" : "aeiou",
        "last_modified_date" : "aeiou",
        "asset_id" : "aeiou",
        "contact_info" : {
          "account_id" : "aeiou",
          "phone" : "aeiou",
          "account_name" : "aeiou",
          "name" : "aeiou",
          "email" : "aeiou",
          "managed_accounts" : [ {
            "name" : "aeiou",
            "id" : "aeiou",
            "users" : [ {
              "phone" : "aeiou",
              "name" : "aeiou",
              "email" : "aeiou"
            } ]
          } ]
        },
        "type" : "aeiou",
        "fr_business_justification" : "aeiou",
        "mode" : "aeiou",
        "case_number" : "aeiou",
        "id" : "aeiou",
        "patch_version" : "aeiou",
        "case_attachments" : [ {
          "attachment_name" : "aeiou",
          "attachment_url" : "aeiou",
          "attachment_size" : "aeiou"
        } ],
        "email" : "aeiou",
        "severity" : "aeiou",
        "case_created_by" : "aeiou",
        "deployment_environment" : "aeiou",
        "version" : "aeiou",
        "custom_tag" : "aeiou",
        "environment" : "aeiou",
        "case_status" : "aeiou",
        "fr_current_solution" : "aeiou",
        "fr_use_cases" : "aeiou",
        "fr_timing" : "aeiou",
        "created_date" : "aeiou",
        "time" : "aeiou",
        "status" : "aeiou"
      },
      "se_discontinuous_time_change_event_details" : {
        "drift_time" : 123456789,
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou",
        "se_ref" : "aeiou"
      },
      "ip_fail_details" : {
        "reason" : "aeiou",
        "networks" : [ "" ],
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "container_cloud_batch_setup" : {
        "ccs" : [ {
          "reason" : "aeiou",
          "master_nodes" : [ "aeiou" ],
          "new_hosts" : [ "aeiou" ],
          "cloud_access" : true,
          "failed_hosts" : [ "aeiou" ],
          "hosts" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        } ]
      },
      "cluster_service_restored_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_sync_services_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "rebalance_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "mesos_infra_details" : {
        "reason" : "aeiou",
        "mesos_access" : true,
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "hosts" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "mesos_url" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "se_bgp_peer_down_details" : {
        "peer_ip" : "aeiou",
        "message" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "aws_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "region" : "aeiou"
      },
      "dos_attack_event_details" : {
        "attack_count" : 1.3579000000000001069366817318950779736042022705078125,
        "ipgroup_uuids" : [ "aeiou" ],
        "urls" : [ "aeiou" ],
        "src_ips" : [ "aeiou" ],
        "attack" : "aeiou",
        "meta_data" : [ {
          "amplification" : {
            "src_port" : 123,
            "record_type" : "aeiou"
          },
          "ip" : "aeiou",
          "max_resp_time" : 123,
          "url" : "aeiou"
        } ]
      },
      "vip_symmetry_details" : {
        "reason" : "aeiou",
        "vsvip_name" : "aeiou",
        "max_num_se_assigned" : 123,
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "min_num_se_requested" : 123,
        "max_num_se_requested" : 123,
        "num_vs" : 123,
        "min_num_se_assigned" : 123
      },
      "config_user_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "rule" : "aeiou",
        "userprofile" : "aeiou",
        "user" : "aeiou"
      },
      "detach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "scheduler_action_info" : {
        "execution_datestamp" : "aeiou",
        "control_script_output" : "aeiou",
        "backup_uri" : [ "aeiou" ],
        "scheduler_uuid" : "aeiou",
        "status" : "aeiou"
      },
      "ssl_revoked_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "ssl_renew_failed_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "upgrade_entry" : {
        "node_type" : "aeiou",
        "obj_cloud_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "name" : "aeiou",
        "upgrade_info" : {
          "reason" : "aeiou",
          "seg_params" : "",
          "image_ref" : "aeiou",
          "previous_patch_list" : [ "" ],
          "patch_image_ref" : "aeiou",
          "uuid" : "aeiou",
          "se_upgrade_events" : [ "" ],
          "node_type" : "aeiou",
          "system_report_refs" : [ "aeiou" ],
          "se_patch_image_ref" : "aeiou",
          "previous_patch_version" : "aeiou",
          "state" : "",
          "upgrade_ops" : "aeiou",
          "patch_version" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "prev_image_path" : "aeiou",
          "history" : [ {
            "duration" : 123,
            "start_time" : "aeiou",
            "upgrade_events" : [ {
              "task_name" : "aeiou",
              "task" : "aeiou",
              "sub_events" : [ "" ],
              "nodes_events" : [ {
                "duration" : 123,
                "start_time" : "aeiou",
                "ip" : "",
                "end_time" : "aeiou",
                "sub_tasks" : [ "aeiou" ],
                "message" : "aeiou",
                "status" : true
              } ]
            } ],
            "ops" : "aeiou",
            "end_time" : "aeiou",
            "seg_status" : {
              "disrupted_vs_ref" : [ "aeiou" ],
              "num_se_with_no_vs" : 123,
              "reason" : [ "aeiou" ],
              "enqueue_time" : "aeiou",
              "notes" : [ "aeiou" ],
              "se_upgrade_suspended" : [ "aeiou" ],
              "se_upgrade_in_progress" : [ "aeiou" ],
              "vs_scalein_in_progress_ref" : [ "aeiou" ],
              "se_already_upgraded_at_start" : [ "aeiou" ],
              "se_group_uuid" : "aeiou",
              "se_reboot_in_progress_ref" : "aeiou",
              "num_vs" : 123,
              "vs_migrate_in_progress_ref" : [ "aeiou" ],
              "se_upgrade_completed" : [ "aeiou" ],
              "se_upgrade_errors" : [ "" ],
              "duration" : "aeiou",
              "in_progress" : true,
              "request_time" : "aeiou",
              "ha_mode" : "aeiou",
              "se_ip_missing_at_start" : [ "aeiou" ],
              "controller_version" : "aeiou",
              "num_se_with_vs_not_scaledout" : 123,
              "vs_scaleout_in_progress_ref" : [ "aeiou" ],
              "num_vs_disrupted" : 123,
              "traffic_status" : "aeiou",
              "se_poweredoff_at_start" : [ "aeiou" ],
              "vs_errors" : [ {
                "reason" : [ "aeiou" ],
                "se_group_ha_mode" : "aeiou",
                "tenant_ref" : "aeiou",
                "traffic_status" : "aeiou",
                "vip_id" : "aeiou",
                "event_timestamp" : "",
                "vs_ref" : "aeiou",
                "se_group_ref" : "aeiou",
                "se_ref" : "aeiou"
              } ],
              "state" : "aeiou",
              "worker" : "aeiou",
              "se_group_name" : "aeiou",
              "end_time" : "aeiou",
              "se_with_vs_scaledout" : [ "aeiou" ],
              "thread" : "aeiou",
              "se_disconnected_at_start" : [ "aeiou" ],
              "start_time" : "aeiou",
              "num_se" : 123,
              "se_upgrade_not_started" : [ "aeiou" ],
              "se_upgrade_skip_suspended" : [ "aeiou" ],
              "num_se_with_vs_scaledout" : 123,
              "tenant_ref" : "aeiou",
              "se_upgrade_failed" : [ "aeiou" ],
              "se_with_vs_not_scaledout" : [ "aeiou" ],
              "progress" : 123,
              "se_with_no_vs" : [ "aeiou" ]
            },
            "state" : "",
            "statediff_ref" : "aeiou",
            "patch_version" : "aeiou",
            "version" : "aeiou",
            "se_upgrade_events" : [ {
              "reason" : [ "aeiou" ],
              "to_se_ref" : "aeiou",
              "vs_ref" : "aeiou",
              "num_vs" : 123,
              "se_group_ref" : "aeiou",
              "from_se_ref" : "aeiou",
              "num_se" : 123,
              "se_group_ha_mode" : "aeiou",
              "task" : "aeiou",
              "num_se_group" : 123,
              "sub_tasks" : [ "aeiou" ],
              "traffic_status" : "aeiou",
              "se_ref" : "aeiou"
            } ]
          } ],
          "params" : "",
          "previous_image_ref" : "aeiou",
          "version" : "aeiou",
          "start_time" : "aeiou",
          "patch_reboot" : true,
          "patch_list" : [ {
            "patch_image_path" : "aeiou",
            "patch_image_ref" : "aeiou",
            "patch_version" : "aeiou"
          } ],
          "system" : true,
          "tasks_completed" : 123,
          "upgrade_readiness" : "",
          "fips_mode" : true,
          "name" : "aeiou",
          "upgrade_events" : [ "" ],
          "enable_rollback" : true,
          "enqueue_time" : "aeiou",
          "patch_image_path" : "aeiou",
          "prev_patch_image_path" : "aeiou",
          "seg_status" : "",
          "total_tasks" : 123,
          "_last_modified" : "aeiou",
          "duration" : 123,
          "previous_version" : "aeiou",
          "se_patch_image_path" : "aeiou",
          "previous_patch_image_ref" : "aeiou",
          "end_time" : "aeiou",
          "clean" : true,
          "statediff_ref" : "aeiou",
          "after_reboot_rollback_fnc" : "aeiou",
          "url" : "aeiou",
          "image_path" : "aeiou",
          "tenant_ref" : "aeiou",
          "after_reboot_task_name" : "aeiou",
          "progress" : 123,
          "enable_patch_rollback" : true
        },
        "params" : {
          "image_ref" : "aeiou",
          "patch_ref" : "aeiou",
          "se_group_resume_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true,
            "skip_suspended" : true
          },
          "se_group_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true
          }
        },
        "upgrade_ops" : "aeiou",
        "uuid" : "aeiou"
      },
      "cc_cluster_vip_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_healthy_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : "",
        "nodeid" : "aeiou"
      },
      "se_ip6_dad_failed_event_details" : {
        "dad_ip" : "",
        "if_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "gs_info" : {
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "uuid" : "aeiou",
        "gs_runtime" : {
          "tenant_name" : "aeiou",
          "groups" : [ {
            "members" : [ "" ],
            "name" : "aeiou",
            "oper_status" : ""
          } ],
          "services_state" : "aeiou",
          "ldr_state" : "",
          "oper_status" : "",
          "uuid" : "aeiou",
          "flr_state" : [ "" ],
          "sp_oper_status" : "",
          "domain_names" : [ "aeiou" ],
          "send_event" : true,
          "checksum" : "aeiou",
          "name" : "aeiou",
          "send_status" : true
        }
      },
      "vcenter_network_limit" : {
        "current" : 123456789,
        "additional_reason" : "aeiou",
        "limit" : 123456789
      },
      "nsxt_info" : {
        "reason" : "aeiou",
        "cc_id" : "aeiou",
        "transportzone_id" : "aeiou",
        "status" : "aeiou"
      },
      "burst_checkout_details" : {
        "start_time" : "aeiou",
        "cores" : 123,
        "end_time" : "aeiou",
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "metrics_db_sync_failure_details" : {
        "process_name" : "aeiou",
        "node_name" : "aeiou",
        "timestamp" : "aeiou"
      },
      "disc_summary" : {
        "num_hosts" : 123456789,
        "num_nws" : 123456789,
        "num_vms" : 123456789,
        "vcenter" : "aeiou",
        "num_dcs" : 123456789,
        "num_clusters" : 123456789
      },
      "connection_event" : {
        "port" : 123,
        "host" : "aeiou",
        "info" : "aeiou"
      },
      "se_pool_lb_details" : {
        "reason" : "aeiou",
        "failure_code" : "aeiou",
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "rebalance_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : {
          "from_se_ref" : "aeiou",
          "scalein_primary" : true,
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "admin_down" : true
        }
      },
      "se_vs_del_flows_disrupted" : {
        "deleted_vs_name" : "aeiou",
        "reporting_se_name" : "aeiou",
        "num_vs_flows_disrupted" : 123
      },
      "sec_mgr_ua_event_details" : {
        "error" : "aeiou"
      },
      "metrics_grpc_auth_failure_details" : {
        "peer" : "aeiou"
      },
      "cluster_node_db_failed_details" : {
        "ip" : "",
        "node_name" : "aeiou",
        "failure_count" : 123
      },
      "nsxt_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "cloud_route_notif_details" : {
        "reason" : "aeiou",
        "routes" : [ "aeiou" ],
        "route_table" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_bgp_peer_state_change_details" : {
        "peer_state" : "aeiou",
        "peer_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "se_vnic_down_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "se_memory_limit_event_details" : {
        "heap_config_hard_limit" : 123,
        "heap_conn_usage" : 123,
        "shm_config_hard_limit" : 123,
        "shm_conn_usage" : 123,
        "config_memory_status" : "aeiou",
        "heap_config_soft_limit" : 123,
        "shm_config_usage" : 123,
        "heap_config_usage" : 123,
        "se_ref" : "aeiou",
        "shm_config_soft_limit" : 123
      },
      "memory_balancer_info" : {
        "threshold_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "controller_memory" : 123,
        "process" : "aeiou",
        "limit" : 123,
        "controller_memory_usage_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "memory_used" : 123,
        "pid" : 123,
        "process_trend" : "aeiou",
        "debug_message" : "aeiou",
        "process_mode" : "aeiou",
        "child" : [ {
          "memory" : 123,
          "pid" : 123
        } ]
      },
      "ip_threat_db_event_data" : {
        "reason" : "aeiou",
        "version" : "aeiou",
        "status" : "aeiou"
      },
      "secure_key_exchange_info" : {
        "ctlr_mgmt_ip" : "aeiou",
        "follower_ip" : "aeiou",
        "leader_ip" : "aeiou",
        "se_ip" : "aeiou",
        "name" : "aeiou",
        "ctlr_public_ip" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "source_ip" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_node_shutdown_details" : {
        "reason" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "modify_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_vnic_up_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "os_api_ver_check_failure" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou",
        "cc_name" : "aeiou"
      },
      "seupgrade_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "switchover_fail_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "add_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "subnet" : "aeiou",
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "server_autoscale_failed_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "num_servers_up" : 123,
        "num_scalein_servers" : 123
      },
      "vs_initialplacement_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "cc_parkintf_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "intf_id" : "aeiou",
        "subnet_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "cluster_service_critical_failure_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "se_vs_fault_event_details" : {
        "service_engine" : "aeiou",
        "fault_object" : "aeiou",
        "fault_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "vs_scalein_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "vs_switchover_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "se_hm_gsgroup_details" : {
        "gsgroup" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "gsmember" : {
          "failure_code" : "aeiou",
          "domain" : "aeiou",
          "ip" : "",
          "shm" : [ {
            "response_code" : 123,
            "average_response_time" : 123456789,
            "resp_string" : "aeiou",
            "health_monitor" : "aeiou"
          } ],
          "app_info" : [ {
            "app_hdr_value" : "aeiou",
            "app_hdr_name" : "aeiou"
          } ],
          "ssl_error_code" : "aeiou"
        },
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : ""
      },
      "sync_services_info" : "",
      "cs_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "api_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "se_vnic_tx_queue_stall_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "queue" : 123,
        "se_ref" : "aeiou"
      },
      "config_se_grp_flv_update_details" : {
        "new_flv" : "aeiou",
        "tenant_name" : "aeiou",
        "old_flv" : "aeiou",
        "tenant_uuid" : "aeiou",
        "se_group_name" : "aeiou",
        "se_group_uuid" : "aeiou"
      },
      "reboot_se_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou"
      },
      "server_autoscaleout_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "num_scaleout_servers" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125
      },
      "cc_scaleset_notif_details" : {
        "scaleset_names" : [ "aeiou" ],
        "reason" : "aeiou",
        "cc_id" : "aeiou"
      },
      "dns_sync_info" : {
        "total_records" : 123,
        "error" : "aeiou"
      },
      "albservices_file_upload_details" : {
        "file_path" : "aeiou",
        "s3_directory" : "aeiou",
        "tenant_ref" : "aeiou",
        "case_id" : "aeiou",
        "name" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "status" : "aeiou"
      },
      "controller_license_reconcile_details" : {
        "old_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "new_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "old_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125
      },
      "se_geo_db_details" : {
        "reason" : "aeiou",
        "geo_db_profile_name" : "aeiou",
        "file_name" : "aeiou",
        "vip_id" : "aeiou",
        "geo_db_profile_ref" : "aeiou",
        "se_ref" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "os_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "se_vm_uuid" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "delete_se_details" : {
        "reason" : "aeiou",
        "cloud_uuid" : "aeiou",
        "status_code" : 123456789,
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "cloud_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "se_name" : "aeiou",
        "host_uuid" : "aeiou",
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "cc_ip_details" : {
        "error_string" : "aeiou",
        "ip6_mask" : 123,
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou",
        "ip6" : "",
        "ip_mask" : 123
      },
      "seupgrade_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : ""
      },
      "vm_details" : {
        "host" : "aeiou",
        "name" : "aeiou",
        "datacenter" : "aeiou"
      },
      "cc_vip_update_details" : {
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "config_delete_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_update_details" : {
        "crs_info" : [ "" ]
      },
      "bootup_fail_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "cc_se_vm_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "ssl_export_details" : {
        "user" : "aeiou"
      },
      "glb_info" : {
        "site" : "",
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "third_party_site" : "",
        "uuid" : "aeiou",
        "gslb_runtime" : {
          "site" : [ {
            "send_interval" : 123,
            "tenant_name" : "aeiou",
            "site_stats" : {
              "num_ghm_cr_rxed" : 123,
              "num_gssl_cert_del_rxed" : 123,
              "num_gjwt_upd_txed" : 123,
              "num_glb_upd_rxed" : 123,
              "num_of_timeouts" : 123,
              "num_glb_cr_txed" : 123,
              "num_of_bad_responses" : 123,
              "num_gap_del_txed" : 123,
              "num_ghm_upd_txed" : 123,
              "num_gs_upd_rxed" : 123,
              "num_file_del_txed" : 123,
              "num_glb_del_rxed" : 123,
              "num_gjwt_del_txed" : 123,
              "num_geo_cr_rxed" : 123,
              "num_geo_del_rxed" : 123,
              "num_gs_del_rxed" : 123,
              "num_of_skip_outstanding_requests" : 123,
              "num_health_msgs_rxed" : 123,
              "num_gpki_upd_txed" : 123,
              "num_of_events_generated" : 123,
              "num_gap_cr_rxed" : 123,
              "num_gjwt_cr_txed" : 123,
              "num_gpki_del_rxed" : 123,
              "num_geo_upd_rxed" : 123,
              "num_gssl_cert_upd_rxed" : 123,
              "num_ghm_del_txed" : 123,
              "num_gpki_cr_txed" : 123,
              "num_gs_cr_rxed" : 123,
              "num_gap_upd_txed" : 123,
              "num_gssl_upd_rxed" : 123,
              "num_glb_cr_rxed" : 123,
              "num_glb_upd_txed" : 123,
              "num_gs_upd_txed" : 123,
              "num_gap_del_rxed" : 123,
              "num_ghm_cr_txed" : 123,
              "num_ghm_upd_rxed" : 123,
              "num_glb_del_txed" : 123,
              "num_gssl_del_rxed" : 123,
              "num_health_msgs_txed" : 123,
              "num_gjwt_del_rxed" : 123,
              "num_gs_del_txed" : 123,
              "num_geo_cr_txed" : 123,
              "num_gpki_upd_rxed" : 123,
              "num_geo_del_txed" : 123,
              "num_gpki_del_txed" : 123,
              "num_gap_cr_txed" : 123,
              "num_gjwt_cr_rxed" : 123,
              "num_geo_upd_txed" : 123,
              "num_file_cr_txed" : 123,
              "num_gssl_cert_cr_rxed" : 123,
              "num_ghm_del_rxed" : 123,
              "num_gssl_cr_rxed" : 123,
              "num_gs_cr_txed" : 123,
              "num_gpki_cr_rxed" : 123,
              "num_gjwt_upd_rxed" : 123,
              "num_gap_upd_rxed" : 123
            },
            "replication_stats" : {
              "received_version" : 123456789,
              "pending_object_count" : 123456789,
              "acknowledged_version" : 123456789
            },
            "rxed_site_hs" : {
              "controller_gsinfo" : [ {
                "app_type" : "aeiou",
                "controller_status" : {
                  "reason_code" : 123456789,
                  "reason" : [ "aeiou" ],
                  "last_changed_time" : "",
                  "state" : "aeiou",
                  "reason_code_string" : "aeiou"
                },
                "fqdn" : "aeiou",
                "ip" : "",
                "vs_name" : "aeiou",
                "datapath_status" : [ {
                  "site_uuid" : "aeiou",
                  "location" : "",
                  "oper_status" : ""
                } ],
                "services" : [ {
                  "override_network_profile_ref" : "aeiou",
                  "port" : 123,
                  "port_range_end" : 123,
                  "is_active_ftp_data_port" : true,
                  "enable_http2" : true,
                  "horizon_internal_ports" : true,
                  "enable_ssl" : true,
                  "override_application_profile_ref" : "aeiou"
                } ],
                "oper_status" : "",
                "vserver_l4_metrics" : {
                  "avg_half_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexc" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_small_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_pkts_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_abort" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_new_established_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_cookie_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_num_active_se" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_ingress_latency_exceeded_flows" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_slow_uri" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_timeout" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_connection_estb_time_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_zero_window_size_events" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_l4_client_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_syns" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "sum_server_flow_control" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_non_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dup_ack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_ssl_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_packet_dropped_user_bandwidth_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_dropped_user_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexrtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pkts_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_zero_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_hdr_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_est_time_exceeded_flows_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connections_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_duration" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_sack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bytes_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_total_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_timeout_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bad_rst_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_out_of_orders" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rtt_valid_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_fake_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errored_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_app_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_malformed_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_custom_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125
                },
                "sp_pools" : [ {
                  "servers" : [ {
                    "is_enabled" : true,
                    "hostname" : "aeiou",
                    "last_state" : "aeiou",
                    "def_port" : true,
                    "port" : 123,
                    "location" : "",
                    "propogate_state" : true,
                    "timer_exists" : true,
                    "ip_addr" : "",
                    "oper_status" : ""
                  } ],
                  "name" : "aeiou",
                  "num_servers" : 123456789,
                  "num_servers_up" : 123456789,
                  "enable_http2" : true,
                  "uuid" : "aeiou"
                } ],
                "site_name" : "aeiou",
                "oper_ips" : [ "" ],
                "gs_name" : "aeiou",
                "vs_uuid" : "aeiou",
                "cluster_uuid" : "aeiou",
                "ip_value_to_se" : 123,
                "vip_type" : "aeiou",
                "vserver_l7_metrics" : {
                  "avg_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_reused" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "rum_apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_with_params" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tolerated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_dsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_error_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_protocol_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "avg_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_rum_samples" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_frustrated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_ssl_open_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_dh" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_ecdh" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_concurrent_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_ssl30" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls12" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls13" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_http2_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_ecdsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_response_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errors_excluded" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_timedout" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls10" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls11" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_new" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_reqs_per_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "ssl_protocol_strength" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pre_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_params_per_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_network_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_satisfactory_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_total_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_reqs" : 1.3579000000000001069366817318950779736042022705078125
                },
                "health_monitor_info" : [ "aeiou" ],
                "ipv6_value_to_se" : [ "" ],
                "gs_uuid" : "aeiou"
              } ],
              "gap_table" : [ "" ],
              "dns_info" : {
                "dns_active" : true,
                "retry_count" : 123,
                "gs_status" : {
                  "last_changed_time" : "",
                  "partial_update_threshold" : 123,
                  "state" : "aeiou",
                  "type" : "aeiou",
                  "num_partial_updates" : 123
                },
                "dns_vs_states" : [ {
                  "valid_dns_vs" : true,
                  "gslb_download" : "",
                  "name" : "aeiou",
                  "placement_rules" : [ {
                    "sub_domain" : "aeiou",
                    "placement_allowed" : true,
                    "transition_ops" : "aeiou"
                  } ],
                  "se_list" : [ "aeiou" ],
                  "geo_download" : {
                    "last_changed_time" : "",
                    "state" : "aeiou"
                  },
                  "oper_status" : "",
                  "uuid" : "aeiou"
                } ]
              },
              "gs_table" : [ "" ],
              "glb_table" : [ "" ],
              "ghm_table" : [ "" ],
              "datapath_gsinfo" : [ "" ],
              "geo_table" : [ "" ],
              "sw_version" : "aeiou",
              "timestamp" : 1.3579000000000001069366817318950779736042022705078125
            },
            "site_info" : {
              "state_reason" : "aeiou",
              "num_of_retries" : 123,
              "role" : "aeiou",
              "site_type" : "aeiou",
              "dns_info" : "",
              "oper_status" : "",
              "enabled" : true,
              "sw_version" : "aeiou",
              "cluster_leader" : "aeiou",
              "hs_state" : true,
              "cluster_uuid" : "aeiou",
              "event_cache" : "",
              "last_changed_time" : "",
              "name" : "aeiou",
              "state" : "aeiou",
              "rrtoken" : [ "aeiou" ]
            },
            "view_id" : 123456789,
            "health_monitor_info" : "aeiou",
            "clear_on_max_retries" : 123,
            "glb_uuid" : "aeiou",
            "site_cfg" : {
              "glb_info" : "",
              "fd_info" : {
                "reader_count" : 123,
                "state" : "aeiou",
                "queue" : [ {
                  "ds_name" : "aeiou",
                  "ops" : "aeiou",
                  "name" : "aeiou",
                  "uuid" : "aeiou"
                } ],
                "writer_count" : 123
              },
              "gjwt_info" : "",
              "repl_queue" : "",
              "gpki_info" : "",
              "gap_info" : "",
              "sync_info" : {
                "last_fail_obj" : "",
                "reason" : "aeiou",
                "errored_objects" : [ "" ],
                "last_changed_time" : "",
                "recommendation" : "aeiou",
                "sync_state" : "aeiou"
              },
              "geo_info" : "",
              "gs_info" : "",
              "ghm_info" : "",
              "mm_info" : ""
            }
          } ],
          "tenant_name" : "aeiou",
          "checksum" : "aeiou",
          "event_cache" : {
            "dns_state" : true,
            "exceptions" : [ "aeiou" ]
          },
          "name" : "aeiou",
          "dns_enabled" : true,
          "third_party_sites" : [ {
            "site_info" : "",
            "health_monitor_info" : "aeiou"
          } ],
          "delete_in_progress" : true,
          "ldr_state" : "",
          "uuid" : "aeiou",
          "flr_state" : [ {
            "reason" : "aeiou",
            "site_uuid" : "aeiou",
            "cfg_version_in_flight" : 123,
            "last_changed_time" : {
              "usecs" : 123456789,
              "secs" : 123456789
            },
            "cfg_version" : 123,
            "uuid" : "aeiou",
            "status" : "aeiou"
          } ]
        }
      },
      "vip_autoscale" : {
        "availability_zone" : "aeiou",
        "subnet_uuid" : "aeiou",
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "error" : "aeiou"
      },
      "hs_details" : {
        "reason" : "aeiou",
        "performance_score" : 123,
        "previous_value" : 1.3579000000000001069366817318950779736042022705078125,
        "sub_resource_prefix" : "aeiou",
        "security_reason" : "aeiou",
        "performance_reason" : "aeiou",
        "security_penalty" : 123,
        "anomaly_penalty" : 123,
        "anomaly_reason" : "aeiou",
        "step" : 123,
        "resources_reason" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "resources_penalty" : 123,
        "timestamp" : "aeiou"
      },
      "generic_audit_compliance_event_info" : {
        "subjects" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "event_generated_by_se" : true,
        "core_archive" : "aeiou",
        "detailed_reason" : "aeiou",
        "type" : "aeiou",
        "version" : "aeiou",
        "result" : "aeiou",
        "node" : "aeiou",
        "protocol" : "aeiou",
        "user_identities" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "cluster_uuid" : "aeiou",
        "process_name" : "aeiou",
        "fingerprint" : "aeiou",
        "location" : "aeiou",
        "patch_version" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_high_egress_proc_latency_event_details" : {
        "flow_core" : [ "" ],
        "event_count" : 123456789,
        "max_proxy_to_disp_queing_delay" : 123,
        "se_name" : "aeiou",
        "dispatcher_core" : 123,
        "se_ref" : "aeiou"
      },
      "azure_info" : {
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "vips" : [ "" ],
        "resource_group" : "aeiou",
        "alb_id" : "aeiou",
        "nic_id" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "vs_uuids" : [ "aeiou" ],
        "status" : "aeiou"
      },
      "cc_infra_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "pool_deployment_update_info" : {
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "evaluation_duration" : 123,
        "results" : [ "" ],
        "uuid" : "aeiou",
        "deployment_state" : "aeiou",
        "ratio" : 123
      },
      "config_user_not_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "user" : "aeiou"
      },
      "dns_query_error" : {
        "error_message" : "aeiou",
        "fqdn" : "aeiou",
        "error" : "aeiou"
      },
      "gcp_cloud_router_info" : {
        "router_url" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "action" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "ssl_renew_details" : {
        "name" : "aeiou"
      },
      "upgrade_status_info" : "",
      "host_unavail_details" : {
        "reasons" : [ "aeiou" ],
        "vs_name" : "aeiou",
        "name" : "aeiou"
      },
      "vs_migrate_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "nsxt_policy_details" : {
        "error_string" : "aeiou",
        "scope" : "aeiou",
        "redirectTo" : [ "aeiou" ],
        "segroup" : "aeiou",
        "tier1" : "aeiou",
        "policy" : "aeiou"
      },
      "bm_infra_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_hb_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "cc_sync_services_details" : {
        "error_string" : "aeiou",
        "vips" : [ "" ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "api_version_deprecated" : {
        "path" : "aeiou",
        "api_version_used" : "aeiou",
        "min_supported_api_version" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou"
      },
      "cntlr_host_list_details" : {
        "vcenter" : "aeiou",
        "host_name" : [ "aeiou" ]
      },
      "se_debug_mode_event_detail" : {
        "description" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "false_positive_details" : {
        "vs_uuid" : "aeiou",
        "false_positive_results" : [ {
          "http_method" : "aeiou",
          "attack" : true,
          "false_positive" : true,
          "confidence" : 1.3579000000000001069366817318950779736042022705078125,
          "http_request_header_info" : {
            "header_field_name" : "aeiou",
            "value" : "aeiou"
          },
          "fp_result_header" : {
            "transactions_count" : 123456789,
            "end_analysis_time" : "aeiou",
            "first_data_received_time" : "aeiou",
            "start_analysis_time" : "aeiou",
            "last_data_received_time" : "aeiou"
          },
          "rule_info" : {
            "rule_id" : "aeiou",
            "rule_group_id" : "aeiou",
            "matches" : [ {
              "match_element" : "aeiou",
              "match_value" : "aeiou"
            } ]
          },
          "params_info" : {
            "param_info" : [ {
              "param_name" : "aeiou",
              "value" : "aeiou"
            } ]
          },
          "uri" : "aeiou",
          "uri_result_mode" : "aeiou"
        } ]
      },
      "se_hb_recovered_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "metrics_db_disk_details" : {
        "metrics_free_sz" : 1.3579000000000001069366817318950779736042022705078125,
        "metrics_deleted_tables" : [ "aeiou" ],
        "metrics_quota" : 1.3579000000000001069366817318950779736042022705078125
      },
      "server_autoscaleout_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "scaled_out_servers" : [ "" ],
        "reason" : "aeiou",
        "nscaleout" : 123,
        "launch_config_uuid" : "aeiou"
      },
      "cc_tenant_del_details" : {
        "tenants" : [ {
          "num_se" : 123,
          "name" : "aeiou",
          "num_svrgrp" : 123,
          "num_ports" : 123,
          "id" : "aeiou",
          "num_secgrp" : 123
        } ],
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_full_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : {
          "db_num_oom" : 123,
          "db_num_db_queries" : 123,
          "db_client_name" : "aeiou",
          "db_rum_rows" : 123,
          "db_queue_size" : 123,
          "db_num_client_queries" : 123,
          "db_num_db_resp" : 123,
          "db_num_client_resp" : 123,
          "db_rum_queries" : 123
        },
        "nodeid" : "aeiou"
      },
      "se_hm_vs_details" : {
        "reason" : "aeiou",
        "vip_address" : "",
        "src_uuid" : "aeiou",
        "vip6_address" : "",
        "vip_id" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "cc_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "vnics" : [ {
          "vrf_uuid" : "aeiou",
          "status_string" : "aeiou",
          "port_uuid" : "aeiou",
          "subnet_uuid" : "aeiou",
          "mac_address" : "aeiou",
          "network_uuid" : "aeiou",
          "status" : "aeiou"
        } ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "aws_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "event_type" : "aeiou",
        "instance_id" : "aeiou",
        "instance_ip_addr" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "vpc_id" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "async_patch_state" : {
        "error_message" : "aeiou",
        "merged_patch_id" : 123456789,
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "patch_ids" : "aeiou",
        "error_status_code" : 123,
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_deployment_success" : {
        "crs_info" : [ "" ]
      },
      "unbind_vs_se_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "license_transaction_details" : {
        "cookie" : "aeiou",
        "tier" : "aeiou",
        "tenant_uuid" : "aeiou",
        "overdraft" : true,
        "licensed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "description" : "aeiou",
        "id" : "aeiou",
        "operation" : "aeiou"
      },
      "bind_vs_se_details" : {
        "vip_vnics" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "standby" : true,
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "type" : "aeiou",
        "ip6" : "aeiou",
        "primary" : true
      },
      "se_ip_removed_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "anomaly_details" : {
        "metric_id" : "aeiou",
        "models" : [ "aeiou" ],
        "server" : "aeiou",
        "deviation" : 1.3579000000000001069366817318950779736042022705078125,
        "model" : "aeiou",
        "obj_type" : "aeiou",
        "metric_timestamp" : "aeiou",
        "priority" : "aeiou",
        "pool_uuid" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_name" : "aeiou",
        "node_id" : "aeiou"
      },
      "container_cloud_setup" : "",
      "disable_se_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : {
          "from_se_ref" : "aeiou",
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "vs_pool_nw_fltr_details" : {
        "filter" : "aeiou",
        "name" : "aeiou",
        "network" : "aeiou"
      },
      "nw_summarized_details" : {
        "subnet_info" : [ {
          "cidr_prefix" : "aeiou",
          "network" : "aeiou"
        } ]
      },
      "license_tier_switch_details" : {
        "reason" : "aeiou",
        "source_tier" : "aeiou",
        "destination_tier" : "aeiou",
        "status" : "aeiou"
      },
      "vca_infra_details" : {
        "error_string" : "aeiou",
        "instance" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "username" : "aeiou"
      },
      "central_license_subscription_details" : {
        "message" : "aeiou"
      },
      "metric_threshold_up_details" : {
        "metric_id" : "aeiou",
        "server" : "aeiou",
        "entity_uuid" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_uuid" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "network_subnet_details" : {
        "subnet" : "",
        "total" : 123,
        "network_name" : "aeiou",
        "network_uuid" : "aeiou",
        "used" : 123,
        "free" : 123,
        "type" : "aeiou"
      },
      "config_create_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "controller_discontinuous_time_change_event_details" : {
        "node_name" : "aeiou",
        "ntp_servers" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou"
      },
      "cloud_autoscaling_config_failure_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "adaptrepl_event" : {
        "reason" : "aeiou",
        "obj_info" : {
          "event_type" : "aeiou",
          "obj_name" : "aeiou",
          "obj_uuid" : "aeiou"
        },
        "recommendation" : "aeiou"
      },
      "vs_fsm_details" : {
        "vs_rt" : {
          "last_key_rotation_time" : "",
          "redis_port" : 123,
          "vs_update_pending" : {
            "dns_policies" : [ {
              "dns_policy_ref" : "aeiou",
              "index" : 123
            } ],
            "l4_policies" : [ {
              "l4_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "azure_availability_set" : "aeiou",
            "enable_autogw" : true,
            "icap_request_profile_refs" : [ "aeiou" ],
            "saml_sp_config" : {
              "sp_metadata" : "aeiou",
              "acs_index" : 123,
              "authn_req_acs_type" : "aeiou",
              "signing_ssl_key_and_certificate_ref" : "aeiou",
              "cookie_timeout" : 123,
              "use_idp_session_timeout" : true,
              "entity_id" : "aeiou",
              "key" : [ "" ],
              "cookie_name" : "aeiou",
              "single_signon_url" : "aeiou"
            },
            "vrf_context_ref" : "aeiou",
            "flow_dist" : "aeiou",
            "dns_info" : [ "" ],
            "content_rewrite" : {
              "rewritable_content_ref" : "aeiou",
              "rsp_rewrite_rules" : [ {
                "enable" : true,
                "name" : "aeiou",
                "index" : 123,
                "pairs" : [ {
                  "replacement_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  },
                  "search_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  }
                } ]
              } ]
            },
            "type" : "aeiou",
            "traffic_enabled" : true,
            "uuid" : "aeiou",
            "bgp_peer_labels" : [ "aeiou" ],
            "vh_domain_name" : [ "aeiou" ],
            "pool_ref" : "aeiou",
            "delay_fairness" : true,
            "snat_ip" : [ "" ],
            "cloud_ref" : "aeiou",
            "microservice_ref" : "aeiou",
            "error_page_profile_ref" : "aeiou",
            "configpb_attributes" : {
              "version" : 123
            },
            "server_network_profile_ref" : "aeiou",
            "use_vip_as_snat" : true,
            "analytics_policy" : {
              "significant_log_throttle" : 123,
              "all_headers" : true,
              "client_insights" : "aeiou",
              "client_log_filters" : [ {
                "duration" : 123,
                "all_headers" : true,
                "name" : "aeiou",
                "index" : 123,
                "client_ip" : "",
                "uri" : "",
                "enabled" : true
              } ],
              "client_insights_sampling" : {
                "client_ip" : {
                  "group_refs" : [ "aeiou" ],
                  "match_criteria" : "aeiou",
                  "prefixes" : [ "" ],
                  "ranges" : [ "" ],
                  "addrs" : [ "" ]
                },
                "skip_uris" : "",
                "sample_uris" : {
                  "match_criteria" : "aeiou",
                  "string_group_refs" : [ "aeiou" ],
                  "match_str" : [ "aeiou" ]
                }
              },
              "metrics_realtime_update" : {
                "duration" : 123,
                "enabled" : true
              },
              "udf_log_throttle" : 123,
              "learning_log_policy" : {
                "port" : 123,
                "host" : "aeiou",
                "enabled" : true
              },
              "full_client_logs" : {
                "duration" : 123,
                "throttle" : 123,
                "enabled" : true
              }
            },
            "enable_rhi_snat" : true,
            "sideband_profile" : {
              "ip" : [ "" ],
              "sideband_max_request_body_size" : 123
            },
            "vip" : [ {
              "availability_zone" : "aeiou",
              "ip6_address" : "",
              "subnet" : "",
              "port_uuid" : "aeiou",
              "subnet_uuid" : "aeiou",
              "placement_networks" : [ {
                "subnet" : "",
                "subnet6" : "",
                "network_ref" : "aeiou"
              } ],
              "avi_allocated_vip" : true,
              "vip_id" : "aeiou",
              "ip_address" : "",
              "auto_allocate_floating_ip" : true,
              "enabled" : true,
              "auto_allocate_ip_type" : "aeiou",
              "floating_subnet6_uuid" : "aeiou",
              "auto_allocate_ip" : true,
              "subnet6" : "",
              "floating_ip" : "",
              "floating_subnet_uuid" : "aeiou",
              "avi_allocated_fip" : true,
              "subnet6_uuid" : "aeiou",
              "floating_ip6" : "",
              "ipam_network_subnet" : {
                "subnet" : "",
                "subnet_uuid" : "aeiou",
                "subnet6" : "",
                "subnet6_uuid" : "aeiou",
                "network_ref" : "aeiou"
              },
              "network_ref" : "aeiou",
              "prefix_length" : 123,
              "discovered_networks" : [ "" ]
            } ],
            "min_pools_up" : 123,
            "performance_limits" : {
              "max_concurrent_connections" : 123,
              "max_throughput" : 123
            },
            "sp_pool_refs" : [ "aeiou" ],
            "static_dns_records" : [ "" ],
            "advertise_down_vs" : true,
            "fqdn" : "aeiou",
            "bulk_sync_kvcache" : true,
            "vh_parent_vs_ref" : "aeiou",
            "weight" : 123,
            "ldap_vs_config" : {
              "se_auth_ldap_servers_failover_only" : true,
              "se_auth_ldap_conns_per_server" : 123,
              "se_auth_ldap_reconnect_timeout" : 123,
              "realm" : "aeiou",
              "se_auth_ldap_cache_size" : 123,
              "se_auth_ldap_connect_timeout" : 123,
              "se_auth_ldap_request_timeout" : 123,
              "se_auth_ldap_bind_timeout" : 123
            },
            "waf_policy_ref" : "aeiou",
            "created_by" : "aeiou",
            "service_pool_select" : [ {
              "service_protocol" : "aeiou",
              "service_port_range_end" : 123,
              "service_pool_ref" : "aeiou",
              "service_pool_group_ref" : "aeiou",
              "service_port" : 123
            } ],
            "vh_type" : "aeiou",
            "allow_invalid_client_cert" : true,
            "security_policy_ref" : "aeiou",
            "application_profile_ref" : "aeiou",
            "ssl_sess_cache_avg_size" : 123,
            "cloud_type" : "aeiou",
            "scaleout_ecmp" : true,
            "flow_label_type" : "aeiou",
            "name" : "aeiou",
            "cloud_config_cksum" : "aeiou",
            "traffic_clone_profile_ref" : "aeiou",
            "remove_listening_port_on_vs_down" : true,
            "vsvip_ref" : "aeiou",
            "host_name_xlate" : "aeiou",
            "connections_rate_limit" : {
              "rate_limiter" : {
                "period" : 123,
                "count" : 123,
                "name" : "aeiou",
                "burst_sz" : 123
              },
              "action" : {
                "redirect" : {
                  "keep_query" : true,
                  "path" : "",
                  "protocol" : "aeiou",
                  "status_code" : "aeiou",
                  "add_string" : "aeiou",
                  "port" : 123,
                  "host" : {
                    "tokens" : [ {
                      "start_index" : 123,
                      "str_value" : "aeiou",
                      "end_index" : 123,
                      "type" : "aeiou"
                    } ],
                    "type" : "aeiou"
                  }
                },
                "file" : {
                  "file_content" : "aeiou",
                  "content_type" : "aeiou",
                  "file_length" : 123
                },
                "status_code" : "aeiou",
                "type" : "aeiou"
              },
              "explicit_tracking" : true,
              "fine_grain" : true,
              "http_cookie" : "aeiou",
              "http_header" : "aeiou"
            },
            "network_security_policy_ref" : "aeiou",
            "oauth_vs_config" : {
              "oauth_settings" : [ {
                "app_settings" : {
                  "oidc_config" : {
                    "oidc_enable" : true,
                    "profile" : true,
                    "userinfo" : true
                  },
                  "client_secret" : "aeiou",
                  "scopes" : [ "aeiou" ],
                  "client_id" : "aeiou"
                },
                "resource_server" : {
                  "access_type" : "aeiou",
                  "jwt_params" : {
                    "audience" : "aeiou"
                  },
                  "opaque_token_params" : {
                    "server_secret" : "aeiou",
                    "server_id" : "aeiou"
                  },
                  "introspection_data_timeout" : 123
                },
                "auth_profile_ref" : "aeiou"
              } ],
              "cookie_timeout" : 123,
              "redirect_uri" : "aeiou",
              "logout_uri" : "aeiou",
              "post_logout_redirect_uri" : "aeiou",
              "key" : [ {
                "hmac_key" : "aeiou",
                "aes_key" : "aeiou",
                "name" : "aeiou"
              } ],
              "cookie_name" : "aeiou"
            },
            "topology_policies" : [ "" ],
            "description" : "aeiou",
            "vs_datascripts" : [ {
              "index" : 123,
              "vs_datascript_set_ref" : "aeiou"
            } ],
            "jwt_config" : {
              "jwt_name" : "aeiou",
              "audience" : "aeiou",
              "jwt_location" : "aeiou"
            },
            "pool_group_ref" : "aeiou",
            "ssl_key_and_certificate_refs" : [ "aeiou" ],
            "ssl_profile_ref" : "aeiou",
            "enabled" : true,
            "_last_modified" : "aeiou",
            "limit_doser" : true,
            "se_group_ref" : "aeiou",
            "network_profile_ref" : "aeiou",
            "close_client_conn_on_config_update" : true,
            "max_cps_per_client" : 123,
            "sso_policy_ref" : "aeiou",
            "http_policies" : [ {
              "http_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "analytics_profile_ref" : "aeiou",
            "service_metadata" : "aeiou",
            "use_bridge_ip_as_vip" : true,
            "requests_rate_limit" : "",
            "bot_policy_ref" : "aeiou",
            "enable_rhi" : true,
            "services" : [ "" ],
            "url" : "aeiou",
            "test_se_datastore_level_1_ref" : "aeiou",
            "active_standby_se_tag" : "aeiou",
            "nsx_securitygroup" : [ "aeiou" ],
            "ssl_profile_selectors" : [ {
              "ssl_profile_ref" : "aeiou",
              "client_ip_list" : ""
            } ],
            "vh_matches" : [ {
              "path" : [ {
                "match_criteria" : "aeiou",
                "string_group_refs" : [ "aeiou" ],
                "match_decoded_string" : true,
                "match_str" : [ "aeiou" ],
                "match_case" : "aeiou"
              } ],
              "host" : "aeiou",
              "rules" : [ {
                "name" : "aeiou",
                "matches" : {
                  "cookie" : {
                    "match_criteria" : "aeiou",
                    "name" : "aeiou",
                    "value" : "aeiou",
                    "match_case" : "aeiou"
                  },
                  "method" : {
                    "match_criteria" : "aeiou",
                    "methods" : [ "aeiou" ]
                  },
                  "host_hdr" : {
                    "match_criteria" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "ip_reputation_type" : {
                    "reputation_types" : [ "aeiou" ],
                    "match_operation" : "aeiou"
                  },
                  "query" : {
                    "match_criteria" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "match_decoded_string" : true,
                    "match_str" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "vs_port" : {
                    "match_criteria" : "aeiou",
                    "ports" : [ "" ]
                  },
                  "hdrs" : [ {
                    "match_criteria" : "aeiou",
                    "hdr" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  } ],
                  "version" : {
                    "match_criteria" : "aeiou",
                    "versions" : [ "aeiou" ]
                  },
                  "tls_fingerprint_match" : {
                    "match_operation" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "fingerprints" : [ "aeiou" ]
                  },
                  "source_ip" : "",
                  "path" : "",
                  "geo_matches" : [ {
                    "match_operation" : "aeiou",
                    "values" : [ "aeiou" ],
                    "attribute" : "aeiou"
                  } ],
                  "protocol" : {
                    "match_criteria" : "aeiou",
                    "protocols" : "aeiou"
                  },
                  "client_ip" : "",
                  "bot_detection_result" : {
                    "classifications" : [ "" ],
                    "match_operation" : "aeiou"
                  }
                }
              } ]
            } ],
            "tenant_ref" : "aeiou",
            "ign_pool_net_reach" : true,
            "markers" : [ {
              "values" : [ "aeiou" ],
              "key" : "aeiou"
            } ],
            "vsvip_cloud_config_cksum" : "aeiou",
            "east_west_placement" : true
          },
          "one_plus_one_ha" : true,
          "lif" : [ "aeiou" ],
          "ipam_dns_records" : [ {
            "ip6_address" : [ {
              "ip6_address" : ""
            } ],
            "mx_records" : [ {
              "host" : "aeiou",
              "priority" : 123
            } ],
            "metadata" : "aeiou",
            "fqdn" : [ "aeiou" ],
            "ns" : [ {
              "ip6_address" : "",
              "ip_address" : "",
              "nsname" : "aeiou"
            } ],
            "cname" : "",
            "description" : "aeiou",
            "ip_address" : [ {
              "ip_address" : ""
            } ],
            "type" : "aeiou",
            "ttl" : 123,
            "wildcard_match" : true,
            "txt_records" : [ {
              "text_str" : "aeiou"
            } ],
            "num_records_in_response" : 123,
            "service_locator" : [ {
              "port" : 123,
              "weight" : 123,
              "priority" : 123,
              "target" : "aeiou"
            } ],
            "delegated" : true,
            "algorithm" : "aeiou"
          } ],
          "type" : "aeiou",
          "uuid" : "aeiou",
          "vip_runtime" : [ {
            "migrate_scalein_pending" : true,
            "supp_runtime_status" : "",
            "scale_status" : "",
            "first_time_placement" : true,
            "requested_resource" : "",
            "scalein_in_progress" : true,
            "ev_status" : {
              "result" : "aeiou",
              "request" : "aeiou",
              "notes" : [ "aeiou" ]
            },
            "first_se_assigned_time" : "",
            "marked_for_delete" : true,
            "warmstart_resync_done" : true,
            "se_list" : [ {
              "vip6_subnet_mask" : 123,
              "vlan_id" : 123,
              "memory" : 123,
              "cloud_programming_status" : "aeiou",
              "is_primary" : true,
              "se_ready_in_progress" : true,
              "is_standby" : true,
              "active_on_cloud" : true,
              "vip_intf_ip" : "",
              "snat_ip" : "",
              "vip_intf_list" : [ {
                "vip_intf_ip" : "",
                "vip_intf_ip6" : "",
                "vip_intf_mac" : "aeiou",
                "vlan_id" : 123,
                "networks" : [ "" ],
                "is_portchannel" : true
              } ],
              "attach_ip_in_progress" : true,
              "detach_ip_in_progress" : true,
              "active_on_se" : true,
              "se_programming_done" : true,
              "se_ref" : "aeiou",
              "floating_intf_ip6_addresses" : [ "" ],
              "mgmt_ip6" : "",
              "vip_subnet_mask" : 123,
              "mgmt_ip" : "",
              "vnic" : [ {
                "lif" : "aeiou",
                "type" : "aeiou",
                "mac" : "aeiou"
              } ],
              "sec_idx" : 123,
              "cloud_programming_done" : true,
              "vcpus" : 123,
              "admin_down_requested" : true,
              "vip_intf_mac" : "aeiou",
              "scaleout_in_progress" : true,
              "incarnation" : "aeiou",
              "delete_in_progress" : true,
              "floating_intf_ip" : [ "" ],
              "is_portchannel" : true
            } ],
            "migrate_scaleout_pending" : true,
            "num_additional_se" : 123,
            "progress_percent" : 123,
            "user_scaleout_pending" : true,
            "fsm_state_id" : "aeiou",
            "vip_id" : "aeiou",
            "warmstart_resync_sent" : true,
            "metrics_mgr_port" : "aeiou",
            "fsm_state_name" : "aeiou",
            "ev" : [ "aeiou" ],
            "scalein_request" : "",
            "last_scale_status" : {
              "end_time_str" : "aeiou",
              "placement_read_fail_cnt" : 123,
              "reason" : [ "aeiou" ],
              "num_se_assigned" : 123,
              "reason_code" : 123456789,
              "scale_se" : "aeiou",
              "num_se_requested" : 123,
              "vip_placement_resolution_info" : {
                "ip" : "",
                "networks" : [ {
                  "subnet" : [ "" ],
                  "subnet6" : [ "" ],
                  "network_ref" : "aeiou"
                } ],
                "pool_uuid" : "aeiou"
              },
              "action" : "aeiou",
              "start_time_str" : "aeiou",
              "state" : "aeiou",
              "reason_code_string" : "aeiou",
              "action_success" : true
            },
            "migrate_in_progress" : true,
            "last_changed_time" : "",
            "scaleout_in_progress" : true,
            "prev_metrics_mgr_port" : "aeiou",
            "migrate_request" : ""
          } ],
          "east_west" : true,
          "marked_for_delete" : true,
          "is_dns_vs" : true,
          "prev_controller_ip" : "aeiou",
          "num_additional_se" : 123,
          "controller_ip" : "aeiou",
          "gslb_dns_update" : {
            "send_interval" : 123,
            "gslb_geo_db_profile_uuids" : [ "aeiou" ],
            "gslb_uuids" : [ "aeiou" ],
            "obj_info" : [ {
              "obj" : {
                "gslb_geo_db_profile_uuid" : "aeiou",
                "gslb_uuid" : "aeiou",
                "gslb_service_uuid" : "aeiou"
              },
              "object_uuid" : "aeiou",
              "pb_name" : "aeiou",
              "state" : "aeiou"
            } ],
            "gslb_service_uuids" : [ "aeiou" ],
            "clear_on_max_retries" : 123,
            "uuid" : "aeiou"
          },
          "sec_mgr_info" : {
            "thresholds" : [ {
              "attack_type" : "aeiou",
              "threshold" : 123456789
            } ]
          },
          "metrics_mgr_port" : "aeiou",
          "self_se_election" : true,
          "key_rotation_count" : 123456789,
          "version" : 123456789,
          "tls_ticket_key" : [ {
            "hmac_key" : "aeiou",
            "aes_key" : "aeiou",
            "name" : "aeiou"
          } ],
          "datapath_debug" : {
            "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
              }
            },
            "latency_audit_filters" : "",
            "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,
              "src_port_range_end" : 123,
              "dst_port_start" : 123,
              "tcp_push" : true,
              "capture_ip" : {
                "prefixes" : [ "" ],
                "ranges" : [ {
                  "end" : "",
                  "begin" : ""
                } ],
                "addrs" : [ "" ]
              },
              "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" ]
            }
          },
          "last_changed_time" : "",
          "vh_child_vs_ref" : [ "aeiou" ],
          "manual_placement" : true,
          "prev_metrics_mgr_port" : "aeiou",
          "redis_db" : 123
        },
        "vs_uuid" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_tag_event_details" : {
        "error_string" : "aeiou",
        "vm_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "vs_error_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "rebalance_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : {
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "admin_up" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "nsxt_rule_details" : {
        "dests" : [ "aeiou" ],
        "error_string" : "aeiou",
        "sources" : [ "aeiou" ],
        "pool" : "aeiou",
        "action" : "aeiou",
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "destexclude" : true,
        "direction" : "aeiou"
      },
      "albservices_status_details" : {
        "reason" : "aeiou",
        "connectivity" : "aeiou",
        "registration" : "aeiou"
      },
      "pool_deployment_failure_info" : {
        "curr_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "curr_in_service_pool_name" : "aeiou",
        "results" : [ {
          "result" : true,
          "metric_value" : 1.3579000000000001069366817318950779736042022705078125,
          "rule" : {
            "metric_id" : "aeiou",
            "threshold" : 1.3579000000000001069366817318950779736042022705078125,
            "operator" : "aeiou"
          }
        } ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "nsxt_service_details" : {
        "error_string" : "aeiou",
        "service" : "aeiou"
      },
      "server_autoscalein_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scalein_server_candidates" : [ "" ],
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125,
        "num_scalein_servers" : 123
      },
      "cc_health_details" : {
        "error_string" : "aeiou",
        "num_fails" : 123,
        "last_ok" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "last_fail" : "aeiou",
        "first_fail" : "aeiou"
      },
      "aws_asg_deletion_details" : {
        "asgs" : [ "aeiou" ],
        "cc_id" : "aeiou",
        "pool_uuid" : "aeiou"
      },
      "spawn_se_details" : {
        "availability_zone" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "status_code" : 123456789,
        "cloud_name" : "aeiou",
        "vs_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "flavor_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "network_names" : [ "aeiou" ],
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "tencent_info" : {
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "region" : "aeiou"
      },
      "se_ntp_synchronization_failed" : {
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "mgmt_nw_change_details" : {
        "existing_nw" : "aeiou",
        "new_nw" : "aeiou",
        "vcenter" : "aeiou"
      },
      "os_ip_details" : {
        "error_string" : "aeiou",
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou"
      },
      "cloud_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "nsxt_endpoint_details" : {
        "error_string" : "aeiou",
        "endpoint" : "aeiou",
        "targetIps" : [ "aeiou" ],
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "tier1" : "aeiou"
      },
      "all_seupgrade_event_details" : {
        "request" : {
          "patch" : true,
          "rollback" : true,
          "suspend_on_failure" : true,
          "resume_from_suspend" : true,
          "disruptive" : true,
          "patch_rollback" : true,
          "se_group_refs" : [ "aeiou" ],
          "skip_suspended" : true,
          "uuid" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "num_se" : 123,
        "num_vs" : 123
      },
      "server_autoscalein_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scaled_in_servers" : [ {
          "port" : 123,
          "ip" : "",
          "external_uuid" : "aeiou"
        } ],
        "nscalein" : 123
      },
      "se_gateway_heartbeat_failed_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_leader_failover_details" : {
        "previous_leader_node" : "",
        "leader_node" : {
          "static_routes" : [ {
            "route_id" : "aeiou",
            "disable_gateway_monitor" : true,
            "next_hop" : "",
            "prefix" : "",
            "if_name" : "aeiou",
            "labels" : [ {
              "value" : "aeiou",
              "key" : "aeiou"
            } ]
          } ],
          "vm_mor" : "aeiou",
          "public_ip_or_name" : "",
          "interfaces" : [ {
            "mode" : "aeiou",
            "mode6" : "aeiou",
            "public_ip_or_name" : "",
            "mac_address" : "aeiou",
            "if_name" : "aeiou",
            "ip" : {
              "ip_addr" : "",
              "mask" : 123
            },
            "gateway6" : "",
            "gateway" : "",
            "ip6" : "",
            "labels" : [ "aeiou" ]
          } ],
          "password" : "aeiou",
          "vm_uuid" : "aeiou",
          "ip" : "",
          "name" : "aeiou",
          "categories" : [ "aeiou" ],
          "vm_hostname" : "aeiou",
          "vm_name" : "aeiou"
        }
      },
      "log_agent_event_details" : {
        "protocol" : "aeiou",
        "tcp_detail" : {
          "error_reason" : "aeiou",
          "port" : "aeiou",
          "host" : "aeiou",
          "error_code" : "aeiou"
        },
        "type" : "aeiou"
      },
      "vcenter_cluster_details" : {
        "cluster" : "aeiou",
        "error_string" : "aeiou",
        "hosts" : [ "aeiou" ],
        "vc_url" : "aeiou",
        "cc_id" : "aeiou"
      },
      "app_signature_event_data" : {
        "reason" : "aeiou",
        "last_successful_updated_time" : "aeiou",
        "status" : "aeiou"
      },
      "vcenter_connectivity_status" : {
        "cloud" : "aeiou",
        "vcenter" : "aeiou",
        "datacenter" : "aeiou"
      },
      "nw_subnet_clash_details" : {
        "ip_nw" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "se_vs_pkt_buf_high_event_details" : {
        "threshold" : 123,
        "current_value" : 123,
        "virtual_service" : "aeiou"
      },
      "crs_details" : "",
      "cluster_node_started_details" : {
        "ip" : "",
        "node_name" : "aeiou"
      },
      "cc_dns_update_details" : {
        "dns_fqdn" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "config_user_logout_details" : {
        "error_message" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "license_details" : {
        "license_id" : "aeiou",
        "license_type" : "aeiou",
        "name" : "aeiou",
        "expiry_at" : "aeiou",
        "backend_servers" : 123
      },
      "se_thresh_event_details" : {
        "curr_value" : 123456789,
        "thresh" : 123456789
      },
      "sec_mgr_data_event" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "attach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "azure_mp_info" : {
        "offer" : "aeiou",
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "resource_group" : "aeiou",
        "skus" : [ "aeiou" ],
        "publisher" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "status" : "aeiou"
      },
      "rate_limiter_event_details" : {
        "error_message" : "aeiou",
        "rl_resource_type" : "aeiou",
        "rl_resource_name" : "aeiou",
        "status" : "aeiou"
      },
      "config_update_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "old_resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "new_resource_data" : "aeiou",
        "status" : "aeiou"
      },
      "config_password_change_request_details" : {
        "user_email" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_config_failed_details" : {
        "reason" : "aeiou"
      },
      "ssl_ignored_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "pool_server_delete_details" : {
        "server_ip" : [ "aeiou" ],
        "pool_name" : "aeiou"
      },
      "config_user_login_details" : {
        "error_message" : "aeiou",
        "remote_attributes" : "aeiou",
        "client_ip" : "aeiou",
        "client_type" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "docker_ucp_details" : {
        "reason" : "aeiou",
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "docker_ucp_access" : true,
        "hosts" : [ "aeiou" ],
        "ucp_nodes" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "config_action_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "parameter_data" : "aeiou",
        "action_name" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "se_hm_pool_details" : {
        "server" : {
          "failure_code" : "aeiou",
          "hostname" : "aeiou",
          "port" : 123,
          "ip" : "",
          "description" : "aeiou",
          "shm" : [ "" ],
          "app_info" : [ "" ],
          "ssl_error_code" : "aeiou"
        },
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "percent_servers_up" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "se_reconcile_details" : {
        "new_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "old_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "seupgrade_disrupted_details" : {
        "notes" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_disc_failure" : {
        "vcenter" : "aeiou",
        "state" : "aeiou"
      },
      "pool_deployment_success_info" : {
        "prev_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "prev_in_service_pool_name" : "aeiou",
        "results" : [ "" ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "gcp_info" : {
        "reason" : "aeiou",
        "subnet" : "aeiou",
        "route_name" : "aeiou",
        "vs_name" : "aeiou",
        "project" : "aeiou",
        "nhop_inst" : "aeiou",
        "network" : "aeiou",
        "hostname" : "aeiou",
        "vs_uuid" : "aeiou",
        "zone" : "aeiou",
        "cc_id" : "aeiou",
        "vip" : "",
        "nhop_ip" : ""
      },
      "se_high_ingress_proc_latency_event_details" : {
        "flow_core" : 123,
        "max_disp_to_proxy_queing_delay" : 123,
        "event_count" : 123456789,
        "vs_name" : "aeiou",
        "max_dispatcher_proc_time" : 123,
        "se_name" : "aeiou",
        "vs_ref" : "aeiou",
        "dispatcher_core" : [ "" ],
        "se_ref" : "aeiou"
      },
      "psm_program_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "se_ip_added_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "semigrate_event_details" : {
        "reason" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "oci_info" : {
        "reason" : "aeiou",
        "tenancy" : "aeiou",
        "compartment_id" : "aeiou",
        "cc_id" : "aeiou",
        "vcn_id" : "aeiou",
        "status" : "aeiou"
      },
      "se_persistence_details" : {
        "entries" : 123,
        "pool" : "aeiou",
        "type" : "aeiou"
      },
      "nsxt_t1_seg_details" : {
        "error_string" : "aeiou",
        "t1seg" : [ {
          "segment" : "aeiou",
          "tier1" : "aeiou"
        } ],
        "cc_id" : "aeiou"
      },
      "cluster_service_failed_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_infra_details" : {
        "error_string" : "aeiou",
        "keystone_host" : "aeiou",
        "admin_tenant" : "aeiou",
        "auth_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "database_event_info" : {
        "component" : "aeiou",
        "message" : "aeiou"
      },
      "se_hm_gs_details" : {
        "reason" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_event_details" : {
        "notes" : [ "aeiou" ],
        "se_grp_uuid" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "system_report_event_details" : {
        "summary" : {
          "previews" : [ "aeiou" ],
          "description" : "aeiou",
          "title" : "aeiou"
        },
        "downloadable" : true,
        "image_ref" : "aeiou",
        "readiness_reports" : [ {
          "node_ref" : "aeiou",
          "node_type" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "name" : "aeiou",
          "system_readiness" : {
            "duration" : 123,
            "checks_completed" : 123,
            "start_time" : "aeiou",
            "image_ref" : "aeiou",
            "checks" : [ {
              "duration" : 123,
              "start_time" : "aeiou",
              "error_details" : [ "aeiou" ],
              "check_code" : "aeiou",
              "end_time" : "aeiou",
              "description" : "aeiou",
              "details" : [ "aeiou" ],
              "state" : "aeiou"
            } ],
            "total_checks" : 123,
            "end_time" : "aeiou",
            "patch_image_ref" : "aeiou",
            "state" : {
              "reason" : "aeiou",
              "rebooted" : true,
              "last_changed_time" : "",
              "state" : "aeiou"
            },
            "upgrade_ops" : "aeiou"
          }
        } ],
        "archive_ref" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "se_patch_image_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "controller_patch_image_ref" : "aeiou",
        "name" : "aeiou",
        "state" : {
          "reason" : "aeiou",
          "last_changed_time" : "",
          "state" : "aeiou"
        },
        "events" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "end_time" : "aeiou",
          "event_name" : "aeiou",
          "messages" : [ "aeiou" ],
          "status" : "aeiou"
        } ]
      },
      "ssl_expire_details" : {
        "days_left" : 123,
        "name" : "aeiou"
      },
      "marathon_service_port_conflict_details" : {
        "app_name" : "aeiou",
        "marathon_url" : "aeiou",
        "port" : 123,
        "cc_id" : "aeiou"
      },
      "os_se_vm_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "se_dupip_event_details" : {
        "remote_mac" : "aeiou",
        "vnic_name" : "aeiou",
        "local_mac" : "aeiou",
        "vnic_ip" : "aeiou"
      },
      "cluster_node_add_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "se_licensed_bandwdith_exceeded_event_details" : {
        "num_pkts_dropped" : 123,
        "se_ref" : "aeiou"
      },
      "container_cloud_sevice" : {
        "reason" : "aeiou",
        "service" : "aeiou",
        "cc_id" : "aeiou",
        "object" : "aeiou",
        "status" : "aeiou"
      },
      "se_ipfailure_event_details" : {
        "vnic_name" : "aeiou",
        "network_uuid" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      }
    },
    "obj_type" : "aeiou",
    "obj_uuid" : "aeiou",
    "is_security_event" : true,
    "tenant" : "aeiou"
  } ],
  "timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "summary" : "aeiou",
  "level" : "aeiou",
  "conn_events" : [ {
    "server_rx_pkts" : 123456789,
    "start_timestamp" : 123456789,
    "proxy_protocol" : "aeiou",
    "ssl_cipher" : "aeiou",
    "timeouts" : 123,
    "out_of_orders" : 123,
    "server_retransmits" : 123,
    "mss" : 123,
    "gslbpool_name" : "aeiou",
    "microservice_name" : "aeiou",
    "protocol" : "aeiou",
    "tx_pkts" : 123456789,
    "avg_ingress_latency_be" : 123,
    "server_ip" : 123,
    "total_bytes" : 123456789,
    "server_conn_src_ip6" : "aeiou",
    "avg_ingress_latency_fe" : 123,
    "client_ip" : 123,
    "total_time" : 123456789,
    "adf" : true,
    "conn_est_time_be" : 123,
    "server_rx_bytes" : 123456789,
    "server_tx_bytes" : 123456789,
    "dns_tcp_conn_close_from_se" : true,
    "server_conn_src_ip" : 123,
    "server_total_bytes" : 123456789,
    "total_pkts" : 123456789,
    "pool" : "aeiou",
    "rx_pkts" : 123456789,
    "server_zero_window_size_events" : 123,
    "persistence_used" : true,
    "significant" : 123456789,
    "ssl_session_id" : "aeiou",
    "average_turntime" : 123,
    "conn_est_time_fe" : 123,
    "sip_log" : {
      "sip_callid_hdr" : "aeiou",
      "sip_from_hdr" : "aeiou",
      "sip_messages" : [ {
        "from_client" : true,
        "status_code" : 123,
        "method" : "aeiou",
        "rx_bytes" : 123,
        "rcv_timestamp" : 123456789,
        "content" : "aeiou",
        "tx_bytes" : 123,
        "status" : "aeiou"
      } ],
      "sip_to_hdr" : "aeiou",
      "sip_contact_hdr" : "aeiou",
      "server_protocol" : "aeiou"
    },
    "client_dest_port" : 123,
    "num_window_shrink" : 123,
    "vs_ip6" : "aeiou",
    "ds_log" : "aeiou",
    "zero_window_size_events" : 123,
    "dns_ips" : [ "" ],
    "udf" : true,
    "server_total_pkts" : 123456789,
    "ssl_version" : "aeiou",
    "num_syn_retransmit" : 123,
    "virtualservice" : "aeiou",
    "max_ingress_latency_fe" : 123,
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "dns_etype" : "aeiou",
    "service_engine" : "aeiou",
    "client_rtt" : 123,
    "gslbservice" : "aeiou",
    "microservice" : "aeiou",
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "dns_response" : {
      "response_code" : "aeiou",
      "records" : [ {
        "addr_ip" : 123,
        "vs_name" : "aeiou",
        "cname" : "aeiou",
        "priority" : 123,
        "type" : "aeiou",
        "nsname" : "aeiou",
        "ttl" : 123,
        "site_name" : "aeiou",
        "addr6_ip_str" : "aeiou",
        "text_rdata" : "aeiou",
        "port" : 123,
        "name" : "aeiou",
        "location" : "",
        "mail_server" : "aeiou",
        "dclass" : 123
      } ],
      "fallback_algorithm_used" : true,
      "recursion_available" : true,
      "recursion_desired" : true,
      "query_or_response" : true,
      "authoritative_answer" : true,
      "is_wildcard" : true,
      "opcode" : "aeiou",
      "question_count" : 123,
      "nameserver_records_count" : 123,
      "opt_record" : "",
      "additional_records_count" : 123,
      "truncation" : true,
      "answer_records_count" : 123
    },
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "rx_bytes" : 123456789,
    "server_rtt" : 123,
    "gslbservice_name" : "aeiou",
    "server_ip6" : "aeiou",
    "sni_hostname" : "aeiou",
    "vs_ip" : 123,
    "num_transaction" : 123,
    "tx_bytes" : 123456789,
    "dns_fqdn" : "aeiou",
    "dns_qtype" : "aeiou",
    "log_id" : 123,
    "retransmits" : 123,
    "vcpu_id" : 123,
    "connection_ended" : true,
    "pool_name" : "aeiou",
    "report_timestamp" : 123456789,
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_out_of_orders" : 123,
    "server_timeouts" : 123,
    "significant_log" : [ "aeiou" ],
    "dns_request" : {
      "question_count" : 123,
      "identifier" : 123,
      "nameserver_records_count" : 123,
      "client_location" : {
        "latitude" : 1.3579000000000001069366817318950779736042022705078125,
        "name" : "aeiou",
        "tag" : "aeiou",
        "longitude" : 1.3579000000000001069366817318950779736042022705078125
      },
      "checking_disabled" : true,
      "recursion_desired" : true,
      "authentic_data" : true,
      "query_or_response" : true,
      "opt_record" : {
        "udp_payload_size" : 123,
        "dnssec_ok" : true,
        "options" : [ {
          "addr_family" : 123,
          "code" : "aeiou",
          "subnet_ip6" : "aeiou",
          "scope_prefix_len" : 123,
          "source_prefix_len" : 123,
          "subnet_ip" : 123
        } ],
        "version" : 123
      },
      "additional_records_count" : 123,
      "opcode" : "aeiou",
      "answer_records_count" : 123
    },
    "server_tx_pkts" : 123456789,
    "server_num_window_shrink" : 123
  } ],
  "last_throttle_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "url" : "aeiou",
  "metric_info" : [ {
    "metric_id" : "aeiou",
    "end_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "time_series" : {
      "metric_id" : "aeiou",
      "entity_uuid" : "aeiou",
      "stop" : "aeiou",
      "series" : [ {
        "data" : [ {
          "page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_high" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_low" : 1.3579000000000001069366817318950779736042022705078125,
          "service_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str" : "aeiou",
          "client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
          "is_null" : true,
          "dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
          "dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str_desc" : "aeiou",
          "connection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
          "rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
          "blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
          "server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
          "browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "num_samples" : 123,
          "timestamp" : "aeiou"
        } ],
        "header" : {
          "server" : "aeiou",
          "obj_id" : "aeiou",
          "obj_id_type" : "aeiou",
          "serviceengine_uuid" : "aeiou",
          "derivation_data" : {
            "skip_backend_derivation" : true,
            "include_derivation_metrics" : true,
            "derivation_fn" : "aeiou",
            "exclude_derived_metric" : true,
            "metric_ids" : "aeiou",
            "second_order_derivation" : true,
            "join_tables" : "aeiou",
            "result_has_additional_fields" : true
          },
          "metrics_min_scale" : 1.3579000000000001069366817318950779736042022705078125,
          "units" : "aeiou",
          "priority" : true,
          "entity_uuid" : "aeiou",
          "tenant_uuid" : "aeiou",
          "metrics_sum_agg_invalid" : true,
          "name" : "aeiou",
          "metric_description" : "aeiou",
          "dimension_data" : [ {
            "dimension_id" : "aeiou",
            "dimension" : "aeiou"
          } ],
          "missing_intervals" : [ {
            "start" : "aeiou",
            "end" : "aeiou"
          } ],
          "pool_uuid" : "aeiou",
          "statistics" : {
            "min" : 1.3579000000000001069366817318950779736042022705078125,
            "max" : 1.3579000000000001069366817318950779736042022705078125,
            "max_ts" : "aeiou",
            "trend" : 1.3579000000000001069366817318950779736042022705078125,
            "mean" : 1.3579000000000001069366817318950779736042022705078125,
            "min_ts" : "aeiou",
            "sum" : 1.3579000000000001069366817318950779736042022705078125,
            "last_sample" : 1.3579000000000001069366817318950779736042022705078125,
            "num_samples" : 123
          }
        }
      } ],
      "limit" : 123,
      "start" : "aeiou",
      "step" : 123,
      "id" : "aeiou",
      "metric_entity" : "aeiou"
    },
    "step" : 123,
    "value" : 1.3579000000000001069366817318950779736042022705078125,
    "report_timestamp" : 1.3579000000000001069366817318950779736042022705078125
  } ],
  "tenant_ref" : "aeiou",
  "alert_config_ref" : "aeiou",
  "name" : "aeiou",
  "action_script_output" : "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 Alert

401

log in failed

Up
put /alert/{uuid}
(alertUuidPut)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

Alert

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "event_pages" : [ "aeiou" ],
  "obj_key" : "aeiou",
  "obj_name" : "aeiou",
  "app_events" : [ {
    "app_response_time" : 123456789,
    "server_response_time_last_byte" : 123456789,
    "persistent_session_id" : 123456789,
    "client_cipher_list" : {
      "unidentified_ciphers" : [ "aeiou" ],
      "identified_ciphers" : [ "aeiou" ]
    },
    "connection_error_info" : {
      "server_rx_pkts" : 123456789,
      "retransmits" : 123,
      "rx_pkts" : 123456789,
      "server_zero_window_size_events" : 123456789,
      "timeouts" : 123,
      "out_of_orders" : 123,
      "server_retransmits" : 123,
      "num_window_shrink" : 123,
      "zero_window_size_events" : 123456789,
      "tx_pkts" : 123456789,
      "server_out_of_orders" : 123,
      "server_timeouts" : 123,
      "num_syn_retransmit" : 123,
      "server_tx_pkts" : 123456789,
      "server_num_window_shrink" : 123
    },
    "source_ip6" : "aeiou",
    "source_ip" : 123,
    "servers_tried" : 123,
    "uri_path" : "aeiou",
    "data_transfer_time" : 123456789,
    "avg_ingress_latency_fe" : 123,
    "total_time" : 123456789,
    "conn_est_time_be" : 123,
    "spdy_version" : "aeiou",
    "method" : "aeiou",
    "server_conn_src_ip" : 123,
    "saml_auth_response_received" : true,
    "pool" : "aeiou",
    "persistence_used" : true,
    "ssl_session_id" : "aeiou",
    "headers_sent_to_server" : "aeiou",
    "http2_stream_id" : 123,
    "response_length" : 123456789,
    "response_headers" : 123,
    "waf_log" : {
      "allowlist_configured" : true,
      "application_rules_configured" : true,
      "application_rule_logs" : [ {
        "msg" : "aeiou",
        "phase" : "aeiou",
        "rule_group" : "aeiou",
        "rule_id" : 123456789,
        "rule_name" : "aeiou",
        "matches" : [ {
          "is_internal" : true,
          "match_element" : "aeiou",
          "match_value" : "aeiou"
        } ],
        "omitted_match_elements" : 123,
        "tags" : [ "aeiou" ]
      } ],
      "allowlist_processed" : true,
      "rules_processed" : true,
      "application_rules_processed" : true,
      "omitted_signature_stats" : "",
      "latency_request_header_phase" : 123456789,
      "omitted_app_rule_stats" : {
        "match_elements" : 123,
        "rules" : 123
      },
      "latency_request_body_phase" : 123456789,
      "rules_configured" : true,
      "memory_allocated" : 123456789,
      "allowlist_logs" : [ {
        "rule_name" : "aeiou",
        "actions" : [ "aeiou" ]
      } ],
      "latency_response_header_phase" : 123456789,
      "psm_configured" : true,
      "latency_response_body_phase" : 123456789,
      "rule_logs" : [ "" ],
      "psm_logs" : [ {
        "rule_id" : "aeiou",
        "group_name" : "aeiou",
        "rule_name" : "aeiou",
        "group_uuid" : "aeiou",
        "location" : "aeiou",
        "actions" : [ "aeiou" ],
        "matches" : [ "" ]
      } ],
      "psm_processed" : true,
      "status" : "aeiou"
    },
    "request_length" : 123456789,
    "user_id" : "aeiou",
    "jwt_log" : {
      "token_payload" : "aeiou",
      "authn_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "authz_rule_match" : {
        "rule_action" : "aeiou",
        "rule_name" : "aeiou"
      },
      "is_jwt_verified" : true
    },
    "critical_error_encountered" : true,
    "xff" : "aeiou",
    "etag" : "aeiou",
    "compression" : "aeiou",
    "virtualservice" : "aeiou",
    "response_time_first_byte" : 123456789,
    "max_ingress_latency_fe" : 123,
    "ntlm_log" : {
      "ntlm_status" : "aeiou",
      "ntlm_detected" : true
    },
    "server_pushed_request" : true,
    "service_engine" : "aeiou",
    "server_response_time_first_byte" : 123456789,
    "client_rtt" : 123,
    "microservice" : "aeiou",
    "server_response_length" : 123456789,
    "grpc_method_name" : "aeiou",
    "cache_hit" : true,
    "response_time_last_byte" : 123456789,
    "client_os" : "aeiou",
    "server_rtt" : 123,
    "bot_management_log" : {
      "classification" : {
        "user_defined_type" : "aeiou",
        "type" : "aeiou"
      },
      "results" : [ {
        "component" : "aeiou",
        "identification" : {
          "identifier" : "aeiou",
          "type" : "aeiou",
          "class" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "confidence" : "aeiou"
      } ]
    },
    "sni_hostname" : "aeiou",
    "http_security_policy_rule_name" : "aeiou",
    "vs_ip" : 123,
    "client_insights" : "aeiou",
    "log_id" : 123,
    "redirected_uri" : "aeiou",
    "rewritten_uri_query" : "aeiou",
    "saml_authentication_used" : true,
    "vcpu_id" : 123,
    "session_id" : "aeiou",
    "all_request_headers" : "aeiou",
    "report_timestamp" : 123456789,
    "significant_log" : [ "aeiou" ],
    "grpc_service_name" : "aeiou",
    "saml_session_cookie_valid" : true,
    "vh_match_rule" : "aeiou",
    "referer" : "aeiou",
    "server_response_code" : 123,
    "ssl_cipher" : "aeiou",
    "cache_disabled_by_ds" : true,
    "compression_percentage" : 123,
    "icap_log" : {
      "request_logs" : [ {
        "icap_headers_received_from_server" : "aeiou",
        "latency" : 123456789,
        "nsx_defender_log" : {
          "score" : 123,
          "task_uuid" : "aeiou",
          "status_url" : "aeiou"
        },
        "icap_method" : "aeiou",
        "icap_headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "icap_server_ip" : 123,
        "modified_content_length" : 123,
        "http_method" : "aeiou",
        "icap_response_code" : 123,
        "icap_absolute_uri" : "aeiou",
        "vendor" : "aeiou",
        "opswat_log" : {
          "reason" : "aeiou",
          "violations" : [ {
            "threat_name" : "aeiou",
            "file_name" : "aeiou",
            "resolution" : "aeiou"
          } ],
          "threat_id" : "aeiou"
        },
        "source_port" : 123,
        "complete_body_sent" : true,
        "action" : "aeiou",
        "icap_server_port" : 123,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ],
      "action" : "aeiou"
    },
    "microservice_name" : "aeiou",
    "saml_auth_request_generated" : true,
    "oauth_log" : {
      "token_exchange_subrequest" : "",
      "jwks_subrequest" : {
        "sub_request_log" : {
          "server_name" : "aeiou",
          "method" : "aeiou",
          "http_version" : "aeiou",
          "headers_sent_to_server" : "aeiou",
          "pool_name" : "aeiou",
          "response_length" : 123456789,
          "uri_path" : "aeiou",
          "uri_query" : "aeiou",
          "request_length" : 123456789,
          "headers_received_from_server" : "aeiou",
          "source_port" : 123,
          "server_ip" : 123,
          "server_port" : 123,
          "total_time" : 123456789,
          "pool_uuid" : "aeiou",
          "http_response_code" : 123
        },
        "error_description" : "aeiou",
        "error_code" : "aeiou"
      },
      "oauth_state" : "aeiou",
      "authn_rule_match" : "",
      "authz_rule_match" : "",
      "userinfo_subrequest" : "",
      "is_session_cookie_expired" : true,
      "state" : "aeiou",
      "token_refresh_subrequest" : "",
      "token_introspection_subrequest" : ""
    },
    "response_content_type" : "aeiou",
    "http_request_policy_rule_name" : "aeiou",
    "avg_ingress_latency_be" : 123,
    "host" : "aeiou",
    "server_ip" : 123,
    "server_conn_src_ip6" : "aeiou",
    "client_ip" : 123,
    "auth_status" : "aeiou",
    "server_ssl_session_id" : "aeiou",
    "server_push_initiated" : true,
    "adf" : true,
    "saml_auth_session_id" : 123456789,
    "http_version" : "aeiou",
    "significant" : 123456789,
    "server_side_redirect_uri" : "aeiou",
    "client_fingerprints" : {
      "full_tls_fingerprint" : "aeiou",
      "tls_client_info" : {
        "tls_extensions" : [ "" ],
        "client_hello_tls_version" : 123,
        "supported_groups" : [ "" ],
        "point_formats" : [ "" ],
        "cipher_suites" : [ "" ],
        "uses_grease" : true
      },
      "filtered_tls_fingerprint" : "aeiou",
      "normalized_tls_fingerprint" : "aeiou"
    },
    "conn_est_time_fe" : 123,
    "client_dest_port" : 123,
    "vs_ip6" : "aeiou",
    "cipher_bytes" : "aeiou",
    "uri_query" : "aeiou",
    "udf" : true,
    "request_headers" : 123,
    "ssl_version" : "aeiou",
    "datascript_log" : "aeiou",
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "response_code" : 123,
    "http_response_policy_rule_name" : "aeiou",
    "grpc_status" : 123,
    "oob_log" : {
      "ds_req_logs" : [ {
        "ds_name" : "aeiou",
        "server_name" : "aeiou",
        "method" : "aeiou",
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou",
        "response_length" : 123456789,
        "servers_tried" : 123,
        "uri_path" : "aeiou",
        "uri_query" : "aeiou",
        "request_length" : 123456789,
        "headers_received_from_server" : "aeiou",
        "source_port" : 123,
        "server_ip" : 123,
        "server_port" : 123,
        "event" : "aeiou",
        "total_time" : 123456789,
        "pool_uuid" : "aeiou",
        "http_response_code" : 123
      } ]
    },
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "request_content_type" : "aeiou",
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "paa_log" : {
      "cache_hit" : true,
      "client_request_body_sent" : true,
      "request_logs" : [ {
        "servers_tried" : 123,
        "response_code" : 123,
        "uri_path" : "aeiou",
        "method" : "aeiou",
        "headers_received_from_server" : "aeiou",
        "server_ip" : 123,
        "http_version" : "aeiou",
        "headers_sent_to_server" : "aeiou",
        "pool_name" : "aeiou"
      } ]
    },
    "body_updated" : "aeiou",
    "cacheable" : true,
    "server_ip6" : "aeiou",
    "user_agent" : "aeiou",
    "datascript_error_trace" : {
      "stack_trace" : "aeiou",
      "error" : "aeiou",
      "event" : "aeiou"
    },
    "all_response_headers" : "aeiou",
    "client_device" : "aeiou",
    "request_served_locally_remote_site_down" : true,
    "server_ssl_session_reused" : true,
    "pool_name" : "aeiou",
    "saml_log" : {
      "saml_authn_rule_match" : {
        "saml_authn_matched_rule_name" : "aeiou",
        "saml_authn_matched_rule_action" : "aeiou"
      },
      "saml_authz_rule_match" : {
        "saml_authz_matched_rule_name" : "aeiou",
        "saml_authz_matched_rule_action" : "aeiou"
      },
      "saml_attribute_lists" : [ {
        "attr_name" : "aeiou",
        "attr_values" : [ "aeiou" ]
      } ],
      "is_saml_authentication_used" : true,
      "saml_auth_status" : "aeiou",
      "userid" : "aeiou",
      "saml_session_cookie_expired" : true
    },
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_connection_reused" : true,
    "request_state" : "aeiou",
    "grpc_status_reason_phrase" : "aeiou",
    "client_browser" : "aeiou",
    "headers_received_from_server" : "aeiou",
    "request_id" : "aeiou",
    "rewritten_uri_path" : "aeiou"
  } ],
  "description" : "aeiou",
  "threshold" : 123,
  "uuid" : "aeiou",
  "related_uuids" : [ "aeiou" ],
  "_last_modified" : "aeiou",
  "throttle_count" : 123,
  "obj_uuid" : "aeiou",
  "state" : "aeiou",
  "events" : [ {
    "internal" : "aeiou",
    "tenant_name" : "aeiou",
    "event_pages" : [ "aeiou" ],
    "obj_name" : "aeiou",
    "module" : "aeiou",
    "details_summary" : "aeiou",
    "event_description" : "aeiou",
    "related_uuids" : [ "aeiou" ],
    "report_timestamp" : 123456789,
    "ignore_event_details_display" : true,
    "reason_code" : "aeiou",
    "event_id" : "aeiou",
    "context" : "aeiou",
    "event_details" : {
      "switchover_details" : {
        "reason" : "aeiou",
        "to_se_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "vs_awaitingse_details" : {
        "awaitingse_timeout" : 123,
        "vs_uuid" : "aeiou",
        "se_assigned" : [ {
          "mgmt_ip6" : "",
          "standby" : true,
          "mgmt_ip" : "",
          "scalein_in_progress" : true,
          "se_ready_in_progress" : true,
          "admin_down_requested" : true,
          "oper_status" : "",
          "connected" : true,
          "active_on_cloud" : true,
          "ref" : "aeiou",
          "snat_ip" : "",
          "attach_ip_in_progress" : true,
          "name" : "aeiou",
          "scaleout_in_progress" : true,
          "detach_ip_in_progress" : true,
          "active_on_se" : true,
          "primary" : true
        } ],
        "se_requested" : {
          "memory" : 123,
          "num_se" : 123,
          "num_vcpus" : 123,
          "num_standby_se" : 123
        },
        "ip" : "aeiou"
      },
      "vcenter_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "vs_scaleout_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "avg_uptime_change_details" : {
        "metric_id" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "resource_str" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "os_lbaudit_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "user" : "aeiou",
        "tenant" : "aeiou"
      },
      "se_gateway_heartbeat_success_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_node_remove_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "central_license_refresh_details" : {
        "service_units" : 1.3579000000000001069366817318950779736042022705078125,
        "message" : "aeiou"
      },
      "os_lbplugin_op_details" : {
        "elapsed" : 123,
        "result" : "aeiou",
        "cc_id" : "aeiou",
        "detail" : "aeiou",
        "id" : "aeiou",
        "prov" : "aeiou",
        "command" : "aeiou"
      },
      "vip_dns_info" : {
        "total_records" : 123,
        "dns_info" : [ {
          "metadata" : "aeiou",
          "fqdn" : "aeiou",
          "num_records_in_response" : 123,
          "cname" : {
            "cname" : "aeiou"
          },
          "type" : "aeiou",
          "ttl" : 123,
          "algorithm" : "aeiou"
        } ],
        "vs_names" : [ "aeiou" ],
        "vip_id" : "aeiou",
        "error" : "aeiou",
        "fip" : "",
        "vip" : "",
        "vs_uuids" : [ "aeiou" ]
      },
      "vcenter_details" : {
        "previous_count" : 123456789,
        "vcenter_name" : "aeiou",
        "name" : "aeiou",
        "vcenter" : "aeiou",
        "vcenter_object" : "aeiou",
        "user" : "aeiou"
      },
      "vcenter_obj_delete_details" : {
        "obj_name" : "aeiou",
        "vcenter" : "aeiou"
      },
      "license_expiry_details" : {
        "burst_cores" : 123,
        "license_type" : "aeiou",
        "max_apps" : 123,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "cpu_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "expiry_at" : "aeiou",
        "backend_servers" : 123,
        "cores" : 123,
        "max_ses" : 123,
        "license_id" : "aeiou",
        "name" : "aeiou",
        "sockets" : 123,
        "throughput" : 123,
        "license_tier" : [ "aeiou" ]
      },
      "crs_deployment_failure" : {
        "message" : "aeiou",
        "crs_info" : [ {
          "release_date" : "aeiou",
          "name" : "aeiou",
          "version" : "aeiou",
          "url" : "aeiou"
        } ]
      },
      "se_details" : {
        "old_mgmt_ip6" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "vsphere_ha_inprogress" : true,
        "vsphere_ha_enabled" : true,
        "cloud_name" : "aeiou",
        "vs_name" : [ "aeiou" ],
        "enable_state" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "migrate_state" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "gcp_info" : {
          "machine_type" : "aeiou",
          "subnet" : "aeiou",
          "hostname" : "aeiou",
          "zone" : "aeiou",
          "project" : "aeiou",
          "network" : "aeiou"
        },
        "se_grp_name" : "aeiou",
        "name" : "aeiou",
        "new_mgmt_ip" : "aeiou",
        "new_mgmt_ip6" : "aeiou",
        "old_mgmt_ip" : "aeiou",
        "host_name" : "aeiou"
      },
      "albservices_case_details" : {
        "subject" : "aeiou",
        "description" : "aeiou",
        "last_modified_date" : "aeiou",
        "asset_id" : "aeiou",
        "contact_info" : {
          "account_id" : "aeiou",
          "phone" : "aeiou",
          "account_name" : "aeiou",
          "name" : "aeiou",
          "email" : "aeiou",
          "managed_accounts" : [ {
            "name" : "aeiou",
            "id" : "aeiou",
            "users" : [ {
              "phone" : "aeiou",
              "name" : "aeiou",
              "email" : "aeiou"
            } ]
          } ]
        },
        "type" : "aeiou",
        "fr_business_justification" : "aeiou",
        "mode" : "aeiou",
        "case_number" : "aeiou",
        "id" : "aeiou",
        "patch_version" : "aeiou",
        "case_attachments" : [ {
          "attachment_name" : "aeiou",
          "attachment_url" : "aeiou",
          "attachment_size" : "aeiou"
        } ],
        "email" : "aeiou",
        "severity" : "aeiou",
        "case_created_by" : "aeiou",
        "deployment_environment" : "aeiou",
        "version" : "aeiou",
        "custom_tag" : "aeiou",
        "environment" : "aeiou",
        "case_status" : "aeiou",
        "fr_current_solution" : "aeiou",
        "fr_use_cases" : "aeiou",
        "fr_timing" : "aeiou",
        "created_date" : "aeiou",
        "time" : "aeiou",
        "status" : "aeiou"
      },
      "se_discontinuous_time_change_event_details" : {
        "drift_time" : 123456789,
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou",
        "se_ref" : "aeiou"
      },
      "ip_fail_details" : {
        "reason" : "aeiou",
        "networks" : [ "" ],
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "container_cloud_batch_setup" : {
        "ccs" : [ {
          "reason" : "aeiou",
          "master_nodes" : [ "aeiou" ],
          "new_hosts" : [ "aeiou" ],
          "cloud_access" : true,
          "failed_hosts" : [ "aeiou" ],
          "hosts" : [ "aeiou" ],
          "se_deploy_method_access" : true,
          "cc_id" : "aeiou",
          "se_name" : "aeiou",
          "missing_hosts" : [ "aeiou" ],
          "version" : "aeiou",
          "fleet_endpoint" : "aeiou"
        } ]
      },
      "cluster_service_restored_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_sync_services_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "rebalance_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "mesos_infra_details" : {
        "reason" : "aeiou",
        "mesos_access" : true,
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "hosts" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "mesos_url" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "se_bgp_peer_down_details" : {
        "peer_ip" : "aeiou",
        "message" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "aws_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "region" : "aeiou"
      },
      "dos_attack_event_details" : {
        "attack_count" : 1.3579000000000001069366817318950779736042022705078125,
        "ipgroup_uuids" : [ "aeiou" ],
        "urls" : [ "aeiou" ],
        "src_ips" : [ "aeiou" ],
        "attack" : "aeiou",
        "meta_data" : [ {
          "amplification" : {
            "src_port" : 123,
            "record_type" : "aeiou"
          },
          "ip" : "aeiou",
          "max_resp_time" : 123,
          "url" : "aeiou"
        } ]
      },
      "vip_symmetry_details" : {
        "reason" : "aeiou",
        "vsvip_name" : "aeiou",
        "max_num_se_assigned" : 123,
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "min_num_se_requested" : 123,
        "max_num_se_requested" : 123,
        "num_vs" : 123,
        "min_num_se_assigned" : 123
      },
      "config_user_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "rule" : "aeiou",
        "userprofile" : "aeiou",
        "user" : "aeiou"
      },
      "detach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "scheduler_action_info" : {
        "execution_datestamp" : "aeiou",
        "control_script_output" : "aeiou",
        "backup_uri" : [ "aeiou" ],
        "scheduler_uuid" : "aeiou",
        "status" : "aeiou"
      },
      "ssl_revoked_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "ssl_renew_failed_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "upgrade_entry" : {
        "node_type" : "aeiou",
        "obj_cloud_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "name" : "aeiou",
        "upgrade_info" : {
          "reason" : "aeiou",
          "seg_params" : "",
          "image_ref" : "aeiou",
          "previous_patch_list" : [ "" ],
          "patch_image_ref" : "aeiou",
          "uuid" : "aeiou",
          "se_upgrade_events" : [ "" ],
          "node_type" : "aeiou",
          "system_report_refs" : [ "aeiou" ],
          "se_patch_image_ref" : "aeiou",
          "previous_patch_version" : "aeiou",
          "state" : "",
          "upgrade_ops" : "aeiou",
          "patch_version" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "prev_image_path" : "aeiou",
          "history" : [ {
            "duration" : 123,
            "start_time" : "aeiou",
            "upgrade_events" : [ {
              "task_name" : "aeiou",
              "task" : "aeiou",
              "sub_events" : [ "" ],
              "nodes_events" : [ {
                "duration" : 123,
                "start_time" : "aeiou",
                "ip" : "",
                "end_time" : "aeiou",
                "sub_tasks" : [ "aeiou" ],
                "message" : "aeiou",
                "status" : true
              } ]
            } ],
            "ops" : "aeiou",
            "end_time" : "aeiou",
            "seg_status" : {
              "disrupted_vs_ref" : [ "aeiou" ],
              "num_se_with_no_vs" : 123,
              "reason" : [ "aeiou" ],
              "enqueue_time" : "aeiou",
              "notes" : [ "aeiou" ],
              "se_upgrade_suspended" : [ "aeiou" ],
              "se_upgrade_in_progress" : [ "aeiou" ],
              "vs_scalein_in_progress_ref" : [ "aeiou" ],
              "se_already_upgraded_at_start" : [ "aeiou" ],
              "se_group_uuid" : "aeiou",
              "se_reboot_in_progress_ref" : "aeiou",
              "num_vs" : 123,
              "vs_migrate_in_progress_ref" : [ "aeiou" ],
              "se_upgrade_completed" : [ "aeiou" ],
              "se_upgrade_errors" : [ "" ],
              "duration" : "aeiou",
              "in_progress" : true,
              "request_time" : "aeiou",
              "ha_mode" : "aeiou",
              "se_ip_missing_at_start" : [ "aeiou" ],
              "controller_version" : "aeiou",
              "num_se_with_vs_not_scaledout" : 123,
              "vs_scaleout_in_progress_ref" : [ "aeiou" ],
              "num_vs_disrupted" : 123,
              "traffic_status" : "aeiou",
              "se_poweredoff_at_start" : [ "aeiou" ],
              "vs_errors" : [ {
                "reason" : [ "aeiou" ],
                "se_group_ha_mode" : "aeiou",
                "tenant_ref" : "aeiou",
                "traffic_status" : "aeiou",
                "vip_id" : "aeiou",
                "event_timestamp" : "",
                "vs_ref" : "aeiou",
                "se_group_ref" : "aeiou",
                "se_ref" : "aeiou"
              } ],
              "state" : "aeiou",
              "worker" : "aeiou",
              "se_group_name" : "aeiou",
              "end_time" : "aeiou",
              "se_with_vs_scaledout" : [ "aeiou" ],
              "thread" : "aeiou",
              "se_disconnected_at_start" : [ "aeiou" ],
              "start_time" : "aeiou",
              "num_se" : 123,
              "se_upgrade_not_started" : [ "aeiou" ],
              "se_upgrade_skip_suspended" : [ "aeiou" ],
              "num_se_with_vs_scaledout" : 123,
              "tenant_ref" : "aeiou",
              "se_upgrade_failed" : [ "aeiou" ],
              "se_with_vs_not_scaledout" : [ "aeiou" ],
              "progress" : 123,
              "se_with_no_vs" : [ "aeiou" ]
            },
            "state" : "",
            "statediff_ref" : "aeiou",
            "patch_version" : "aeiou",
            "version" : "aeiou",
            "se_upgrade_events" : [ {
              "reason" : [ "aeiou" ],
              "to_se_ref" : "aeiou",
              "vs_ref" : "aeiou",
              "num_vs" : 123,
              "se_group_ref" : "aeiou",
              "from_se_ref" : "aeiou",
              "num_se" : 123,
              "se_group_ha_mode" : "aeiou",
              "task" : "aeiou",
              "num_se_group" : 123,
              "sub_tasks" : [ "aeiou" ],
              "traffic_status" : "aeiou",
              "se_ref" : "aeiou"
            } ]
          } ],
          "params" : "",
          "previous_image_ref" : "aeiou",
          "version" : "aeiou",
          "start_time" : "aeiou",
          "patch_reboot" : true,
          "patch_list" : [ {
            "patch_image_path" : "aeiou",
            "patch_image_ref" : "aeiou",
            "patch_version" : "aeiou"
          } ],
          "system" : true,
          "tasks_completed" : 123,
          "upgrade_readiness" : "",
          "fips_mode" : true,
          "name" : "aeiou",
          "upgrade_events" : [ "" ],
          "enable_rollback" : true,
          "enqueue_time" : "aeiou",
          "patch_image_path" : "aeiou",
          "prev_patch_image_path" : "aeiou",
          "seg_status" : "",
          "total_tasks" : 123,
          "_last_modified" : "aeiou",
          "duration" : 123,
          "previous_version" : "aeiou",
          "se_patch_image_path" : "aeiou",
          "previous_patch_image_ref" : "aeiou",
          "end_time" : "aeiou",
          "clean" : true,
          "statediff_ref" : "aeiou",
          "after_reboot_rollback_fnc" : "aeiou",
          "url" : "aeiou",
          "image_path" : "aeiou",
          "tenant_ref" : "aeiou",
          "after_reboot_task_name" : "aeiou",
          "progress" : 123,
          "enable_patch_rollback" : true
        },
        "params" : {
          "image_ref" : "aeiou",
          "patch_ref" : "aeiou",
          "se_group_resume_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true,
            "skip_suspended" : true
          },
          "se_group_options" : {
            "action_on_error" : "aeiou",
            "disruptive" : true
          }
        },
        "upgrade_ops" : "aeiou",
        "uuid" : "aeiou"
      },
      "cc_cluster_vip_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_healthy_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : "",
        "nodeid" : "aeiou"
      },
      "se_ip6_dad_failed_event_details" : {
        "dad_ip" : "",
        "if_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "gs_info" : {
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "uuid" : "aeiou",
        "gs_runtime" : {
          "tenant_name" : "aeiou",
          "groups" : [ {
            "members" : [ "" ],
            "name" : "aeiou",
            "oper_status" : ""
          } ],
          "services_state" : "aeiou",
          "ldr_state" : "",
          "oper_status" : "",
          "uuid" : "aeiou",
          "flr_state" : [ "" ],
          "sp_oper_status" : "",
          "domain_names" : [ "aeiou" ],
          "send_event" : true,
          "checksum" : "aeiou",
          "name" : "aeiou",
          "send_status" : true
        }
      },
      "vcenter_network_limit" : {
        "current" : 123456789,
        "additional_reason" : "aeiou",
        "limit" : 123456789
      },
      "nsxt_info" : {
        "reason" : "aeiou",
        "cc_id" : "aeiou",
        "transportzone_id" : "aeiou",
        "status" : "aeiou"
      },
      "burst_checkout_details" : {
        "start_time" : "aeiou",
        "cores" : 123,
        "end_time" : "aeiou",
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "metrics_db_sync_failure_details" : {
        "process_name" : "aeiou",
        "node_name" : "aeiou",
        "timestamp" : "aeiou"
      },
      "disc_summary" : {
        "num_hosts" : 123456789,
        "num_nws" : 123456789,
        "num_vms" : 123456789,
        "vcenter" : "aeiou",
        "num_dcs" : 123456789,
        "num_clusters" : 123456789
      },
      "connection_event" : {
        "port" : 123,
        "host" : "aeiou",
        "info" : "aeiou"
      },
      "se_pool_lb_details" : {
        "reason" : "aeiou",
        "failure_code" : "aeiou",
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "rebalance_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : {
          "from_se_ref" : "aeiou",
          "scalein_primary" : true,
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "admin_down" : true
        }
      },
      "se_vs_del_flows_disrupted" : {
        "deleted_vs_name" : "aeiou",
        "reporting_se_name" : "aeiou",
        "num_vs_flows_disrupted" : 123
      },
      "sec_mgr_ua_event_details" : {
        "error" : "aeiou"
      },
      "metrics_grpc_auth_failure_details" : {
        "peer" : "aeiou"
      },
      "cluster_node_db_failed_details" : {
        "ip" : "",
        "node_name" : "aeiou",
        "failure_count" : 123
      },
      "nsxt_img_details" : {
        "error_string" : "aeiou",
        "vc_url" : "aeiou",
        "cc_id" : "aeiou",
        "image_version" : "aeiou"
      },
      "cloud_route_notif_details" : {
        "reason" : "aeiou",
        "routes" : [ "aeiou" ],
        "route_table" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_bgp_peer_state_change_details" : {
        "peer_state" : "aeiou",
        "peer_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "se_vnic_down_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "se_memory_limit_event_details" : {
        "heap_config_hard_limit" : 123,
        "heap_conn_usage" : 123,
        "shm_config_hard_limit" : 123,
        "shm_conn_usage" : 123,
        "config_memory_status" : "aeiou",
        "heap_config_soft_limit" : 123,
        "shm_config_usage" : 123,
        "heap_config_usage" : 123,
        "se_ref" : "aeiou",
        "shm_config_soft_limit" : 123
      },
      "memory_balancer_info" : {
        "threshold_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "controller_memory" : 123,
        "process" : "aeiou",
        "limit" : 123,
        "controller_memory_usage_percent" : 1.3579000000000001069366817318950779736042022705078125,
        "memory_used" : 123,
        "pid" : 123,
        "process_trend" : "aeiou",
        "debug_message" : "aeiou",
        "process_mode" : "aeiou",
        "child" : [ {
          "memory" : 123,
          "pid" : 123
        } ]
      },
      "ip_threat_db_event_data" : {
        "reason" : "aeiou",
        "version" : "aeiou",
        "status" : "aeiou"
      },
      "secure_key_exchange_info" : {
        "ctlr_mgmt_ip" : "aeiou",
        "follower_ip" : "aeiou",
        "leader_ip" : "aeiou",
        "se_ip" : "aeiou",
        "name" : "aeiou",
        "ctlr_public_ip" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "source_ip" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_node_shutdown_details" : {
        "reason" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "modify_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_vnic_up_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      },
      "os_api_ver_check_failure" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou",
        "cc_name" : "aeiou"
      },
      "seupgrade_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : ""
      },
      "switchover_fail_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "from_se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "add_networks_details" : {
        "reason" : "aeiou",
        "vs_uuid" : [ "aeiou" ],
        "vs_name" : [ "aeiou" ],
        "networks" : [ {
          "subnet" : "aeiou",
          "mac_addr" : "aeiou",
          "network_name" : "aeiou",
          "network_uuid" : "aeiou"
        } ],
        "se_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "server_autoscale_failed_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "num_servers_up" : 123,
        "num_scalein_servers" : 123
      },
      "vs_initialplacement_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "cc_parkintf_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "intf_id" : "aeiou",
        "subnet_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "cluster_service_critical_failure_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "se_vs_fault_event_details" : {
        "service_engine" : "aeiou",
        "fault_object" : "aeiou",
        "fault_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "vs_scalein_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "vs_switchover_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "se_hm_gsgroup_details" : {
        "gsgroup" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "gsmember" : {
          "failure_code" : "aeiou",
          "domain" : "aeiou",
          "ip" : "",
          "shm" : [ {
            "response_code" : 123,
            "average_response_time" : 123456789,
            "resp_string" : "aeiou",
            "health_monitor" : "aeiou"
          } ],
          "app_info" : [ {
            "app_hdr_value" : "aeiou",
            "app_hdr_name" : "aeiou"
          } ],
          "ssl_error_code" : "aeiou"
        },
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : ""
      },
      "sync_services_info" : "",
      "cs_infra_details" : {
        "access_key_id" : "aeiou",
        "error_string" : "aeiou",
        "api_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "se_vnic_tx_queue_stall_event_details" : {
        "if_name" : "aeiou",
        "linux_name" : "aeiou",
        "queue" : 123,
        "se_ref" : "aeiou"
      },
      "config_se_grp_flv_update_details" : {
        "new_flv" : "aeiou",
        "tenant_name" : "aeiou",
        "old_flv" : "aeiou",
        "tenant_uuid" : "aeiou",
        "se_group_name" : "aeiou",
        "se_group_uuid" : "aeiou"
      },
      "reboot_se_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou"
      },
      "server_autoscaleout_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "num_scaleout_servers" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125
      },
      "cc_scaleset_notif_details" : {
        "scaleset_names" : [ "aeiou" ],
        "reason" : "aeiou",
        "cc_id" : "aeiou"
      },
      "dns_sync_info" : {
        "total_records" : 123,
        "error" : "aeiou"
      },
      "albservices_file_upload_details" : {
        "file_path" : "aeiou",
        "s3_directory" : "aeiou",
        "tenant_ref" : "aeiou",
        "case_id" : "aeiou",
        "name" : "aeiou",
        "error" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "status" : "aeiou"
      },
      "controller_license_reconcile_details" : {
        "old_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_consumed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "new_escrow_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "old_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "new_available_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "old_remaining_service_cores" : 1.3579000000000001069366817318950779736042022705078125
      },
      "se_geo_db_details" : {
        "reason" : "aeiou",
        "geo_db_profile_name" : "aeiou",
        "file_name" : "aeiou",
        "vip_id" : "aeiou",
        "geo_db_profile_ref" : "aeiou",
        "se_ref" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "os_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "se_vm_uuid" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "delete_se_details" : {
        "reason" : "aeiou",
        "cloud_uuid" : "aeiou",
        "status_code" : 123456789,
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "cloud_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "se_name" : "aeiou",
        "host_uuid" : "aeiou",
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "cc_ip_details" : {
        "error_string" : "aeiou",
        "ip6_mask" : 123,
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "vtype" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou",
        "ip6" : "",
        "ip_mask" : 123
      },
      "seupgrade_scalein_details" : {
        "vs_uuid" : "aeiou",
        "scalein_params" : ""
      },
      "vm_details" : {
        "host" : "aeiou",
        "name" : "aeiou",
        "datacenter" : "aeiou"
      },
      "cc_vip_update_details" : {
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "config_delete_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_update_details" : {
        "crs_info" : [ "" ]
      },
      "bootup_fail_details" : {
        "reason" : "aeiou",
        "se_name" : "aeiou",
        "host_name" : "aeiou"
      },
      "cc_se_vm_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "ssl_export_details" : {
        "user" : "aeiou"
      },
      "glb_info" : {
        "site" : "",
        "name" : "aeiou",
        "details" : [ "aeiou" ],
        "third_party_site" : "",
        "uuid" : "aeiou",
        "gslb_runtime" : {
          "site" : [ {
            "send_interval" : 123,
            "tenant_name" : "aeiou",
            "site_stats" : {
              "num_ghm_cr_rxed" : 123,
              "num_gssl_cert_del_rxed" : 123,
              "num_gjwt_upd_txed" : 123,
              "num_glb_upd_rxed" : 123,
              "num_of_timeouts" : 123,
              "num_glb_cr_txed" : 123,
              "num_of_bad_responses" : 123,
              "num_gap_del_txed" : 123,
              "num_ghm_upd_txed" : 123,
              "num_gs_upd_rxed" : 123,
              "num_file_del_txed" : 123,
              "num_glb_del_rxed" : 123,
              "num_gjwt_del_txed" : 123,
              "num_geo_cr_rxed" : 123,
              "num_geo_del_rxed" : 123,
              "num_gs_del_rxed" : 123,
              "num_of_skip_outstanding_requests" : 123,
              "num_health_msgs_rxed" : 123,
              "num_gpki_upd_txed" : 123,
              "num_of_events_generated" : 123,
              "num_gap_cr_rxed" : 123,
              "num_gjwt_cr_txed" : 123,
              "num_gpki_del_rxed" : 123,
              "num_geo_upd_rxed" : 123,
              "num_gssl_cert_upd_rxed" : 123,
              "num_ghm_del_txed" : 123,
              "num_gpki_cr_txed" : 123,
              "num_gs_cr_rxed" : 123,
              "num_gap_upd_txed" : 123,
              "num_gssl_upd_rxed" : 123,
              "num_glb_cr_rxed" : 123,
              "num_glb_upd_txed" : 123,
              "num_gs_upd_txed" : 123,
              "num_gap_del_rxed" : 123,
              "num_ghm_cr_txed" : 123,
              "num_ghm_upd_rxed" : 123,
              "num_glb_del_txed" : 123,
              "num_gssl_del_rxed" : 123,
              "num_health_msgs_txed" : 123,
              "num_gjwt_del_rxed" : 123,
              "num_gs_del_txed" : 123,
              "num_geo_cr_txed" : 123,
              "num_gpki_upd_rxed" : 123,
              "num_geo_del_txed" : 123,
              "num_gpki_del_txed" : 123,
              "num_gap_cr_txed" : 123,
              "num_gjwt_cr_rxed" : 123,
              "num_geo_upd_txed" : 123,
              "num_file_cr_txed" : 123,
              "num_gssl_cert_cr_rxed" : 123,
              "num_ghm_del_rxed" : 123,
              "num_gssl_cr_rxed" : 123,
              "num_gs_cr_txed" : 123,
              "num_gpki_cr_rxed" : 123,
              "num_gjwt_upd_rxed" : 123,
              "num_gap_upd_rxed" : 123
            },
            "replication_stats" : {
              "received_version" : 123456789,
              "pending_object_count" : 123456789,
              "acknowledged_version" : 123456789
            },
            "rxed_site_hs" : {
              "controller_gsinfo" : [ {
                "app_type" : "aeiou",
                "controller_status" : {
                  "reason_code" : 123456789,
                  "reason" : [ "aeiou" ],
                  "last_changed_time" : "",
                  "state" : "aeiou",
                  "reason_code_string" : "aeiou"
                },
                "fqdn" : "aeiou",
                "ip" : "",
                "vs_name" : "aeiou",
                "datapath_status" : [ {
                  "site_uuid" : "aeiou",
                  "location" : "",
                  "oper_status" : ""
                } ],
                "services" : [ {
                  "override_network_profile_ref" : "aeiou",
                  "port" : 123,
                  "port_range_end" : 123,
                  "is_active_ftp_data_port" : true,
                  "enable_http2" : true,
                  "horizon_internal_ports" : true,
                  "enable_ssl" : true,
                  "override_application_profile_ref" : "aeiou"
                } ],
                "oper_status" : "",
                "vserver_l4_metrics" : {
                  "avg_half_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexc" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_small_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_pkts_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_abort" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_new_established_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_cookie_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_num_active_se" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_rx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_ingress_latency_exceeded_flows" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_slow_uri" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_timeout" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_connection_estb_time_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_zero_window_size_events" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_l4_client_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_syns" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "sum_server_flow_control" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_non_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dup_ack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_ssl_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_syn_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_packet_dropped_user_bandwidth_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_dropped_user_limit" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexrtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pkts_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_zero_window_stress" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_hdr_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_est_time_exceeded_flows_fe" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_connections_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_application_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_conn_duration" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_sack_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_conn_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_rx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_http_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_bytes_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_total_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_timeout_retransmits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_unknown_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_open_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_policy_drops" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bad_rst_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_network_dos_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_ip_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_conns" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_end_to_end_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connections_dropped" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_lossy_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_bytes_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_out_of_orders" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rtt_valid_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_tx_pkts_absolute" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_fake_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errored_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tx_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_app_error" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_malformed_flood" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_scan_bad_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_custom_rl_drop" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rx_pkts" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_bandwidth" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dos_req_uri_rl_drop_bad" : 1.3579000000000001069366817318950779736042022705078125
                },
                "sp_pools" : [ {
                  "servers" : [ {
                    "is_enabled" : true,
                    "hostname" : "aeiou",
                    "last_state" : "aeiou",
                    "def_port" : true,
                    "port" : 123,
                    "location" : "",
                    "propogate_state" : true,
                    "timer_exists" : true,
                    "ip_addr" : "",
                    "oper_status" : ""
                  } ],
                  "name" : "aeiou",
                  "num_servers" : 123456789,
                  "num_servers_up" : 123456789,
                  "enable_http2" : true,
                  "uuid" : "aeiou"
                } ],
                "site_name" : "aeiou",
                "oper_ips" : [ "" ],
                "gs_name" : "aeiou",
                "vs_uuid" : "aeiou",
                "cluster_uuid" : "aeiou",
                "ip_value_to_se" : 123,
                "vip_type" : "aeiou",
                "vserver_l7_metrics" : {
                  "avg_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_reused" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "rum_apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_page_load_time_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_with_params" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_tolerated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_dsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "apdexr" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cache_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_complete_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cache_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_4xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_error_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_3xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx_avi_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_protocol_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "node_obj_id" : "aeiou",
                  "avg_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_uri_length" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_num_rum_samples" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_frustrated_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_ssl_open_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_dh" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_ecdh" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket1" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_client_txn_latency_bucket2" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_non_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "max_concurrent_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_ssl30" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls12" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls13" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_evaluated" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_total_http2_requests" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_flagged_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_ecdsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_response_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_errors_excluded" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_timedout" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_attacks" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls10" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ver_tls11" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshakes_new" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_reqs_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_latency_response_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_reqs_per_session" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "ssl_protocol_strength" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_kx_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_rejected_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_waf_disabled" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_resp_2xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_headers_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_connection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_pre_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_flagged_response_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_5xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_auth_rsa" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_get_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_resp_1xx" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_header_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_service_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_finished_sessions" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_evaluated_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_http_params_count" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_client_txn_latency" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_params_per_req" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_ecdsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_handshake_network_errors" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_post_compression_bytes" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_ssl_rsa_pfs" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_cacheable_hits" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_post_reqs" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_satisfactory_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
                  "avg_waf_matched_request_body_phase" : 1.3579000000000001069366817318950779736042022705078125,
                  "pct_ssl_failed_connections" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_total_responses" : 1.3579000000000001069366817318950779736042022705078125,
                  "sum_other_reqs" : 1.3579000000000001069366817318950779736042022705078125
                },
                "health_monitor_info" : [ "aeiou" ],
                "ipv6_value_to_se" : [ "" ],
                "gs_uuid" : "aeiou"
              } ],
              "gap_table" : [ "" ],
              "dns_info" : {
                "dns_active" : true,
                "retry_count" : 123,
                "gs_status" : {
                  "last_changed_time" : "",
                  "partial_update_threshold" : 123,
                  "state" : "aeiou",
                  "type" : "aeiou",
                  "num_partial_updates" : 123
                },
                "dns_vs_states" : [ {
                  "valid_dns_vs" : true,
                  "gslb_download" : "",
                  "name" : "aeiou",
                  "placement_rules" : [ {
                    "sub_domain" : "aeiou",
                    "placement_allowed" : true,
                    "transition_ops" : "aeiou"
                  } ],
                  "se_list" : [ "aeiou" ],
                  "geo_download" : {
                    "last_changed_time" : "",
                    "state" : "aeiou"
                  },
                  "oper_status" : "",
                  "uuid" : "aeiou"
                } ]
              },
              "gs_table" : [ "" ],
              "glb_table" : [ "" ],
              "ghm_table" : [ "" ],
              "datapath_gsinfo" : [ "" ],
              "geo_table" : [ "" ],
              "sw_version" : "aeiou",
              "timestamp" : 1.3579000000000001069366817318950779736042022705078125
            },
            "site_info" : {
              "state_reason" : "aeiou",
              "num_of_retries" : 123,
              "role" : "aeiou",
              "site_type" : "aeiou",
              "dns_info" : "",
              "oper_status" : "",
              "enabled" : true,
              "sw_version" : "aeiou",
              "cluster_leader" : "aeiou",
              "hs_state" : true,
              "cluster_uuid" : "aeiou",
              "event_cache" : "",
              "last_changed_time" : "",
              "name" : "aeiou",
              "state" : "aeiou",
              "rrtoken" : [ "aeiou" ]
            },
            "view_id" : 123456789,
            "health_monitor_info" : "aeiou",
            "clear_on_max_retries" : 123,
            "glb_uuid" : "aeiou",
            "site_cfg" : {
              "glb_info" : "",
              "fd_info" : {
                "reader_count" : 123,
                "state" : "aeiou",
                "queue" : [ {
                  "ds_name" : "aeiou",
                  "ops" : "aeiou",
                  "name" : "aeiou",
                  "uuid" : "aeiou"
                } ],
                "writer_count" : 123
              },
              "gjwt_info" : "",
              "repl_queue" : "",
              "gpki_info" : "",
              "gap_info" : "",
              "sync_info" : {
                "last_fail_obj" : "",
                "reason" : "aeiou",
                "errored_objects" : [ "" ],
                "last_changed_time" : "",
                "recommendation" : "aeiou",
                "sync_state" : "aeiou"
              },
              "geo_info" : "",
              "gs_info" : "",
              "ghm_info" : "",
              "mm_info" : ""
            }
          } ],
          "tenant_name" : "aeiou",
          "checksum" : "aeiou",
          "event_cache" : {
            "dns_state" : true,
            "exceptions" : [ "aeiou" ]
          },
          "name" : "aeiou",
          "dns_enabled" : true,
          "third_party_sites" : [ {
            "site_info" : "",
            "health_monitor_info" : "aeiou"
          } ],
          "delete_in_progress" : true,
          "ldr_state" : "",
          "uuid" : "aeiou",
          "flr_state" : [ {
            "reason" : "aeiou",
            "site_uuid" : "aeiou",
            "cfg_version_in_flight" : 123,
            "last_changed_time" : {
              "usecs" : 123456789,
              "secs" : 123456789
            },
            "cfg_version" : 123,
            "uuid" : "aeiou",
            "status" : "aeiou"
          } ]
        }
      },
      "vip_autoscale" : {
        "availability_zone" : "aeiou",
        "subnet_uuid" : "aeiou",
        "vip_id" : "aeiou",
        "vsvip_uuid" : "aeiou",
        "error" : "aeiou"
      },
      "hs_details" : {
        "reason" : "aeiou",
        "performance_score" : 123,
        "previous_value" : 1.3579000000000001069366817318950779736042022705078125,
        "sub_resource_prefix" : "aeiou",
        "security_reason" : "aeiou",
        "performance_reason" : "aeiou",
        "security_penalty" : 123,
        "anomaly_penalty" : 123,
        "anomaly_reason" : "aeiou",
        "step" : 123,
        "resources_reason" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "resources_penalty" : 123,
        "timestamp" : "aeiou"
      },
      "generic_audit_compliance_event_info" : {
        "subjects" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "event_generated_by_se" : true,
        "core_archive" : "aeiou",
        "detailed_reason" : "aeiou",
        "type" : "aeiou",
        "version" : "aeiou",
        "result" : "aeiou",
        "node" : "aeiou",
        "protocol" : "aeiou",
        "user_identities" : [ {
          "type" : "aeiou",
          "value" : "aeiou"
        } ],
        "cluster_uuid" : "aeiou",
        "process_name" : "aeiou",
        "fingerprint" : "aeiou",
        "location" : "aeiou",
        "patch_version" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "se_high_egress_proc_latency_event_details" : {
        "flow_core" : [ "" ],
        "event_count" : 123456789,
        "max_proxy_to_disp_queing_delay" : 123,
        "se_name" : "aeiou",
        "dispatcher_core" : 123,
        "se_ref" : "aeiou"
      },
      "azure_info" : {
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "vips" : [ "" ],
        "resource_group" : "aeiou",
        "alb_id" : "aeiou",
        "nic_id" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "vs_uuids" : [ "aeiou" ],
        "status" : "aeiou"
      },
      "cc_infra_details" : {
        "error_string" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "pool_deployment_update_info" : {
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "evaluation_duration" : 123,
        "results" : [ "" ],
        "uuid" : "aeiou",
        "deployment_state" : "aeiou",
        "ratio" : 123
      },
      "config_user_not_authrz_rule_details" : {
        "tenants" : "aeiou",
        "roles" : "aeiou",
        "policies" : "aeiou",
        "user" : "aeiou"
      },
      "dns_query_error" : {
        "error_message" : "aeiou",
        "fqdn" : "aeiou",
        "error" : "aeiou"
      },
      "gcp_cloud_router_info" : {
        "router_url" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "action" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "ssl_renew_details" : {
        "name" : "aeiou"
      },
      "upgrade_status_info" : "",
      "host_unavail_details" : {
        "reasons" : [ "aeiou" ],
        "vs_name" : "aeiou",
        "name" : "aeiou"
      },
      "vs_migrate_details" : {
        "error_message" : "aeiou",
        "scale_status" : "",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "nsxt_policy_details" : {
        "error_string" : "aeiou",
        "scope" : "aeiou",
        "redirectTo" : [ "aeiou" ],
        "segroup" : "aeiou",
        "tier1" : "aeiou",
        "policy" : "aeiou"
      },
      "bm_infra_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "se_hb_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "cc_sync_services_details" : {
        "error_string" : "aeiou",
        "vips" : [ "" ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "api_version_deprecated" : {
        "path" : "aeiou",
        "api_version_used" : "aeiou",
        "min_supported_api_version" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou"
      },
      "cntlr_host_list_details" : {
        "vcenter" : "aeiou",
        "host_name" : [ "aeiou" ]
      },
      "se_debug_mode_event_detail" : {
        "description" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "false_positive_details" : {
        "vs_uuid" : "aeiou",
        "false_positive_results" : [ {
          "http_method" : "aeiou",
          "attack" : true,
          "false_positive" : true,
          "confidence" : 1.3579000000000001069366817318950779736042022705078125,
          "http_request_header_info" : {
            "header_field_name" : "aeiou",
            "value" : "aeiou"
          },
          "fp_result_header" : {
            "transactions_count" : 123456789,
            "end_analysis_time" : "aeiou",
            "first_data_received_time" : "aeiou",
            "start_analysis_time" : "aeiou",
            "last_data_received_time" : "aeiou"
          },
          "rule_info" : {
            "rule_id" : "aeiou",
            "rule_group_id" : "aeiou",
            "matches" : [ {
              "match_element" : "aeiou",
              "match_value" : "aeiou"
            } ]
          },
          "params_info" : {
            "param_info" : [ {
              "param_name" : "aeiou",
              "value" : "aeiou"
            } ]
          },
          "uri" : "aeiou",
          "uri_result_mode" : "aeiou"
        } ]
      },
      "se_hb_recovered_event_details" : {
        "reporting_se_ref" : "aeiou",
        "vs_uuid" : "aeiou",
        "remote_se_ref" : "aeiou",
        "hb_type" : 123
      },
      "metrics_db_disk_details" : {
        "metrics_free_sz" : 1.3579000000000001069366817318950779736042022705078125,
        "metrics_deleted_tables" : [ "aeiou" ],
        "metrics_quota" : 1.3579000000000001069366817318950779736042022705078125
      },
      "server_autoscaleout_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "scaled_out_servers" : [ "" ],
        "reason" : "aeiou",
        "nscaleout" : 123,
        "launch_config_uuid" : "aeiou"
      },
      "cc_tenant_del_details" : {
        "tenants" : [ {
          "num_se" : 123,
          "name" : "aeiou",
          "num_svrgrp" : 123,
          "num_ports" : 123,
          "id" : "aeiou",
          "num_secgrp" : 123
        } ],
        "vtype" : "aeiou",
        "cc_id" : "aeiou"
      },
      "metrics_db_queue_full_details" : {
        "high" : 123456789,
        "instanceport" : 123456789,
        "period" : "aeiou",
        "watermark" : 123456789,
        "low" : 123456789,
        "runtime" : {
          "db_num_oom" : 123,
          "db_num_db_queries" : 123,
          "db_client_name" : "aeiou",
          "db_rum_rows" : 123,
          "db_queue_size" : 123,
          "db_num_client_queries" : 123,
          "db_num_db_resp" : 123,
          "db_num_client_resp" : 123,
          "db_rum_queries" : 123
        },
        "nodeid" : "aeiou"
      },
      "se_hm_vs_details" : {
        "reason" : "aeiou",
        "vip_address" : "",
        "src_uuid" : "aeiou",
        "vip6_address" : "",
        "vip_id" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "cc_vnic_details" : {
        "error_string" : "aeiou",
        "mac_addrs" : [ "aeiou" ],
        "vnics" : [ {
          "vrf_uuid" : "aeiou",
          "status_string" : "aeiou",
          "port_uuid" : "aeiou",
          "subnet_uuid" : "aeiou",
          "mac_address" : "aeiou",
          "network_uuid" : "aeiou",
          "status" : "aeiou"
        } ],
        "vtype" : "aeiou",
        "se_vm_uuid" : "aeiou",
        "cc_id" : "aeiou"
      },
      "aws_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "event_type" : "aeiou",
        "instance_id" : "aeiou",
        "instance_ip_addr" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "vpc_id" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "async_patch_state" : {
        "error_message" : "aeiou",
        "merged_patch_id" : 123456789,
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "patch_ids" : "aeiou",
        "error_status_code" : 123,
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "crs_deployment_success" : {
        "crs_info" : [ "" ]
      },
      "unbind_vs_se_details" : {
        "reason" : "aeiou",
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "ip6" : "aeiou"
      },
      "license_transaction_details" : {
        "cookie" : "aeiou",
        "tier" : "aeiou",
        "tenant_uuid" : "aeiou",
        "overdraft" : true,
        "licensed_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "description" : "aeiou",
        "id" : "aeiou",
        "operation" : "aeiou"
      },
      "bind_vs_se_details" : {
        "vip_vnics" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "standby" : true,
        "ip" : "aeiou",
        "vs_name" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "type" : "aeiou",
        "ip6" : "aeiou",
        "primary" : true
      },
      "se_ip_removed_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "anomaly_details" : {
        "metric_id" : "aeiou",
        "models" : [ "aeiou" ],
        "server" : "aeiou",
        "deviation" : 1.3579000000000001069366817318950779736042022705078125,
        "model" : "aeiou",
        "obj_type" : "aeiou",
        "metric_timestamp" : "aeiou",
        "priority" : "aeiou",
        "pool_uuid" : "aeiou",
        "value" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_name" : "aeiou",
        "node_id" : "aeiou"
      },
      "container_cloud_setup" : "",
      "disable_se_migrate_details" : {
        "vs_uuid" : "aeiou",
        "migrate_params" : {
          "from_se_ref" : "aeiou",
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "vs_pool_nw_fltr_details" : {
        "filter" : "aeiou",
        "name" : "aeiou",
        "network" : "aeiou"
      },
      "nw_summarized_details" : {
        "subnet_info" : [ {
          "cidr_prefix" : "aeiou",
          "network" : "aeiou"
        } ]
      },
      "license_tier_switch_details" : {
        "reason" : "aeiou",
        "source_tier" : "aeiou",
        "destination_tier" : "aeiou",
        "status" : "aeiou"
      },
      "vca_infra_details" : {
        "error_string" : "aeiou",
        "instance" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou",
        "username" : "aeiou"
      },
      "central_license_subscription_details" : {
        "message" : "aeiou"
      },
      "metric_threshold_up_details" : {
        "metric_id" : "aeiou",
        "server" : "aeiou",
        "entity_uuid" : "aeiou",
        "metric_name" : "aeiou",
        "threshold" : 1.3579000000000001069366817318950779736042022705078125,
        "pool_uuid" : "aeiou",
        "current_value" : 1.3579000000000001069366817318950779736042022705078125
      },
      "network_subnet_details" : {
        "subnet" : "",
        "total" : 123,
        "network_name" : "aeiou",
        "network_uuid" : "aeiou",
        "used" : 123,
        "free" : 123,
        "type" : "aeiou"
      },
      "config_create_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "controller_discontinuous_time_change_event_details" : {
        "node_name" : "aeiou",
        "ntp_servers" : "aeiou",
        "to_time" : "aeiou",
        "from_time" : "aeiou"
      },
      "cloud_autoscaling_config_failure_details" : {
        "error_string" : "aeiou",
        "cc_id" : "aeiou"
      },
      "adaptrepl_event" : {
        "reason" : "aeiou",
        "obj_info" : {
          "event_type" : "aeiou",
          "obj_name" : "aeiou",
          "obj_uuid" : "aeiou"
        },
        "recommendation" : "aeiou"
      },
      "vs_fsm_details" : {
        "vs_rt" : {
          "last_key_rotation_time" : "",
          "redis_port" : 123,
          "vs_update_pending" : {
            "dns_policies" : [ {
              "dns_policy_ref" : "aeiou",
              "index" : 123
            } ],
            "l4_policies" : [ {
              "l4_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "azure_availability_set" : "aeiou",
            "enable_autogw" : true,
            "icap_request_profile_refs" : [ "aeiou" ],
            "saml_sp_config" : {
              "sp_metadata" : "aeiou",
              "acs_index" : 123,
              "authn_req_acs_type" : "aeiou",
              "signing_ssl_key_and_certificate_ref" : "aeiou",
              "cookie_timeout" : 123,
              "use_idp_session_timeout" : true,
              "entity_id" : "aeiou",
              "key" : [ "" ],
              "cookie_name" : "aeiou",
              "single_signon_url" : "aeiou"
            },
            "vrf_context_ref" : "aeiou",
            "flow_dist" : "aeiou",
            "dns_info" : [ "" ],
            "content_rewrite" : {
              "rewritable_content_ref" : "aeiou",
              "rsp_rewrite_rules" : [ {
                "enable" : true,
                "name" : "aeiou",
                "index" : 123,
                "pairs" : [ {
                  "replacement_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  },
                  "search_string" : {
                    "val" : "aeiou",
                    "type" : "aeiou"
                  }
                } ]
              } ]
            },
            "type" : "aeiou",
            "traffic_enabled" : true,
            "uuid" : "aeiou",
            "bgp_peer_labels" : [ "aeiou" ],
            "vh_domain_name" : [ "aeiou" ],
            "pool_ref" : "aeiou",
            "delay_fairness" : true,
            "snat_ip" : [ "" ],
            "cloud_ref" : "aeiou",
            "microservice_ref" : "aeiou",
            "error_page_profile_ref" : "aeiou",
            "configpb_attributes" : {
              "version" : 123
            },
            "server_network_profile_ref" : "aeiou",
            "use_vip_as_snat" : true,
            "analytics_policy" : {
              "significant_log_throttle" : 123,
              "all_headers" : true,
              "client_insights" : "aeiou",
              "client_log_filters" : [ {
                "duration" : 123,
                "all_headers" : true,
                "name" : "aeiou",
                "index" : 123,
                "client_ip" : "",
                "uri" : "",
                "enabled" : true
              } ],
              "client_insights_sampling" : {
                "client_ip" : {
                  "group_refs" : [ "aeiou" ],
                  "match_criteria" : "aeiou",
                  "prefixes" : [ "" ],
                  "ranges" : [ "" ],
                  "addrs" : [ "" ]
                },
                "skip_uris" : "",
                "sample_uris" : {
                  "match_criteria" : "aeiou",
                  "string_group_refs" : [ "aeiou" ],
                  "match_str" : [ "aeiou" ]
                }
              },
              "metrics_realtime_update" : {
                "duration" : 123,
                "enabled" : true
              },
              "udf_log_throttle" : 123,
              "learning_log_policy" : {
                "port" : 123,
                "host" : "aeiou",
                "enabled" : true
              },
              "full_client_logs" : {
                "duration" : 123,
                "throttle" : 123,
                "enabled" : true
              }
            },
            "enable_rhi_snat" : true,
            "sideband_profile" : {
              "ip" : [ "" ],
              "sideband_max_request_body_size" : 123
            },
            "vip" : [ {
              "availability_zone" : "aeiou",
              "ip6_address" : "",
              "subnet" : "",
              "port_uuid" : "aeiou",
              "subnet_uuid" : "aeiou",
              "placement_networks" : [ {
                "subnet" : "",
                "subnet6" : "",
                "network_ref" : "aeiou"
              } ],
              "avi_allocated_vip" : true,
              "vip_id" : "aeiou",
              "ip_address" : "",
              "auto_allocate_floating_ip" : true,
              "enabled" : true,
              "auto_allocate_ip_type" : "aeiou",
              "floating_subnet6_uuid" : "aeiou",
              "auto_allocate_ip" : true,
              "subnet6" : "",
              "floating_ip" : "",
              "floating_subnet_uuid" : "aeiou",
              "avi_allocated_fip" : true,
              "subnet6_uuid" : "aeiou",
              "floating_ip6" : "",
              "ipam_network_subnet" : {
                "subnet" : "",
                "subnet_uuid" : "aeiou",
                "subnet6" : "",
                "subnet6_uuid" : "aeiou",
                "network_ref" : "aeiou"
              },
              "network_ref" : "aeiou",
              "prefix_length" : 123,
              "discovered_networks" : [ "" ]
            } ],
            "min_pools_up" : 123,
            "performance_limits" : {
              "max_concurrent_connections" : 123,
              "max_throughput" : 123
            },
            "sp_pool_refs" : [ "aeiou" ],
            "static_dns_records" : [ "" ],
            "advertise_down_vs" : true,
            "fqdn" : "aeiou",
            "bulk_sync_kvcache" : true,
            "vh_parent_vs_ref" : "aeiou",
            "weight" : 123,
            "ldap_vs_config" : {
              "se_auth_ldap_servers_failover_only" : true,
              "se_auth_ldap_conns_per_server" : 123,
              "se_auth_ldap_reconnect_timeout" : 123,
              "realm" : "aeiou",
              "se_auth_ldap_cache_size" : 123,
              "se_auth_ldap_connect_timeout" : 123,
              "se_auth_ldap_request_timeout" : 123,
              "se_auth_ldap_bind_timeout" : 123
            },
            "waf_policy_ref" : "aeiou",
            "created_by" : "aeiou",
            "service_pool_select" : [ {
              "service_protocol" : "aeiou",
              "service_port_range_end" : 123,
              "service_pool_ref" : "aeiou",
              "service_pool_group_ref" : "aeiou",
              "service_port" : 123
            } ],
            "vh_type" : "aeiou",
            "allow_invalid_client_cert" : true,
            "security_policy_ref" : "aeiou",
            "application_profile_ref" : "aeiou",
            "ssl_sess_cache_avg_size" : 123,
            "cloud_type" : "aeiou",
            "scaleout_ecmp" : true,
            "flow_label_type" : "aeiou",
            "name" : "aeiou",
            "cloud_config_cksum" : "aeiou",
            "traffic_clone_profile_ref" : "aeiou",
            "remove_listening_port_on_vs_down" : true,
            "vsvip_ref" : "aeiou",
            "host_name_xlate" : "aeiou",
            "connections_rate_limit" : {
              "rate_limiter" : {
                "period" : 123,
                "count" : 123,
                "name" : "aeiou",
                "burst_sz" : 123
              },
              "action" : {
                "redirect" : {
                  "keep_query" : true,
                  "path" : "",
                  "protocol" : "aeiou",
                  "status_code" : "aeiou",
                  "add_string" : "aeiou",
                  "port" : 123,
                  "host" : {
                    "tokens" : [ {
                      "start_index" : 123,
                      "str_value" : "aeiou",
                      "end_index" : 123,
                      "type" : "aeiou"
                    } ],
                    "type" : "aeiou"
                  }
                },
                "file" : {
                  "file_content" : "aeiou",
                  "content_type" : "aeiou",
                  "file_length" : 123
                },
                "status_code" : "aeiou",
                "type" : "aeiou"
              },
              "explicit_tracking" : true,
              "fine_grain" : true,
              "http_cookie" : "aeiou",
              "http_header" : "aeiou"
            },
            "network_security_policy_ref" : "aeiou",
            "oauth_vs_config" : {
              "oauth_settings" : [ {
                "app_settings" : {
                  "oidc_config" : {
                    "oidc_enable" : true,
                    "profile" : true,
                    "userinfo" : true
                  },
                  "client_secret" : "aeiou",
                  "scopes" : [ "aeiou" ],
                  "client_id" : "aeiou"
                },
                "resource_server" : {
                  "access_type" : "aeiou",
                  "jwt_params" : {
                    "audience" : "aeiou"
                  },
                  "opaque_token_params" : {
                    "server_secret" : "aeiou",
                    "server_id" : "aeiou"
                  },
                  "introspection_data_timeout" : 123
                },
                "auth_profile_ref" : "aeiou"
              } ],
              "cookie_timeout" : 123,
              "redirect_uri" : "aeiou",
              "logout_uri" : "aeiou",
              "post_logout_redirect_uri" : "aeiou",
              "key" : [ {
                "hmac_key" : "aeiou",
                "aes_key" : "aeiou",
                "name" : "aeiou"
              } ],
              "cookie_name" : "aeiou"
            },
            "topology_policies" : [ "" ],
            "description" : "aeiou",
            "vs_datascripts" : [ {
              "index" : 123,
              "vs_datascript_set_ref" : "aeiou"
            } ],
            "jwt_config" : {
              "jwt_name" : "aeiou",
              "audience" : "aeiou",
              "jwt_location" : "aeiou"
            },
            "pool_group_ref" : "aeiou",
            "ssl_key_and_certificate_refs" : [ "aeiou" ],
            "ssl_profile_ref" : "aeiou",
            "enabled" : true,
            "_last_modified" : "aeiou",
            "limit_doser" : true,
            "se_group_ref" : "aeiou",
            "network_profile_ref" : "aeiou",
            "close_client_conn_on_config_update" : true,
            "max_cps_per_client" : 123,
            "sso_policy_ref" : "aeiou",
            "http_policies" : [ {
              "http_policy_set_ref" : "aeiou",
              "index" : 123
            } ],
            "analytics_profile_ref" : "aeiou",
            "service_metadata" : "aeiou",
            "use_bridge_ip_as_vip" : true,
            "requests_rate_limit" : "",
            "bot_policy_ref" : "aeiou",
            "enable_rhi" : true,
            "services" : [ "" ],
            "url" : "aeiou",
            "test_se_datastore_level_1_ref" : "aeiou",
            "active_standby_se_tag" : "aeiou",
            "nsx_securitygroup" : [ "aeiou" ],
            "ssl_profile_selectors" : [ {
              "ssl_profile_ref" : "aeiou",
              "client_ip_list" : ""
            } ],
            "vh_matches" : [ {
              "path" : [ {
                "match_criteria" : "aeiou",
                "string_group_refs" : [ "aeiou" ],
                "match_decoded_string" : true,
                "match_str" : [ "aeiou" ],
                "match_case" : "aeiou"
              } ],
              "host" : "aeiou",
              "rules" : [ {
                "name" : "aeiou",
                "matches" : {
                  "cookie" : {
                    "match_criteria" : "aeiou",
                    "name" : "aeiou",
                    "value" : "aeiou",
                    "match_case" : "aeiou"
                  },
                  "method" : {
                    "match_criteria" : "aeiou",
                    "methods" : [ "aeiou" ]
                  },
                  "host_hdr" : {
                    "match_criteria" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "ip_reputation_type" : {
                    "reputation_types" : [ "aeiou" ],
                    "match_operation" : "aeiou"
                  },
                  "query" : {
                    "match_criteria" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "match_decoded_string" : true,
                    "match_str" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  },
                  "vs_port" : {
                    "match_criteria" : "aeiou",
                    "ports" : [ "" ]
                  },
                  "hdrs" : [ {
                    "match_criteria" : "aeiou",
                    "hdr" : "aeiou",
                    "value" : [ "aeiou" ],
                    "match_case" : "aeiou"
                  } ],
                  "version" : {
                    "match_criteria" : "aeiou",
                    "versions" : [ "aeiou" ]
                  },
                  "tls_fingerprint_match" : {
                    "match_operation" : "aeiou",
                    "string_group_refs" : [ "aeiou" ],
                    "fingerprints" : [ "aeiou" ]
                  },
                  "source_ip" : "",
                  "path" : "",
                  "geo_matches" : [ {
                    "match_operation" : "aeiou",
                    "values" : [ "aeiou" ],
                    "attribute" : "aeiou"
                  } ],
                  "protocol" : {
                    "match_criteria" : "aeiou",
                    "protocols" : "aeiou"
                  },
                  "client_ip" : "",
                  "bot_detection_result" : {
                    "classifications" : [ "" ],
                    "match_operation" : "aeiou"
                  }
                }
              } ]
            } ],
            "tenant_ref" : "aeiou",
            "ign_pool_net_reach" : true,
            "markers" : [ {
              "values" : [ "aeiou" ],
              "key" : "aeiou"
            } ],
            "vsvip_cloud_config_cksum" : "aeiou",
            "east_west_placement" : true
          },
          "one_plus_one_ha" : true,
          "lif" : [ "aeiou" ],
          "ipam_dns_records" : [ {
            "ip6_address" : [ {
              "ip6_address" : ""
            } ],
            "mx_records" : [ {
              "host" : "aeiou",
              "priority" : 123
            } ],
            "metadata" : "aeiou",
            "fqdn" : [ "aeiou" ],
            "ns" : [ {
              "ip6_address" : "",
              "ip_address" : "",
              "nsname" : "aeiou"
            } ],
            "cname" : "",
            "description" : "aeiou",
            "ip_address" : [ {
              "ip_address" : ""
            } ],
            "type" : "aeiou",
            "ttl" : 123,
            "wildcard_match" : true,
            "txt_records" : [ {
              "text_str" : "aeiou"
            } ],
            "num_records_in_response" : 123,
            "service_locator" : [ {
              "port" : 123,
              "weight" : 123,
              "priority" : 123,
              "target" : "aeiou"
            } ],
            "delegated" : true,
            "algorithm" : "aeiou"
          } ],
          "type" : "aeiou",
          "uuid" : "aeiou",
          "vip_runtime" : [ {
            "migrate_scalein_pending" : true,
            "supp_runtime_status" : "",
            "scale_status" : "",
            "first_time_placement" : true,
            "requested_resource" : "",
            "scalein_in_progress" : true,
            "ev_status" : {
              "result" : "aeiou",
              "request" : "aeiou",
              "notes" : [ "aeiou" ]
            },
            "first_se_assigned_time" : "",
            "marked_for_delete" : true,
            "warmstart_resync_done" : true,
            "se_list" : [ {
              "vip6_subnet_mask" : 123,
              "vlan_id" : 123,
              "memory" : 123,
              "cloud_programming_status" : "aeiou",
              "is_primary" : true,
              "se_ready_in_progress" : true,
              "is_standby" : true,
              "active_on_cloud" : true,
              "vip_intf_ip" : "",
              "snat_ip" : "",
              "vip_intf_list" : [ {
                "vip_intf_ip" : "",
                "vip_intf_ip6" : "",
                "vip_intf_mac" : "aeiou",
                "vlan_id" : 123,
                "networks" : [ "" ],
                "is_portchannel" : true
              } ],
              "attach_ip_in_progress" : true,
              "detach_ip_in_progress" : true,
              "active_on_se" : true,
              "se_programming_done" : true,
              "se_ref" : "aeiou",
              "floating_intf_ip6_addresses" : [ "" ],
              "mgmt_ip6" : "",
              "vip_subnet_mask" : 123,
              "mgmt_ip" : "",
              "vnic" : [ {
                "lif" : "aeiou",
                "type" : "aeiou",
                "mac" : "aeiou"
              } ],
              "sec_idx" : 123,
              "cloud_programming_done" : true,
              "vcpus" : 123,
              "admin_down_requested" : true,
              "vip_intf_mac" : "aeiou",
              "scaleout_in_progress" : true,
              "incarnation" : "aeiou",
              "delete_in_progress" : true,
              "floating_intf_ip" : [ "" ],
              "is_portchannel" : true
            } ],
            "migrate_scaleout_pending" : true,
            "num_additional_se" : 123,
            "progress_percent" : 123,
            "user_scaleout_pending" : true,
            "fsm_state_id" : "aeiou",
            "vip_id" : "aeiou",
            "warmstart_resync_sent" : true,
            "metrics_mgr_port" : "aeiou",
            "fsm_state_name" : "aeiou",
            "ev" : [ "aeiou" ],
            "scalein_request" : "",
            "last_scale_status" : {
              "end_time_str" : "aeiou",
              "placement_read_fail_cnt" : 123,
              "reason" : [ "aeiou" ],
              "num_se_assigned" : 123,
              "reason_code" : 123456789,
              "scale_se" : "aeiou",
              "num_se_requested" : 123,
              "vip_placement_resolution_info" : {
                "ip" : "",
                "networks" : [ {
                  "subnet" : [ "" ],
                  "subnet6" : [ "" ],
                  "network_ref" : "aeiou"
                } ],
                "pool_uuid" : "aeiou"
              },
              "action" : "aeiou",
              "start_time_str" : "aeiou",
              "state" : "aeiou",
              "reason_code_string" : "aeiou",
              "action_success" : true
            },
            "migrate_in_progress" : true,
            "last_changed_time" : "",
            "scaleout_in_progress" : true,
            "prev_metrics_mgr_port" : "aeiou",
            "migrate_request" : ""
          } ],
          "east_west" : true,
          "marked_for_delete" : true,
          "is_dns_vs" : true,
          "prev_controller_ip" : "aeiou",
          "num_additional_se" : 123,
          "controller_ip" : "aeiou",
          "gslb_dns_update" : {
            "send_interval" : 123,
            "gslb_geo_db_profile_uuids" : [ "aeiou" ],
            "gslb_uuids" : [ "aeiou" ],
            "obj_info" : [ {
              "obj" : {
                "gslb_geo_db_profile_uuid" : "aeiou",
                "gslb_uuid" : "aeiou",
                "gslb_service_uuid" : "aeiou"
              },
              "object_uuid" : "aeiou",
              "pb_name" : "aeiou",
              "state" : "aeiou"
            } ],
            "gslb_service_uuids" : [ "aeiou" ],
            "clear_on_max_retries" : 123,
            "uuid" : "aeiou"
          },
          "sec_mgr_info" : {
            "thresholds" : [ {
              "attack_type" : "aeiou",
              "threshold" : 123456789
            } ]
          },
          "metrics_mgr_port" : "aeiou",
          "self_se_election" : true,
          "key_rotation_count" : 123456789,
          "version" : 123456789,
          "tls_ticket_key" : [ {
            "hmac_key" : "aeiou",
            "aes_key" : "aeiou",
            "name" : "aeiou"
          } ],
          "datapath_debug" : {
            "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
              }
            },
            "latency_audit_filters" : "",
            "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,
              "src_port_range_end" : 123,
              "dst_port_start" : 123,
              "tcp_push" : true,
              "capture_ip" : {
                "prefixes" : [ "" ],
                "ranges" : [ {
                  "end" : "",
                  "begin" : ""
                } ],
                "addrs" : [ "" ]
              },
              "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" ]
            }
          },
          "last_changed_time" : "",
          "vh_child_vs_ref" : [ "aeiou" ],
          "manual_placement" : true,
          "prev_metrics_mgr_port" : "aeiou",
          "redis_db" : 123
        },
        "vs_uuid" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_tag_event_details" : {
        "error_string" : "aeiou",
        "vm_id" : "aeiou",
        "cc_id" : "aeiou"
      },
      "vs_error_details" : {
        "error_message" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_assigned" : [ "" ],
        "se_requested" : "",
        "ip" : "aeiou",
        "rpc_status" : 123456789,
        "ip6" : "aeiou"
      },
      "rebalance_scaleout_details" : {
        "vs_uuid" : "aeiou",
        "scaleout_params" : {
          "to_se_ref" : "aeiou",
          "to_new_se" : true,
          "admin_up" : true,
          "to_host_ref" : "aeiou",
          "vip_id" : "aeiou",
          "uuid" : "aeiou",
          "new_vcpus" : 123
        }
      },
      "nsxt_rule_details" : {
        "dests" : [ "aeiou" ],
        "error_string" : "aeiou",
        "sources" : [ "aeiou" ],
        "pool" : "aeiou",
        "action" : "aeiou",
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "destexclude" : true,
        "direction" : "aeiou"
      },
      "albservices_status_details" : {
        "reason" : "aeiou",
        "connectivity" : "aeiou",
        "registration" : "aeiou"
      },
      "pool_deployment_failure_info" : {
        "curr_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "curr_in_service_pool_name" : "aeiou",
        "results" : [ {
          "result" : true,
          "metric_value" : 1.3579000000000001069366817318950779736042022705078125,
          "rule" : {
            "metric_id" : "aeiou",
            "threshold" : 1.3579000000000001069366817318950779736042022705078125,
            "operator" : "aeiou"
          }
        } ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "nsxt_service_details" : {
        "error_string" : "aeiou",
        "service" : "aeiou"
      },
      "server_autoscalein_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scalein_server_candidates" : [ "" ],
        "load" : 1.3579000000000001069366817318950779736042022705078125,
        "alertconfig_ref" : "aeiou",
        "scheduled_desired_capacity" : 123,
        "alertconfig_name" : "aeiou",
        "num_servers_up" : 123,
        "available_capacity" : 1.3579000000000001069366817318950779736042022705078125,
        "num_scalein_servers" : 123
      },
      "cc_health_details" : {
        "error_string" : "aeiou",
        "num_fails" : 123,
        "last_ok" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "last_fail" : "aeiou",
        "first_fail" : "aeiou"
      },
      "aws_asg_deletion_details" : {
        "asgs" : [ "aeiou" ],
        "cc_id" : "aeiou",
        "pool_uuid" : "aeiou"
      },
      "spawn_se_details" : {
        "availability_zone" : "aeiou",
        "reason" : "aeiou",
        "memory" : 123,
        "status_code" : 123456789,
        "cloud_name" : "aeiou",
        "vs_name" : "aeiou",
        "se_grp_uuid" : "aeiou",
        "networks" : [ "aeiou" ],
        "se_name" : "aeiou",
        "vcpus" : 123,
        "host_uuid" : "aeiou",
        "cloud_uuid" : "aeiou",
        "flavor_name" : "aeiou",
        "vs_uuid" : "aeiou",
        "se_cookie" : "aeiou",
        "se_grp_name" : "aeiou",
        "network_names" : [ "aeiou" ],
        "host_name" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "tencent_info" : {
        "error_string" : "aeiou",
        "vpc_id" : "aeiou",
        "cc_id" : "aeiou",
        "region" : "aeiou"
      },
      "se_ntp_synchronization_failed" : {
        "ntp_servers" : "aeiou",
        "se_name" : "aeiou",
        "se_ref" : "aeiou"
      },
      "mgmt_nw_change_details" : {
        "existing_nw" : "aeiou",
        "new_nw" : "aeiou",
        "vcenter" : "aeiou"
      },
      "os_ip_details" : {
        "error_string" : "aeiou",
        "port_uuid" : "aeiou",
        "mac_addr" : "aeiou",
        "ip" : "",
        "se_vm_uuid" : "aeiou"
      },
      "cloud_asg_notif_details" : {
        "pool_ref" : "aeiou",
        "error_string" : "aeiou",
        "asg_name" : "aeiou",
        "cc_id" : "aeiou"
      },
      "nsxt_endpoint_details" : {
        "error_string" : "aeiou",
        "endpoint" : "aeiou",
        "targetIps" : [ "aeiou" ],
        "segroup" : "aeiou",
        "services" : [ "aeiou" ],
        "tier1" : "aeiou"
      },
      "all_seupgrade_event_details" : {
        "request" : {
          "patch" : true,
          "rollback" : true,
          "suspend_on_failure" : true,
          "resume_from_suspend" : true,
          "disruptive" : true,
          "patch_rollback" : true,
          "se_group_refs" : [ "aeiou" ],
          "skip_suspended" : true,
          "uuid" : "aeiou"
        },
        "notes" : [ "aeiou" ],
        "num_se" : 123,
        "num_vs" : 123
      },
      "server_autoscalein_complete_info" : {
        "pool_ref" : "aeiou",
        "reason_code" : "aeiou",
        "reason" : "aeiou",
        "scaled_in_servers" : [ {
          "port" : 123,
          "ip" : "",
          "external_uuid" : "aeiou"
        } ],
        "nscalein" : 123
      },
      "se_gateway_heartbeat_failed_details" : {
        "vrf_uuid" : "aeiou",
        "gateway_ip" : "aeiou",
        "vrf_name" : "aeiou"
      },
      "cluster_leader_failover_details" : {
        "previous_leader_node" : "",
        "leader_node" : {
          "static_routes" : [ {
            "route_id" : "aeiou",
            "disable_gateway_monitor" : true,
            "next_hop" : "",
            "prefix" : "",
            "if_name" : "aeiou",
            "labels" : [ {
              "value" : "aeiou",
              "key" : "aeiou"
            } ]
          } ],
          "vm_mor" : "aeiou",
          "public_ip_or_name" : "",
          "interfaces" : [ {
            "mode" : "aeiou",
            "mode6" : "aeiou",
            "public_ip_or_name" : "",
            "mac_address" : "aeiou",
            "if_name" : "aeiou",
            "ip" : {
              "ip_addr" : "",
              "mask" : 123
            },
            "gateway6" : "",
            "gateway" : "",
            "ip6" : "",
            "labels" : [ "aeiou" ]
          } ],
          "password" : "aeiou",
          "vm_uuid" : "aeiou",
          "ip" : "",
          "name" : "aeiou",
          "categories" : [ "aeiou" ],
          "vm_hostname" : "aeiou",
          "vm_name" : "aeiou"
        }
      },
      "log_agent_event_details" : {
        "protocol" : "aeiou",
        "tcp_detail" : {
          "error_reason" : "aeiou",
          "port" : "aeiou",
          "host" : "aeiou",
          "error_code" : "aeiou"
        },
        "type" : "aeiou"
      },
      "vcenter_cluster_details" : {
        "cluster" : "aeiou",
        "error_string" : "aeiou",
        "hosts" : [ "aeiou" ],
        "vc_url" : "aeiou",
        "cc_id" : "aeiou"
      },
      "app_signature_event_data" : {
        "reason" : "aeiou",
        "last_successful_updated_time" : "aeiou",
        "status" : "aeiou"
      },
      "vcenter_connectivity_status" : {
        "cloud" : "aeiou",
        "vcenter" : "aeiou",
        "datacenter" : "aeiou"
      },
      "nw_subnet_clash_details" : {
        "ip_nw" : "aeiou",
        "networks" : [ "aeiou" ]
      },
      "se_vs_pkt_buf_high_event_details" : {
        "threshold" : 123,
        "current_value" : 123,
        "virtual_service" : "aeiou"
      },
      "crs_details" : "",
      "cluster_node_started_details" : {
        "ip" : "",
        "node_name" : "aeiou"
      },
      "cc_dns_update_details" : {
        "dns_fqdn" : "aeiou",
        "error_string" : "aeiou",
        "vs_uuid" : "aeiou",
        "vtype" : "aeiou",
        "cc_id" : "aeiou",
        "fip" : "",
        "vip" : ""
      },
      "config_user_logout_details" : {
        "error_message" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "license_details" : {
        "license_id" : "aeiou",
        "license_type" : "aeiou",
        "name" : "aeiou",
        "expiry_at" : "aeiou",
        "backend_servers" : 123
      },
      "se_thresh_event_details" : {
        "curr_value" : 123456789,
        "thresh" : 123456789
      },
      "sec_mgr_data_event" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "attach_ip_status_details" : {
        "reason" : "aeiou",
        "vs_name" : "aeiou",
        "vip_id" : "aeiou",
        "se_name" : "aeiou"
      },
      "azure_mp_info" : {
        "offer" : "aeiou",
        "subscription_id" : "aeiou",
        "reason" : "aeiou",
        "resource_group" : "aeiou",
        "skus" : [ "aeiou" ],
        "publisher" : "aeiou",
        "vnet_id" : "aeiou",
        "cc_id" : "aeiou",
        "status" : "aeiou"
      },
      "rate_limiter_event_details" : {
        "error_message" : "aeiou",
        "rl_resource_type" : "aeiou",
        "rl_resource_name" : "aeiou",
        "status" : "aeiou"
      },
      "config_update_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "old_resource_data" : "aeiou",
        "resource_type" : "aeiou",
        "request_data" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "new_resource_data" : "aeiou",
        "status" : "aeiou"
      },
      "config_password_change_request_details" : {
        "user_email" : "aeiou",
        "client_ip" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "cluster_config_failed_details" : {
        "reason" : "aeiou"
      },
      "ssl_ignored_details" : {
        "reason" : "aeiou",
        "name" : "aeiou"
      },
      "pool_server_delete_details" : {
        "server_ip" : [ "aeiou" ],
        "pool_name" : "aeiou"
      },
      "config_user_login_details" : {
        "error_message" : "aeiou",
        "remote_attributes" : "aeiou",
        "client_ip" : "aeiou",
        "client_type" : "aeiou",
        "user" : "aeiou",
        "local" : true,
        "status" : "aeiou"
      },
      "docker_ucp_details" : {
        "reason" : "aeiou",
        "new_hosts" : [ "aeiou" ],
        "failed_hosts" : [ "aeiou" ],
        "docker_ucp_access" : true,
        "hosts" : [ "aeiou" ],
        "ucp_nodes" : [ "aeiou" ],
        "se_deploy_method_access" : true,
        "cc_id" : "aeiou",
        "se_name" : "aeiou",
        "missing_hosts" : [ "aeiou" ],
        "version" : "aeiou",
        "fleet_endpoint" : "aeiou"
      },
      "config_action_details" : {
        "error_message" : "aeiou",
        "path" : "aeiou",
        "parameter_data" : "aeiou",
        "action_name" : "aeiou",
        "resource_type" : "aeiou",
        "resource_name" : "aeiou",
        "user" : "aeiou",
        "status" : "aeiou"
      },
      "se_hm_pool_details" : {
        "server" : {
          "failure_code" : "aeiou",
          "hostname" : "aeiou",
          "port" : 123,
          "ip" : "",
          "description" : "aeiou",
          "shm" : [ "" ],
          "app_info" : [ "" ],
          "ssl_error_code" : "aeiou"
        },
        "pool" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "percent_servers_up" : "aeiou",
        "ha_reason" : "aeiou",
        "virtual_service" : "aeiou"
      },
      "se_reconcile_details" : {
        "new_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tier" : "aeiou",
        "old_service_cores" : 1.3579000000000001069366817318950779736042022705078125,
        "tenant_uuid" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "seupgrade_disrupted_details" : {
        "notes" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "ip" : "aeiou",
        "vip_id" : "aeiou"
      },
      "vcenter_disc_failure" : {
        "vcenter" : "aeiou",
        "state" : "aeiou"
      },
      "pool_deployment_success_info" : {
        "prev_in_service_pool_ref" : "aeiou",
        "webhook_result" : true,
        "webhook_reason" : "aeiou",
        "prev_in_service_pool_name" : "aeiou",
        "results" : [ "" ],
        "uuid" : "aeiou",
        "ratio" : 123
      },
      "gcp_info" : {
        "reason" : "aeiou",
        "subnet" : "aeiou",
        "route_name" : "aeiou",
        "vs_name" : "aeiou",
        "project" : "aeiou",
        "nhop_inst" : "aeiou",
        "network" : "aeiou",
        "hostname" : "aeiou",
        "vs_uuid" : "aeiou",
        "zone" : "aeiou",
        "cc_id" : "aeiou",
        "vip" : "",
        "nhop_ip" : ""
      },
      "se_high_ingress_proc_latency_event_details" : {
        "flow_core" : 123,
        "max_disp_to_proxy_queing_delay" : 123,
        "event_count" : 123456789,
        "vs_name" : "aeiou",
        "max_dispatcher_proc_time" : 123,
        "se_name" : "aeiou",
        "vs_ref" : "aeiou",
        "dispatcher_core" : [ "" ],
        "se_ref" : "aeiou"
      },
      "psm_program_details" : {
        "name" : "aeiou",
        "error" : "aeiou"
      },
      "se_ip_added_event_details" : {
        "mode" : "aeiou",
        "ns" : "aeiou",
        "if_name" : "aeiou",
        "ip" : "aeiou",
        "network_uuid" : "aeiou",
        "linux_name" : "aeiou",
        "mac" : "aeiou",
        "mask" : 123,
        "se_ref" : "aeiou"
      },
      "semigrate_event_details" : {
        "reason" : [ "aeiou" ],
        "vs_uuid" : "aeiou",
        "vs_name" : "aeiou",
        "se_name" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "oci_info" : {
        "reason" : "aeiou",
        "tenancy" : "aeiou",
        "compartment_id" : "aeiou",
        "cc_id" : "aeiou",
        "vcn_id" : "aeiou",
        "status" : "aeiou"
      },
      "se_persistence_details" : {
        "entries" : 123,
        "pool" : "aeiou",
        "type" : "aeiou"
      },
      "nsxt_t1_seg_details" : {
        "error_string" : "aeiou",
        "t1seg" : [ {
          "segment" : "aeiou",
          "tier1" : "aeiou"
        } ],
        "cc_id" : "aeiou"
      },
      "cluster_service_failed_details" : {
        "service_name" : "aeiou",
        "node_name" : "aeiou"
      },
      "os_infra_details" : {
        "error_string" : "aeiou",
        "keystone_host" : "aeiou",
        "admin_tenant" : "aeiou",
        "auth_url" : "aeiou",
        "cc_id" : "aeiou",
        "privilege" : "aeiou"
      },
      "database_event_info" : {
        "component" : "aeiou",
        "message" : "aeiou"
      },
      "se_hm_gs_details" : {
        "reason" : "aeiou",
        "src_uuid" : "aeiou",
        "se_name" : "aeiou",
        "ha_reason" : "aeiou",
        "gslb_service" : "aeiou"
      },
      "seupgrade_event_details" : {
        "notes" : [ "aeiou" ],
        "se_grp_uuid" : "aeiou",
        "num_vs" : 123,
        "se_uuid" : "aeiou"
      },
      "system_report_event_details" : {
        "summary" : {
          "previews" : [ "aeiou" ],
          "description" : "aeiou",
          "title" : "aeiou"
        },
        "downloadable" : true,
        "image_ref" : "aeiou",
        "readiness_reports" : [ {
          "node_ref" : "aeiou",
          "node_type" : "aeiou",
          "obj_cloud_ref" : "aeiou",
          "name" : "aeiou",
          "system_readiness" : {
            "duration" : 123,
            "checks_completed" : 123,
            "start_time" : "aeiou",
            "image_ref" : "aeiou",
            "checks" : [ {
              "duration" : 123,
              "start_time" : "aeiou",
              "error_details" : [ "aeiou" ],
              "check_code" : "aeiou",
              "end_time" : "aeiou",
              "description" : "aeiou",
              "details" : [ "aeiou" ],
              "state" : "aeiou"
            } ],
            "total_checks" : 123,
            "end_time" : "aeiou",
            "patch_image_ref" : "aeiou",
            "state" : {
              "reason" : "aeiou",
              "rebooted" : true,
              "last_changed_time" : "",
              "state" : "aeiou"
            },
            "upgrade_ops" : "aeiou"
          }
        } ],
        "archive_ref" : "aeiou",
        "uuid" : "aeiou",
        "url" : "aeiou",
        "_last_modified" : "aeiou",
        "se_patch_image_ref" : "aeiou",
        "tenant_ref" : "aeiou",
        "controller_patch_image_ref" : "aeiou",
        "name" : "aeiou",
        "state" : {
          "reason" : "aeiou",
          "last_changed_time" : "",
          "state" : "aeiou"
        },
        "events" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "end_time" : "aeiou",
          "event_name" : "aeiou",
          "messages" : [ "aeiou" ],
          "status" : "aeiou"
        } ]
      },
      "ssl_expire_details" : {
        "days_left" : 123,
        "name" : "aeiou"
      },
      "marathon_service_port_conflict_details" : {
        "app_name" : "aeiou",
        "marathon_url" : "aeiou",
        "port" : 123,
        "cc_id" : "aeiou"
      },
      "os_se_vm_details" : {
        "error_string" : "aeiou",
        "se_vm_uuid" : "aeiou"
      },
      "se_dupip_event_details" : {
        "remote_mac" : "aeiou",
        "vnic_name" : "aeiou",
        "local_mac" : "aeiou",
        "vnic_ip" : "aeiou"
      },
      "cluster_node_add_details" : {
        "role" : "aeiou",
        "ip" : "",
        "node_name" : "aeiou"
      },
      "se_licensed_bandwdith_exceeded_event_details" : {
        "num_pkts_dropped" : 123,
        "se_ref" : "aeiou"
      },
      "container_cloud_sevice" : {
        "reason" : "aeiou",
        "service" : "aeiou",
        "cc_id" : "aeiou",
        "object" : "aeiou",
        "status" : "aeiou"
      },
      "se_ipfailure_event_details" : {
        "vnic_name" : "aeiou",
        "network_uuid" : "aeiou",
        "mac" : "aeiou",
        "se_ref" : "aeiou"
      }
    },
    "obj_type" : "aeiou",
    "obj_uuid" : "aeiou",
    "is_security_event" : true,
    "tenant" : "aeiou"
  } ],
  "timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "summary" : "aeiou",
  "level" : "aeiou",
  "conn_events" : [ {
    "server_rx_pkts" : 123456789,
    "start_timestamp" : 123456789,
    "proxy_protocol" : "aeiou",
    "ssl_cipher" : "aeiou",
    "timeouts" : 123,
    "out_of_orders" : 123,
    "server_retransmits" : 123,
    "mss" : 123,
    "gslbpool_name" : "aeiou",
    "microservice_name" : "aeiou",
    "protocol" : "aeiou",
    "tx_pkts" : 123456789,
    "avg_ingress_latency_be" : 123,
    "server_ip" : 123,
    "total_bytes" : 123456789,
    "server_conn_src_ip6" : "aeiou",
    "avg_ingress_latency_fe" : 123,
    "client_ip" : 123,
    "total_time" : 123456789,
    "adf" : true,
    "conn_est_time_be" : 123,
    "server_rx_bytes" : 123456789,
    "server_tx_bytes" : 123456789,
    "dns_tcp_conn_close_from_se" : true,
    "server_conn_src_ip" : 123,
    "server_total_bytes" : 123456789,
    "total_pkts" : 123456789,
    "pool" : "aeiou",
    "rx_pkts" : 123456789,
    "server_zero_window_size_events" : 123,
    "persistence_used" : true,
    "significant" : 123456789,
    "ssl_session_id" : "aeiou",
    "average_turntime" : 123,
    "conn_est_time_fe" : 123,
    "sip_log" : {
      "sip_callid_hdr" : "aeiou",
      "sip_from_hdr" : "aeiou",
      "sip_messages" : [ {
        "from_client" : true,
        "status_code" : 123,
        "method" : "aeiou",
        "rx_bytes" : 123,
        "rcv_timestamp" : 123456789,
        "content" : "aeiou",
        "tx_bytes" : 123,
        "status" : "aeiou"
      } ],
      "sip_to_hdr" : "aeiou",
      "sip_contact_hdr" : "aeiou",
      "server_protocol" : "aeiou"
    },
    "client_dest_port" : 123,
    "num_window_shrink" : 123,
    "vs_ip6" : "aeiou",
    "ds_log" : "aeiou",
    "zero_window_size_events" : 123,
    "dns_ips" : [ "" ],
    "udf" : true,
    "server_total_pkts" : 123456789,
    "ssl_version" : "aeiou",
    "num_syn_retransmit" : 123,
    "virtualservice" : "aeiou",
    "max_ingress_latency_fe" : 123,
    "client_ip6" : "aeiou",
    "server_name" : "aeiou",
    "dns_etype" : "aeiou",
    "service_engine" : "aeiou",
    "client_rtt" : 123,
    "gslbservice" : "aeiou",
    "microservice" : "aeiou",
    "ocsp_status_resp_sent" : true,
    "client_src_port" : 123,
    "max_ingress_latency_be" : 123,
    "network_security_policy_rule_name" : "aeiou",
    "server_dest_port" : 123,
    "dns_response" : {
      "response_code" : "aeiou",
      "records" : [ {
        "addr_ip" : 123,
        "vs_name" : "aeiou",
        "cname" : "aeiou",
        "priority" : 123,
        "type" : "aeiou",
        "nsname" : "aeiou",
        "ttl" : 123,
        "site_name" : "aeiou",
        "addr6_ip_str" : "aeiou",
        "text_rdata" : "aeiou",
        "port" : 123,
        "name" : "aeiou",
        "location" : "",
        "mail_server" : "aeiou",
        "dclass" : 123
      } ],
      "fallback_algorithm_used" : true,
      "recursion_available" : true,
      "recursion_desired" : true,
      "query_or_response" : true,
      "authoritative_answer" : true,
      "is_wildcard" : true,
      "opcode" : "aeiou",
      "question_count" : 123,
      "nameserver_records_count" : 123,
      "opt_record" : "",
      "additional_records_count" : 123,
      "truncation" : true,
      "answer_records_count" : 123
    },
    "server_src_port" : 123,
    "client_location" : "aeiou",
    "rx_bytes" : 123456789,
    "server_rtt" : 123,
    "gslbservice_name" : "aeiou",
    "server_ip6" : "aeiou",
    "sni_hostname" : "aeiou",
    "vs_ip" : 123,
    "num_transaction" : 123,
    "tx_bytes" : 123456789,
    "dns_fqdn" : "aeiou",
    "dns_qtype" : "aeiou",
    "log_id" : 123,
    "retransmits" : 123,
    "vcpu_id" : 123,
    "connection_ended" : true,
    "pool_name" : "aeiou",
    "report_timestamp" : 123456789,
    "significance" : "aeiou",
    "client_log_filter_name" : "aeiou",
    "server_out_of_orders" : 123,
    "server_timeouts" : 123,
    "significant_log" : [ "aeiou" ],
    "dns_request" : {
      "question_count" : 123,
      "identifier" : 123,
      "nameserver_records_count" : 123,
      "client_location" : {
        "latitude" : 1.3579000000000001069366817318950779736042022705078125,
        "name" : "aeiou",
        "tag" : "aeiou",
        "longitude" : 1.3579000000000001069366817318950779736042022705078125
      },
      "checking_disabled" : true,
      "recursion_desired" : true,
      "authentic_data" : true,
      "query_or_response" : true,
      "opt_record" : {
        "udp_payload_size" : 123,
        "dnssec_ok" : true,
        "options" : [ {
          "addr_family" : 123,
          "code" : "aeiou",
          "subnet_ip6" : "aeiou",
          "scope_prefix_len" : 123,
          "source_prefix_len" : 123,
          "subnet_ip" : 123
        } ],
        "version" : 123
      },
      "additional_records_count" : 123,
      "opcode" : "aeiou",
      "answer_records_count" : 123
    },
    "server_tx_pkts" : 123456789,
    "server_num_window_shrink" : 123
  } ],
  "last_throttle_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
  "url" : "aeiou",
  "metric_info" : [ {
    "metric_id" : "aeiou",
    "end_timestamp" : 1.3579000000000001069366817318950779736042022705078125,
    "time_series" : {
      "metric_id" : "aeiou",
      "entity_uuid" : "aeiou",
      "stop" : "aeiou",
      "series" : [ {
        "data" : [ {
          "page_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_high" : 1.3579000000000001069366817318950779736042022705078125,
          "prediction_interval_low" : 1.3579000000000001069366817318950779736042022705078125,
          "service_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str" : "aeiou",
          "client_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "waiting_time" : 1.3579000000000001069366817318950779736042022705078125,
          "is_null" : true,
          "dns_lookup_time" : 1.3579000000000001069366817318950779736042022705078125,
          "dom_content_load_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value_str_desc" : "aeiou",
          "connection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "page_download_time" : 1.3579000000000001069366817318950779736042022705078125,
          "rum_client_data_transfer_time" : 1.3579000000000001069366817318950779736042022705078125,
          "blocking_time" : 1.3579000000000001069366817318950779736042022705078125,
          "server_rtt" : 1.3579000000000001069366817318950779736042022705078125,
          "redirection_time" : 1.3579000000000001069366817318950779736042022705078125,
          "application_response_time" : 1.3579000000000001069366817318950779736042022705078125,
          "browser_rendering_time" : 1.3579000000000001069366817318950779736042022705078125,
          "value" : 1.3579000000000001069366817318950779736042022705078125,
          "num_samples" : 123,
          "timestamp" : "aeiou"
        } ],
        "header" : {
          "server" : "aeiou",
          "obj_id" : "aeiou",
          "obj_id_type" : "aeiou",
          "serviceengine_uuid" : "aeiou",
          "derivation_data" : {
            "skip_backend_derivation" : true,
            "include_derivation_metrics" : true,
            "derivation_fn" : "aeiou",
            "exclude_derived_metric" : true,
            "metric_ids" : "aeiou",
            "second_order_derivation" : true,
            "join_tables" : "aeiou",
            "result_has_additional_fields" : true
          },
          "metrics_min_scale" : 1.3579000000000001069366817318950779736042022705078125,
          "units" : "aeiou",
          "priority" : true,
          "entity_uuid" : "aeiou",
          "tenant_uuid" : "aeiou",
          "metrics_sum_agg_invalid" : true,
          "name" : "aeiou",
          "metric_description" : "aeiou",
          "dimension_data" : [ {
            "dimension_id" : "aeiou",
            "dimension" : "aeiou"
          } ],
          "missing_intervals" : [ {
            "start" : "aeiou",
            "end" : "aeiou"
          } ],
          "pool_uuid" : "aeiou",
          "statistics" : {
            "min" : 1.3579000000000001069366817318950779736042022705078125,
            "max" : 1.3579000000000001069366817318950779736042022705078125,
            "max_ts" : "aeiou",
            "trend" : 1.3579000000000001069366817318950779736042022705078125,
            "mean" : 1.3579000000000001069366817318950779736042022705078125,
            "min_ts" : "aeiou",
            "sum" : 1.3579000000000001069366817318950779736042022705078125,
            "last_sample" : 1.3579000000000001069366817318950779736042022705078125,
            "num_samples" : 123
          }
        }
      } ],
      "limit" : 123,
      "start" : "aeiou",
      "step" : 123,
      "id" : "aeiou",
      "metric_entity" : "aeiou"
    },
    "step" : 123,
    "value" : 1.3579000000000001069366817318950779736042022705078125,
    "report_timestamp" : 1.3579000000000001069366817318950779736042022705078125
  } ],
  "tenant_ref" : "aeiou",
  "alert_config_ref" : "aeiou",
  "name" : "aeiou",
  "action_script_output" : "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 Alert

401

log in failed

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.

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
      }
    },
    "latency_audit_filters" : "",
    "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,
      "src_port_range_end" : 123,
      "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
    }
  },
  "latency_audit_filters" : "",
  "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,
    "src_port_range_end" : 123,
    "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
    }
  },
  "latency_audit_filters" : "",
  "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,
    "src_port_range_end" : 123,
    "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
    }
  },
  "latency_audit_filters" : "",
  "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,
    "src_port_range_end" : 123,
    "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
    }
  },
  "latency_audit_filters" : "",
  "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,
    "src_port_range_end" : 123,
    "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
get /systemreport
(systemreportGet)

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

SystemReportApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "summary" : {
      "previews" : [ "aeiou" ],
      "description" : "aeiou",
      "title" : "aeiou"
    },
    "downloadable" : true,
    "image_ref" : "aeiou",
    "readiness_reports" : [ {
      "node_ref" : "aeiou",
      "node_type" : "aeiou",
      "obj_cloud_ref" : "aeiou",
      "name" : "aeiou",
      "system_readiness" : {
        "duration" : 123,
        "checks_completed" : 123,
        "start_time" : "aeiou",
        "image_ref" : "aeiou",
        "checks" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "error_details" : [ "aeiou" ],
          "check_code" : "aeiou",
          "end_time" : "aeiou",
          "description" : "aeiou",
          "details" : [ "aeiou" ],
          "state" : "aeiou"
        } ],
        "total_checks" : 123,
        "end_time" : "aeiou",
        "patch_image_ref" : "aeiou",
        "state" : {
          "reason" : "aeiou",
          "rebooted" : true,
          "last_changed_time" : {
            "usecs" : 123456789,
            "secs" : 123456789
          },
          "state" : "aeiou"
        },
        "upgrade_ops" : "aeiou"
      }
    } ],
    "archive_ref" : "aeiou",
    "uuid" : "aeiou",
    "url" : "aeiou",
    "_last_modified" : "aeiou",
    "se_patch_image_ref" : "aeiou",
    "tenant_ref" : "aeiou",
    "controller_patch_image_ref" : "aeiou",
    "name" : "aeiou",
    "state" : {
      "reason" : "aeiou",
      "last_changed_time" : "",
      "state" : "aeiou"
    },
    "events" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "end_time" : "aeiou",
      "event_name" : "aeiou",
      "messages" : [ "aeiou" ],
      "status" : "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 SystemReportApiResponse

401

log in failed

Up
post /systemreport
(systemreportPost)

Consumes

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

Request body

body (required)
Body Parameter — SystemReport object creation

Return type

SystemReport

Example data

Content-Type: application/json
{
  "summary" : {
    "previews" : [ "aeiou" ],
    "description" : "aeiou",
    "title" : "aeiou"
  },
  "downloadable" : true,
  "image_ref" : "aeiou",
  "readiness_reports" : [ {
    "node_ref" : "aeiou",
    "node_type" : "aeiou",
    "obj_cloud_ref" : "aeiou",
    "name" : "aeiou",
    "system_readiness" : {
      "duration" : 123,
      "checks_completed" : 123,
      "start_time" : "aeiou",
      "image_ref" : "aeiou",
      "checks" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "error_details" : [ "aeiou" ],
        "check_code" : "aeiou",
        "end_time" : "aeiou",
        "description" : "aeiou",
        "details" : [ "aeiou" ],
        "state" : "aeiou"
      } ],
      "total_checks" : 123,
      "end_time" : "aeiou",
      "patch_image_ref" : "aeiou",
      "state" : {
        "reason" : "aeiou",
        "rebooted" : true,
        "last_changed_time" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "state" : "aeiou"
      },
      "upgrade_ops" : "aeiou"
    }
  } ],
  "archive_ref" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "se_patch_image_ref" : "aeiou",
  "tenant_ref" : "aeiou",
  "controller_patch_image_ref" : "aeiou",
  "name" : "aeiou",
  "state" : {
    "reason" : "aeiou",
    "last_changed_time" : "",
    "state" : "aeiou"
  },
  "events" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "end_time" : "aeiou",
    "event_name" : "aeiou",
    "messages" : [ "aeiou" ],
    "status" : "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 SystemReport

401

log in failed

Up
delete /systemreport/{uuid}
(systemreportUuidDelete)

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 /systemreport/{uuid}
(systemreportUuidGet)

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

SystemReport

Example data

Content-Type: application/json
{
  "summary" : {
    "previews" : [ "aeiou" ],
    "description" : "aeiou",
    "title" : "aeiou"
  },
  "downloadable" : true,
  "image_ref" : "aeiou",
  "readiness_reports" : [ {
    "node_ref" : "aeiou",
    "node_type" : "aeiou",
    "obj_cloud_ref" : "aeiou",
    "name" : "aeiou",
    "system_readiness" : {
      "duration" : 123,
      "checks_completed" : 123,
      "start_time" : "aeiou",
      "image_ref" : "aeiou",
      "checks" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "error_details" : [ "aeiou" ],
        "check_code" : "aeiou",
        "end_time" : "aeiou",
        "description" : "aeiou",
        "details" : [ "aeiou" ],
        "state" : "aeiou"
      } ],
      "total_checks" : 123,
      "end_time" : "aeiou",
      "patch_image_ref" : "aeiou",
      "state" : {
        "reason" : "aeiou",
        "rebooted" : true,
        "last_changed_time" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "state" : "aeiou"
      },
      "upgrade_ops" : "aeiou"
    }
  } ],
  "archive_ref" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "se_patch_image_ref" : "aeiou",
  "tenant_ref" : "aeiou",
  "controller_patch_image_ref" : "aeiou",
  "name" : "aeiou",
  "state" : {
    "reason" : "aeiou",
    "last_changed_time" : "",
    "state" : "aeiou"
  },
  "events" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "end_time" : "aeiou",
    "event_name" : "aeiou",
    "messages" : [ "aeiou" ],
    "status" : "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 SystemReport

401

log in failed

Up
patch /systemreport/{uuid}
(systemreportUuidPatch)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

SystemReport

Example data

Content-Type: application/json
{
  "summary" : {
    "previews" : [ "aeiou" ],
    "description" : "aeiou",
    "title" : "aeiou"
  },
  "downloadable" : true,
  "image_ref" : "aeiou",
  "readiness_reports" : [ {
    "node_ref" : "aeiou",
    "node_type" : "aeiou",
    "obj_cloud_ref" : "aeiou",
    "name" : "aeiou",
    "system_readiness" : {
      "duration" : 123,
      "checks_completed" : 123,
      "start_time" : "aeiou",
      "image_ref" : "aeiou",
      "checks" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "error_details" : [ "aeiou" ],
        "check_code" : "aeiou",
        "end_time" : "aeiou",
        "description" : "aeiou",
        "details" : [ "aeiou" ],
        "state" : "aeiou"
      } ],
      "total_checks" : 123,
      "end_time" : "aeiou",
      "patch_image_ref" : "aeiou",
      "state" : {
        "reason" : "aeiou",
        "rebooted" : true,
        "last_changed_time" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "state" : "aeiou"
      },
      "upgrade_ops" : "aeiou"
    }
  } ],
  "archive_ref" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "se_patch_image_ref" : "aeiou",
  "tenant_ref" : "aeiou",
  "controller_patch_image_ref" : "aeiou",
  "name" : "aeiou",
  "state" : {
    "reason" : "aeiou",
    "last_changed_time" : "",
    "state" : "aeiou"
  },
  "events" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "end_time" : "aeiou",
    "event_name" : "aeiou",
    "messages" : [ "aeiou" ],
    "status" : "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 SystemReport

401

log in failed

Up
put /systemreport/{uuid}
(systemreportUuidPut)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

SystemReport

Example data

Content-Type: application/json
{
  "summary" : {
    "previews" : [ "aeiou" ],
    "description" : "aeiou",
    "title" : "aeiou"
  },
  "downloadable" : true,
  "image_ref" : "aeiou",
  "readiness_reports" : [ {
    "node_ref" : "aeiou",
    "node_type" : "aeiou",
    "obj_cloud_ref" : "aeiou",
    "name" : "aeiou",
    "system_readiness" : {
      "duration" : 123,
      "checks_completed" : 123,
      "start_time" : "aeiou",
      "image_ref" : "aeiou",
      "checks" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "error_details" : [ "aeiou" ],
        "check_code" : "aeiou",
        "end_time" : "aeiou",
        "description" : "aeiou",
        "details" : [ "aeiou" ],
        "state" : "aeiou"
      } ],
      "total_checks" : 123,
      "end_time" : "aeiou",
      "patch_image_ref" : "aeiou",
      "state" : {
        "reason" : "aeiou",
        "rebooted" : true,
        "last_changed_time" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "state" : "aeiou"
      },
      "upgrade_ops" : "aeiou"
    }
  } ],
  "archive_ref" : "aeiou",
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou",
  "se_patch_image_ref" : "aeiou",
  "tenant_ref" : "aeiou",
  "controller_patch_image_ref" : "aeiou",
  "name" : "aeiou",
  "state" : {
    "reason" : "aeiou",
    "last_changed_time" : "",
    "state" : "aeiou"
  },
  "events" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "end_time" : "aeiou",
    "event_name" : "aeiou",
    "messages" : [ "aeiou" ],
    "status" : "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 SystemReport

401

log in failed

Up
get /upgradestatusinfo
(upgradestatusinfoGet)

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

UpgradeStatusInfoApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "reason" : "aeiou",
    "seg_params" : "",
    "image_ref" : "aeiou",
    "previous_patch_list" : [ "" ],
    "patch_image_ref" : "aeiou",
    "uuid" : "aeiou",
    "se_upgrade_events" : [ "" ],
    "node_type" : "aeiou",
    "system_report_refs" : [ "aeiou" ],
    "se_patch_image_ref" : "aeiou",
    "previous_patch_version" : "aeiou",
    "state" : "",
    "upgrade_ops" : "aeiou",
    "patch_version" : "aeiou",
    "obj_cloud_ref" : "aeiou",
    "prev_image_path" : "aeiou",
    "history" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "upgrade_events" : [ {
        "task_name" : "aeiou",
        "task" : "aeiou",
        "sub_events" : [ "" ],
        "nodes_events" : [ {
          "duration" : 123,
          "start_time" : "aeiou",
          "ip" : {
            "addr" : "aeiou",
            "type" : "aeiou"
          },
          "end_time" : "aeiou",
          "sub_tasks" : [ "aeiou" ],
          "message" : "aeiou",
          "status" : true
        } ]
      } ],
      "ops" : "aeiou",
      "end_time" : "aeiou",
      "seg_status" : {
        "disrupted_vs_ref" : [ "aeiou" ],
        "num_se_with_no_vs" : 123,
        "reason" : [ "aeiou" ],
        "enqueue_time" : "aeiou",
        "notes" : [ "aeiou" ],
        "se_upgrade_suspended" : [ "aeiou" ],
        "se_upgrade_in_progress" : [ "aeiou" ],
        "vs_scalein_in_progress_ref" : [ "aeiou" ],
        "se_already_upgraded_at_start" : [ "aeiou" ],
        "se_group_uuid" : "aeiou",
        "se_reboot_in_progress_ref" : "aeiou",
        "num_vs" : 123,
        "vs_migrate_in_progress_ref" : [ "aeiou" ],
        "se_upgrade_completed" : [ "aeiou" ],
        "se_upgrade_errors" : [ "" ],
        "duration" : "aeiou",
        "in_progress" : true,
        "request_time" : "aeiou",
        "ha_mode" : "aeiou",
        "se_ip_missing_at_start" : [ "aeiou" ],
        "controller_version" : "aeiou",
        "num_se_with_vs_not_scaledout" : 123,
        "vs_scaleout_in_progress_ref" : [ "aeiou" ],
        "num_vs_disrupted" : 123,
        "traffic_status" : "aeiou",
        "se_poweredoff_at_start" : [ "aeiou" ],
        "vs_errors" : [ {
          "reason" : [ "aeiou" ],
          "se_group_ha_mode" : "aeiou",
          "tenant_ref" : "aeiou",
          "traffic_status" : "aeiou",
          "vip_id" : "aeiou",
          "event_timestamp" : {
            "usecs" : 123456789,
            "secs" : 123456789
          },
          "vs_ref" : "aeiou",
          "se_group_ref" : "aeiou",
          "se_ref" : "aeiou"
        } ],
        "state" : "aeiou",
        "worker" : "aeiou",
        "se_group_name" : "aeiou",
        "end_time" : "aeiou",
        "se_with_vs_scaledout" : [ "aeiou" ],
        "thread" : "aeiou",
        "se_disconnected_at_start" : [ "aeiou" ],
        "start_time" : "aeiou",
        "num_se" : 123,
        "se_upgrade_not_started" : [ "aeiou" ],
        "se_upgrade_skip_suspended" : [ "aeiou" ],
        "num_se_with_vs_scaledout" : 123,
        "tenant_ref" : "aeiou",
        "se_upgrade_failed" : [ "aeiou" ],
        "se_with_vs_not_scaledout" : [ "aeiou" ],
        "progress" : 123,
        "se_with_no_vs" : [ "aeiou" ]
      },
      "state" : {
        "reason" : "aeiou",
        "rebooted" : true,
        "last_changed_time" : "",
        "state" : "aeiou"
      },
      "statediff_ref" : "aeiou",
      "patch_version" : "aeiou",
      "version" : "aeiou",
      "se_upgrade_events" : [ {
        "reason" : [ "aeiou" ],
        "to_se_ref" : "aeiou",
        "vs_ref" : "aeiou",
        "num_vs" : 123,
        "se_group_ref" : "aeiou",
        "from_se_ref" : "aeiou",
        "num_se" : 123,
        "se_group_ha_mode" : "aeiou",
        "task" : "aeiou",
        "num_se_group" : 123,
        "sub_tasks" : [ "aeiou" ],
        "traffic_status" : "aeiou",
        "se_ref" : "aeiou"
      } ]
    } ],
    "params" : {
      "image_ref" : "aeiou",
      "patch_ref" : "aeiou",
      "se_group_resume_options" : {
        "action_on_error" : "aeiou",
        "disruptive" : true,
        "skip_suspended" : true
      },
      "se_group_options" : {
        "action_on_error" : "aeiou",
        "disruptive" : true
      }
    },
    "previous_image_ref" : "aeiou",
    "version" : "aeiou",
    "start_time" : "aeiou",
    "patch_reboot" : true,
    "patch_list" : [ {
      "patch_image_path" : "aeiou",
      "patch_image_ref" : "aeiou",
      "patch_version" : "aeiou"
    } ],
    "system" : true,
    "tasks_completed" : 123,
    "upgrade_readiness" : {
      "duration" : 123,
      "checks_completed" : 123,
      "start_time" : "aeiou",
      "image_ref" : "aeiou",
      "checks" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "error_details" : [ "aeiou" ],
        "check_code" : "aeiou",
        "end_time" : "aeiou",
        "description" : "aeiou",
        "details" : [ "aeiou" ],
        "state" : "aeiou"
      } ],
      "total_checks" : 123,
      "end_time" : "aeiou",
      "patch_image_ref" : "aeiou",
      "state" : "",
      "upgrade_ops" : "aeiou"
    },
    "fips_mode" : true,
    "name" : "aeiou",
    "upgrade_events" : [ "" ],
    "enable_rollback" : true,
    "enqueue_time" : "aeiou",
    "patch_image_path" : "aeiou",
    "prev_patch_image_path" : "aeiou",
    "seg_status" : "",
    "total_tasks" : 123,
    "_last_modified" : "aeiou",
    "duration" : 123,
    "previous_version" : "aeiou",
    "se_patch_image_path" : "aeiou",
    "previous_patch_image_ref" : "aeiou",
    "end_time" : "aeiou",
    "clean" : true,
    "statediff_ref" : "aeiou",
    "after_reboot_rollback_fnc" : "aeiou",
    "url" : "aeiou",
    "image_path" : "aeiou",
    "tenant_ref" : "aeiou",
    "after_reboot_task_name" : "aeiou",
    "progress" : 123,
    "enable_patch_rollback" : true
  } ]
}

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 UpgradeStatusInfoApiResponse

401

log in failed

Up
post /upgradestatusinfo
(upgradestatusinfoPost)

Consumes

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

Request body

body (required)
Body Parameter — UpgradeStatusInfo object creation

Return type

UpgradeStatusInfo

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "seg_params" : "",
  "image_ref" : "aeiou",
  "previous_patch_list" : [ "" ],
  "patch_image_ref" : "aeiou",
  "uuid" : "aeiou",
  "se_upgrade_events" : [ "" ],
  "node_type" : "aeiou",
  "system_report_refs" : [ "aeiou" ],
  "se_patch_image_ref" : "aeiou",
  "previous_patch_version" : "aeiou",
  "state" : "",
  "upgrade_ops" : "aeiou",
  "patch_version" : "aeiou",
  "obj_cloud_ref" : "aeiou",
  "prev_image_path" : "aeiou",
  "history" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "upgrade_events" : [ {
      "task_name" : "aeiou",
      "task" : "aeiou",
      "sub_events" : [ "" ],
      "nodes_events" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "ip" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "end_time" : "aeiou",
        "sub_tasks" : [ "aeiou" ],
        "message" : "aeiou",
        "status" : true
      } ]
    } ],
    "ops" : "aeiou",
    "end_time" : "aeiou",
    "seg_status" : {
      "disrupted_vs_ref" : [ "aeiou" ],
      "num_se_with_no_vs" : 123,
      "reason" : [ "aeiou" ],
      "enqueue_time" : "aeiou",
      "notes" : [ "aeiou" ],
      "se_upgrade_suspended" : [ "aeiou" ],
      "se_upgrade_in_progress" : [ "aeiou" ],
      "vs_scalein_in_progress_ref" : [ "aeiou" ],
      "se_already_upgraded_at_start" : [ "aeiou" ],
      "se_group_uuid" : "aeiou",
      "se_reboot_in_progress_ref" : "aeiou",
      "num_vs" : 123,
      "vs_migrate_in_progress_ref" : [ "aeiou" ],
      "se_upgrade_completed" : [ "aeiou" ],
      "se_upgrade_errors" : [ "" ],
      "duration" : "aeiou",
      "in_progress" : true,
      "request_time" : "aeiou",
      "ha_mode" : "aeiou",
      "se_ip_missing_at_start" : [ "aeiou" ],
      "controller_version" : "aeiou",
      "num_se_with_vs_not_scaledout" : 123,
      "vs_scaleout_in_progress_ref" : [ "aeiou" ],
      "num_vs_disrupted" : 123,
      "traffic_status" : "aeiou",
      "se_poweredoff_at_start" : [ "aeiou" ],
      "vs_errors" : [ {
        "reason" : [ "aeiou" ],
        "se_group_ha_mode" : "aeiou",
        "tenant_ref" : "aeiou",
        "traffic_status" : "aeiou",
        "vip_id" : "aeiou",
        "event_timestamp" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "vs_ref" : "aeiou",
        "se_group_ref" : "aeiou",
        "se_ref" : "aeiou"
      } ],
      "state" : "aeiou",
      "worker" : "aeiou",
      "se_group_name" : "aeiou",
      "end_time" : "aeiou",
      "se_with_vs_scaledout" : [ "aeiou" ],
      "thread" : "aeiou",
      "se_disconnected_at_start" : [ "aeiou" ],
      "start_time" : "aeiou",
      "num_se" : 123,
      "se_upgrade_not_started" : [ "aeiou" ],
      "se_upgrade_skip_suspended" : [ "aeiou" ],
      "num_se_with_vs_scaledout" : 123,
      "tenant_ref" : "aeiou",
      "se_upgrade_failed" : [ "aeiou" ],
      "se_with_vs_not_scaledout" : [ "aeiou" ],
      "progress" : 123,
      "se_with_no_vs" : [ "aeiou" ]
    },
    "state" : {
      "reason" : "aeiou",
      "rebooted" : true,
      "last_changed_time" : "",
      "state" : "aeiou"
    },
    "statediff_ref" : "aeiou",
    "patch_version" : "aeiou",
    "version" : "aeiou",
    "se_upgrade_events" : [ {
      "reason" : [ "aeiou" ],
      "to_se_ref" : "aeiou",
      "vs_ref" : "aeiou",
      "num_vs" : 123,
      "se_group_ref" : "aeiou",
      "from_se_ref" : "aeiou",
      "num_se" : 123,
      "se_group_ha_mode" : "aeiou",
      "task" : "aeiou",
      "num_se_group" : 123,
      "sub_tasks" : [ "aeiou" ],
      "traffic_status" : "aeiou",
      "se_ref" : "aeiou"
    } ]
  } ],
  "params" : {
    "image_ref" : "aeiou",
    "patch_ref" : "aeiou",
    "se_group_resume_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true,
      "skip_suspended" : true
    },
    "se_group_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true
    }
  },
  "previous_image_ref" : "aeiou",
  "version" : "aeiou",
  "start_time" : "aeiou",
  "patch_reboot" : true,
  "patch_list" : [ {
    "patch_image_path" : "aeiou",
    "patch_image_ref" : "aeiou",
    "patch_version" : "aeiou"
  } ],
  "system" : true,
  "tasks_completed" : 123,
  "upgrade_readiness" : {
    "duration" : 123,
    "checks_completed" : 123,
    "start_time" : "aeiou",
    "image_ref" : "aeiou",
    "checks" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "error_details" : [ "aeiou" ],
      "check_code" : "aeiou",
      "end_time" : "aeiou",
      "description" : "aeiou",
      "details" : [ "aeiou" ],
      "state" : "aeiou"
    } ],
    "total_checks" : 123,
    "end_time" : "aeiou",
    "patch_image_ref" : "aeiou",
    "state" : "",
    "upgrade_ops" : "aeiou"
  },
  "fips_mode" : true,
  "name" : "aeiou",
  "upgrade_events" : [ "" ],
  "enable_rollback" : true,
  "enqueue_time" : "aeiou",
  "patch_image_path" : "aeiou",
  "prev_patch_image_path" : "aeiou",
  "seg_status" : "",
  "total_tasks" : 123,
  "_last_modified" : "aeiou",
  "duration" : 123,
  "previous_version" : "aeiou",
  "se_patch_image_path" : "aeiou",
  "previous_patch_image_ref" : "aeiou",
  "end_time" : "aeiou",
  "clean" : true,
  "statediff_ref" : "aeiou",
  "after_reboot_rollback_fnc" : "aeiou",
  "url" : "aeiou",
  "image_path" : "aeiou",
  "tenant_ref" : "aeiou",
  "after_reboot_task_name" : "aeiou",
  "progress" : 123,
  "enable_patch_rollback" : true
}

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 UpgradeStatusInfo

401

log in failed

Up
delete /upgradestatusinfo/{uuid}
(upgradestatusinfoUuidDelete)

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 /upgradestatusinfo/{uuid}
(upgradestatusinfoUuidGet)

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

UpgradeStatusInfo

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "seg_params" : "",
  "image_ref" : "aeiou",
  "previous_patch_list" : [ "" ],
  "patch_image_ref" : "aeiou",
  "uuid" : "aeiou",
  "se_upgrade_events" : [ "" ],
  "node_type" : "aeiou",
  "system_report_refs" : [ "aeiou" ],
  "se_patch_image_ref" : "aeiou",
  "previous_patch_version" : "aeiou",
  "state" : "",
  "upgrade_ops" : "aeiou",
  "patch_version" : "aeiou",
  "obj_cloud_ref" : "aeiou",
  "prev_image_path" : "aeiou",
  "history" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "upgrade_events" : [ {
      "task_name" : "aeiou",
      "task" : "aeiou",
      "sub_events" : [ "" ],
      "nodes_events" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "ip" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "end_time" : "aeiou",
        "sub_tasks" : [ "aeiou" ],
        "message" : "aeiou",
        "status" : true
      } ]
    } ],
    "ops" : "aeiou",
    "end_time" : "aeiou",
    "seg_status" : {
      "disrupted_vs_ref" : [ "aeiou" ],
      "num_se_with_no_vs" : 123,
      "reason" : [ "aeiou" ],
      "enqueue_time" : "aeiou",
      "notes" : [ "aeiou" ],
      "se_upgrade_suspended" : [ "aeiou" ],
      "se_upgrade_in_progress" : [ "aeiou" ],
      "vs_scalein_in_progress_ref" : [ "aeiou" ],
      "se_already_upgraded_at_start" : [ "aeiou" ],
      "se_group_uuid" : "aeiou",
      "se_reboot_in_progress_ref" : "aeiou",
      "num_vs" : 123,
      "vs_migrate_in_progress_ref" : [ "aeiou" ],
      "se_upgrade_completed" : [ "aeiou" ],
      "se_upgrade_errors" : [ "" ],
      "duration" : "aeiou",
      "in_progress" : true,
      "request_time" : "aeiou",
      "ha_mode" : "aeiou",
      "se_ip_missing_at_start" : [ "aeiou" ],
      "controller_version" : "aeiou",
      "num_se_with_vs_not_scaledout" : 123,
      "vs_scaleout_in_progress_ref" : [ "aeiou" ],
      "num_vs_disrupted" : 123,
      "traffic_status" : "aeiou",
      "se_poweredoff_at_start" : [ "aeiou" ],
      "vs_errors" : [ {
        "reason" : [ "aeiou" ],
        "se_group_ha_mode" : "aeiou",
        "tenant_ref" : "aeiou",
        "traffic_status" : "aeiou",
        "vip_id" : "aeiou",
        "event_timestamp" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "vs_ref" : "aeiou",
        "se_group_ref" : "aeiou",
        "se_ref" : "aeiou"
      } ],
      "state" : "aeiou",
      "worker" : "aeiou",
      "se_group_name" : "aeiou",
      "end_time" : "aeiou",
      "se_with_vs_scaledout" : [ "aeiou" ],
      "thread" : "aeiou",
      "se_disconnected_at_start" : [ "aeiou" ],
      "start_time" : "aeiou",
      "num_se" : 123,
      "se_upgrade_not_started" : [ "aeiou" ],
      "se_upgrade_skip_suspended" : [ "aeiou" ],
      "num_se_with_vs_scaledout" : 123,
      "tenant_ref" : "aeiou",
      "se_upgrade_failed" : [ "aeiou" ],
      "se_with_vs_not_scaledout" : [ "aeiou" ],
      "progress" : 123,
      "se_with_no_vs" : [ "aeiou" ]
    },
    "state" : {
      "reason" : "aeiou",
      "rebooted" : true,
      "last_changed_time" : "",
      "state" : "aeiou"
    },
    "statediff_ref" : "aeiou",
    "patch_version" : "aeiou",
    "version" : "aeiou",
    "se_upgrade_events" : [ {
      "reason" : [ "aeiou" ],
      "to_se_ref" : "aeiou",
      "vs_ref" : "aeiou",
      "num_vs" : 123,
      "se_group_ref" : "aeiou",
      "from_se_ref" : "aeiou",
      "num_se" : 123,
      "se_group_ha_mode" : "aeiou",
      "task" : "aeiou",
      "num_se_group" : 123,
      "sub_tasks" : [ "aeiou" ],
      "traffic_status" : "aeiou",
      "se_ref" : "aeiou"
    } ]
  } ],
  "params" : {
    "image_ref" : "aeiou",
    "patch_ref" : "aeiou",
    "se_group_resume_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true,
      "skip_suspended" : true
    },
    "se_group_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true
    }
  },
  "previous_image_ref" : "aeiou",
  "version" : "aeiou",
  "start_time" : "aeiou",
  "patch_reboot" : true,
  "patch_list" : [ {
    "patch_image_path" : "aeiou",
    "patch_image_ref" : "aeiou",
    "patch_version" : "aeiou"
  } ],
  "system" : true,
  "tasks_completed" : 123,
  "upgrade_readiness" : {
    "duration" : 123,
    "checks_completed" : 123,
    "start_time" : "aeiou",
    "image_ref" : "aeiou",
    "checks" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "error_details" : [ "aeiou" ],
      "check_code" : "aeiou",
      "end_time" : "aeiou",
      "description" : "aeiou",
      "details" : [ "aeiou" ],
      "state" : "aeiou"
    } ],
    "total_checks" : 123,
    "end_time" : "aeiou",
    "patch_image_ref" : "aeiou",
    "state" : "",
    "upgrade_ops" : "aeiou"
  },
  "fips_mode" : true,
  "name" : "aeiou",
  "upgrade_events" : [ "" ],
  "enable_rollback" : true,
  "enqueue_time" : "aeiou",
  "patch_image_path" : "aeiou",
  "prev_patch_image_path" : "aeiou",
  "seg_status" : "",
  "total_tasks" : 123,
  "_last_modified" : "aeiou",
  "duration" : 123,
  "previous_version" : "aeiou",
  "se_patch_image_path" : "aeiou",
  "previous_patch_image_ref" : "aeiou",
  "end_time" : "aeiou",
  "clean" : true,
  "statediff_ref" : "aeiou",
  "after_reboot_rollback_fnc" : "aeiou",
  "url" : "aeiou",
  "image_path" : "aeiou",
  "tenant_ref" : "aeiou",
  "after_reboot_task_name" : "aeiou",
  "progress" : 123,
  "enable_patch_rollback" : true
}

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 UpgradeStatusInfo

401

log in failed

Up
patch /upgradestatusinfo/{uuid}
(upgradestatusinfoUuidPatch)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

UpgradeStatusInfo

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "seg_params" : "",
  "image_ref" : "aeiou",
  "previous_patch_list" : [ "" ],
  "patch_image_ref" : "aeiou",
  "uuid" : "aeiou",
  "se_upgrade_events" : [ "" ],
  "node_type" : "aeiou",
  "system_report_refs" : [ "aeiou" ],
  "se_patch_image_ref" : "aeiou",
  "previous_patch_version" : "aeiou",
  "state" : "",
  "upgrade_ops" : "aeiou",
  "patch_version" : "aeiou",
  "obj_cloud_ref" : "aeiou",
  "prev_image_path" : "aeiou",
  "history" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "upgrade_events" : [ {
      "task_name" : "aeiou",
      "task" : "aeiou",
      "sub_events" : [ "" ],
      "nodes_events" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "ip" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "end_time" : "aeiou",
        "sub_tasks" : [ "aeiou" ],
        "message" : "aeiou",
        "status" : true
      } ]
    } ],
    "ops" : "aeiou",
    "end_time" : "aeiou",
    "seg_status" : {
      "disrupted_vs_ref" : [ "aeiou" ],
      "num_se_with_no_vs" : 123,
      "reason" : [ "aeiou" ],
      "enqueue_time" : "aeiou",
      "notes" : [ "aeiou" ],
      "se_upgrade_suspended" : [ "aeiou" ],
      "se_upgrade_in_progress" : [ "aeiou" ],
      "vs_scalein_in_progress_ref" : [ "aeiou" ],
      "se_already_upgraded_at_start" : [ "aeiou" ],
      "se_group_uuid" : "aeiou",
      "se_reboot_in_progress_ref" : "aeiou",
      "num_vs" : 123,
      "vs_migrate_in_progress_ref" : [ "aeiou" ],
      "se_upgrade_completed" : [ "aeiou" ],
      "se_upgrade_errors" : [ "" ],
      "duration" : "aeiou",
      "in_progress" : true,
      "request_time" : "aeiou",
      "ha_mode" : "aeiou",
      "se_ip_missing_at_start" : [ "aeiou" ],
      "controller_version" : "aeiou",
      "num_se_with_vs_not_scaledout" : 123,
      "vs_scaleout_in_progress_ref" : [ "aeiou" ],
      "num_vs_disrupted" : 123,
      "traffic_status" : "aeiou",
      "se_poweredoff_at_start" : [ "aeiou" ],
      "vs_errors" : [ {
        "reason" : [ "aeiou" ],
        "se_group_ha_mode" : "aeiou",
        "tenant_ref" : "aeiou",
        "traffic_status" : "aeiou",
        "vip_id" : "aeiou",
        "event_timestamp" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "vs_ref" : "aeiou",
        "se_group_ref" : "aeiou",
        "se_ref" : "aeiou"
      } ],
      "state" : "aeiou",
      "worker" : "aeiou",
      "se_group_name" : "aeiou",
      "end_time" : "aeiou",
      "se_with_vs_scaledout" : [ "aeiou" ],
      "thread" : "aeiou",
      "se_disconnected_at_start" : [ "aeiou" ],
      "start_time" : "aeiou",
      "num_se" : 123,
      "se_upgrade_not_started" : [ "aeiou" ],
      "se_upgrade_skip_suspended" : [ "aeiou" ],
      "num_se_with_vs_scaledout" : 123,
      "tenant_ref" : "aeiou",
      "se_upgrade_failed" : [ "aeiou" ],
      "se_with_vs_not_scaledout" : [ "aeiou" ],
      "progress" : 123,
      "se_with_no_vs" : [ "aeiou" ]
    },
    "state" : {
      "reason" : "aeiou",
      "rebooted" : true,
      "last_changed_time" : "",
      "state" : "aeiou"
    },
    "statediff_ref" : "aeiou",
    "patch_version" : "aeiou",
    "version" : "aeiou",
    "se_upgrade_events" : [ {
      "reason" : [ "aeiou" ],
      "to_se_ref" : "aeiou",
      "vs_ref" : "aeiou",
      "num_vs" : 123,
      "se_group_ref" : "aeiou",
      "from_se_ref" : "aeiou",
      "num_se" : 123,
      "se_group_ha_mode" : "aeiou",
      "task" : "aeiou",
      "num_se_group" : 123,
      "sub_tasks" : [ "aeiou" ],
      "traffic_status" : "aeiou",
      "se_ref" : "aeiou"
    } ]
  } ],
  "params" : {
    "image_ref" : "aeiou",
    "patch_ref" : "aeiou",
    "se_group_resume_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true,
      "skip_suspended" : true
    },
    "se_group_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true
    }
  },
  "previous_image_ref" : "aeiou",
  "version" : "aeiou",
  "start_time" : "aeiou",
  "patch_reboot" : true,
  "patch_list" : [ {
    "patch_image_path" : "aeiou",
    "patch_image_ref" : "aeiou",
    "patch_version" : "aeiou"
  } ],
  "system" : true,
  "tasks_completed" : 123,
  "upgrade_readiness" : {
    "duration" : 123,
    "checks_completed" : 123,
    "start_time" : "aeiou",
    "image_ref" : "aeiou",
    "checks" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "error_details" : [ "aeiou" ],
      "check_code" : "aeiou",
      "end_time" : "aeiou",
      "description" : "aeiou",
      "details" : [ "aeiou" ],
      "state" : "aeiou"
    } ],
    "total_checks" : 123,
    "end_time" : "aeiou",
    "patch_image_ref" : "aeiou",
    "state" : "",
    "upgrade_ops" : "aeiou"
  },
  "fips_mode" : true,
  "name" : "aeiou",
  "upgrade_events" : [ "" ],
  "enable_rollback" : true,
  "enqueue_time" : "aeiou",
  "patch_image_path" : "aeiou",
  "prev_patch_image_path" : "aeiou",
  "seg_status" : "",
  "total_tasks" : 123,
  "_last_modified" : "aeiou",
  "duration" : 123,
  "previous_version" : "aeiou",
  "se_patch_image_path" : "aeiou",
  "previous_patch_image_ref" : "aeiou",
  "end_time" : "aeiou",
  "clean" : true,
  "statediff_ref" : "aeiou",
  "after_reboot_rollback_fnc" : "aeiou",
  "url" : "aeiou",
  "image_path" : "aeiou",
  "tenant_ref" : "aeiou",
  "after_reboot_task_name" : "aeiou",
  "progress" : 123,
  "enable_patch_rollback" : true
}

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 UpgradeStatusInfo

401

log in failed

Up
put /upgradestatusinfo/{uuid}
(upgradestatusinfoUuidPut)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

UpgradeStatusInfo

Example data

Content-Type: application/json
{
  "reason" : "aeiou",
  "seg_params" : "",
  "image_ref" : "aeiou",
  "previous_patch_list" : [ "" ],
  "patch_image_ref" : "aeiou",
  "uuid" : "aeiou",
  "se_upgrade_events" : [ "" ],
  "node_type" : "aeiou",
  "system_report_refs" : [ "aeiou" ],
  "se_patch_image_ref" : "aeiou",
  "previous_patch_version" : "aeiou",
  "state" : "",
  "upgrade_ops" : "aeiou",
  "patch_version" : "aeiou",
  "obj_cloud_ref" : "aeiou",
  "prev_image_path" : "aeiou",
  "history" : [ {
    "duration" : 123,
    "start_time" : "aeiou",
    "upgrade_events" : [ {
      "task_name" : "aeiou",
      "task" : "aeiou",
      "sub_events" : [ "" ],
      "nodes_events" : [ {
        "duration" : 123,
        "start_time" : "aeiou",
        "ip" : {
          "addr" : "aeiou",
          "type" : "aeiou"
        },
        "end_time" : "aeiou",
        "sub_tasks" : [ "aeiou" ],
        "message" : "aeiou",
        "status" : true
      } ]
    } ],
    "ops" : "aeiou",
    "end_time" : "aeiou",
    "seg_status" : {
      "disrupted_vs_ref" : [ "aeiou" ],
      "num_se_with_no_vs" : 123,
      "reason" : [ "aeiou" ],
      "enqueue_time" : "aeiou",
      "notes" : [ "aeiou" ],
      "se_upgrade_suspended" : [ "aeiou" ],
      "se_upgrade_in_progress" : [ "aeiou" ],
      "vs_scalein_in_progress_ref" : [ "aeiou" ],
      "se_already_upgraded_at_start" : [ "aeiou" ],
      "se_group_uuid" : "aeiou",
      "se_reboot_in_progress_ref" : "aeiou",
      "num_vs" : 123,
      "vs_migrate_in_progress_ref" : [ "aeiou" ],
      "se_upgrade_completed" : [ "aeiou" ],
      "se_upgrade_errors" : [ "" ],
      "duration" : "aeiou",
      "in_progress" : true,
      "request_time" : "aeiou",
      "ha_mode" : "aeiou",
      "se_ip_missing_at_start" : [ "aeiou" ],
      "controller_version" : "aeiou",
      "num_se_with_vs_not_scaledout" : 123,
      "vs_scaleout_in_progress_ref" : [ "aeiou" ],
      "num_vs_disrupted" : 123,
      "traffic_status" : "aeiou",
      "se_poweredoff_at_start" : [ "aeiou" ],
      "vs_errors" : [ {
        "reason" : [ "aeiou" ],
        "se_group_ha_mode" : "aeiou",
        "tenant_ref" : "aeiou",
        "traffic_status" : "aeiou",
        "vip_id" : "aeiou",
        "event_timestamp" : {
          "usecs" : 123456789,
          "secs" : 123456789
        },
        "vs_ref" : "aeiou",
        "se_group_ref" : "aeiou",
        "se_ref" : "aeiou"
      } ],
      "state" : "aeiou",
      "worker" : "aeiou",
      "se_group_name" : "aeiou",
      "end_time" : "aeiou",
      "se_with_vs_scaledout" : [ "aeiou" ],
      "thread" : "aeiou",
      "se_disconnected_at_start" : [ "aeiou" ],
      "start_time" : "aeiou",
      "num_se" : 123,
      "se_upgrade_not_started" : [ "aeiou" ],
      "se_upgrade_skip_suspended" : [ "aeiou" ],
      "num_se_with_vs_scaledout" : 123,
      "tenant_ref" : "aeiou",
      "se_upgrade_failed" : [ "aeiou" ],
      "se_with_vs_not_scaledout" : [ "aeiou" ],
      "progress" : 123,
      "se_with_no_vs" : [ "aeiou" ]
    },
    "state" : {
      "reason" : "aeiou",
      "rebooted" : true,
      "last_changed_time" : "",
      "state" : "aeiou"
    },
    "statediff_ref" : "aeiou",
    "patch_version" : "aeiou",
    "version" : "aeiou",
    "se_upgrade_events" : [ {
      "reason" : [ "aeiou" ],
      "to_se_ref" : "aeiou",
      "vs_ref" : "aeiou",
      "num_vs" : 123,
      "se_group_ref" : "aeiou",
      "from_se_ref" : "aeiou",
      "num_se" : 123,
      "se_group_ha_mode" : "aeiou",
      "task" : "aeiou",
      "num_se_group" : 123,
      "sub_tasks" : [ "aeiou" ],
      "traffic_status" : "aeiou",
      "se_ref" : "aeiou"
    } ]
  } ],
  "params" : {
    "image_ref" : "aeiou",
    "patch_ref" : "aeiou",
    "se_group_resume_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true,
      "skip_suspended" : true
    },
    "se_group_options" : {
      "action_on_error" : "aeiou",
      "disruptive" : true
    }
  },
  "previous_image_ref" : "aeiou",
  "version" : "aeiou",
  "start_time" : "aeiou",
  "patch_reboot" : true,
  "patch_list" : [ {
    "patch_image_path" : "aeiou",
    "patch_image_ref" : "aeiou",
    "patch_version" : "aeiou"
  } ],
  "system" : true,
  "tasks_completed" : 123,
  "upgrade_readiness" : {
    "duration" : 123,
    "checks_completed" : 123,
    "start_time" : "aeiou",
    "image_ref" : "aeiou",
    "checks" : [ {
      "duration" : 123,
      "start_time" : "aeiou",
      "error_details" : [ "aeiou" ],
      "check_code" : "aeiou",
      "end_time" : "aeiou",
      "description" : "aeiou",
      "details" : [ "aeiou" ],
      "state" : "aeiou"
    } ],
    "total_checks" : 123,
    "end_time" : "aeiou",
    "patch_image_ref" : "aeiou",
    "state" : "",
    "upgrade_ops" : "aeiou"
  },
  "fips_mode" : true,
  "name" : "aeiou",
  "upgrade_events" : [ "" ],
  "enable_rollback" : true,
  "enqueue_time" : "aeiou",
  "patch_image_path" : "aeiou",
  "prev_patch_image_path" : "aeiou",
  "seg_status" : "",
  "total_tasks" : 123,
  "_last_modified" : "aeiou",
  "duration" : 123,
  "previous_version" : "aeiou",
  "se_patch_image_path" : "aeiou",
  "previous_patch_image_ref" : "aeiou",
  "end_time" : "aeiou",
  "clean" : true,
  "statediff_ref" : "aeiou",
  "after_reboot_rollback_fnc" : "aeiou",
  "url" : "aeiou",
  "image_path" : "aeiou",
  "tenant_ref" : "aeiou",
  "after_reboot_task_name" : "aeiou",
  "progress" : 123,
  "enable_patch_rollback" : true
}

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 UpgradeStatusInfo

401

log in failed

Up
get /virtualservice
(virtualserviceGet)

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

VirtualServiceApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "dns_policies" : [ {
      "dns_policy_ref" : "aeiou",
      "index" : 123
    } ],
    "l4_policies" : [ {
      "l4_policy_set_ref" : "aeiou",
      "index" : 123
    } ],
    "azure_availability_set" : "aeiou",
    "enable_autogw" : true,
    "icap_request_profile_refs" : [ "aeiou" ],
    "saml_sp_config" : {
      "sp_metadata" : "aeiou",
      "acs_index" : 123,
      "authn_req_acs_type" : "aeiou",
      "signing_ssl_key_and_certificate_ref" : "aeiou",
      "cookie_timeout" : 123,
      "use_idp_session_timeout" : true,
      "entity_id" : "aeiou",
      "key" : [ "" ],
      "cookie_name" : "aeiou",
      "single_signon_url" : "aeiou"
    },
    "vrf_context_ref" : "aeiou",
    "flow_dist" : "aeiou",
    "dns_info" : [ {
      "metadata" : "aeiou",
      "fqdn" : "aeiou",
      "num_records_in_response" : 123,
      "cname" : {
        "cname" : "aeiou"
      },
      "type" : "aeiou",
      "ttl" : 123,
      "algorithm" : "aeiou"
    } ],
    "content_rewrite" : {
      "rewritable_content_ref" : "aeiou",
      "rsp_rewrite_rules" : [ {
        "enable" : true,
        "name" : "aeiou",
        "index" : 123,
        "pairs" : [ {
          "replacement_string" : {
            "val" : "aeiou",
            "type" : "aeiou"
          },
          "search_string" : {
            "val" : "aeiou",
            "type" : "aeiou"
          }
        } ]
      } ]
    },
    "type" : "aeiou",
    "traffic_enabled" : true,
    "uuid" : "aeiou",
    "bgp_peer_labels" : [ "aeiou" ],
    "vh_domain_name" : [ "aeiou" ],
    "pool_ref" : "aeiou",
    "delay_fairness" : true,
    "snat_ip" : [ "" ],
    "cloud_ref" : "aeiou",
    "microservice_ref" : "aeiou",
    "error_page_profile_ref" : "aeiou",
    "configpb_attributes" : {
      "version" : 123
    },
    "server_network_profile_ref" : "aeiou",
    "use_vip_as_snat" : true,
    "analytics_policy" : {
      "significant_log_throttle" : 123,
      "all_headers" : true,
      "client_insights" : "aeiou",
      "client_log_filters" : [ {
        "duration" : 123,
        "all_headers" : true,
        "name" : "aeiou",
        "index" : 123,
        "client_ip" : "",
        "uri" : "",
        "enabled" : true
      } ],
      "client_insights_sampling" : {
        "client_ip" : {
          "group_refs" : [ "aeiou" ],
          "match_criteria" : "aeiou",
          "prefixes" : [ {
            "ip_addr" : "",
            "mask" : 123
          } ],
          "ranges" : [ {
            "end" : "",
            "begin" : ""
          } ],
          "addrs" : [ {
            "addr" : "aeiou",
            "type" : "aeiou"
          } ]
        },
        "skip_uris" : "",
        "sample_uris" : {
          "match_criteria" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "match_str" : [ "aeiou" ]
        }
      },
      "metrics_realtime_update" : {
        "duration" : 123,
        "enabled" : true
      },
      "udf_log_throttle" : 123,
      "learning_log_policy" : {
        "port" : 123,
        "host" : "aeiou",
        "enabled" : true
      },
      "full_client_logs" : {
        "duration" : 123,
        "throttle" : 123,
        "enabled" : true
      }
    },
    "enable_rhi_snat" : true,
    "sideband_profile" : {
      "ip" : [ "" ],
      "sideband_max_request_body_size" : 123
    },
    "vip" : [ {
      "availability_zone" : "aeiou",
      "ip6_address" : "",
      "subnet" : "",
      "port_uuid" : "aeiou",
      "subnet_uuid" : "aeiou",
      "placement_networks" : [ {
        "subnet" : "",
        "subnet6" : "",
        "network_ref" : "aeiou"
      } ],
      "avi_allocated_vip" : true,
      "vip_id" : "aeiou",
      "ip_address" : "",
      "auto_allocate_floating_ip" : true,
      "enabled" : true,
      "auto_allocate_ip_type" : "aeiou",
      "floating_subnet6_uuid" : "aeiou",
      "auto_allocate_ip" : true,
      "subnet6" : "",
      "floating_ip" : "",
      "floating_subnet_uuid" : "aeiou",
      "avi_allocated_fip" : true,
      "subnet6_uuid" : "aeiou",
      "floating_ip6" : "",
      "ipam_network_subnet" : {
        "subnet" : "",
        "subnet_uuid" : "aeiou",
        "subnet6" : "",
        "subnet6_uuid" : "aeiou",
        "network_ref" : "aeiou"
      },
      "network_ref" : "aeiou",
      "prefix_length" : 123,
      "discovered_networks" : [ {
        "subnet" : [ "" ],
        "subnet6" : [ "" ],
        "network_ref" : "aeiou"
      } ]
    } ],
    "min_pools_up" : 123,
    "performance_limits" : {
      "max_concurrent_connections" : 123,
      "max_throughput" : 123
    },
    "sp_pool_refs" : [ "aeiou" ],
    "static_dns_records" : [ {
      "ip6_address" : [ {
        "ip6_address" : ""
      } ],
      "mx_records" : [ {
        "host" : "aeiou",
        "priority" : 123
      } ],
      "metadata" : "aeiou",
      "fqdn" : [ "aeiou" ],
      "ns" : [ {
        "ip6_address" : "",
        "ip_address" : "",
        "nsname" : "aeiou"
      } ],
      "cname" : "",
      "description" : "aeiou",
      "ip_address" : [ {
        "ip_address" : ""
      } ],
      "type" : "aeiou",
      "ttl" : 123,
      "wildcard_match" : true,
      "txt_records" : [ {
        "text_str" : "aeiou"
      } ],
      "num_records_in_response" : 123,
      "service_locator" : [ {
        "port" : 123,
        "weight" : 123,
        "priority" : 123,
        "target" : "aeiou"
      } ],
      "delegated" : true,
      "algorithm" : "aeiou"
    } ],
    "advertise_down_vs" : true,
    "fqdn" : "aeiou",
    "bulk_sync_kvcache" : true,
    "vh_parent_vs_ref" : "aeiou",
    "weight" : 123,
    "ldap_vs_config" : {
      "se_auth_ldap_servers_failover_only" : true,
      "se_auth_ldap_conns_per_server" : 123,
      "se_auth_ldap_reconnect_timeout" : 123,
      "realm" : "aeiou",
      "se_auth_ldap_cache_size" : 123,
      "se_auth_ldap_connect_timeout" : 123,
      "se_auth_ldap_request_timeout" : 123,
      "se_auth_ldap_bind_timeout" : 123
    },
    "waf_policy_ref" : "aeiou",
    "created_by" : "aeiou",
    "service_pool_select" : [ {
      "service_protocol" : "aeiou",
      "service_port_range_end" : 123,
      "service_pool_ref" : "aeiou",
      "service_pool_group_ref" : "aeiou",
      "service_port" : 123
    } ],
    "vh_type" : "aeiou",
    "allow_invalid_client_cert" : true,
    "security_policy_ref" : "aeiou",
    "application_profile_ref" : "aeiou",
    "ssl_sess_cache_avg_size" : 123,
    "cloud_type" : "aeiou",
    "scaleout_ecmp" : true,
    "flow_label_type" : "aeiou",
    "name" : "aeiou",
    "cloud_config_cksum" : "aeiou",
    "traffic_clone_profile_ref" : "aeiou",
    "remove_listening_port_on_vs_down" : true,
    "vsvip_ref" : "aeiou",
    "host_name_xlate" : "aeiou",
    "connections_rate_limit" : {
      "rate_limiter" : {
        "period" : 123,
        "count" : 123,
        "name" : "aeiou",
        "burst_sz" : 123
      },
      "action" : {
        "redirect" : {
          "keep_query" : true,
          "path" : "",
          "protocol" : "aeiou",
          "status_code" : "aeiou",
          "add_string" : "aeiou",
          "port" : 123,
          "host" : {
            "tokens" : [ {
              "start_index" : 123,
              "str_value" : "aeiou",
              "end_index" : 123,
              "type" : "aeiou"
            } ],
            "type" : "aeiou"
          }
        },
        "file" : {
          "file_content" : "aeiou",
          "content_type" : "aeiou",
          "file_length" : 123
        },
        "status_code" : "aeiou",
        "type" : "aeiou"
      },
      "explicit_tracking" : true,
      "fine_grain" : true,
      "http_cookie" : "aeiou",
      "http_header" : "aeiou"
    },
    "network_security_policy_ref" : "aeiou",
    "oauth_vs_config" : {
      "oauth_settings" : [ {
        "app_settings" : {
          "oidc_config" : {
            "oidc_enable" : true,
            "profile" : true,
            "userinfo" : true
          },
          "client_secret" : "aeiou",
          "scopes" : [ "aeiou" ],
          "client_id" : "aeiou"
        },
        "resource_server" : {
          "access_type" : "aeiou",
          "jwt_params" : {
            "audience" : "aeiou"
          },
          "opaque_token_params" : {
            "server_secret" : "aeiou",
            "server_id" : "aeiou"
          },
          "introspection_data_timeout" : 123
        },
        "auth_profile_ref" : "aeiou"
      } ],
      "cookie_timeout" : 123,
      "redirect_uri" : "aeiou",
      "logout_uri" : "aeiou",
      "post_logout_redirect_uri" : "aeiou",
      "key" : [ {
        "hmac_key" : "aeiou",
        "aes_key" : "aeiou",
        "name" : "aeiou"
      } ],
      "cookie_name" : "aeiou"
    },
    "topology_policies" : [ "" ],
    "description" : "aeiou",
    "vs_datascripts" : [ {
      "index" : 123,
      "vs_datascript_set_ref" : "aeiou"
    } ],
    "jwt_config" : {
      "jwt_name" : "aeiou",
      "audience" : "aeiou",
      "jwt_location" : "aeiou"
    },
    "pool_group_ref" : "aeiou",
    "ssl_key_and_certificate_refs" : [ "aeiou" ],
    "ssl_profile_ref" : "aeiou",
    "enabled" : true,
    "_last_modified" : "aeiou",
    "limit_doser" : true,
    "se_group_ref" : "aeiou",
    "network_profile_ref" : "aeiou",
    "close_client_conn_on_config_update" : true,
    "max_cps_per_client" : 123,
    "sso_policy_ref" : "aeiou",
    "http_policies" : [ {
      "http_policy_set_ref" : "aeiou",
      "index" : 123
    } ],
    "analytics_profile_ref" : "aeiou",
    "service_metadata" : "aeiou",
    "use_bridge_ip_as_vip" : true,
    "requests_rate_limit" : "",
    "bot_policy_ref" : "aeiou",
    "enable_rhi" : true,
    "services" : [ {
      "override_network_profile_ref" : "aeiou",
      "port" : 123,
      "port_range_end" : 123,
      "is_active_ftp_data_port" : true,
      "enable_http2" : true,
      "horizon_internal_ports" : true,
      "enable_ssl" : true,
      "override_application_profile_ref" : "aeiou"
    } ],
    "url" : "aeiou",
    "test_se_datastore_level_1_ref" : "aeiou",
    "active_standby_se_tag" : "aeiou",
    "nsx_securitygroup" : [ "aeiou" ],
    "ssl_profile_selectors" : [ {
      "ssl_profile_ref" : "aeiou",
      "client_ip_list" : ""
    } ],
    "vh_matches" : [ {
      "path" : [ {
        "match_criteria" : "aeiou",
        "string_group_refs" : [ "aeiou" ],
        "match_decoded_string" : true,
        "match_str" : [ "aeiou" ],
        "match_case" : "aeiou"
      } ],
      "host" : "aeiou",
      "rules" : [ {
        "name" : "aeiou",
        "matches" : {
          "cookie" : {
            "match_criteria" : "aeiou",
            "name" : "aeiou",
            "value" : "aeiou",
            "match_case" : "aeiou"
          },
          "method" : {
            "match_criteria" : "aeiou",
            "methods" : [ "aeiou" ]
          },
          "host_hdr" : {
            "match_criteria" : "aeiou",
            "value" : [ "aeiou" ],
            "match_case" : "aeiou"
          },
          "ip_reputation_type" : {
            "reputation_types" : [ "aeiou" ],
            "match_operation" : "aeiou"
          },
          "query" : {
            "match_criteria" : "aeiou",
            "string_group_refs" : [ "aeiou" ],
            "match_decoded_string" : true,
            "match_str" : [ "aeiou" ],
            "match_case" : "aeiou"
          },
          "vs_port" : {
            "match_criteria" : "aeiou",
            "ports" : [ "" ]
          },
          "hdrs" : [ {
            "match_criteria" : "aeiou",
            "hdr" : "aeiou",
            "value" : [ "aeiou" ],
            "match_case" : "aeiou"
          } ],
          "version" : {
            "match_criteria" : "aeiou",
            "versions" : [ "aeiou" ]
          },
          "tls_fingerprint_match" : {
            "match_operation" : "aeiou",
            "string_group_refs" : [ "aeiou" ],
            "fingerprints" : [ "aeiou" ]
          },
          "source_ip" : "",
          "path" : "",
          "geo_matches" : [ {
            "match_operation" : "aeiou",
            "values" : [ "aeiou" ],
            "attribute" : "aeiou"
          } ],
          "protocol" : {
            "match_criteria" : "aeiou",
            "protocols" : "aeiou"
          },
          "client_ip" : "",
          "bot_detection_result" : {
            "classifications" : [ {
              "user_defined_type" : "aeiou",
              "type" : "aeiou"
            } ],
            "match_operation" : "aeiou"
          }
        }
      } ]
    } ],
    "tenant_ref" : "aeiou",
    "ign_pool_net_reach" : true,
    "markers" : [ {
      "values" : [ "aeiou" ],
      "key" : "aeiou"
    } ],
    "vsvip_cloud_config_cksum" : "aeiou",
    "east_west_placement" : true
  } ]
}

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 VirtualServiceApiResponse

401

log in failed

Up
post /virtualservice
(virtualservicePost)

Consumes

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

Request body

body (required)
Body Parameter — VirtualService object creation

Return type

VirtualService

Example data

Content-Type: application/json
{
  "dns_policies" : [ {
    "dns_policy_ref" : "aeiou",
    "index" : 123
  } ],
  "l4_policies" : [ {
    "l4_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "azure_availability_set" : "aeiou",
  "enable_autogw" : true,
  "icap_request_profile_refs" : [ "aeiou" ],
  "saml_sp_config" : {
    "sp_metadata" : "aeiou",
    "acs_index" : 123,
    "authn_req_acs_type" : "aeiou",
    "signing_ssl_key_and_certificate_ref" : "aeiou",
    "cookie_timeout" : 123,
    "use_idp_session_timeout" : true,
    "entity_id" : "aeiou",
    "key" : [ "" ],
    "cookie_name" : "aeiou",
    "single_signon_url" : "aeiou"
  },
  "vrf_context_ref" : "aeiou",
  "flow_dist" : "aeiou",
  "dns_info" : [ {
    "metadata" : "aeiou",
    "fqdn" : "aeiou",
    "num_records_in_response" : 123,
    "cname" : {
      "cname" : "aeiou"
    },
    "type" : "aeiou",
    "ttl" : 123,
    "algorithm" : "aeiou"
  } ],
  "content_rewrite" : {
    "rewritable_content_ref" : "aeiou",
    "rsp_rewrite_rules" : [ {
      "enable" : true,
      "name" : "aeiou",
      "index" : 123,
      "pairs" : [ {
        "replacement_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        },
        "search_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        }
      } ]
    } ]
  },
  "type" : "aeiou",
  "traffic_enabled" : true,
  "uuid" : "aeiou",
  "bgp_peer_labels" : [ "aeiou" ],
  "vh_domain_name" : [ "aeiou" ],
  "pool_ref" : "aeiou",
  "delay_fairness" : true,
  "snat_ip" : [ "" ],
  "cloud_ref" : "aeiou",
  "microservice_ref" : "aeiou",
  "error_page_profile_ref" : "aeiou",
  "configpb_attributes" : {
    "version" : 123
  },
  "server_network_profile_ref" : "aeiou",
  "use_vip_as_snat" : true,
  "analytics_policy" : {
    "significant_log_throttle" : 123,
    "all_headers" : true,
    "client_insights" : "aeiou",
    "client_log_filters" : [ {
      "duration" : 123,
      "all_headers" : true,
      "name" : "aeiou",
      "index" : 123,
      "client_ip" : "",
      "uri" : "",
      "enabled" : true
    } ],
    "client_insights_sampling" : {
      "client_ip" : {
        "group_refs" : [ "aeiou" ],
        "match_criteria" : "aeiou",
        "prefixes" : [ {
          "ip_addr" : "",
          "mask" : 123
        } ],
        "ranges" : [ {
          "end" : "",
          "begin" : ""
        } ],
        "addrs" : [ {
          "addr" : "aeiou",
          "type" : "aeiou"
        } ]
      },
      "skip_uris" : "",
      "sample_uris" : {
        "match_criteria" : "aeiou",
        "string_group_refs" : [ "aeiou" ],
        "match_str" : [ "aeiou" ]
      }
    },
    "metrics_realtime_update" : {
      "duration" : 123,
      "enabled" : true
    },
    "udf_log_throttle" : 123,
    "learning_log_policy" : {
      "port" : 123,
      "host" : "aeiou",
      "enabled" : true
    },
    "full_client_logs" : {
      "duration" : 123,
      "throttle" : 123,
      "enabled" : true
    }
  },
  "enable_rhi_snat" : true,
  "sideband_profile" : {
    "ip" : [ "" ],
    "sideband_max_request_body_size" : 123
  },
  "vip" : [ {
    "availability_zone" : "aeiou",
    "ip6_address" : "",
    "subnet" : "",
    "port_uuid" : "aeiou",
    "subnet_uuid" : "aeiou",
    "placement_networks" : [ {
      "subnet" : "",
      "subnet6" : "",
      "network_ref" : "aeiou"
    } ],
    "avi_allocated_vip" : true,
    "vip_id" : "aeiou",
    "ip_address" : "",
    "auto_allocate_floating_ip" : true,
    "enabled" : true,
    "auto_allocate_ip_type" : "aeiou",
    "floating_subnet6_uuid" : "aeiou",
    "auto_allocate_ip" : true,
    "subnet6" : "",
    "floating_ip" : "",
    "floating_subnet_uuid" : "aeiou",
    "avi_allocated_fip" : true,
    "subnet6_uuid" : "aeiou",
    "floating_ip6" : "",
    "ipam_network_subnet" : {
      "subnet" : "",
      "subnet_uuid" : "aeiou",
      "subnet6" : "",
      "subnet6_uuid" : "aeiou",
      "network_ref" : "aeiou"
    },
    "network_ref" : "aeiou",
    "prefix_length" : 123,
    "discovered_networks" : [ {
      "subnet" : [ "" ],
      "subnet6" : [ "" ],
      "network_ref" : "aeiou"
    } ]
  } ],
  "min_pools_up" : 123,
  "performance_limits" : {
    "max_concurrent_connections" : 123,
    "max_throughput" : 123
  },
  "sp_pool_refs" : [ "aeiou" ],
  "static_dns_records" : [ {
    "ip6_address" : [ {
      "ip6_address" : ""
    } ],
    "mx_records" : [ {
      "host" : "aeiou",
      "priority" : 123
    } ],
    "metadata" : "aeiou",
    "fqdn" : [ "aeiou" ],
    "ns" : [ {
      "ip6_address" : "",
      "ip_address" : "",
      "nsname" : "aeiou"
    } ],
    "cname" : "",
    "description" : "aeiou",
    "ip_address" : [ {
      "ip_address" : ""
    } ],
    "type" : "aeiou",
    "ttl" : 123,
    "wildcard_match" : true,
    "txt_records" : [ {
      "text_str" : "aeiou"
    } ],
    "num_records_in_response" : 123,
    "service_locator" : [ {
      "port" : 123,
      "weight" : 123,
      "priority" : 123,
      "target" : "aeiou"
    } ],
    "delegated" : true,
    "algorithm" : "aeiou"
  } ],
  "advertise_down_vs" : true,
  "fqdn" : "aeiou",
  "bulk_sync_kvcache" : true,
  "vh_parent_vs_ref" : "aeiou",
  "weight" : 123,
  "ldap_vs_config" : {
    "se_auth_ldap_servers_failover_only" : true,
    "se_auth_ldap_conns_per_server" : 123,
    "se_auth_ldap_reconnect_timeout" : 123,
    "realm" : "aeiou",
    "se_auth_ldap_cache_size" : 123,
    "se_auth_ldap_connect_timeout" : 123,
    "se_auth_ldap_request_timeout" : 123,
    "se_auth_ldap_bind_timeout" : 123
  },
  "waf_policy_ref" : "aeiou",
  "created_by" : "aeiou",
  "service_pool_select" : [ {
    "service_protocol" : "aeiou",
    "service_port_range_end" : 123,
    "service_pool_ref" : "aeiou",
    "service_pool_group_ref" : "aeiou",
    "service_port" : 123
  } ],
  "vh_type" : "aeiou",
  "allow_invalid_client_cert" : true,
  "security_policy_ref" : "aeiou",
  "application_profile_ref" : "aeiou",
  "ssl_sess_cache_avg_size" : 123,
  "cloud_type" : "aeiou",
  "scaleout_ecmp" : true,
  "flow_label_type" : "aeiou",
  "name" : "aeiou",
  "cloud_config_cksum" : "aeiou",
  "traffic_clone_profile_ref" : "aeiou",
  "remove_listening_port_on_vs_down" : true,
  "vsvip_ref" : "aeiou",
  "host_name_xlate" : "aeiou",
  "connections_rate_limit" : {
    "rate_limiter" : {
      "period" : 123,
      "count" : 123,
      "name" : "aeiou",
      "burst_sz" : 123
    },
    "action" : {
      "redirect" : {
        "keep_query" : true,
        "path" : "",
        "protocol" : "aeiou",
        "status_code" : "aeiou",
        "add_string" : "aeiou",
        "port" : 123,
        "host" : {
          "tokens" : [ {
            "start_index" : 123,
            "str_value" : "aeiou",
            "end_index" : 123,
            "type" : "aeiou"
          } ],
          "type" : "aeiou"
        }
      },
      "file" : {
        "file_content" : "aeiou",
        "content_type" : "aeiou",
        "file_length" : 123
      },
      "status_code" : "aeiou",
      "type" : "aeiou"
    },
    "explicit_tracking" : true,
    "fine_grain" : true,
    "http_cookie" : "aeiou",
    "http_header" : "aeiou"
  },
  "network_security_policy_ref" : "aeiou",
  "oauth_vs_config" : {
    "oauth_settings" : [ {
      "app_settings" : {
        "oidc_config" : {
          "oidc_enable" : true,
          "profile" : true,
          "userinfo" : true
        },
        "client_secret" : "aeiou",
        "scopes" : [ "aeiou" ],
        "client_id" : "aeiou"
      },
      "resource_server" : {
        "access_type" : "aeiou",
        "jwt_params" : {
          "audience" : "aeiou"
        },
        "opaque_token_params" : {
          "server_secret" : "aeiou",
          "server_id" : "aeiou"
        },
        "introspection_data_timeout" : 123
      },
      "auth_profile_ref" : "aeiou"
    } ],
    "cookie_timeout" : 123,
    "redirect_uri" : "aeiou",
    "logout_uri" : "aeiou",
    "post_logout_redirect_uri" : "aeiou",
    "key" : [ {
      "hmac_key" : "aeiou",
      "aes_key" : "aeiou",
      "name" : "aeiou"
    } ],
    "cookie_name" : "aeiou"
  },
  "topology_policies" : [ "" ],
  "description" : "aeiou",
  "vs_datascripts" : [ {
    "index" : 123,
    "vs_datascript_set_ref" : "aeiou"
  } ],
  "jwt_config" : {
    "jwt_name" : "aeiou",
    "audience" : "aeiou",
    "jwt_location" : "aeiou"
  },
  "pool_group_ref" : "aeiou",
  "ssl_key_and_certificate_refs" : [ "aeiou" ],
  "ssl_profile_ref" : "aeiou",
  "enabled" : true,
  "_last_modified" : "aeiou",
  "limit_doser" : true,
  "se_group_ref" : "aeiou",
  "network_profile_ref" : "aeiou",
  "close_client_conn_on_config_update" : true,
  "max_cps_per_client" : 123,
  "sso_policy_ref" : "aeiou",
  "http_policies" : [ {
    "http_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "analytics_profile_ref" : "aeiou",
  "service_metadata" : "aeiou",
  "use_bridge_ip_as_vip" : true,
  "requests_rate_limit" : "",
  "bot_policy_ref" : "aeiou",
  "enable_rhi" : true,
  "services" : [ {
    "override_network_profile_ref" : "aeiou",
    "port" : 123,
    "port_range_end" : 123,
    "is_active_ftp_data_port" : true,
    "enable_http2" : true,
    "horizon_internal_ports" : true,
    "enable_ssl" : true,
    "override_application_profile_ref" : "aeiou"
  } ],
  "url" : "aeiou",
  "test_se_datastore_level_1_ref" : "aeiou",
  "active_standby_se_tag" : "aeiou",
  "nsx_securitygroup" : [ "aeiou" ],
  "ssl_profile_selectors" : [ {
    "ssl_profile_ref" : "aeiou",
    "client_ip_list" : ""
  } ],
  "vh_matches" : [ {
    "path" : [ {
      "match_criteria" : "aeiou",
      "string_group_refs" : [ "aeiou" ],
      "match_decoded_string" : true,
      "match_str" : [ "aeiou" ],
      "match_case" : "aeiou"
    } ],
    "host" : "aeiou",
    "rules" : [ {
      "name" : "aeiou",
      "matches" : {
        "cookie" : {
          "match_criteria" : "aeiou",
          "name" : "aeiou",
          "value" : "aeiou",
          "match_case" : "aeiou"
        },
        "method" : {
          "match_criteria" : "aeiou",
          "methods" : [ "aeiou" ]
        },
        "host_hdr" : {
          "match_criteria" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "ip_reputation_type" : {
          "reputation_types" : [ "aeiou" ],
          "match_operation" : "aeiou"
        },
        "query" : {
          "match_criteria" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "match_decoded_string" : true,
          "match_str" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "vs_port" : {
          "match_criteria" : "aeiou",
          "ports" : [ "" ]
        },
        "hdrs" : [ {
          "match_criteria" : "aeiou",
          "hdr" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        } ],
        "version" : {
          "match_criteria" : "aeiou",
          "versions" : [ "aeiou" ]
        },
        "tls_fingerprint_match" : {
          "match_operation" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "fingerprints" : [ "aeiou" ]
        },
        "source_ip" : "",
        "path" : "",
        "geo_matches" : [ {
          "match_operation" : "aeiou",
          "values" : [ "aeiou" ],
          "attribute" : "aeiou"
        } ],
        "protocol" : {
          "match_criteria" : "aeiou",
          "protocols" : "aeiou"
        },
        "client_ip" : "",
        "bot_detection_result" : {
          "classifications" : [ {
            "user_defined_type" : "aeiou",
            "type" : "aeiou"
          } ],
          "match_operation" : "aeiou"
        }
      }
    } ]
  } ],
  "tenant_ref" : "aeiou",
  "ign_pool_net_reach" : true,
  "markers" : [ {
    "values" : [ "aeiou" ],
    "key" : "aeiou"
  } ],
  "vsvip_cloud_config_cksum" : "aeiou",
  "east_west_placement" : true
}

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 VirtualService

401

log in failed

Up
delete /virtualservice/{uuid}
(virtualserviceUuidDelete)

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 /virtualservice/{uuid}
(virtualserviceUuidGet)

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

VirtualService

Example data

Content-Type: application/json
{
  "dns_policies" : [ {
    "dns_policy_ref" : "aeiou",
    "index" : 123
  } ],
  "l4_policies" : [ {
    "l4_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "azure_availability_set" : "aeiou",
  "enable_autogw" : true,
  "icap_request_profile_refs" : [ "aeiou" ],
  "saml_sp_config" : {
    "sp_metadata" : "aeiou",
    "acs_index" : 123,
    "authn_req_acs_type" : "aeiou",
    "signing_ssl_key_and_certificate_ref" : "aeiou",
    "cookie_timeout" : 123,
    "use_idp_session_timeout" : true,
    "entity_id" : "aeiou",
    "key" : [ "" ],
    "cookie_name" : "aeiou",
    "single_signon_url" : "aeiou"
  },
  "vrf_context_ref" : "aeiou",
  "flow_dist" : "aeiou",
  "dns_info" : [ {
    "metadata" : "aeiou",
    "fqdn" : "aeiou",
    "num_records_in_response" : 123,
    "cname" : {
      "cname" : "aeiou"
    },
    "type" : "aeiou",
    "ttl" : 123,
    "algorithm" : "aeiou"
  } ],
  "content_rewrite" : {
    "rewritable_content_ref" : "aeiou",
    "rsp_rewrite_rules" : [ {
      "enable" : true,
      "name" : "aeiou",
      "index" : 123,
      "pairs" : [ {
        "replacement_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        },
        "search_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        }
      } ]
    } ]
  },
  "type" : "aeiou",
  "traffic_enabled" : true,
  "uuid" : "aeiou",
  "bgp_peer_labels" : [ "aeiou" ],
  "vh_domain_name" : [ "aeiou" ],
  "pool_ref" : "aeiou",
  "delay_fairness" : true,
  "snat_ip" : [ "" ],
  "cloud_ref" : "aeiou",
  "microservice_ref" : "aeiou",
  "error_page_profile_ref" : "aeiou",
  "configpb_attributes" : {
    "version" : 123
  },
  "server_network_profile_ref" : "aeiou",
  "use_vip_as_snat" : true,
  "analytics_policy" : {
    "significant_log_throttle" : 123,
    "all_headers" : true,
    "client_insights" : "aeiou",
    "client_log_filters" : [ {
      "duration" : 123,
      "all_headers" : true,
      "name" : "aeiou",
      "index" : 123,
      "client_ip" : "",
      "uri" : "",
      "enabled" : true
    } ],
    "client_insights_sampling" : {
      "client_ip" : {
        "group_refs" : [ "aeiou" ],
        "match_criteria" : "aeiou",
        "prefixes" : [ {
          "ip_addr" : "",
          "mask" : 123
        } ],
        "ranges" : [ {
          "end" : "",
          "begin" : ""
        } ],
        "addrs" : [ {
          "addr" : "aeiou",
          "type" : "aeiou"
        } ]
      },
      "skip_uris" : "",
      "sample_uris" : {
        "match_criteria" : "aeiou",
        "string_group_refs" : [ "aeiou" ],
        "match_str" : [ "aeiou" ]
      }
    },
    "metrics_realtime_update" : {
      "duration" : 123,
      "enabled" : true
    },
    "udf_log_throttle" : 123,
    "learning_log_policy" : {
      "port" : 123,
      "host" : "aeiou",
      "enabled" : true
    },
    "full_client_logs" : {
      "duration" : 123,
      "throttle" : 123,
      "enabled" : true
    }
  },
  "enable_rhi_snat" : true,
  "sideband_profile" : {
    "ip" : [ "" ],
    "sideband_max_request_body_size" : 123
  },
  "vip" : [ {
    "availability_zone" : "aeiou",
    "ip6_address" : "",
    "subnet" : "",
    "port_uuid" : "aeiou",
    "subnet_uuid" : "aeiou",
    "placement_networks" : [ {
      "subnet" : "",
      "subnet6" : "",
      "network_ref" : "aeiou"
    } ],
    "avi_allocated_vip" : true,
    "vip_id" : "aeiou",
    "ip_address" : "",
    "auto_allocate_floating_ip" : true,
    "enabled" : true,
    "auto_allocate_ip_type" : "aeiou",
    "floating_subnet6_uuid" : "aeiou",
    "auto_allocate_ip" : true,
    "subnet6" : "",
    "floating_ip" : "",
    "floating_subnet_uuid" : "aeiou",
    "avi_allocated_fip" : true,
    "subnet6_uuid" : "aeiou",
    "floating_ip6" : "",
    "ipam_network_subnet" : {
      "subnet" : "",
      "subnet_uuid" : "aeiou",
      "subnet6" : "",
      "subnet6_uuid" : "aeiou",
      "network_ref" : "aeiou"
    },
    "network_ref" : "aeiou",
    "prefix_length" : 123,
    "discovered_networks" : [ {
      "subnet" : [ "" ],
      "subnet6" : [ "" ],
      "network_ref" : "aeiou"
    } ]
  } ],
  "min_pools_up" : 123,
  "performance_limits" : {
    "max_concurrent_connections" : 123,
    "max_throughput" : 123
  },
  "sp_pool_refs" : [ "aeiou" ],
  "static_dns_records" : [ {
    "ip6_address" : [ {
      "ip6_address" : ""
    } ],
    "mx_records" : [ {
      "host" : "aeiou",
      "priority" : 123
    } ],
    "metadata" : "aeiou",
    "fqdn" : [ "aeiou" ],
    "ns" : [ {
      "ip6_address" : "",
      "ip_address" : "",
      "nsname" : "aeiou"
    } ],
    "cname" : "",
    "description" : "aeiou",
    "ip_address" : [ {
      "ip_address" : ""
    } ],
    "type" : "aeiou",
    "ttl" : 123,
    "wildcard_match" : true,
    "txt_records" : [ {
      "text_str" : "aeiou"
    } ],
    "num_records_in_response" : 123,
    "service_locator" : [ {
      "port" : 123,
      "weight" : 123,
      "priority" : 123,
      "target" : "aeiou"
    } ],
    "delegated" : true,
    "algorithm" : "aeiou"
  } ],
  "advertise_down_vs" : true,
  "fqdn" : "aeiou",
  "bulk_sync_kvcache" : true,
  "vh_parent_vs_ref" : "aeiou",
  "weight" : 123,
  "ldap_vs_config" : {
    "se_auth_ldap_servers_failover_only" : true,
    "se_auth_ldap_conns_per_server" : 123,
    "se_auth_ldap_reconnect_timeout" : 123,
    "realm" : "aeiou",
    "se_auth_ldap_cache_size" : 123,
    "se_auth_ldap_connect_timeout" : 123,
    "se_auth_ldap_request_timeout" : 123,
    "se_auth_ldap_bind_timeout" : 123
  },
  "waf_policy_ref" : "aeiou",
  "created_by" : "aeiou",
  "service_pool_select" : [ {
    "service_protocol" : "aeiou",
    "service_port_range_end" : 123,
    "service_pool_ref" : "aeiou",
    "service_pool_group_ref" : "aeiou",
    "service_port" : 123
  } ],
  "vh_type" : "aeiou",
  "allow_invalid_client_cert" : true,
  "security_policy_ref" : "aeiou",
  "application_profile_ref" : "aeiou",
  "ssl_sess_cache_avg_size" : 123,
  "cloud_type" : "aeiou",
  "scaleout_ecmp" : true,
  "flow_label_type" : "aeiou",
  "name" : "aeiou",
  "cloud_config_cksum" : "aeiou",
  "traffic_clone_profile_ref" : "aeiou",
  "remove_listening_port_on_vs_down" : true,
  "vsvip_ref" : "aeiou",
  "host_name_xlate" : "aeiou",
  "connections_rate_limit" : {
    "rate_limiter" : {
      "period" : 123,
      "count" : 123,
      "name" : "aeiou",
      "burst_sz" : 123
    },
    "action" : {
      "redirect" : {
        "keep_query" : true,
        "path" : "",
        "protocol" : "aeiou",
        "status_code" : "aeiou",
        "add_string" : "aeiou",
        "port" : 123,
        "host" : {
          "tokens" : [ {
            "start_index" : 123,
            "str_value" : "aeiou",
            "end_index" : 123,
            "type" : "aeiou"
          } ],
          "type" : "aeiou"
        }
      },
      "file" : {
        "file_content" : "aeiou",
        "content_type" : "aeiou",
        "file_length" : 123
      },
      "status_code" : "aeiou",
      "type" : "aeiou"
    },
    "explicit_tracking" : true,
    "fine_grain" : true,
    "http_cookie" : "aeiou",
    "http_header" : "aeiou"
  },
  "network_security_policy_ref" : "aeiou",
  "oauth_vs_config" : {
    "oauth_settings" : [ {
      "app_settings" : {
        "oidc_config" : {
          "oidc_enable" : true,
          "profile" : true,
          "userinfo" : true
        },
        "client_secret" : "aeiou",
        "scopes" : [ "aeiou" ],
        "client_id" : "aeiou"
      },
      "resource_server" : {
        "access_type" : "aeiou",
        "jwt_params" : {
          "audience" : "aeiou"
        },
        "opaque_token_params" : {
          "server_secret" : "aeiou",
          "server_id" : "aeiou"
        },
        "introspection_data_timeout" : 123
      },
      "auth_profile_ref" : "aeiou"
    } ],
    "cookie_timeout" : 123,
    "redirect_uri" : "aeiou",
    "logout_uri" : "aeiou",
    "post_logout_redirect_uri" : "aeiou",
    "key" : [ {
      "hmac_key" : "aeiou",
      "aes_key" : "aeiou",
      "name" : "aeiou"
    } ],
    "cookie_name" : "aeiou"
  },
  "topology_policies" : [ "" ],
  "description" : "aeiou",
  "vs_datascripts" : [ {
    "index" : 123,
    "vs_datascript_set_ref" : "aeiou"
  } ],
  "jwt_config" : {
    "jwt_name" : "aeiou",
    "audience" : "aeiou",
    "jwt_location" : "aeiou"
  },
  "pool_group_ref" : "aeiou",
  "ssl_key_and_certificate_refs" : [ "aeiou" ],
  "ssl_profile_ref" : "aeiou",
  "enabled" : true,
  "_last_modified" : "aeiou",
  "limit_doser" : true,
  "se_group_ref" : "aeiou",
  "network_profile_ref" : "aeiou",
  "close_client_conn_on_config_update" : true,
  "max_cps_per_client" : 123,
  "sso_policy_ref" : "aeiou",
  "http_policies" : [ {
    "http_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "analytics_profile_ref" : "aeiou",
  "service_metadata" : "aeiou",
  "use_bridge_ip_as_vip" : true,
  "requests_rate_limit" : "",
  "bot_policy_ref" : "aeiou",
  "enable_rhi" : true,
  "services" : [ {
    "override_network_profile_ref" : "aeiou",
    "port" : 123,
    "port_range_end" : 123,
    "is_active_ftp_data_port" : true,
    "enable_http2" : true,
    "horizon_internal_ports" : true,
    "enable_ssl" : true,
    "override_application_profile_ref" : "aeiou"
  } ],
  "url" : "aeiou",
  "test_se_datastore_level_1_ref" : "aeiou",
  "active_standby_se_tag" : "aeiou",
  "nsx_securitygroup" : [ "aeiou" ],
  "ssl_profile_selectors" : [ {
    "ssl_profile_ref" : "aeiou",
    "client_ip_list" : ""
  } ],
  "vh_matches" : [ {
    "path" : [ {
      "match_criteria" : "aeiou",
      "string_group_refs" : [ "aeiou" ],
      "match_decoded_string" : true,
      "match_str" : [ "aeiou" ],
      "match_case" : "aeiou"
    } ],
    "host" : "aeiou",
    "rules" : [ {
      "name" : "aeiou",
      "matches" : {
        "cookie" : {
          "match_criteria" : "aeiou",
          "name" : "aeiou",
          "value" : "aeiou",
          "match_case" : "aeiou"
        },
        "method" : {
          "match_criteria" : "aeiou",
          "methods" : [ "aeiou" ]
        },
        "host_hdr" : {
          "match_criteria" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "ip_reputation_type" : {
          "reputation_types" : [ "aeiou" ],
          "match_operation" : "aeiou"
        },
        "query" : {
          "match_criteria" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "match_decoded_string" : true,
          "match_str" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "vs_port" : {
          "match_criteria" : "aeiou",
          "ports" : [ "" ]
        },
        "hdrs" : [ {
          "match_criteria" : "aeiou",
          "hdr" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        } ],
        "version" : {
          "match_criteria" : "aeiou",
          "versions" : [ "aeiou" ]
        },
        "tls_fingerprint_match" : {
          "match_operation" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "fingerprints" : [ "aeiou" ]
        },
        "source_ip" : "",
        "path" : "",
        "geo_matches" : [ {
          "match_operation" : "aeiou",
          "values" : [ "aeiou" ],
          "attribute" : "aeiou"
        } ],
        "protocol" : {
          "match_criteria" : "aeiou",
          "protocols" : "aeiou"
        },
        "client_ip" : "",
        "bot_detection_result" : {
          "classifications" : [ {
            "user_defined_type" : "aeiou",
            "type" : "aeiou"
          } ],
          "match_operation" : "aeiou"
        }
      }
    } ]
  } ],
  "tenant_ref" : "aeiou",
  "ign_pool_net_reach" : true,
  "markers" : [ {
    "values" : [ "aeiou" ],
    "key" : "aeiou"
  } ],
  "vsvip_cloud_config_cksum" : "aeiou",
  "east_west_placement" : true
}

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 VirtualService

401

log in failed

Up
patch /virtualservice/{uuid}
(virtualserviceUuidPatch)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

VirtualService

Example data

Content-Type: application/json
{
  "dns_policies" : [ {
    "dns_policy_ref" : "aeiou",
    "index" : 123
  } ],
  "l4_policies" : [ {
    "l4_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "azure_availability_set" : "aeiou",
  "enable_autogw" : true,
  "icap_request_profile_refs" : [ "aeiou" ],
  "saml_sp_config" : {
    "sp_metadata" : "aeiou",
    "acs_index" : 123,
    "authn_req_acs_type" : "aeiou",
    "signing_ssl_key_and_certificate_ref" : "aeiou",
    "cookie_timeout" : 123,
    "use_idp_session_timeout" : true,
    "entity_id" : "aeiou",
    "key" : [ "" ],
    "cookie_name" : "aeiou",
    "single_signon_url" : "aeiou"
  },
  "vrf_context_ref" : "aeiou",
  "flow_dist" : "aeiou",
  "dns_info" : [ {
    "metadata" : "aeiou",
    "fqdn" : "aeiou",
    "num_records_in_response" : 123,
    "cname" : {
      "cname" : "aeiou"
    },
    "type" : "aeiou",
    "ttl" : 123,
    "algorithm" : "aeiou"
  } ],
  "content_rewrite" : {
    "rewritable_content_ref" : "aeiou",
    "rsp_rewrite_rules" : [ {
      "enable" : true,
      "name" : "aeiou",
      "index" : 123,
      "pairs" : [ {
        "replacement_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        },
        "search_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        }
      } ]
    } ]
  },
  "type" : "aeiou",
  "traffic_enabled" : true,
  "uuid" : "aeiou",
  "bgp_peer_labels" : [ "aeiou" ],
  "vh_domain_name" : [ "aeiou" ],
  "pool_ref" : "aeiou",
  "delay_fairness" : true,
  "snat_ip" : [ "" ],
  "cloud_ref" : "aeiou",
  "microservice_ref" : "aeiou",
  "error_page_profile_ref" : "aeiou",
  "configpb_attributes" : {
    "version" : 123
  },
  "server_network_profile_ref" : "aeiou",
  "use_vip_as_snat" : true,
  "analytics_policy" : {
    "significant_log_throttle" : 123,
    "all_headers" : true,
    "client_insights" : "aeiou",
    "client_log_filters" : [ {
      "duration" : 123,
      "all_headers" : true,
      "name" : "aeiou",
      "index" : 123,
      "client_ip" : "",
      "uri" : "",
      "enabled" : true
    } ],
    "client_insights_sampling" : {
      "client_ip" : {
        "group_refs" : [ "aeiou" ],
        "match_criteria" : "aeiou",
        "prefixes" : [ {
          "ip_addr" : "",
          "mask" : 123
        } ],
        "ranges" : [ {
          "end" : "",
          "begin" : ""
        } ],
        "addrs" : [ {
          "addr" : "aeiou",
          "type" : "aeiou"
        } ]
      },
      "skip_uris" : "",
      "sample_uris" : {
        "match_criteria" : "aeiou",
        "string_group_refs" : [ "aeiou" ],
        "match_str" : [ "aeiou" ]
      }
    },
    "metrics_realtime_update" : {
      "duration" : 123,
      "enabled" : true
    },
    "udf_log_throttle" : 123,
    "learning_log_policy" : {
      "port" : 123,
      "host" : "aeiou",
      "enabled" : true
    },
    "full_client_logs" : {
      "duration" : 123,
      "throttle" : 123,
      "enabled" : true
    }
  },
  "enable_rhi_snat" : true,
  "sideband_profile" : {
    "ip" : [ "" ],
    "sideband_max_request_body_size" : 123
  },
  "vip" : [ {
    "availability_zone" : "aeiou",
    "ip6_address" : "",
    "subnet" : "",
    "port_uuid" : "aeiou",
    "subnet_uuid" : "aeiou",
    "placement_networks" : [ {
      "subnet" : "",
      "subnet6" : "",
      "network_ref" : "aeiou"
    } ],
    "avi_allocated_vip" : true,
    "vip_id" : "aeiou",
    "ip_address" : "",
    "auto_allocate_floating_ip" : true,
    "enabled" : true,
    "auto_allocate_ip_type" : "aeiou",
    "floating_subnet6_uuid" : "aeiou",
    "auto_allocate_ip" : true,
    "subnet6" : "",
    "floating_ip" : "",
    "floating_subnet_uuid" : "aeiou",
    "avi_allocated_fip" : true,
    "subnet6_uuid" : "aeiou",
    "floating_ip6" : "",
    "ipam_network_subnet" : {
      "subnet" : "",
      "subnet_uuid" : "aeiou",
      "subnet6" : "",
      "subnet6_uuid" : "aeiou",
      "network_ref" : "aeiou"
    },
    "network_ref" : "aeiou",
    "prefix_length" : 123,
    "discovered_networks" : [ {
      "subnet" : [ "" ],
      "subnet6" : [ "" ],
      "network_ref" : "aeiou"
    } ]
  } ],
  "min_pools_up" : 123,
  "performance_limits" : {
    "max_concurrent_connections" : 123,
    "max_throughput" : 123
  },
  "sp_pool_refs" : [ "aeiou" ],
  "static_dns_records" : [ {
    "ip6_address" : [ {
      "ip6_address" : ""
    } ],
    "mx_records" : [ {
      "host" : "aeiou",
      "priority" : 123
    } ],
    "metadata" : "aeiou",
    "fqdn" : [ "aeiou" ],
    "ns" : [ {
      "ip6_address" : "",
      "ip_address" : "",
      "nsname" : "aeiou"
    } ],
    "cname" : "",
    "description" : "aeiou",
    "ip_address" : [ {
      "ip_address" : ""
    } ],
    "type" : "aeiou",
    "ttl" : 123,
    "wildcard_match" : true,
    "txt_records" : [ {
      "text_str" : "aeiou"
    } ],
    "num_records_in_response" : 123,
    "service_locator" : [ {
      "port" : 123,
      "weight" : 123,
      "priority" : 123,
      "target" : "aeiou"
    } ],
    "delegated" : true,
    "algorithm" : "aeiou"
  } ],
  "advertise_down_vs" : true,
  "fqdn" : "aeiou",
  "bulk_sync_kvcache" : true,
  "vh_parent_vs_ref" : "aeiou",
  "weight" : 123,
  "ldap_vs_config" : {
    "se_auth_ldap_servers_failover_only" : true,
    "se_auth_ldap_conns_per_server" : 123,
    "se_auth_ldap_reconnect_timeout" : 123,
    "realm" : "aeiou",
    "se_auth_ldap_cache_size" : 123,
    "se_auth_ldap_connect_timeout" : 123,
    "se_auth_ldap_request_timeout" : 123,
    "se_auth_ldap_bind_timeout" : 123
  },
  "waf_policy_ref" : "aeiou",
  "created_by" : "aeiou",
  "service_pool_select" : [ {
    "service_protocol" : "aeiou",
    "service_port_range_end" : 123,
    "service_pool_ref" : "aeiou",
    "service_pool_group_ref" : "aeiou",
    "service_port" : 123
  } ],
  "vh_type" : "aeiou",
  "allow_invalid_client_cert" : true,
  "security_policy_ref" : "aeiou",
  "application_profile_ref" : "aeiou",
  "ssl_sess_cache_avg_size" : 123,
  "cloud_type" : "aeiou",
  "scaleout_ecmp" : true,
  "flow_label_type" : "aeiou",
  "name" : "aeiou",
  "cloud_config_cksum" : "aeiou",
  "traffic_clone_profile_ref" : "aeiou",
  "remove_listening_port_on_vs_down" : true,
  "vsvip_ref" : "aeiou",
  "host_name_xlate" : "aeiou",
  "connections_rate_limit" : {
    "rate_limiter" : {
      "period" : 123,
      "count" : 123,
      "name" : "aeiou",
      "burst_sz" : 123
    },
    "action" : {
      "redirect" : {
        "keep_query" : true,
        "path" : "",
        "protocol" : "aeiou",
        "status_code" : "aeiou",
        "add_string" : "aeiou",
        "port" : 123,
        "host" : {
          "tokens" : [ {
            "start_index" : 123,
            "str_value" : "aeiou",
            "end_index" : 123,
            "type" : "aeiou"
          } ],
          "type" : "aeiou"
        }
      },
      "file" : {
        "file_content" : "aeiou",
        "content_type" : "aeiou",
        "file_length" : 123
      },
      "status_code" : "aeiou",
      "type" : "aeiou"
    },
    "explicit_tracking" : true,
    "fine_grain" : true,
    "http_cookie" : "aeiou",
    "http_header" : "aeiou"
  },
  "network_security_policy_ref" : "aeiou",
  "oauth_vs_config" : {
    "oauth_settings" : [ {
      "app_settings" : {
        "oidc_config" : {
          "oidc_enable" : true,
          "profile" : true,
          "userinfo" : true
        },
        "client_secret" : "aeiou",
        "scopes" : [ "aeiou" ],
        "client_id" : "aeiou"
      },
      "resource_server" : {
        "access_type" : "aeiou",
        "jwt_params" : {
          "audience" : "aeiou"
        },
        "opaque_token_params" : {
          "server_secret" : "aeiou",
          "server_id" : "aeiou"
        },
        "introspection_data_timeout" : 123
      },
      "auth_profile_ref" : "aeiou"
    } ],
    "cookie_timeout" : 123,
    "redirect_uri" : "aeiou",
    "logout_uri" : "aeiou",
    "post_logout_redirect_uri" : "aeiou",
    "key" : [ {
      "hmac_key" : "aeiou",
      "aes_key" : "aeiou",
      "name" : "aeiou"
    } ],
    "cookie_name" : "aeiou"
  },
  "topology_policies" : [ "" ],
  "description" : "aeiou",
  "vs_datascripts" : [ {
    "index" : 123,
    "vs_datascript_set_ref" : "aeiou"
  } ],
  "jwt_config" : {
    "jwt_name" : "aeiou",
    "audience" : "aeiou",
    "jwt_location" : "aeiou"
  },
  "pool_group_ref" : "aeiou",
  "ssl_key_and_certificate_refs" : [ "aeiou" ],
  "ssl_profile_ref" : "aeiou",
  "enabled" : true,
  "_last_modified" : "aeiou",
  "limit_doser" : true,
  "se_group_ref" : "aeiou",
  "network_profile_ref" : "aeiou",
  "close_client_conn_on_config_update" : true,
  "max_cps_per_client" : 123,
  "sso_policy_ref" : "aeiou",
  "http_policies" : [ {
    "http_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "analytics_profile_ref" : "aeiou",
  "service_metadata" : "aeiou",
  "use_bridge_ip_as_vip" : true,
  "requests_rate_limit" : "",
  "bot_policy_ref" : "aeiou",
  "enable_rhi" : true,
  "services" : [ {
    "override_network_profile_ref" : "aeiou",
    "port" : 123,
    "port_range_end" : 123,
    "is_active_ftp_data_port" : true,
    "enable_http2" : true,
    "horizon_internal_ports" : true,
    "enable_ssl" : true,
    "override_application_profile_ref" : "aeiou"
  } ],
  "url" : "aeiou",
  "test_se_datastore_level_1_ref" : "aeiou",
  "active_standby_se_tag" : "aeiou",
  "nsx_securitygroup" : [ "aeiou" ],
  "ssl_profile_selectors" : [ {
    "ssl_profile_ref" : "aeiou",
    "client_ip_list" : ""
  } ],
  "vh_matches" : [ {
    "path" : [ {
      "match_criteria" : "aeiou",
      "string_group_refs" : [ "aeiou" ],
      "match_decoded_string" : true,
      "match_str" : [ "aeiou" ],
      "match_case" : "aeiou"
    } ],
    "host" : "aeiou",
    "rules" : [ {
      "name" : "aeiou",
      "matches" : {
        "cookie" : {
          "match_criteria" : "aeiou",
          "name" : "aeiou",
          "value" : "aeiou",
          "match_case" : "aeiou"
        },
        "method" : {
          "match_criteria" : "aeiou",
          "methods" : [ "aeiou" ]
        },
        "host_hdr" : {
          "match_criteria" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "ip_reputation_type" : {
          "reputation_types" : [ "aeiou" ],
          "match_operation" : "aeiou"
        },
        "query" : {
          "match_criteria" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "match_decoded_string" : true,
          "match_str" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "vs_port" : {
          "match_criteria" : "aeiou",
          "ports" : [ "" ]
        },
        "hdrs" : [ {
          "match_criteria" : "aeiou",
          "hdr" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        } ],
        "version" : {
          "match_criteria" : "aeiou",
          "versions" : [ "aeiou" ]
        },
        "tls_fingerprint_match" : {
          "match_operation" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "fingerprints" : [ "aeiou" ]
        },
        "source_ip" : "",
        "path" : "",
        "geo_matches" : [ {
          "match_operation" : "aeiou",
          "values" : [ "aeiou" ],
          "attribute" : "aeiou"
        } ],
        "protocol" : {
          "match_criteria" : "aeiou",
          "protocols" : "aeiou"
        },
        "client_ip" : "",
        "bot_detection_result" : {
          "classifications" : [ {
            "user_defined_type" : "aeiou",
            "type" : "aeiou"
          } ],
          "match_operation" : "aeiou"
        }
      }
    } ]
  } ],
  "tenant_ref" : "aeiou",
  "ign_pool_net_reach" : true,
  "markers" : [ {
    "values" : [ "aeiou" ],
    "key" : "aeiou"
  } ],
  "vsvip_cloud_config_cksum" : "aeiou",
  "east_west_placement" : true
}

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 VirtualService

401

log in failed

Up
put /virtualservice/{uuid}
(virtualserviceUuidPut)

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

Query parameters

name (optional)
Query Parameter — object name

Return type

VirtualService

Example data

Content-Type: application/json
{
  "dns_policies" : [ {
    "dns_policy_ref" : "aeiou",
    "index" : 123
  } ],
  "l4_policies" : [ {
    "l4_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "azure_availability_set" : "aeiou",
  "enable_autogw" : true,
  "icap_request_profile_refs" : [ "aeiou" ],
  "saml_sp_config" : {
    "sp_metadata" : "aeiou",
    "acs_index" : 123,
    "authn_req_acs_type" : "aeiou",
    "signing_ssl_key_and_certificate_ref" : "aeiou",
    "cookie_timeout" : 123,
    "use_idp_session_timeout" : true,
    "entity_id" : "aeiou",
    "key" : [ "" ],
    "cookie_name" : "aeiou",
    "single_signon_url" : "aeiou"
  },
  "vrf_context_ref" : "aeiou",
  "flow_dist" : "aeiou",
  "dns_info" : [ {
    "metadata" : "aeiou",
    "fqdn" : "aeiou",
    "num_records_in_response" : 123,
    "cname" : {
      "cname" : "aeiou"
    },
    "type" : "aeiou",
    "ttl" : 123,
    "algorithm" : "aeiou"
  } ],
  "content_rewrite" : {
    "rewritable_content_ref" : "aeiou",
    "rsp_rewrite_rules" : [ {
      "enable" : true,
      "name" : "aeiou",
      "index" : 123,
      "pairs" : [ {
        "replacement_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        },
        "search_string" : {
          "val" : "aeiou",
          "type" : "aeiou"
        }
      } ]
    } ]
  },
  "type" : "aeiou",
  "traffic_enabled" : true,
  "uuid" : "aeiou",
  "bgp_peer_labels" : [ "aeiou" ],
  "vh_domain_name" : [ "aeiou" ],
  "pool_ref" : "aeiou",
  "delay_fairness" : true,
  "snat_ip" : [ "" ],
  "cloud_ref" : "aeiou",
  "microservice_ref" : "aeiou",
  "error_page_profile_ref" : "aeiou",
  "configpb_attributes" : {
    "version" : 123
  },
  "server_network_profile_ref" : "aeiou",
  "use_vip_as_snat" : true,
  "analytics_policy" : {
    "significant_log_throttle" : 123,
    "all_headers" : true,
    "client_insights" : "aeiou",
    "client_log_filters" : [ {
      "duration" : 123,
      "all_headers" : true,
      "name" : "aeiou",
      "index" : 123,
      "client_ip" : "",
      "uri" : "",
      "enabled" : true
    } ],
    "client_insights_sampling" : {
      "client_ip" : {
        "group_refs" : [ "aeiou" ],
        "match_criteria" : "aeiou",
        "prefixes" : [ {
          "ip_addr" : "",
          "mask" : 123
        } ],
        "ranges" : [ {
          "end" : "",
          "begin" : ""
        } ],
        "addrs" : [ {
          "addr" : "aeiou",
          "type" : "aeiou"
        } ]
      },
      "skip_uris" : "",
      "sample_uris" : {
        "match_criteria" : "aeiou",
        "string_group_refs" : [ "aeiou" ],
        "match_str" : [ "aeiou" ]
      }
    },
    "metrics_realtime_update" : {
      "duration" : 123,
      "enabled" : true
    },
    "udf_log_throttle" : 123,
    "learning_log_policy" : {
      "port" : 123,
      "host" : "aeiou",
      "enabled" : true
    },
    "full_client_logs" : {
      "duration" : 123,
      "throttle" : 123,
      "enabled" : true
    }
  },
  "enable_rhi_snat" : true,
  "sideband_profile" : {
    "ip" : [ "" ],
    "sideband_max_request_body_size" : 123
  },
  "vip" : [ {
    "availability_zone" : "aeiou",
    "ip6_address" : "",
    "subnet" : "",
    "port_uuid" : "aeiou",
    "subnet_uuid" : "aeiou",
    "placement_networks" : [ {
      "subnet" : "",
      "subnet6" : "",
      "network_ref" : "aeiou"
    } ],
    "avi_allocated_vip" : true,
    "vip_id" : "aeiou",
    "ip_address" : "",
    "auto_allocate_floating_ip" : true,
    "enabled" : true,
    "auto_allocate_ip_type" : "aeiou",
    "floating_subnet6_uuid" : "aeiou",
    "auto_allocate_ip" : true,
    "subnet6" : "",
    "floating_ip" : "",
    "floating_subnet_uuid" : "aeiou",
    "avi_allocated_fip" : true,
    "subnet6_uuid" : "aeiou",
    "floating_ip6" : "",
    "ipam_network_subnet" : {
      "subnet" : "",
      "subnet_uuid" : "aeiou",
      "subnet6" : "",
      "subnet6_uuid" : "aeiou",
      "network_ref" : "aeiou"
    },
    "network_ref" : "aeiou",
    "prefix_length" : 123,
    "discovered_networks" : [ {
      "subnet" : [ "" ],
      "subnet6" : [ "" ],
      "network_ref" : "aeiou"
    } ]
  } ],
  "min_pools_up" : 123,
  "performance_limits" : {
    "max_concurrent_connections" : 123,
    "max_throughput" : 123
  },
  "sp_pool_refs" : [ "aeiou" ],
  "static_dns_records" : [ {
    "ip6_address" : [ {
      "ip6_address" : ""
    } ],
    "mx_records" : [ {
      "host" : "aeiou",
      "priority" : 123
    } ],
    "metadata" : "aeiou",
    "fqdn" : [ "aeiou" ],
    "ns" : [ {
      "ip6_address" : "",
      "ip_address" : "",
      "nsname" : "aeiou"
    } ],
    "cname" : "",
    "description" : "aeiou",
    "ip_address" : [ {
      "ip_address" : ""
    } ],
    "type" : "aeiou",
    "ttl" : 123,
    "wildcard_match" : true,
    "txt_records" : [ {
      "text_str" : "aeiou"
    } ],
    "num_records_in_response" : 123,
    "service_locator" : [ {
      "port" : 123,
      "weight" : 123,
      "priority" : 123,
      "target" : "aeiou"
    } ],
    "delegated" : true,
    "algorithm" : "aeiou"
  } ],
  "advertise_down_vs" : true,
  "fqdn" : "aeiou",
  "bulk_sync_kvcache" : true,
  "vh_parent_vs_ref" : "aeiou",
  "weight" : 123,
  "ldap_vs_config" : {
    "se_auth_ldap_servers_failover_only" : true,
    "se_auth_ldap_conns_per_server" : 123,
    "se_auth_ldap_reconnect_timeout" : 123,
    "realm" : "aeiou",
    "se_auth_ldap_cache_size" : 123,
    "se_auth_ldap_connect_timeout" : 123,
    "se_auth_ldap_request_timeout" : 123,
    "se_auth_ldap_bind_timeout" : 123
  },
  "waf_policy_ref" : "aeiou",
  "created_by" : "aeiou",
  "service_pool_select" : [ {
    "service_protocol" : "aeiou",
    "service_port_range_end" : 123,
    "service_pool_ref" : "aeiou",
    "service_pool_group_ref" : "aeiou",
    "service_port" : 123
  } ],
  "vh_type" : "aeiou",
  "allow_invalid_client_cert" : true,
  "security_policy_ref" : "aeiou",
  "application_profile_ref" : "aeiou",
  "ssl_sess_cache_avg_size" : 123,
  "cloud_type" : "aeiou",
  "scaleout_ecmp" : true,
  "flow_label_type" : "aeiou",
  "name" : "aeiou",
  "cloud_config_cksum" : "aeiou",
  "traffic_clone_profile_ref" : "aeiou",
  "remove_listening_port_on_vs_down" : true,
  "vsvip_ref" : "aeiou",
  "host_name_xlate" : "aeiou",
  "connections_rate_limit" : {
    "rate_limiter" : {
      "period" : 123,
      "count" : 123,
      "name" : "aeiou",
      "burst_sz" : 123
    },
    "action" : {
      "redirect" : {
        "keep_query" : true,
        "path" : "",
        "protocol" : "aeiou",
        "status_code" : "aeiou",
        "add_string" : "aeiou",
        "port" : 123,
        "host" : {
          "tokens" : [ {
            "start_index" : 123,
            "str_value" : "aeiou",
            "end_index" : 123,
            "type" : "aeiou"
          } ],
          "type" : "aeiou"
        }
      },
      "file" : {
        "file_content" : "aeiou",
        "content_type" : "aeiou",
        "file_length" : 123
      },
      "status_code" : "aeiou",
      "type" : "aeiou"
    },
    "explicit_tracking" : true,
    "fine_grain" : true,
    "http_cookie" : "aeiou",
    "http_header" : "aeiou"
  },
  "network_security_policy_ref" : "aeiou",
  "oauth_vs_config" : {
    "oauth_settings" : [ {
      "app_settings" : {
        "oidc_config" : {
          "oidc_enable" : true,
          "profile" : true,
          "userinfo" : true
        },
        "client_secret" : "aeiou",
        "scopes" : [ "aeiou" ],
        "client_id" : "aeiou"
      },
      "resource_server" : {
        "access_type" : "aeiou",
        "jwt_params" : {
          "audience" : "aeiou"
        },
        "opaque_token_params" : {
          "server_secret" : "aeiou",
          "server_id" : "aeiou"
        },
        "introspection_data_timeout" : 123
      },
      "auth_profile_ref" : "aeiou"
    } ],
    "cookie_timeout" : 123,
    "redirect_uri" : "aeiou",
    "logout_uri" : "aeiou",
    "post_logout_redirect_uri" : "aeiou",
    "key" : [ {
      "hmac_key" : "aeiou",
      "aes_key" : "aeiou",
      "name" : "aeiou"
    } ],
    "cookie_name" : "aeiou"
  },
  "topology_policies" : [ "" ],
  "description" : "aeiou",
  "vs_datascripts" : [ {
    "index" : 123,
    "vs_datascript_set_ref" : "aeiou"
  } ],
  "jwt_config" : {
    "jwt_name" : "aeiou",
    "audience" : "aeiou",
    "jwt_location" : "aeiou"
  },
  "pool_group_ref" : "aeiou",
  "ssl_key_and_certificate_refs" : [ "aeiou" ],
  "ssl_profile_ref" : "aeiou",
  "enabled" : true,
  "_last_modified" : "aeiou",
  "limit_doser" : true,
  "se_group_ref" : "aeiou",
  "network_profile_ref" : "aeiou",
  "close_client_conn_on_config_update" : true,
  "max_cps_per_client" : 123,
  "sso_policy_ref" : "aeiou",
  "http_policies" : [ {
    "http_policy_set_ref" : "aeiou",
    "index" : 123
  } ],
  "analytics_profile_ref" : "aeiou",
  "service_metadata" : "aeiou",
  "use_bridge_ip_as_vip" : true,
  "requests_rate_limit" : "",
  "bot_policy_ref" : "aeiou",
  "enable_rhi" : true,
  "services" : [ {
    "override_network_profile_ref" : "aeiou",
    "port" : 123,
    "port_range_end" : 123,
    "is_active_ftp_data_port" : true,
    "enable_http2" : true,
    "horizon_internal_ports" : true,
    "enable_ssl" : true,
    "override_application_profile_ref" : "aeiou"
  } ],
  "url" : "aeiou",
  "test_se_datastore_level_1_ref" : "aeiou",
  "active_standby_se_tag" : "aeiou",
  "nsx_securitygroup" : [ "aeiou" ],
  "ssl_profile_selectors" : [ {
    "ssl_profile_ref" : "aeiou",
    "client_ip_list" : ""
  } ],
  "vh_matches" : [ {
    "path" : [ {
      "match_criteria" : "aeiou",
      "string_group_refs" : [ "aeiou" ],
      "match_decoded_string" : true,
      "match_str" : [ "aeiou" ],
      "match_case" : "aeiou"
    } ],
    "host" : "aeiou",
    "rules" : [ {
      "name" : "aeiou",
      "matches" : {
        "cookie" : {
          "match_criteria" : "aeiou",
          "name" : "aeiou",
          "value" : "aeiou",
          "match_case" : "aeiou"
        },
        "method" : {
          "match_criteria" : "aeiou",
          "methods" : [ "aeiou" ]
        },
        "host_hdr" : {
          "match_criteria" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "ip_reputation_type" : {
          "reputation_types" : [ "aeiou" ],
          "match_operation" : "aeiou"
        },
        "query" : {
          "match_criteria" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "match_decoded_string" : true,
          "match_str" : [ "aeiou" ],
          "match_case" : "aeiou"
        },
        "vs_port" : {
          "match_criteria" : "aeiou",
          "ports" : [ "" ]
        },
        "hdrs" : [ {
          "match_criteria" : "aeiou",
          "hdr" : "aeiou",
          "value" : [ "aeiou" ],
          "match_case" : "aeiou"
        } ],
        "version" : {
          "match_criteria" : "aeiou",
          "versions" : [ "aeiou" ]
        },
        "tls_fingerprint_match" : {
          "match_operation" : "aeiou",
          "string_group_refs" : [ "aeiou" ],
          "fingerprints" : [ "aeiou" ]
        },
        "source_ip" : "",
        "path" : "",
        "geo_matches" : [ {
          "match_operation" : "aeiou",
          "values" : [ "aeiou" ],
          "attribute" : "aeiou"
        } ],
        "protocol" : {
          "match_criteria" : "aeiou",
          "protocols" : "aeiou"
        },
        "client_ip" : "",
        "bot_detection_result" : {
          "classifications" : [ {
            "user_defined_type" : "aeiou",
            "type" : "aeiou"
          } ],
          "match_operation" : "aeiou"
        }
      }
    } ]
  } ],
  "tenant_ref" : "aeiou",
  "ign_pool_net_reach" : true,
  "markers" : [ {
    "values" : [ "aeiou" ],
    "key" : "aeiou"
  } ],
  "vsvip_cloud_config_cksum" : "aeiou",
  "east_west_placement" : true
}

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 VirtualService

401

log in failed

Up

Models

[ Jump to Methods ]

Table of Contents

  1. ACSubjectInfo
  2. ACUserIdentity
  3. ALBServicesAccount
  4. ALBServicesAccountUser
  5. ALBServicesCase
  6. ALBServicesCaseAttachment
  7. ALBServicesFileUpload
  8. ALBServicesFileUploadApiResponse
  9. ALBServicesStatusDetails
  10. ALBServicesUser
  11. AWSASGDelete
  12. AWSASGNotifDetails
  13. AWSSetup
  14. AdaptReplEventInfo
  15. Alert
  16. AlertApiResponse
  17. AllSeUpgradeEventDetails
  18. AnalyticsPolicy
  19. AnomalyEventDetails
  20. ApiVersionDeprecated
  21. AppInfo
  22. AppSignatureEventData
  23. ApplicationLog
  24. AsyncPatchState
  25. AttachIpStatusEventDetails
  26. AttackDnsAmplification
  27. AttackMetaData
  28. AttackMetaDataApiResponse
  29. AuditComplianceEventInfo
  30. AuthAttributeMatch
  31. AuthenticationAction
  32. AuthenticationMatch
  33. AuthenticationPolicy
  34. AuthenticationRule
  35. AuthnRuleMatch
  36. AuthorizationAction
  37. AuthorizationMatch
  38. AuthorizationPolicy
  39. AuthorizationRule
  40. AuthzRuleMatch
  41. AvgUptimeChangeDetails
  42. AzureMarketplace
  43. AzureSetup
  44. BMSetup
  45. BotClassification
  46. BotDetectionMatch
  47. BotEvaluationResult
  48. BotIdentification
  49. BotManagementLog
  50. BurstLicenseDetails
  51. CCScaleSetNotifDetails
  52. CC_VnicInfo
  53. CRSDeploymentFailure
  54. CRSDeploymentSuccess
  55. CRSDetails
  56. CRSDetailsApiResponse
  57. CRSUpdateDetails
  58. CaptureFileSize
  59. CaptureFilters
  60. CaptureIPC
  61. CentralLicenseRefreshDetails
  62. CentralLicenseSubscriptionDetails
  63. CfgState
  64. ChildProcessInfo
  65. ClientFingerprints
  66. ClientInsightsSampling
  67. ClientLogFilter
  68. CloudASGNotifDetails
  69. CloudAutoscalingConfigFailureDetails
  70. CloudClusterVip
  71. CloudDnsUpdate
  72. CloudGeneric
  73. CloudHealth
  74. CloudIpChange
  75. CloudRouteNotifDetails
  76. CloudSeVmChange
  77. CloudStackSetup
  78. CloudSyncServices
  79. CloudTenantCleanup
  80. CloudTenantsDeleted
  81. CloudVipParkingIntf
  82. CloudVipUpdate
  83. CloudVnicChange
  84. ClusterConfigFailedEvent
  85. ClusterLeaderFailoverEvent
  86. ClusterNode
  87. ClusterNodeAddEvent
  88. ClusterNodeDbFailedEvent
  89. ClusterNodeRemoveEvent
  90. ClusterNodeShutdownEvent
  91. ClusterNodeStartedEvent
  92. ClusterServiceCriticalFailureEvent
  93. ClusterServiceFailedEvent
  94. ClusterServiceRestoredEvent
  95. ConfigActionDetails
  96. ConfigCreateDetails
  97. ConfigDeleteDetails
  98. ConfigInfo
  99. ConfigPbAttributes
  100. ConfigSeGrpFlvUpdate
  101. ConfigUpdateDetails
  102. ConfigUserAuthrzByRule
  103. ConfigUserLogin
  104. ConfigUserLogout
  105. ConfigUserNotAuthrzByRule
  106. ConfigUserPasswordChangeRequest
  107. ConfigVersionStatus
  108. ConnErrorInfo
  109. ConnectionEventDetails
  110. ConnectionLog
  111. ContainerCloudBatchSetup
  112. ContainerCloudService
  113. ContainerCloudSetup
  114. ContentRewriteProfile
  115. ControllerDiscontinuousTimeChangeEventDetails
  116. ControllerInterface
  117. ControllerLicenseReconcileDetails
  118. CookieMatch
  119. DNSQueryError
  120. DNSRegisterInfo
  121. DNSVsSyncInfo
  122. DSRequestLog
  123. DataScriptErrorTrace
  124. DatabaseEventInfo
  125. DebugDnsOptions
  126. DebugIpAddr
  127. DebugVirtualService
  128. DebugVirtualServiceApiResponse
  129. DebugVirtualServiceCapture
  130. DebugVirtualServiceObjSync
  131. DebugVirtualServiceSeParams
  132. DebugVsDataplane
  133. DetachIpStatusEventDetails
  134. DisableSeMigrateEventDetails
  135. DiscoveredNetwork
  136. DnsAAAARdata
  137. DnsARdata
  138. DnsCnameRdata
  139. DnsEdnsOption
  140. DnsInfo
  141. DnsMxRdata
  142. DnsNsRdata
  143. DnsOptRecord
  144. DnsPolicies
  145. DnsRecord
  146. DnsRequest
  147. DnsResourceRecord
  148. DnsResponse
  149. DnsSrvRdata
  150. DnsTxtRdata
  151. DockerUCPSetup
  152. DosAttackEventDetails
  153. EventCache
  154. EventDetails
  155. EventLog
  156. EventMap
  157. FalsePositiveDetails
  158. FalsePositiveResult
  159. FalsePositiveResultHeader
  160. FullClientLogs
  161. GCPCloudRouterUpdate
  162. GCPSetup
  163. GcpInfo
  164. GeoLocation
  165. GeoMatch
  166. GslbDnsGsStatus
  167. GslbDnsInfo
  168. GslbDnsUpdate
  169. GslbDownloadStatus
  170. GslbObj
  171. GslbObjectInfo
  172. GslbPerDnsState
  173. GslbPoolMemberDatapathStatus
  174. GslbPoolMemberRuntimeInfo
  175. GslbPoolRuntime
  176. GslbReplicationStats
  177. GslbRuntime
  178. GslbServiceRuntime
  179. GslbServiceSitePersistencePool
  180. GslbServiceStatus
  181. GslbSiteCfgSyncInfo
  182. GslbSiteHealthStatus
  183. GslbSiteRuntime
  184. GslbSiteRuntimeCfg
  185. GslbSiteRuntimeInfo
  186. GslbSiteRuntimeStats
  187. GslbStatus
  188. GslbSubDomainPlacementRuntime
  189. GslbThirdPartySiteRuntime
  190. HTTPClientAuthenticationParams
  191. HTTPLocalFile
  192. HTTPPolicies
  193. HTTPRedirectAction
  194. HTTPVersionMatch
  195. HdrMatch
  196. HeaderInfoInURI
  197. HealthScoreDetails
  198. HostHdrMatch
  199. HostUnavailEventDetails
  200. HttpCookiePersistenceKey
  201. IPNetworkSubnet
  202. IPReputationTypeMatch
  203. IPThreatDBEventData
  204. IcapLog
  205. IcapNSXDefenderLog
  206. IcapOPSWATLog
  207. IcapRequestLog
  208. IcapViolation
  209. IpAddr
  210. IpAddrMatch
  211. IpAddrPrefix
  212. IpAddrRange
  213. JWTClaimMatch
  214. JWTMatch
  215. JWTValidationParams
  216. JWTValidationVsConfig
  217. JwtLog
  218. KeyValue
  219. L4Policies
  220. LDAPVSConfig
  221. LearningLogPolicy
  222. LicenseDetails
  223. LicenseExpiryDetails
  224. LicenseTierSwitchDetiails
  225. LicenseTransactionDetails
  226. LogAgentEventDetail
  227. LogAgentTCPClientEventDetail
  228. MarathonServicePortConflict
  229. MatchTarget
  230. Matches
  231. MemoryBalancerInfo
  232. MesosSetup
  233. MethodMatch
  234. MetricLog
  235. MetricStatistics
  236. MetricThresoldUpDetails
  237. MetricsData
  238. MetricsDataHeader
  239. MetricsDataSeries
  240. MetricsDbDiskEventDetails
  241. MetricsDbQueueFullEventDetails
  242. MetricsDbQueueHealthyEventDetails
  243. MetricsDbRuntime
  244. MetricsDbSyncFailureEventDetails
  245. MetricsDerivationData
  246. MetricsDimensionData
  247. MetricsGRPCAuthFailureDetails
  248. MetricsMissingDataInterval
  249. MetricsQueryResponse
  250. MetricsRealTimeUpdate
  251. MustChecksInfo
  252. NetworkSubnetClash
  253. NetworkSubnetInfo
  254. NsxtImageDetails
  255. NsxtSIEndpointDetails
  256. NsxtSIPolicyDetails
  257. NsxtSIRuleDetails
  258. NsxtSIServiceDetails
  259. NsxtSetup
  260. NsxtT1Seg
  261. NsxtT1SegDetails
  262. NtlmLog
  263. OAuthAppSettings
  264. OAuthResourceServer
  265. OAuthSettings
  266. OAuthVSConfig
  267. OCISetup
  268. OIDCConfig
  269. OauthLog
  270. OauthSubRequestLog
  271. OmittedWafLogStats
  272. OpaqueTokenValidationParams
  273. OpenStackApiVersionCheckFailure
  274. OpenStackClusterSetup
  275. OpenStackIpChange
  276. OpenStackLbPluginOp
  277. OpenStackLbProvAuditCheck
  278. OpenStackSeVmChange
  279. OpenStackSyncServices
  280. OpenStackVnicChange
  281. OperationalStatus
  282. OpsHistory
  283. OutOfBandRequestLog
  284. PGDeploymentRule
  285. PGDeploymentRuleResult
  286. PaaLog
  287. PaaRequestLog
  288. ParamInURI
  289. ParamsInURI
  290. PatchData
  291. PathMatch
  292. PerformanceLimits
  293. PoolDeploymentFailureInfo
  294. PoolDeploymentSuccessInfo
  295. PoolDeploymentUpdateInfo
  296. PortMatch
  297. ProtocolMatch
  298. PsmProgramDetails
  299. QueryMatch
  300. RateLimiter
  301. RateLimiterAction
  302. RateLimiterEventDetails
  303. RateProfile
  304. RebalanceMigrateEventDetails
  305. RebalanceScaleinEventDetails
  306. RebalanceScaleoutEventDetails
  307. ReplaceStringVar
  308. ReportDetail
  309. ReportEvent
  310. ReportOpsState
  311. ReportSummary
  312. RmAddNetworksEventDetails
  313. RmAddVnic
  314. RmBindVsSeEventDetails
  315. RmDeleteSeEventDetails
  316. RmModifyNetworksEventDetails
  317. RmModifyVnic
  318. RmRebootSeEventDetails
  319. RmSeBootupFailEventDetails
  320. RmSeIpFailEventDetails
  321. RmSpawnSeEventDetails
  322. RmUnbindVsSeEventDetails
  323. RoleFilterMatchLabel
  324. RspContentRewriteRule
  325. RuleInfo
  326. SAMLSPConfig
  327. SSLCipherList
  328. SSLExpireDetails
  329. SSLExportDetails
  330. SSLIgnoredDetails
  331. SSLProfileSelector
  332. SSLRenewDetails
  333. SSLRenewFailedDetails
  334. SSLRevokedDetails
  335. SSOPolicy
  336. SSOPolicyApiResponse
  337. SamlAttribute
  338. SamlAuthnRuleMatch
  339. SamlAuthzRuleMatch
  340. SamlLog
  341. ScaleStatus
  342. SchedulerActionDetails
  343. SeBgpPeerDownDetails
  344. SeBgpPeerStateChangeDetails
  345. SeDebugModeEventDetail
  346. SeDiscontinuousTimeChangeEventDetails
  347. SeDupipEventDetails
  348. SeGatewayHeartbeatFailedDetails
  349. SeGatewayHeartbeatSuccessDetails
  350. SeGeoDbDetails
  351. SeGroupOptions
  352. SeGroupResumeOptions
  353. SeGroupStatus
  354. SeHBEventDetails
  355. SeHbRecoveredEventDetails
  356. SeHighEgressProcLatencyEventDetails
  357. SeHighIngressProcLatencyEventDetails
  358. SeHmEventGSDetails
  359. SeHmEventGslbPoolDetails
  360. SeHmEventGslbPoolMemberDetails
  361. SeHmEventPoolDetails
  362. SeHmEventServerDetails
  363. SeHmEventShmDetails
  364. SeHmEventVsDetails
  365. SeIP6DadFailedEventDetails
  366. SeIpAddedEventDetails
  367. SeIpRemovedEventDetails
  368. SeIpfailureEventDetails
  369. SeLicensedBandwdithExceededEventDetails
  370. SeList
  371. SeMemoryLimitEventDetails
  372. SeMgrEventDetails
  373. SeMigrateEventDetails
  374. SeNtpSynchronizationFailed
  375. SePersistenceEventDetails
  376. SePoolLbEventDetails
  377. SeReconcileDetails
  378. SeThreshEventDetails
  379. SeUpgradeEventDetails
  380. SeUpgradeEvents
  381. SeUpgradeMigrateEventDetails
  382. SeUpgradeParams
  383. SeUpgradeScaleinEventDetails
  384. SeUpgradeScaleoutEventDetails
  385. SeUpgradeVsDisruptedEventDetails
  386. SeVipInterfaceList
  387. SeVnicDownEventDetails
  388. SeVnicTxQueueStallEventDetails
  389. SeVnicUpEventDetails
  390. SeVsDelFlowsDisrupted
  391. SeVsFaultEventDetails
  392. SeVsPktBufHighEventDetails
  393. SearchReplacePair
  394. SearchStringVar
  395. SecMgrDataEvent
  396. SecMgrThreshold
  397. SecMgrUAEventDetails
  398. SecureKeyExchangeDetails
  399. SecurityMgrRuntime
  400. ServerAutoScaleFailedInfo
  401. ServerAutoScaleInCompleteInfo
  402. ServerAutoScaleInInfo
  403. ServerAutoScaleOutCompleteInfo
  404. ServerAutoScaleOutInfo
  405. ServerConfig
  406. ServerId
  407. Service
  408. ServicePoolSelector
  409. SidebandProfile
  410. SipLog
  411. SipMessage
  412. StaticRoute
  413. StringMatch
  414. SubRequestLog
  415. SummarizedInfo
  416. SummarizedSubnetInfo
  417. SwitchoverEventDetails
  418. SwitchoverFailEventDetails
  419. SystemReport
  420. SystemReportApiResponse
  421. TLSTicket
  422. TencentSetup
  423. TimeStamp
  424. TlsClientInfo
  425. TlsFingerprintMatch
  426. URIParam
  427. URIParamToken
  428. UpgradeEvent
  429. UpgradeOpsEntry
  430. UpgradeOpsParam
  431. UpgradeOpsState
  432. UpgradeReadinessCheckObj
  433. UpgradeStatusInfo
  434. UpgradeStatusInfoApiResponse
  435. VCASetup
  436. VHMatch
  437. VHMatchRule
  438. VSDataScripts
  439. VcenterClusterDetails
  440. VcenterImageDetails
  441. VcenterTagEventDetails
  442. VersionInfo
  443. VinfraCntlrHostUnreachableList
  444. VinfraDiscSummaryDetails
  445. VinfraMgmtNwChangeDetails
  446. VinfraPoolServerDeleteDetails
  447. VinfraVcenterBadCredentials
  448. VinfraVcenterConnectivityStatus
  449. VinfraVcenterDiscoveryFailure
  450. VinfraVcenterNetworkLimit
  451. VinfraVcenterObjDeleteDetails
  452. VinfraVmDetails
  453. Vip
  454. VipPlacementNetwork
  455. VipPlacementResolutionInfo
  456. VipRuntime
  457. VipScaleDetails
  458. VipSeAssigned
  459. VipSymmetryDetails
  460. VirtualService
  461. VirtualServiceApiResponse
  462. VirtualServiceResource
  463. VirtualServiceRuntime
  464. VsAwaitingSeEventDetails
  465. VsError
  466. VsErrorEventDetails
  467. VsEvStatus
  468. VsFsmEventDetails
  469. VsInitialPlacementEventDetails
  470. VsMigrateEventDetails
  471. VsMigrateParams
  472. VsPoolNwFilterEventDetails
  473. VsScaleInEventDetails
  474. VsScaleOutEventDetails
  475. VsScaleinParams
  476. VsScaleoutParams
  477. VsSeVnic
  478. VsSwitchoverEventDetails
  479. VserverL4MetricsObj
  480. VserverL7MetricsObj
  481. WafAllowlistLog
  482. WafLog
  483. WafPSMLog
  484. WafRuleLog
  485. WafRuleMatchData

ACSubjectInfo Up

type
String Subject type for the audit event (e.g. DNS Hostname, IP address, URI). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
value
String Subject value for the audit event (e.g. www.example.com, 10.10.10.10, www.foo.com/index.html). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ACUserIdentity Up

type
String User identity type for audit event (e.g. username, organization, component). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
value
String User identity value for audit event (e.g. SomeCompany, Jane Doe, Secure-shell). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ALBServicesAccount Up

id (optional)
String ID of an Account in the customer portal. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Account to which the customer portal user belongs. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
users (optional)
array[ALBServicesAccountUser] Information about users within the account in the customer portal. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesAccountUser Up

email
String Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
phone
String Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesCase Up

asset_id (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
case_attachments (optional)
array[ALBServicesCaseAttachment] Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
case_created_by (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
case_number (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
case_status (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
contact_info (optional)
ALBServicesUser Contact information associated to particular case. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
created_date (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
custom_tag (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
deployment_environment (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
description (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
email (optional)
String Email of the point of contact for a particular support case. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
environment (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fr_business_justification (optional)
String Business justification for a feature request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fr_current_solution (optional)
String Current solution/workaround for a feature request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fr_timing (optional)
String Expected date of delivery for a feature request in YYYY-MM-DD format. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fr_use_cases (optional)
String Possible use cases for a feature request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
id (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_modified_date (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mode (optional)
String Stores the ALB services configuration mode. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
patch_version (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
severity (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subject (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
time (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesCaseAttachment Up

attachment_name
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attachment_size
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attachment_url
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesFileUpload Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
case_id (optional)
String Salesforce alphanumeric CaseID to attach uploaded file to. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error (optional)
String Error reported during file upload. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
file_path
String Stores output file path, for upload to AWS S3. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
s3_directory (optional)
String Custom AWS S3 Directory Path to upload file. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Captures status for file upload. Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesFileUploadApiResponse Up

count
Integer format: int32
results
next (optional)

ALBServicesStatusDetails Up

connectivity (optional)
String Connection status of the controller cluster to ALBServices. Enum options - ALBSERVICES_CONNECTIVITY_UNKNOWN, ALBSERVICES_DISCONNECTED, ALBSERVICES_CONNECTED. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Status change reason. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
registration (optional)
String Registration status of the controller cluster to ALBServices. Enum options - ALBSERVICES_REGISTRATION_UNKNOWN, ALBSERVICES_REGISTERED, ALBSERVICES_DEREGISTERED. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ALBServicesUser Up

account_id (optional)
String ID of primary account of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
account_name (optional)
String Name of primary account of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
email
String Email ID of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
managed_accounts (optional)
array[ALBServicesAccount] Information about all the accounts managed by user in the customer portal. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Name of the portal user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
phone (optional)
String Phone number of the user. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AWSASGDelete Up

asgs (optional)
array[String] List of Autoscale groups deleted from AWS. Field introduced in 17.2.10,18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String UUID of the cloud. Field introduced in 17.2.10,18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String UUID of the Pool. Field introduced in 17.2.10,18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AWSASGNotifDetails Up

asg_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
instance_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
instance_ip_addr (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_ref (optional)
String UUID of the Pool. It is a reference to an object of type Pool. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vpc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AWSSetup Up

access_key_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
privilege (optional)
String Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
region
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vpc_id (optional)
String Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AdaptReplEventInfo Up

obj_info (optional)
ConfigVersionStatus Object config version info. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Reason for the replication issues. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
recommendation (optional)
String Recommended way to resolve replication issue. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Alert Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
action_script_output (optional)
String Output of the alert action script. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
alert_config_ref
String It is a reference to an object of type AlertConfig. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
app_events (optional)
array[ApplicationLog] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
conn_events (optional)
array[ConnectionLog] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
description (optional)
String alert generation criteria. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_pages (optional)
array[String] List of event pages this alert is associated with. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
events (optional)
array[EventLog] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_throttle_timestamp (optional)
Double Unix Timestamp of the last throttling in seconds. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
level
String Resolved Alert Type. Enum options - ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_info (optional)
array[MetricLog] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_key
String UUID of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_name (optional)
String Name of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_uuid
String UUID of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
related_uuids (optional)
array[String] related uuids for the connection log. Only Log agent needs to fill this. Server uuid should be in formatpool_uuid-ip-port. In case of no port is set for server it shouldstill be operational port for the server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state
String State of the alert. It would be active when createdIt would be changed to state read when read by the admin. Enum options - ALERT_STATE_ON, ALERT_STATE_DISMISSED, ALERT_STATE_THROTTLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
summary
String summary of alert based on alert config. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
threshold (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
throttle_count (optional)
Integer Number of times it was throttled. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
timestamp
Double Unix Timestamp of the last throttling in seconds. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
url (optional)
String url
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AlertApiResponse Up

count
Integer format: int32
results
next (optional)

AllSeUpgradeEventDetails Up

notes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_se
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
request (optional)
SeUpgradeParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AnalyticsPolicy Up

all_headers (optional)
Boolean Log all headers. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_insights (optional)
String Gain insights from sampled client to server HTTP requests and responses. Enum options - NO_INSIGHTS, PASSIVE, ACTIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_insights_sampling (optional)
ClientInsightsSampling Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_log_filters (optional)
array[ClientLogFilter] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
full_client_logs (optional)
FullClientLogs Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
learning_log_policy (optional)
LearningLogPolicy Configuration for learning logging determining whether it's enabled and where is the destination. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
metrics_realtime_update (optional)
MetricsRealTimeUpdate Settings to turn on realtime metrics and set duration for realtime updates. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
significant_log_throttle (optional)
Integer This setting limits the number of significant logs generated per second for this VS on each SE. Default is 10 logs per second. Set it to zero (0) to deactivate throttling. Field introduced in 17.1.3. Unit is PER_SECOND. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
udf_log_throttle (optional)
Integer This setting limits the total number of UDF logs generated per second for this VS on each SE. UDF logs are generated due to the configured client log filters or the rules with logging enabled. Default is 10 logs per second. Set it to zero (0) to deactivate throttling. Field introduced in 17.1.3. Unit is PER_SECOND. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

AnomalyEventDetails Up

deviation (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
metric_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_timestamp
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
model (optional)
String Deprecated. Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
models (optional)
array[String] Enum options - EXPONENTIAL_MOVING_AVG, EXPONENTIAL_WEIGHTED_MOVING_AVG, HOLTWINTERS_AT_AS, HOLTWINTERS_AT_MS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_type (optional)
String Enum options - METRICS_OBJ_TYPE_UNKNOWN, VSERVER_L4_SERVER, VSERVER_L4_CLIENT, VSERVER_L7_SERVER, VSERVER_L7_CLIENT, VM_METRICS_OBJ, SE_METRICS_OBJ, VSERVER_RUM, CONTROLLER_METRICS_OBJ, METRICS_COLLECTION, METRICS_RUM_PREAGG_BROWSER_OBJ, METRICS_RUM_PREAGG_COUNTRY_OBJ, METRICS_RUM_PREAGG_DEVTYPE_OBJ, METRICS_RUM_PREAGG_LANG_OBJ, METRICS_RUM_PREAGG_OS_OBJ, METRICS_RUM_PREAGG_URL_OBJ, METRICS_ANOMALY_OBJ, METRICS_HEALTHSCORE_OBJ, METRICS_RESOURCE_TIMING_BROWSER_OBJ, METRICS_RESOURCE_TIMING_OS_OBJ, METRICS_RESOURCE_TIMING_COUNTRY_OBJ, METRICS_RESOURCE_TIMING_LANG_OBJ, METRICS_RESOURCE_TIMING_DEVTYPE_OBJ, METRICS_RESOURCE_TIMING_URL_OBJ, METRICS_RESOURCE_TIMING_DIMENSION_OBJ, METRICS_RESOURCE_TIMING_BLOB_OBJ, METRICS_DOS_OBJ, METRICS_RUM_PREAGG_IPGROUP_OBJ, METRICS_APP_INSIGHTS_OBJ, METRICS_VSERVER_DNS_OBJ, METRICS_SERVER_DNS_OBJ, METRICS_SERVICE_INSIGHTS_OBJ, METRICS_SOURCE_INSIGHTS_OBJ, METRICS_TENANT_STATS_OBJ, METRICS_SE_IF_STATS_OBJ, METRICS_USER_METRICS_OBJ, METRICS_WAF_GROUP_OBJ, METRICS_WAF_RULE_OBJ, METRICS_WAF_TAG_OBJ, METRICS_PROCESS_STATS_OBJ, METRICS_VSERVER_HTTP2_CLIENT_OBJ, METRICS_WAF_WHITELIST_OBJ, METRICS_WAF_PSM_GROUP_OBJ, METRICS_WAF_PSMLOCATION_OBJ, METRICS_WAF_PSM_RULE_OBJ, METRICS_PG_STAT_DATABASE_OBJ, METRICS_PG_STAT_ALL_TABLES_OBJ, METRICS_PG_STAT_ALL_INDEXES_OBJ, METRICS_PG_STAT_IO_ALL_TABLES_OBJ, METRICS_PG_STAT_CLASS_OBJ, METRICS_PG_STAT_BG_WRITER_OBJ, METRICS_GSLB_STATS_OBJ, METRICS_VS_SCALEOUT_OBJ, METRICS_API_PERF_STATS_OBJ, METRICS_NSXT_STATS_OBJ, METRICS_ICAP_OBJ, METRICS_BOT_OBJ, METRICS_SEGROUP_OBJ, ENVOY_UPSTREAM_STATS_OBJ, ENVOY_DOWNSTREAM_STATS_OBJ, REDIS_QUEUE_STATS_OBJ. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
priority
String Enum options - ANZ_PRIORITY_HIGH, ANZ_PRIORITY_MEDIUM, ANZ_PRIORITY_LOW. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

ApiVersionDeprecated Up

api_version_used (optional)
String API version used. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
client_ip (optional)
String IP address of client who sent the request. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
min_supported_api_version (optional)
String Minimum supported API version. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
path (optional)
String URI of the request. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
user (optional)
String User who sent the request. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AppInfo Up

app_hdr_name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
app_hdr_value
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AppSignatureEventData Up

last_successful_updated_time (optional)
String Last Successful updated time of the AppSignature. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Reason for AppSignature transaction failure. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
String Status of AppSignature transaction. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ApplicationLog Up

adf
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
all_request_headers (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
all_response_headers (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
app_response_time (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
auth_status (optional)
String Set the Session Authentication Status. Enum options - AUTH_STATUS_NO_AUTHENTICATION, AUTH_STATUS_AUTHENTICATION_SUCCESS, AUTH_STATUS_AUTHENTICATION_FAILURE, AUTH_STATUS_UNAUTHORIZED, AUTH_STATUS_AUTHENTICATED_REQUEST, AUTH_STATUS_AUTHZ_FAILED. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
avg_ingress_latency_be (optional)
Integer Average packet processing latency for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
avg_ingress_latency_fe (optional)
Integer Average packet processing latency for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
body_updated (optional)
String Enum options - NOT_UPDATED, BY_CONTENT_REWRITE_PROFILE, BY_DATA_SCRIPT. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
bot_management_log (optional)
BotManagementLog Logs related to Bot detection. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cache_disabled_by_ds (optional)
Boolean Cache fetch and store is disabled by the Datascript policies. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cache_hit (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cacheable (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cipher_bytes (optional)
String Byte stream of client cipher list sent on SSL_R_NO_SHARED_CIPHER error.This byte stream is used to generate client_cipher_list. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
client_browser (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_cipher_list (optional)
SSLCipherList List of ciphers sent by client in TLS Client Hello. This field is only generated when TLS handshake fails due to no shared cipher. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_dest_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_device (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_fingerprints (optional)
ClientFingerprints The fingerprints for this client. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
client_insights (optional)
String Enum options - INSIGHTS_DISABLED, NO_INSIGHTS_NOT_SAMPLED_COUNT, NO_INSIGHTS_NOT_SAMPLED_TYPE, NO_INSIGHTS_NOT_SAMPLED_SKIP_URI, NO_INSIGHTS_NOT_SAMPLED_URI_NOT_IN_LIST, NO_INSIGHTS_NOT_SAMPLED_CLIENT_IP_NOT_IN_RANGE, NO_INSIGHTS_NOT_SAMPLED_OTHER, ACTIVE_INSIGHTS_FAILED, ACTIVE_INSIGHTS_ENABLED, PASSIVE_INSIGHTS_ENABLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_ip
Integer IPv4 address of the client. When true client IP feature is enabled, this will be derived from the header configured in the true client IP feature, if present in the request. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_ip6 (optional)
String IPv6 address of the client. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_location (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_log_filter_name (optional)
String Name of the Client Log Filter applied. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_os (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_rtt
Integer Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_src_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
compression (optional)
String Enum options - NO_COMPRESSION_DISABLED, NO_COMPRESSION_GZIP_CONTENT, NO_COMPRESSION_CONTENT_TYPE, NO_COMPRESSION_CUSTOM_FILTER, NO_COMPRESSION_AUTO_FILTER, NO_COMPRESSION_MIN_LENGTH, NO_COMPRESSION_CAN_BE_COMPRESSED, COMPRESSED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
compression_percentage (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
conn_est_time_be (optional)
Integer TCP connection establishment time for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
conn_est_time_fe (optional)
Integer TCP connection establishment time for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
connection_error_info (optional)
ConnErrorInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
critical_error_encountered (optional)
Boolean Critical error encountered during request processing. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
data_transfer_time (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
datascript_error_trace (optional)
DataScriptErrorTrace Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
datascript_log (optional)
String Log created by the invocations of the DataScript api avi.vs.log(). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
etag (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
grpc_method_name (optional)
String The method called by the gRPC request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
grpc_service_name (optional)
String The service called by the gRPC request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
grpc_status (optional)
Integer GRPC response status sent in the GRPC trailer. Special values are -1- No GRPC status recevied even though client sent content-type as application/grpc.. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
grpc_status_reason_phrase (optional)
String The reason phrase corresponding to the gRPC status code. Enum options - GRPC_STATUS_CODE_OK, GRPC_STATUS_CODE_CANCELLED, GRPC_STATUS_CODE_UNKNOWN, GRPC_STATUS_CODE_INVALID_ARGUMENT, GRPC_STATUS_CODE_DEADLINE_EXCEEDED, GRPC_STATUS_CODE_NOT_FOUND, GRPC_STATUS_CODE_ALREADY_EXISTS, GRPC_STATUS_CODE_PERMISSION_DENIED, GRPC_STATUS_CODE_RESOURCE_EXHAUSTED, GRPC_STATUS_CODE_FAILED_PRECONDITION, GRPC_STATUS_CODE_STOPPED, GRPC_STATUS_CODE_OUT_OF_RANGE, GRPC_STATUS_CODE_UNIMPLEMENTED, GRPC_STATUS_CODE_INTERNAL, GRPC_STATUS_CODE_UNAVAILABLE, GRPC_STATUS_CODE_DATA_LOSS, GRPC_STATUS_CODE_UNAUTHENTICATED. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
headers_received_from_server (optional)
String Response headers received from backend server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
headers_sent_to_server (optional)
String Request headers sent to backend server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http2_stream_id (optional)
Integer Stream identifier corresponding to an HTTP2 request. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
http_request_policy_rule_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_response_policy_rule_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_security_policy_rule_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_log (optional)
IcapLog Log for the ICAP processing. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
jwt_log (optional)
JwtLog Logs for the JWT Validation process. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
log_id
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_ingress_latency_be (optional)
Integer Maximum packet processing latency for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
max_ingress_latency_fe (optional)
Integer Maximum packet processing latency for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
method (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
microservice (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
microservice_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_security_policy_rule_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ntlm_log (optional)
NtlmLog NTLM auto-detection logs. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
oauth_log (optional)
OauthLog Logs related to OAuth requests. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ocsp_status_resp_sent (optional)
Boolean OCSP Certificate Status response sent in the SSL/TLS connection handshake. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oob_log (optional)
OutOfBandRequestLog Logs for HTTP Out-Of-Band Requests. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
paa_log (optional)
PaaLog Logs for the PingAccess authentication process. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
persistence_used (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
persistent_session_id (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
pool (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
redirected_uri (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
referer (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
report_timestamp
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
request_content_type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_headers (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
request_id (optional)
String Unique HTTP Request ID . Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_length (optional)
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
request_served_locally_remote_site_down (optional)
Boolean Flag to indicate if request was served locally because the remote site was down. Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_state (optional)
String Enum options - AVI_HTTP_REQUEST_STATE_CONN_ACCEPT, AVI_HTTP_REQUEST_STATE_WAITING_FOR_REQUEST, AVI_HTTP_REQUEST_STATE_SSL_HANDSHAKING, AVI_HTTP_REQUEST_STATE_PROCESSING_SPDY, AVI_HTTP_REQUEST_STATE_READ_CLIENT_REQ_LINE, AVI_HTTP_REQUEST_STATE_READ_CLIENT_REQ_HDR, AVI_HTTP_REQUEST_STATE_CONNECT_TO_UPSTREAM, AVI_HTTP_REQUEST_STATE_SEND_REQ_TO_UPSTREAM, AVI_HTTP_REQUEST_STATE_READ_RESP_HDR_FROM_UPSTREAM, AVI_HTTP_REQUEST_STATE_SEND_TO_CLIENT, AVI_HTTP_REQUEST_STATE_KEEPALIVE, AVI_HTTP_REQUEST_STATE_PROXY_UPGRADED_CONN, AVI_HTTP_REQUEST_STATE_CLOSING_REQUEST, AVI_HTTP_REQUEST_STATE_READ_FROM_UPSTREAM, AVI_HTTP_REQUEST_STATE_READ_PROXY_PROTOCOL, AVI_HTTP_REQUEST_STATE_READ_CLIENT_PIPELINE_REQ_LINE, AVI_HTTP_REQUEST_STATE_SSL_HANDSHAKE_TO_UPSTREAM, AVI_HTTP_REQUEST_STATE_WAITING_IN_CONNPOOL_CACHE, AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_HEADER_TO_CLIENT, AVI_HTTP_REQUEST_STATE_SEND_RESPONSE_BODY_TO_CLIENT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
response_code (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
response_content_type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
response_headers (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
response_length (optional)
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
response_time_first_byte (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
response_time_last_byte (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
rewritten_uri_path (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rewritten_uri_query (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_auth_request_generated (optional)
Boolean SAML authentication request is generated. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_auth_response_received (optional)
Boolean SAML authentication response is received. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_auth_session_id (optional)
Long SAML authentication session ID. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
saml_authentication_used (optional)
Boolean SAML authentication is used. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_log (optional)
SamlLog Logs for the SAML authentication/authorization process. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_session_cookie_valid (optional)
Boolean SAML authentication session cookie is valid. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_conn_src_ip (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_conn_src_ip6 (optional)
String IPv6 address used to connect to Server. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_connection_reused (optional)
Boolean Flag to indicate if connection from the connection pool was reused. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_dest_port (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ip (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ip6 (optional)
String IPv6 address of the Server. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_push_initiated (optional)
Boolean Request which initiates Server Push. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_pushed_request (optional)
Boolean Requests served via Server Push. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_response_code (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_response_length (optional)
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_response_time_first_byte (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_response_time_last_byte (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_rtt (optional)
Integer Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_side_redirect_uri (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_src_port (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ssl_session_id (optional)
String SSL session id for the backend connection. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_ssl_session_reused (optional)
Boolean Flag to indicate if SSL session was reused. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
servers_tried (optional)
Integer Number of servers tried during server reselect before the response is sent back. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
service_engine
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
session_id (optional)
String Field set by datascript using avi.vs.set_session_id(). Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
significance (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
significant
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
significant_log (optional)
array[String] List of enums which indicate why a log is significant. Enum options - ADF_CLIENT_CONN_SETUP_REFUSED, ADF_SERVER_CONN_SETUP_REFUSED, ADF_CLIENT_CONN_SETUP_TIMEDOUT, ADF_SERVER_CONN_SETUP_TIMEDOUT, ADF_CLIENT_CONN_SETUP_FAILED_INTERNAL, ADF_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_CONN_SETUP_FAILED_BAD_PACKET, ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, ADF_CLIENT_SSL_HANDSHAKE_FAILURE, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED, ADF_IDLE_TIMEDOUT, ADF_CLIENT_CONNECTION_CLOSED_BEFORE_REQUEST, ADF_CLIENT_INCOMPLETE_DATA, ADF_CLIENT_CONN_STOPPED, ADF_CLIENT_HIGH_TIMEOUT_RETRANSMITS, ADF_SERVER_HIGH_TIMEOUT_RETRANSMITS, ADF_CLIENT_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_RTT_ABOVE_SEC, ADF_SERVER_RTT_ABOVE_500MS, ADF_CLIENT_HIGH_TOTAL_RETRANSMITS, ADF_SERVER_HIGH_TOTAL_RETRANSMITS, ADF_CLIENT_HIGH_OUT_OF_ORDERS, ADF_SERVER_HIGH_OUT_OF_ORDERS, ADF_CLIENT_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_POSSIBLE_WINDOW_STUCK, ADF_SERVER_POSSIBLE_WINDOW_STUCK, ADF_SERVER_UNANSWERED_SYNS, ADF_CLIENT_CLOSE_CONNECTION_ON_VS_UPDATE, ADF_CLIENT_POSSIBLE_SLOW_DRAIN, ADF_SERVER_POSSIBLE_SLOW_DRAIN, ADF_SERVER_INGRESS_LATENCY_EXCEEDED, ADF_SERVER_CONN_EST_TIME_EXCEEDED, ADF_CLIENT_INGRESS_LATENCY_EXCEEDED, ADF_CLIENT_CONN_EST_TIME_EXCEEDED, ADF_RESPONSE_CODE_4XX, ADF_RESPONSE_CODE_5XX, ADF_LOAD_BALANCING_FAILED, ADF_DATASCRIPT_EXECUTION_FAILED, ADF_REQUEST_NO_POOL, ADF_RATE_LIMIT_DROP_CLIENT_IP, ADF_RATE_LIMIT_DROP_URI, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI, ADF_RATE_LIMIT_DROP_UNKNOWN_URI, ADF_RATE_LIMIT_DROP_BAD_URI, ADF_REQUEST_VIRTUAL_HOSTING_APP_SELECT_FAILED, ADF_RATE_LIMIT_DROP_UNKNOWN_CIP, ADF_RATE_LIMIT_DROP_BAD_CIP, ADF_RATE_LIMIT_DROP_CLIENT_IP_BAD, ADF_RATE_LIMIT_DROP_URI_BAD, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI_BAD, ADF_RATE_LIMIT_DROP_REQ, ADF_RATE_LIMIT_DROP_CLIENT_IP_CONN, ADF_RATE_LIMIT_DROP_CONN, ADF_RATE_LIMIT_DROP_HEADER, ADF_RATE_LIMIT_DROP_CUSTOM, ADF_RATE_LIMIT_DROP_URI_SCAN_BAD, ADF_RATE_LIMIT_DROP_URI_SCAN_UNKNOWN, ADF_RATE_LIMIT_DROP_CIP_SCAN_BAD, ADF_RATE_LIMIT_DROP_CIP_SCAN_UNKNOWN, ADF_CONFIGURED_RATE_LIMIT_DROP_CONN, ADF_HTTP_VERSION_LT_1_0, ADF_CLIENT_HIGH_RESPONSE_TIME, ADF_SERVER_HIGH_RESPONSE_TIME, ADF_PERSISTENT_SERVER_CHANGE, ADF_DOS_SERVER_BAD_GATEWAY, ADF_DOS_SERVER_GATEWAY_TIMEOUT, ADF_DOS_CLIENT_SENT_RESET, ADF_DOS_CLIENT_CONN_TIMEOUT, ADF_DOS_CLIENT_REQUEST_TIMEOUT, ADF_DOS_CLIENT_CONN_ABORTED, ADF_DOS_CLIENT_BAD_REQUEST, ADF_DOS_CLIENT_REQUEST_ENTITY_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_URI_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_HEADER_TOO_LARGE, ADF_DOS_CLIENT_CLOSED_REQUEST, ADF_DOS_SSL_ERROR, ADF_REQUEST_MEMORY_LIMIT_EXCEEDED, ADF_DOS_CLIENT_CONN_STOPPED, ADF_MULTI_SP_POOLS_INCORRECT_FQDN, ADF_X509_CLIENT_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_CLIENT_CERTIFICATE_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_REVOKED, ADF_X509_CLIENT_CERTIFICATE_INVALID_CA, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_CRL_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_CRL_ERROR, ADF_X509_CLIENT_CERTIFICATE_CHAINING_ERROR, ADF_X509_CLIENT_CERTIFICATE_INTERNAL_ERROR, ADF_X509_CLIENT_CERTIFICATE_FORMAT_ERROR, ADF_UDP_PORT_NOT_REACHABLE, ADF_UDP_CONN_TIMEOUT, ADF_X509_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_SERVER_CERTIFICATE_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_EXPIRED, ADF_X509_SERVER_CERTIFICATE_REVOKED, ADF_X509_SERVER_CERTIFICATE_INVALID_CA, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_CRL_EXPIRED, ADF_X509_SERVER_CERTIFICATE_CRL_ERROR, ADF_X509_SERVER_CERTIFICATE_CHAINING_ERROR, ADF_X509_SERVER_CERTIFICATE_INTERNAL_ERROR, ADF_X509_SERVER_CERTIFICATE_FORMAT_ERROR, ADF_X509_SERVER_CERTIFICATE_HOSTNAME_ERROR, ADF_SSL_R_BAD_CHANGE_CIPHER_SPEC, ADF_SSL_R_BLOCK_CIPHER_PAD_IS_WRONG, ADF_SSL_R_DIGEST_CHECK_FAILED, ADF_SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST, ADF_SSL_R_EXCESSIVE_MESSAGE_SIZE, ADF_SSL_R_LENGTH_MISMATCH, ADF_SSL_R_NO_CIPHERS_PASSED, ADF_SSL_R_NO_CIPHERS_SPECIFIED, ADF_SSL_R_NO_COMPRESSION_SPECIFIED, ADF_SSL_R_NO_SHARED_CIPHER, ADF_SSL_R_RECORD_LENGTH_MISMATCH, ADF_SSL_R_PARSE_TLSEXT, ADF_SSL_R_UNEXPECTED_MESSAGE, ADF_SSL_R_UNEXPECTED_RECORD, ADF_SSL_R_UNKNOWN_ALERT_TYPE, ADF_SSL_R_UNKNOWN_PROTOCOL, ADF_SSL_R_WRONG_VERSION_NUMBER, ADF_SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC, ADF_SSL_R_RENEGOTIATE_EXT_TOO_LONG, ADF_SSL_R_RENEGOTIATION_ENCODING_ERR, ADF_SSL_R_RENEGOTIATION_MISMATCH, ADF_SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED, ADF_SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING, ADF_SSL_R_INAPPROPRIATE_FALLBACK, ADF_SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE, ADF_SSL_R_SSLV3_ALERT_BAD_RECORD_MAC, ADF_SSL_R_TLSV1_ALERT_DECRYPTION_FAILED, ADF_SSL_R_TLSV1_ALERT_RECORD_OVERFLOW, ADF_SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE, ADF_SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE, ADF_SSL_R_SSLV3_ALERT_NO_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_BAD_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN, ADF_SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER, ADF_SSL_R_TLSV1_ALERT_UNKNOWN_CA, ADF_SSL_R_TLSV1_ALERT_ACCESS_DENIED, ADF_SSL_R_TLSV1_ALERT_DECODE_ERROR, ADF_SSL_R_TLSV1_ALERT_DECRYPT_ERROR, ADF_SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION, ADF_SSL_R_TLSV1_ALERT_PROTOCOL_VERSION, ADF_SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY, ADF_SSL_R_TLSV1_ALERT_INTERNAL_ERROR, ADF_SSL_R_TLSV1_ALERT_USER_CANCELLED, ADF_SSL_R_TLSV1_ALERT_NO_RENEGOTIATION, ADF_SSL_OCSP_CERT_STATUS_REVOKED, ADF_SSL_OCSP_RESPONSE_STALE, ADF_SSL_OCSP_RESPONSE_UNAVAILABLE, ADF_SSL_OCSP_CERT_STATUS_ISSUER_REVOKED, ADF_SSL_R_NO_CIPHERS_AVAILABLE, ADF_CLIENT_AUTH_UNKNOWN_USER, ADF_CLIENT_AUTH_LOGIN_FAILED, ADF_CLIENT_AUTH_MISSING_CREDENTIALS, ADF_CLIENT_AUTH_SERVER_CONN_ERROR, ADF_CLIENT_AUTH_USER_NOT_AUTHORIZED, ADF_CLIENT_AUTH_TIMED_OUT, ADF_CLIENT_AUTH_UNKNOWN_ERROR, ADF_CLIENT_DNS_FAILED_INVALID_QUERY, ADF_CLIENT_DNS_FAILED_INVALID_DOMAIN, ADF_CLIENT_DNS_FAILED_NO_SERVICE, ADF_CLIENT_DNS_FAILED_GS_DOWN, ADF_CLIENT_DNS_FAILED_NO_VALID_GS_MEMBER, ADF_SERVER_DNS_ERROR_RESPONSE, ADF_CLIENT_DNS_FAILED_UNSUPPORTED_QUERY, ADF_MEMORY_EXHAUSTED, ADF_CLIENT_DNS_POLICY_DROP, ADF_CLIENT_DNS_RL_POLICY_HIT, ADF_CLIENT_DNS_TCP_REQUEST_DROP_SLOW_CLIENT, ADF_WAF_MATCH, ADF_CLIENT_BAD_BOT_CLASSIFICATION, ADF_CLIENT_DANGEROUS_BOT_CLASSIFICATION, ADF_HTTP2_CLIENT_TIMEDOUT, ADF_HTTP2_PROXY_PROTOCOL_ERROR, ADF_HTTP2_INVALID_CONNECTION_PREFACE, ADF_HTTP2_CLIENT_INVALID_DATA_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PADDED_DATA_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_VIOLATED_CONN_FLOW_CONTROL, ADF_HTTP2_CLIENT_VIOLATED_STREAM_FLOW_CONTROL, ADF_HTTP2_CLIENT_DATA_FRAME_HALF_CLOSED_STREAM, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_EMPTY_HEADER_BLOCK, ADF_HTTP2_CLIENT_PADDED_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADERS_FRAME_STREAM_INCORRECT_DEPENDENCY, ADF_HTTP2_CONCURRENT_STREAMS_EXCEEDED, ADF_HTTP2_CLIENT_STREAM_DATA_BEFORE_ACK_SETTINGS, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_CLIENT_HEADER_BLOCK_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_INVALID_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_FIELD_TOO_LONG_LENGTH_VALUE, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_ENCODED_HEADER_FIELD, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_HEADER_NAME, ADF_HTTP2_CLIENT_HEADER_WITH_INVALID_VALUE, ADF_HTTP2_CLIENT_UNKNOWN_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_PATH_HEADER, ADF_HTTP2_CLIENT_EMPTY_PATH_HEADER, ADF_HTTP2_CLIENT_INVALID_PATH_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_METHOD_HEADER, ADF_HTTP2_CLIENT_EMPTY_METHOD_HEADER, ADF_HTTP2_CLIENT_INVALID_METHOD_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_SCHEME_HEADER, ADF_HTTP2_CLIENT_EMPTY_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_METHOD_HEADER, ADF_HTTP2_CLIENT_NO_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_PATH_HEADER, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_STREAM, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_CONNECTION, ADF_HTTP2_CLIENT_LARGER_DATA_BODY_THAN_DECLARED, ADF_HTTP2_CLIENT_LARGE_CHUNKED_BODY, ADF_HTTP2_NEGATIVE_WINDOW_UPDATE, ADF_HTTP2_SEND_WINDOW_FLOW_CONTROL_ERROR, ADF_HTTP2_CLIENT_UNEXPECTED_CONTINUATION_FRAME, ADF_HTTP2_CLIENT_WINDOW_UPDATE_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCORRECT_INCREMENT, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCREMENT_NOT_ALLOWED_FOR_WINDOW, ADF_HTTP2_CLIENT_GOAWAY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PING_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PUSH_PROMISE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_MAX_FRAME_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_INIIAL_WINDOW_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_SETTINGS_FRAME_ACK_FLAG_NONZERO_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_DEPENDENCY, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_EXPECTED_INAPPROPRIATE_FRAME, ADF_HTTP2_CLIENT_INVALID_HEADER, ADF_HTTP2_CLIENT_UNEXPECTED_DATA_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_RST_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_WINDOW_UPDATE_FRAME, ADF_HTTP2_CLIENT_SENT_PING_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_CLIENT_HEADER_FRAME_UNEXPECTED_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DATA_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADER_FRAME_CONNECTION_SPECIFIC_HDR, ADF_HTTP2_CLIENT_HEADER_FRAME_INCORRECT_TE_HDR, ADF_HTTP2_CLIENT_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_FRAME_TO_CLIENT_FLOOD_DETECTED, ADF_HTTP2_CLIENT_EMPTY_DATA_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_ZERO_HEAD_NAME, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_RST_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_INVALID_FRAMES_FLOOD_DETECTED, ADF_USER_DELETE_OPERATION_DATASCRIPT_RESET_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_MISSING_TOKEN_ACTION_CLOSE_CONN, ADF_HTTP_BAD_REQUEST_INVALID_HOST_IN_REQUEST_LINE, ADF_HTTP_BAD_REQUEST_RECEIVED_VERSION_LESS_THAN_10, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_4XX, ADF_HTTP_NOT_ALLOWED_RUM_FLAGGED_INVALID_METHOD, ADF_HTTP_CONTENT_LENGTH_HDR_WITH_UNSUPPORTED_METHOD, ADF_HTTP_NOT_ALLOWED_UNSUPPORTED_TRACE_METHOD, ADF_HTTP_REQUEST_TIMEOUT_WAITING_FOR_CLIENT, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CONTENT_LENGTH, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_HTTP11_WITHOUT_HOST_HDR, ADF_HTTP_BAD_REQUEST_FAILED_TO_PARSE_URI, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_LINE, ADF_HTTP_BAD_REQUEST_ERROR_WHILE_READING_CLIENT_HEADERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_DUPLICATE_HEADER, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_HOST_HEADER, ADF_HTTP_NOT_IMPLEMENTED_CLIENT_SENT_UNKNOWN_TRANSFER_ENCODING, ADF_HTTP_BAD_REQUEST_REQUESTED_SERVER_NAME_DIFFERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CHUNKED_BODY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_IN_SPDY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_BLOCK_IN_SPDY, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY, ADF_HTTP_BAD_REQUEST_NO_METHOD_URI_OR_PROT_IN_REQ_CREATE_SPDY, ADF_HTTP_BAD_REQUEST_CLIENT_PREMATURELY_CLOSED_SPDY_STREAM, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY_READ_REQ_BODY, ADF_HTTP_BAD_REQUEST_CERT_ERROR, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT_RESET_CONN, ADF_HTTP_BAD_REQUEST_NO_CERT_ERROR, ADF_HTTP_BAD_REQUEST_HEADER_TOO_LARGE, ADF_SERVER_HIGH_RESPONSE_TIME_L7, ADF_SERVER_HIGH_RESPONSE_TIME_L4, ADF_COOKIE_SIZE_GREATER_THAN_MAX, ADF_COOKIE_SIZE_LESS_THAN_MIN_COOKIE_LEN, ADF_PERSISTENCE_PROFILE_KEYS_NOT_CONFIGURED, ADF_PERSISTENCE_COOKIE_VERSION_MISMATCH, ADF_COOKIE_ABSENT_FROM_KEYS_IN_PERSISTENCE_PROFILE, ADF_GSLB_SITE_PERSISTENCE_REMOTE_SITE_DOWN, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_5XX, ADF_SERVER_UPSTREAM_TIMEOUT, ADF_SERVER_UPSTREAM_READ_ERROR, ADF_SERVER_UPSTREAM_RESOLVER_ERROR, ADF_SIP_INVALID_MESSAGE_FROM_CLIENT, ADF_SIP_MESSAGE_UPDATE_FAILED, ADF_SIP_SERVER_UNKNOWN_CALLID, ADF_SIP_REQUEST_FAILED, ADF_SIP_REQUEST_TIMEDOUT, ADF_SIP_CONN_IDLE_TIMEDOUT, ADF_SIP_TRANSACTION_TIMEDOUT, ADF_SIP_SVR_UDP_PORT_NOT_REACHABLE, ADF_SIP_CLT_UDP_PORT_NOT_REACHABLE, ADF_SIP_INVALID_MESSAGE_FROM_SERVER, ADF_L4_DATASCRIPT_DROP, ADF_DATASCRIPT_SIGNIFICANCE, ADF_SAML_COOKIE_VERSION_MISMATCH, ADF_SAML_COOKIE_KEYS_NOT_CONFIGURED, ADF_SAML_COOKIE_ABSENT_FROM_KEYS_IN_SAML_AUTH_POLICY, ADF_SAML_COOKIE_INVALID, ADF_SAML_COOKIE_DECRYPTION_ERROR, ADF_SAML_COOKIE_ENCRYPTION_ERROR, ADF_SAML_COOKIE_DECODE_ERROR, ADF_SAML_COOKIE_SESSION_COOKIE_GREATER_THAN_MAX, ADF_SAML_COOKIE_HANDSHAKE_COOKIE_GREATER_THAN_MAX, ADF_SAML_ASSERTION_DOES_NOT_MATCH_REQUEST_ID, ADF_SAML_AUTHENTICATION_UNSUPPORTED_METHOD, ADF_SAML_COOKIE_SESSION_COOKIE_TIMEOUT, ADF_SAML_ACS_URL_MISMATCH, ADF_SAML_ASSERTION_NO_BODY, ADF_SAML_ASSERTION_INVALID, ADF_SAML_ASSERTION_ATTRIBUTE_ERROR, ADF_SAML_LOGIN_ERROR, ADF_SAML_DECRYPT_ASSERTION_FAILURE, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_MSG, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_STATUS_CODE, ADF_SAML_LASSO_LOGIN_ERROR_REQUEST_DENIED, ADF_SAML_LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS, ADF_SAML_LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_RESPONSE, ADF_SAML_LASSO_LOGIN_ERROR_ASSERTION_REPLAY, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_NAME_IDENTIFIER, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_SERVER, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_REQUEST, ADF_SAML_AUTHENTICATION_ERROR, ADF_SAML_AUTHENTICATION_RULE_NOMATCH, ADF_SAML_AUTHORIZATION_RULE_NOMATCH, ADF_SAML_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SAML_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTHENTICATION_DISABLED_BY_DS, ADF_SSO_AUTHENTICATION_RULE_NOMATCH, ADF_SSO_AUTHORIZATION_RULE_NOMATCH, ADF_SSO_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SSO_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTH_INVALID_POST_REQUEST, ADF_HTTP_SERVER_RESELECT_OCCURRENCE, ADF_HTTP_SERVER_RESELECT_SKIP_V1_SERVER_AFTER_SENT_V2_REQ, ADF_HTTP_SERVER_RESELECT_SKIP_V2_SERVER_AFTER_SENT_V1_REQ, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REPORT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REDIRECT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_RESPONSE, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED_WITH_IP_ADDRESS, ADF_HTTP2_SERVER_SENT_UNEXPECTED_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_UNKNOWN_STREAM, ADF_HTTP2_SERVER_REJECTED_REQUEST_WITH_ERROR, ADF_HTTP2_SERVER_SENT_GOAWAY_WITH_ERROR, ADF_HTTP2_SERVER_SENT_UNEXPECTED_PUSH_PROMISE, ADF_HTTP2_SERVER_SENT_INVALID_HEADER, ADF_HTTP2_SERVER_SENT_DUP_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_LARGE_HEADER_NAME_LEN, ADF_HTTP2_SERVER_NO_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_DATA_FOR_UNKNOWN_STREAM, ADF_HTTP2_SERVER_STREAM_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_CONN_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_SENT_INVALID_TRAILER, ADF_HTTP2_SERVER_SENT_TRAILER_NO_ENDSTREAM_FLAG, ADF_HTTP2_SERVER_SENT_SHORT_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_LONG_PADDING, ADF_HTTP2_SERVER_SENT_LARGE_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_TRUNCATED_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_INDEX, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_SERVER_SENT_TABLE_INDEX_CONT_FLAG, ADF_HTTP2_SERVER_SENT_ZERO_HEADER_NAME_LEN, ADF_HTTP2_SERVER_SENT_INVALID_ENCODED_HEADER, ADF_HTTP2_SERVER_SENT_RST_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_SERVER_SENT_GOAWAY_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_LARGE_LEN, ADF_HTTP2_SERVER_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_ACK_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_INVALID_LEN, ADF_HTTP2_SERVER_SENT_SETTING_LARGE_INI_WIN_SIZE, ADF_HTTP2_SERVER_SENT_PING_NONZERO_ID, ADF_HTTP2_SERVER_SENT_PING_INVALID_LEN, ADF_HTTP2_SERVER_SENT_PING_ACK, ADF_HTTP2_SERVER_NO_UPSTREAM_KEEPALIVE, ADF_HTTP2_CLIENT_SENT_TRAILER, ADF_HTTP2_CLIENT_SENT_UNSUPPORTED_PROTOCOL_HDR, ADF_HTTP2_WEBSOCKET_IS_NOT_ENABLED, ADF_HTTP2_WEBSOCKET_DETECTED, ADF_HTTP2_CLIENT_SENT_PROTOCOL_HDR_WITH_WRONG_METHOD, ADF_HTTP2_WEBSOCKET_VERSION_MISMATCH, ADF_HTTP2_BAD_REQUEST_CLIENT_SENT_NO_HOST_HEADER, ADF_HTTP_CONTENT_REWRITE_EMPTY_STRING, ADF_HTTP2_SERVER_SIDE_SSL_ALPN_FAILURE, ADF_HTTP2_SERVER_DOES_NOT_SUPPORT_V2, ADF_HTTP2_MAX_REQUESTS_EXCEEDED, ADF_HTTP2_SERVER_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_SERVER_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_SERVER_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE_ON_CACHE, ADF_PERSISTENCE_APP_COOKIE_INVALID_EXPIRY_TIMESTAMP, ADF_PERSISTENCE_COOKIE_EXPIRED, ADF_SITE_PERSISTENCE_COOKIE_EXPIRED, ADF_ICAP_SERVER_HIGH_RESPONSE_TIME, ADF_ICAP_BLOCKED, ADF_ICAP_MODIFIED, ADF_ICAP_OUT_OF_MEMORY, ADF_ICAP_TIMEDOUT, ADF_ICAP_BODY_SIZE_BIGGER_THAN_CONFIGURED, ADF_ICAP_CONNECTION_ERROR, ADF_ICAP_SERVER_ERROR, ADF_ICAP_FAILED, ADF_HTTP_BAD_REQUEST_INVALID_REQUEST_LINE, ADF_HTTP_BAD_RESPONSE_INVALID_REQUEST_LINE, ADF_LDAP_AUTHENTICATION_DISABLED_BY_DS, ADF_PAA_AUTHENTICATION_DISABLED_BY_DS, ADF_JWT_MISSING_BEARER_TOKEN, ADF_JWT_MISSING_AUTHORIZATION_HEADER, ADF_JWT_MISSING_QUERY_PARAMS, ADF_JWT_EMPTY_TOKEN_IN_QUERY_PARAM, ADF_JWT_QUERY_PARAMS_MISSING_TOKEN_NAME, ADF_JWT_EMPTY_TOKEN_HEADERS, ADF_JWT_EMPTY_TOKEN_PAYLOAD, ADF_JWT_AUD_CLAIM_NULL, ADF_JWT_AUD_MISMATCH, ADF_JWT_ISSUER_CLAIM_NULL, ADF_JWT_UNKNOWN_ISSUER, ADF_JWT_KID_NULL, ADF_JWT_INVALID_KID, ADF_JWT_ALG_NULL, ADF_JWT_ALG_MISMATCH, ADF_JWT_NOT_YET_VALID, ADF_JWT_EXPIRED, ADF_JWT_SIGNATURE_VERIFICATION_FAILURE, ADF_JWT_VALIDATION_DISABLED_BY_DS, ADF_JWT_INVALID_JWKS, ADF_HTTP_CONNECTION_STRATEGY_CONVERTED, ADF_HTTP_NTLM_AUTHENTICATION_FAILED, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_MESSAGE, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_MESSAGE, ADF_HTTP_UNEXPECTED_RUM_REQUEST, ADF_HTTP_NTLM_REQUEST_QUEUEING_DISABLED, ADF_HTTP_NTLM_SERVER_RESELECT_DISABLED, ADF_HTTP_NTLM_POOL_SWITCHED, ADF_HTTP_NTLM_CONNECTION_DETECTED, ADF_REQUEST_URI_INVALID_UTF8_FORMAT, ADF_REQUEST_ARGS_INVALID_UTF8_FORMAT, ADF_REQUEST_CHUNK_MODE_WITH_CONTENT_LENGTH, ADF_HTTP2_H2C_UPGRADE_NO_HTTP2_SETTINGS, ADF_HTTP2_H2C_UPGRADE_HTTP2_SETTINGS_ERR, ADF_HTTP2_H2C_UPGRADE_REQUEST, ADF_HTTP2_H2C_UPGRADE_TO_HTTP2, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST_WITH_BODY, ADF_HTTP2_INVALID_VERSION, ADF_HTTP2_INVALID_CHUNKED_BODY, ADF_SERVER_RESPONSE_HEADER_TOO_LARGE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_SIZE_LIMIT, ADF_HTTP_CLIENT_EXCEEDED_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP_BAD_REQUEST_REQUESTED_HOST_NAME_DOES_NOT_MATCH_SERVERNAME, ADF_OAUTH_INVALID_REQUEST, ADF_OAUTH_INVALID_CLIENT, ADF_OAUTH_INVALID_GRANT, ADF_OAUTH_UNAUTHORIZED_CLIENT, ADF_OAUTH_UNAUTHORIZED_GRANT_TYPE, ADF_OAUTH_INVALID_SCOPE, ADF_OAUTH_ACCESS_DENIED, ADF_OAUTH_UNSUPPORTED_RESPONSE_TYPE, ADF_OAUTH_HANDSHAKE_UNAUTHORIZED_CLIENT, ADF_OAUTH_SERVER_ERROR, ADF_OAUTH_TEMPORARILY_UNAVAILABLE, ADF_OAUTH_OIDC_INVALID_ALG, ADF_OAUTH_OIDC_INVALID_AT_HASH, ADF_OAUTH_AUTHORIZATION_FAILED_RULE_MATCH, ADF_OAUTH_OIDC_JWT_AZP_MISMATCH, ADF_OAUTH_OIDC_JWT_AZP_CLAIM_INVALID, ADF_OAUTH_COOKIE_VERSION_MISMATCH, ADF_OAUTH_COOKIE_KEYS_NOT_CONFIGURED, ADF_OAUTH_COOKIE_ENCRYPTION_ERROR, ADF_OAUTH_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_OAUTH_TOKEN_EXCHANGE_FAIL, ADF_OAUTH_USERINFO_FAIL, ADF_OAUTH_JWKS_URI_FAIL, ADF_OAUTH_INTROSPECT_FAIL, ADF_OAUTH_NULL_COOKIE, ADF_OAUTH_INVALID_HS_REDIRECT_URI, ADF_OAUTH_INVALID_COOKIE, ADF_OAUTH_ACCESS_TOKEN_INACTIVE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP_SERVER_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_SERVER_PUSH_INITIATED_REQUEST, ADF_OAUTH_USER_ID_TOKEN_NULL, ADF_OAUTH_END_SESSION_ENDPOINT_NOT_CONFIGURED, ADF_OAUTH_INTROSPECT_DATA_SAVE_FAILED, ADF_WEBSOCKET_ACCEPT_VERIFY_FAILED, ADF_WEBSOCKET_DUPLICATE_ACCEPT_HEADER, ADF_WEBSOCKET_ACCEPT_HEADER_MISSED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sni_hostname (optional)
String Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
source_ip (optional)
Integer Source IP of the client connection to the VS. This can be different from client IP when true client IP feature is enabled. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
source_ip6 (optional)
String IPv6 address of the source of the client connection to the VS. This can be different from client IPv6 address when true client IP feature is enabled. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
spdy_version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_cipher (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_session_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
total_time (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
udf
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uri_path (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uri_query (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user_agent (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcpu_id
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vh_match_rule (optional)
String EVH rule matching the request. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
virtualservice
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ip (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vs_ip6 (optional)
String Virtual IPv6 address of the VS. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
waf_log (optional)
WafLog Presence of waf_log indicates that atleast 1 WAF rule was hit for the transaction. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
xff (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AsyncPatchState Up

error_message (optional)
String Error message if request failed. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_status_code (optional)
Integer Error status code if request failed. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
merged_patch_id (optional)
Long Patch id. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
patch_ids (optional)
String Patch ids. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
path (optional)
String API path. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
request_data (optional)
String Request data. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
resource_data (optional)
String Async Patch Queue data for which status is updated. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
resource_name (optional)
String Name of the resource. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
resource_type (optional)
String Config type of the resource. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
String Status of Async Patch. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
user (optional)
String Request user. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AttachIpStatusEventDetails Up

reason (optional)
String Reason if Attach IP failed. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_name (optional)
String Name of the Service Engine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vip_id (optional)
String VIP ID. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vs_name (optional)
String Name of the Virtual Service. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AttackDnsAmplification Up

record_type (optional)
String The record type in the DNS query. 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 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
src_port (optional)
Integer The source port for the DNS query. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

AttackMetaData Up

amplification (optional)
AttackDnsAmplification DNS amplification attack record. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
max_resp_time (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
url (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AttackMetaDataApiResponse Up

count
Integer format: int32
results
next (optional)

AuditComplianceEventInfo Up

cluster_uuid (optional)
String Cluster uuid used for controller event. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
core_archive (optional)
String Name of core archive. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
detailed_reason (optional)
String Detailed report of the audit event. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
event_generated_by_se (optional)
Boolean Set the flag if event is generated by SE. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
fingerprint (optional)
String Fingerprint extracted from the stacktrace. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
location (optional)
String Information identifying physical location for audit event (e.g. Santa Clara (USA), Bengaluru (India)). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
node (optional)
String Node on which crash is generated. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
patch_version (optional)
String Patch version of node. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
process_name (optional)
String Crashed core process name. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
protocol
String Protocol used for communication to the external entity. Enum options - SSH1_0, AVI_TLS1_2, HTTPS1_0, HTTP_PLAIN_TEXT, HTTPS_INSECURE, SSH2_0. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
result
String Summarized failure of the transaction (e.g. Invalid request, expired certificate). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_uuid (optional)
String Service Engine uuid used for service engine event. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
subjects (optional)
array[ACSubjectInfo] Subjects of audit event. Field introduced in 20.1.3. Minimum of 1 items required. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
type
String Type of audit event. Enum options - AUDIT_INVALID_CREDENTIALS, AUDIT_NAME_RESOLUTION_ERROR, AUDIT_DIAL_X509_ERROR, AUDIT_CORE_GENERATED, AUDIT_SECURE_KEY_EXCHANGE_BAD_REQUEST_FORMAT, AUDIT_SECURE_KEY_EXCHANGE_BAD_CLIENT_TYPE, AUDIT_SECURE_KEY_EXCHANGE_FIELD_NOT_FOUND, AUDIT_SECURE_KEY_EXCHANGE_BAD_FIELD_VALUE, AUDIT_SECURE_KEY_EXCHANGE_INVALID_AUTHORIZATION, AUDIT_SECURE_KEY_EXCHANGE_INTERNAL_ERROR, AUDIT_SECURE_KEY_EXCHANGE_CERTIFICATE_VERIFY_ERROR, AUDIT_SECURE_KEY_EXCHANGE_RESPONSE_ERROR. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
user_identities (optional)
array[ACUserIdentity] List of users (username etc) related to the audit event. Field introduced in 20.1.3. Minimum of 1 items required. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
version (optional)
String Version tag of node. Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AuthAttributeMatch Up

attribute_name
String Attribute name whose values will be looked up in the access lists. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attribute_value_list
StringMatch Attribute Values used to determine access when authentication applies. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AuthenticationAction Up

type
String Authentication Action to be taken for a matched Rule. Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthenticationMatch Up

client_ip (optional)
IpAddrMatch Configure client ip addresses. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_hdr (optional)
HostHdrMatch Configure the host header. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
PathMatch Configure request paths. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthenticationPolicy Up

authn_rules (optional)
array[AuthenticationRule] Add rules to apply auth profile to specific targets. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
default_auth_profile_ref (optional)
String Auth Profile to use for validating users. It is a reference to an object of type AuthProfile. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthenticationRule Up

action (optional)
AuthenticationAction Enable or disable authentication for matched targets. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enable
Boolean Enable or disable the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
index
Integer Index of the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
match (optional)
AuthenticationMatch Add match criteria to the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name
String Name of the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthnRuleMatch Up

rule_action (optional)
String Name of the executed Authentication rule Action. Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_name (optional)
String Name of the matched Authentication rule. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AuthorizationAction Up

status_code (optional)
String HTTP status code to use for local response when an policy rule is matched. Enum options - HTTP_RESPONSE_STATUS_CODE_401, HTTP_RESPONSE_STATUS_CODE_403. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Defines the action taken when an authorization policy rule is matched. By default, access is allowed to the requested resource. Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthorizationMatch Up

access_token (optional)
JWTMatch Access Token claims to be matched. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
attr_matches (optional)
array[AuthAttributeMatch] Attributes whose values need to be matched . Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host_hdr (optional)
HostHdrMatch Host header value to be matched. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
method (optional)
MethodMatch HTTP methods to be matched. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
PathMatch Paths/URLs to be matched. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthorizationPolicy Up

authz_rules (optional)
array[AuthorizationRule] Authorization Policy Rules. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthorizationRule Up

action
AuthorizationAction Authorization action when rule is matched. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enable
Boolean Enable or disable the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
index
Integer Index of the Authorization Policy rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
match
AuthorizationMatch Authorization match criteria for the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name
String Name of the rule. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AuthzRuleMatch Up

rule_action (optional)
String Name of the executed Authorization rule Action. Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_name (optional)
String Name of the matched Authorization rule. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

AvgUptimeChangeDetails Up

current_value (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
metric_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_str (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
threshold (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

AzureMarketplace Up

cc_id (optional)
String Azure Cloud id. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
offer (optional)
String Avi azure marketplace offer name. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
publisher (optional)
String Avi azure marketplace publisher name. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Azure marketplace license term failure status. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_group (optional)
String Azure resource group name. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skus (optional)
array[String] Avi azure marketplace skus list. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Azure marketplace license term acceptance status. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subscription_id (optional)
String Azure Subscription id. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnet_id (optional)
String Azure Vnet id. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AzureSetup Up

alb_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nic_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_group (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subscription_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vips (optional)
array[IpAddr] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnet_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuids (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

BMSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

BotClassification Up

type
String One of the system-defined Bot classification types. Enum options - HUMAN, GOOD_BOT, BAD_BOT, DANGEROUS_BOT, USER_DEFINED_BOT, UNKNOWN_CLIENT. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
user_defined_type (optional)
String If 'type' has BotClassificationTypes value 'USER_DEFINED', this is the user-defined value. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

BotDetectionMatch Up

classifications (optional)
array[BotClassification] Bot classification types. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_operation
String Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

BotEvaluationResult Up

component (optional)
String The component of the bot module that made this evaluation. Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
confidence (optional)
String The confidence of this evaluation. Enum options - LOW_CONFIDENCE, MEDIUM_CONFIDENCE, HIGH_CONFIDENCE. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
identification (optional)
BotIdentification The resulting Bot Identification. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
notes (optional)
array[String] Additional notes for this result. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

BotIdentification Up

class (optional)
String The Bot Client Class of this identification. Enum options - UNDETERMINED_CLIENT, HUMAN_CLIENT, BOT_CLIENT. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
identifier (optional)
String A free-form string to identify the client. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
type (optional)
String The Bot Client Type of this identification. Enum options - UNDETERMINED_CLIENT_TYPE, WEB_BROWSER, IN_APP_BROWSER, SEARCH_ENGINE, IMPERSONATOR, SPAM_SOURCE, WEB_ATTACKS, BOTNET, SCANNER, DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION, SUSPICIOUS_APPLICATION. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

BotManagementLog Up

classification (optional)
BotClassification The final classification of the bot management module. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
results (optional)
array[BotEvaluationResult] The evaluation results of the various bot module components. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

BurstLicenseDetails Up

cores (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CCScaleSetNotifDetails Up

cc_id (optional)
String Cloud id. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Detailed reason for the scale set notification. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scaleset_names (optional)
array[String] Names of scale sets for which polling failed. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CC_VnicInfo Up

mac_address (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CRSDeploymentFailure Up

crs_info (optional)
array[CRSDetails] List of all CRS updates that failed to install. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
message (optional)
String Error message to be conveyed to controller UI. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CRSDeploymentSuccess Up

crs_info (optional)
array[CRSDetails] List of all installed CRS updates. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CRSDetails Up

name (optional)
String Name of the CRS release. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
release_date (optional)
String CRS release date. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url (optional)
String Download link of the CRS release. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Version of the CRS release. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CRSDetailsApiResponse Up

count
Integer format: int32
results
next (optional)

CRSUpdateDetails Up

crs_info (optional)
array[CRSDetails] List of all available CRS updates. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. 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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. 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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
capture_ipc (optional)
CaptureIPC Capture filter for SE IPC. Not applicable for Debug Virtual Service. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dst_port_end (optional)
Integer Destination Port range filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
dst_port_start (optional)
Integer Destination Port range filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
eth_proto (optional)
String Ethernet Proto filter. Enum options - ETH_TYPE_IPV4. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_proto (optional)
String IP Proto filter. Support for TCP only for now. Enum options - IP_TYPE_TCP. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_port (optional)
Integer Source Port filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
src_port_range_end (optional)
Integer Source Port range end filter. If specified, the source port filter will be a range. The filter range will be between src_port and src_port_range_end. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
tcp_ack (optional)
Boolean TCP ACK flag filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tcp_fin (optional)
Boolean TCP FIN flag filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tcp_push (optional)
Boolean TCP PUSH flag filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tcp_syn (optional)
Boolean TCP SYN flag filter. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CaptureIPC Up

flow_del_probe (optional)
Boolean Flow del probe filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_mirror_add (optional)
Boolean Flow mirror add filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_mirror_all (optional)
Boolean Filter for all flow mirror SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_mirror_del (optional)
Boolean Flow mirror del filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_probe (optional)
Boolean Flow probe filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_probe_all (optional)
Boolean Filter for all flow probe SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipc_batched (optional)
Boolean IPC batched filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipc_rx_req (optional)
Boolean Filter for incoming IPC request. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipc_rx_res (optional)
Boolean Filter for incoming IPC response. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipc_tx_req (optional)
Boolean Filter for outgoing IPC request. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipc_tx_res (optional)
Boolean Filter for outgoing IPC response. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_hb (optional)
Boolean Vs heart beat filter for SE IPC. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CentralLicenseRefreshDetails Up

message (optional)
String Message. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
service_units (optional)
Double Service units. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double

CentralLicenseSubscriptionDetails Up

message (optional)
String Message. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

CfgState Up

cfg_version (optional)
Integer cfg-version synced to follower. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
cfg_version_in_flight (optional)
Integer cfg-version in flight to follower. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_uuid (optional)
String site_uuid to which the object was synced. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status of the object. . Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String object-uuid that is being synced to follower. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ChildProcessInfo Up

memory (optional)
Integer Amount of memory (in MB) used by the sub process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pid (optional)
Integer Process Id of the sub process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

ClientFingerprints Up

filtered_tls_fingerprint (optional)
String Message Digest (md5) of filtered JA3 from ClientHello. This can deviate from 'tls_fingerprint' because not all extensions are considered. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
full_tls_fingerprint (optional)
String Message Digest (md5) of JA3 from ClientHello. Only present if the full TLS fingerprint is different from the filtered fingerprint. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
normalized_tls_fingerprint (optional)
String Message Digest (md5) of normalized JA3 from ClientHello. This can deviate from 'full_tls_fingerprint' because extensions 21 and 35 are removed and the remaining values are sorted numerically before the MD5 is calculated. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tls_client_info (optional)
TlsClientInfo Values of selected fields from the ClientHello. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ClientInsightsSampling Up

client_ip (optional)
IpAddrMatch Client IP addresses to check when inserting RUM script. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sample_uris (optional)
StringMatch URL patterns to check when inserting RUM script. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
skip_uris (optional)
StringMatch URL patterns to avoid when inserting RUM script. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ClientLogFilter Up

all_headers (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_ip (optional)
IpAddrMatch Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
duration (optional)
Integer Special values are 0 - infinite. Unit is MIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
enabled
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
index
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uri (optional)
StringMatch Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

CloudASGNotifDetails Up

asg_name (optional)
String Autoscale Group name. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Cloud UUID. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Failure reason if Autoscale Group creation or deletion fails. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_ref (optional)
String Pool UUID. It is a reference to an object of type Pool. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudAutoscalingConfigFailureDetails Up

cc_id (optional)
String Cloud UUID. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Failure reason if Autoscaling configuration fails. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudClusterVip Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudDnsUpdate Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_fqdn (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudGeneric Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudHealth Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
first_fail (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_fail (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_ok (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_fails (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudIpChange Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
IpAddr Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6_mask (optional)
Integer Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ip_mask (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
mac_addr (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudRouteNotifDetails Up

cc_id (optional)
String Cloud id. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Detailed reason for the route update notification. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
route_table (optional)
String Name of route table for which update was performed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
routes (optional)
array[String] Names of routes for which update was performed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

CloudSeVmChange Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudStackSetup Up

access_key_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
api_url (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
privilege (optional)
String Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudSyncServices Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vips (optional)
array[IpAddr] List of vips. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudTenantCleanup Up

id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_ports (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_secgrp (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_svrgrp (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

CloudTenantsDeleted Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenants (optional)
array[CloudTenantCleanup] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudVipParkingIntf Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
intf_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudVipUpdate Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudVnicChange Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac_addrs (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnics (optional)
array[CC_VnicInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vtype (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterConfigFailedEvent Up

reason (optional)
String Failure reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterLeaderFailoverEvent Up

leader_node (optional)
ClusterNode Details of the new controller cluster leader node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_leader_node (optional)
ClusterNode Details of the previous controller cluster leader. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNode Up

categories (optional)
array[String] Optional service categories that a node can be assigned (e.g. SYSTEM, INFRASTRUCTURE or ANALYTICS). Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
interfaces (optional)
array[ControllerInterface] Interface details of the controller node. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip
IpAddr IP address of controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
password (optional)
String The password we will use when authenticating with this node (Not persisted). Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
public_ip_or_name (optional)
IpAddr Public IP address or hostname of the controller VM. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
static_routes (optional)
array[StaticRoute] Static routes configured on the controller node. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vm_hostname (optional)
String Hostname assigned to this controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vm_mor (optional)
String Managed object reference of this controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vm_name (optional)
String Name of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vm_uuid (optional)
String UUID on the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNodeAddEvent Up

ip (optional)
IpAddr IP address of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
role (optional)
String Role of the controller within the cluster. Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNodeDbFailedEvent Up

failure_count (optional)
Integer Number of failures. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ip (optional)
IpAddr IP address of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNodeRemoveEvent Up

ip (optional)
IpAddr IP address of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
role (optional)
String Role of the node when it left the controller cluster. Enum options - CLUSTER_LEADER, CLUSTER_FOLLOWER. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNodeShutdownEvent Up

ip (optional)
IpAddr IP address of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for controller node shutdown. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterNodeStartedEvent Up

ip (optional)
IpAddr IP address of the controller VM. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterServiceCriticalFailureEvent Up

node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_name (optional)
String Name of the controller service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterServiceFailedEvent Up

node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_name (optional)
String Name of the controller service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ClusterServiceRestoredEvent Up

node_name (optional)
String Name of controller node. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_name (optional)
String Name of the controller service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigActionDetails Up

action_name (optional)
String Name of the action. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_message (optional)
String Error message if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
parameter_data (optional)
String Parameter data. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
String API path. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_name (optional)
String Name of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_type (optional)
String Config type of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigCreateDetails Up

error_message (optional)
String Error message if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
String API path. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_data (optional)
String Request data if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_data (optional)
String Data of the created resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_name (optional)
String Name of the created resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_type (optional)
String Config type of the created resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigDeleteDetails Up

error_message (optional)
String Error message if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
String API path. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_data (optional)
String Deleted data of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_name (optional)
String Name of the deleted resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_type (optional)
String Config type of the deleted resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigInfo Up

queue (optional)
array[VersionInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reader_count (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
state (optional)
String Enum options - REPL_NONE, REPL_ENABLED, REPL_DISABLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
writer_count (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

ConfigPbAttributes Up

version (optional)
Integer Protobuf version number. Gets incremented if there is se Diff of federated diff in config pbs.This field will be a monotonically increasing number indicating the number of Config Update operations. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition. format: int32

ConfigSeGrpFlvUpdate Up

new_flv (optional)
String New Flavor Name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
old_flv (optional)
String Old Flavor Name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_name (optional)
String SE Group Name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_uuid (optional)
String SE Group UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_name (optional)
String Tenant Name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_uuid (optional)
String Tenant UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigUpdateDetails Up

error_message (optional)
String Error message if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_resource_data (optional)
String New updated data of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
old_resource_data (optional)
String Old & overwritten data of the resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
String API path. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_data (optional)
String Request data if request failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_name (optional)
String Name of the created resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resource_type (optional)
String Config type of the updated resource. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigUserAuthrzByRule Up

policies (optional)
String Comma separated list of policies assigned to the user. Field introduced in 18.2.7, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
roles (optional)
String assigned roles. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule (optional)
String matching rule string. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenants (optional)
String assigned tenants. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
userprofile (optional)
String assigned user account profile name. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ConfigUserLogin Up

client_ip (optional)
String client ip. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_type (optional)
String Type of client used to login UI, CLI, others(API). Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_message (optional)
String error message if authentication failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
local (optional)
Boolean Local user. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
remote_attributes (optional)
String Additional attributes from login handler. Field introduced in 18.1.4,18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigUserLogout Up

client_ip (optional)
String client ip. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_message (optional)
String error message if logging out failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
local (optional)
Boolean Local user. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigUserNotAuthrzByRule Up

policies (optional)
String Comma separated list of policies assigned to the user. Field introduced in 18.2.7, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
roles (optional)
String assigned roles. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenants (optional)
String assigned tenants. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigUserPasswordChangeRequest Up

client_ip (optional)
String client ip. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Password link is sent or rejected. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user (optional)
String Matched username of email address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user_email (optional)
String Email address of user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ConfigVersionStatus Up

event_type (optional)
String Type of replication event. Enum options - DNSVS, OBJECT_CONFIG_VERSION. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
obj_name (optional)
String Name of config object. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
obj_uuid (optional)
String UUID of config object. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ConnErrorInfo Up

num_syn_retransmit (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_window_shrink (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
out_of_orders (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
retransmits (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
rx_pkts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_num_window_shrink (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_out_of_orders (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_retransmits (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_rx_pkts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_timeouts (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_tx_pkts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_zero_window_size_events (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
timeouts (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
tx_pkts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
zero_window_size_events (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

ConnectionEventDetails Up

host (optional)
String Destinaton host name to be connected. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
info (optional)
String Connection status information. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
port (optional)
Integer Destinaton port to be connected. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

ConnectionLog Up

adf
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
average_turntime (optional)
Integer Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
avg_ingress_latency_be (optional)
Integer Average packet processing latency for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
avg_ingress_latency_fe (optional)
Integer Average packet processing latency for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
client_dest_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_ip
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_ip6 (optional)
String IPv6 address of the client. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_location (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_log_filter_name (optional)
String Name of the Client Log Filter applied. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_rtt
Integer Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
client_src_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
conn_est_time_be (optional)
Integer TCP connection establishment time for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
conn_est_time_fe (optional)
Integer TCP connection establishment time for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
connection_ended
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_etype (optional)
String Enum options - DNS_ENTRY_PASS_THROUGH, DNS_ENTRY_GSLB, DNS_ENTRY_VIRTUALSERVICE, DNS_ENTRY_STATIC, DNS_ENTRY_POLICY, DNS_ENTRY_LOCAL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_fqdn (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_ips (optional)
array[Integer] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_qtype (optional)
String 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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_request (optional)
DnsRequest Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_response (optional)
DnsResponse Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_tcp_conn_close_from_se (optional)
Boolean Service engine closed the TCP connection after the first DNS response. Field introduced in 22.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ds_log (optional)
String Datascript Log. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslbpool_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslbservice (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslbservice_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
log_id
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_ingress_latency_be (optional)
Integer Maximum packet processing latency for the backend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
max_ingress_latency_fe (optional)
Integer Maximum packet processing latency for the frontend flow. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
microservice (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
microservice_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mss
Integer Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
network_security_policy_rule_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_syn_retransmit (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_transaction (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_window_shrink (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ocsp_status_resp_sent (optional)
Boolean OCSP Response sent in the SSL/TLS connection Handshake. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
out_of_orders
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
persistence_used (optional)
Boolean Persistence applied during server selection. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
protocol (optional)
String Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
proxy_protocol (optional)
String Version of proxy protocol used to convey client connection information to the back-end servers. A value of 0 indicates that proxy protocol is not used. A value of 1 or 2 indicates the version of proxy protocol used. Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
report_timestamp
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
retransmits
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
rx_bytes
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
rx_pkts
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_conn_src_ip
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_conn_src_ip6 (optional)
String IPv6 address used to connect to Backend Server. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_dest_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ip
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ip6 (optional)
String IPv6 address of the Backend Server. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_num_window_shrink (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_out_of_orders
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_retransmits
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_rtt
Integer Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_rx_bytes
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_rx_pkts
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_src_port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_timeouts
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_total_bytes
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_total_pkts
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_tx_bytes
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_tx_pkts
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
server_zero_window_size_events
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
service_engine (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
significance (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
significant
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
significant_log (optional)
array[String] List of enums which indicate why a log is significant. Enum options - ADF_CLIENT_CONN_SETUP_REFUSED, ADF_SERVER_CONN_SETUP_REFUSED, ADF_CLIENT_CONN_SETUP_TIMEDOUT, ADF_SERVER_CONN_SETUP_TIMEDOUT, ADF_CLIENT_CONN_SETUP_FAILED_INTERNAL, ADF_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_CONN_SETUP_FAILED_BAD_PACKET, ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, ADF_CLIENT_SSL_HANDSHAKE_FAILURE, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED, ADF_IDLE_TIMEDOUT, ADF_CLIENT_CONNECTION_CLOSED_BEFORE_REQUEST, ADF_CLIENT_INCOMPLETE_DATA, ADF_CLIENT_CONN_STOPPED, ADF_CLIENT_HIGH_TIMEOUT_RETRANSMITS, ADF_SERVER_HIGH_TIMEOUT_RETRANSMITS, ADF_CLIENT_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_RTT_ABOVE_SEC, ADF_SERVER_RTT_ABOVE_500MS, ADF_CLIENT_HIGH_TOTAL_RETRANSMITS, ADF_SERVER_HIGH_TOTAL_RETRANSMITS, ADF_CLIENT_HIGH_OUT_OF_ORDERS, ADF_SERVER_HIGH_OUT_OF_ORDERS, ADF_CLIENT_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_POSSIBLE_WINDOW_STUCK, ADF_SERVER_POSSIBLE_WINDOW_STUCK, ADF_SERVER_UNANSWERED_SYNS, ADF_CLIENT_CLOSE_CONNECTION_ON_VS_UPDATE, ADF_CLIENT_POSSIBLE_SLOW_DRAIN, ADF_SERVER_POSSIBLE_SLOW_DRAIN, ADF_SERVER_INGRESS_LATENCY_EXCEEDED, ADF_SERVER_CONN_EST_TIME_EXCEEDED, ADF_CLIENT_INGRESS_LATENCY_EXCEEDED, ADF_CLIENT_CONN_EST_TIME_EXCEEDED, ADF_RESPONSE_CODE_4XX, ADF_RESPONSE_CODE_5XX, ADF_LOAD_BALANCING_FAILED, ADF_DATASCRIPT_EXECUTION_FAILED, ADF_REQUEST_NO_POOL, ADF_RATE_LIMIT_DROP_CLIENT_IP, ADF_RATE_LIMIT_DROP_URI, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI, ADF_RATE_LIMIT_DROP_UNKNOWN_URI, ADF_RATE_LIMIT_DROP_BAD_URI, ADF_REQUEST_VIRTUAL_HOSTING_APP_SELECT_FAILED, ADF_RATE_LIMIT_DROP_UNKNOWN_CIP, ADF_RATE_LIMIT_DROP_BAD_CIP, ADF_RATE_LIMIT_DROP_CLIENT_IP_BAD, ADF_RATE_LIMIT_DROP_URI_BAD, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI_BAD, ADF_RATE_LIMIT_DROP_REQ, ADF_RATE_LIMIT_DROP_CLIENT_IP_CONN, ADF_RATE_LIMIT_DROP_CONN, ADF_RATE_LIMIT_DROP_HEADER, ADF_RATE_LIMIT_DROP_CUSTOM, ADF_RATE_LIMIT_DROP_URI_SCAN_BAD, ADF_RATE_LIMIT_DROP_URI_SCAN_UNKNOWN, ADF_RATE_LIMIT_DROP_CIP_SCAN_BAD, ADF_RATE_LIMIT_DROP_CIP_SCAN_UNKNOWN, ADF_CONFIGURED_RATE_LIMIT_DROP_CONN, ADF_HTTP_VERSION_LT_1_0, ADF_CLIENT_HIGH_RESPONSE_TIME, ADF_SERVER_HIGH_RESPONSE_TIME, ADF_PERSISTENT_SERVER_CHANGE, ADF_DOS_SERVER_BAD_GATEWAY, ADF_DOS_SERVER_GATEWAY_TIMEOUT, ADF_DOS_CLIENT_SENT_RESET, ADF_DOS_CLIENT_CONN_TIMEOUT, ADF_DOS_CLIENT_REQUEST_TIMEOUT, ADF_DOS_CLIENT_CONN_ABORTED, ADF_DOS_CLIENT_BAD_REQUEST, ADF_DOS_CLIENT_REQUEST_ENTITY_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_URI_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_HEADER_TOO_LARGE, ADF_DOS_CLIENT_CLOSED_REQUEST, ADF_DOS_SSL_ERROR, ADF_REQUEST_MEMORY_LIMIT_EXCEEDED, ADF_DOS_CLIENT_CONN_STOPPED, ADF_MULTI_SP_POOLS_INCORRECT_FQDN, ADF_X509_CLIENT_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_CLIENT_CERTIFICATE_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_REVOKED, ADF_X509_CLIENT_CERTIFICATE_INVALID_CA, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_CRL_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_CRL_ERROR, ADF_X509_CLIENT_CERTIFICATE_CHAINING_ERROR, ADF_X509_CLIENT_CERTIFICATE_INTERNAL_ERROR, ADF_X509_CLIENT_CERTIFICATE_FORMAT_ERROR, ADF_UDP_PORT_NOT_REACHABLE, ADF_UDP_CONN_TIMEOUT, ADF_X509_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_SERVER_CERTIFICATE_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_EXPIRED, ADF_X509_SERVER_CERTIFICATE_REVOKED, ADF_X509_SERVER_CERTIFICATE_INVALID_CA, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_CRL_EXPIRED, ADF_X509_SERVER_CERTIFICATE_CRL_ERROR, ADF_X509_SERVER_CERTIFICATE_CHAINING_ERROR, ADF_X509_SERVER_CERTIFICATE_INTERNAL_ERROR, ADF_X509_SERVER_CERTIFICATE_FORMAT_ERROR, ADF_X509_SERVER_CERTIFICATE_HOSTNAME_ERROR, ADF_SSL_R_BAD_CHANGE_CIPHER_SPEC, ADF_SSL_R_BLOCK_CIPHER_PAD_IS_WRONG, ADF_SSL_R_DIGEST_CHECK_FAILED, ADF_SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST, ADF_SSL_R_EXCESSIVE_MESSAGE_SIZE, ADF_SSL_R_LENGTH_MISMATCH, ADF_SSL_R_NO_CIPHERS_PASSED, ADF_SSL_R_NO_CIPHERS_SPECIFIED, ADF_SSL_R_NO_COMPRESSION_SPECIFIED, ADF_SSL_R_NO_SHARED_CIPHER, ADF_SSL_R_RECORD_LENGTH_MISMATCH, ADF_SSL_R_PARSE_TLSEXT, ADF_SSL_R_UNEXPECTED_MESSAGE, ADF_SSL_R_UNEXPECTED_RECORD, ADF_SSL_R_UNKNOWN_ALERT_TYPE, ADF_SSL_R_UNKNOWN_PROTOCOL, ADF_SSL_R_WRONG_VERSION_NUMBER, ADF_SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC, ADF_SSL_R_RENEGOTIATE_EXT_TOO_LONG, ADF_SSL_R_RENEGOTIATION_ENCODING_ERR, ADF_SSL_R_RENEGOTIATION_MISMATCH, ADF_SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED, ADF_SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING, ADF_SSL_R_INAPPROPRIATE_FALLBACK, ADF_SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE, ADF_SSL_R_SSLV3_ALERT_BAD_RECORD_MAC, ADF_SSL_R_TLSV1_ALERT_DECRYPTION_FAILED, ADF_SSL_R_TLSV1_ALERT_RECORD_OVERFLOW, ADF_SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE, ADF_SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE, ADF_SSL_R_SSLV3_ALERT_NO_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_BAD_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN, ADF_SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER, ADF_SSL_R_TLSV1_ALERT_UNKNOWN_CA, ADF_SSL_R_TLSV1_ALERT_ACCESS_DENIED, ADF_SSL_R_TLSV1_ALERT_DECODE_ERROR, ADF_SSL_R_TLSV1_ALERT_DECRYPT_ERROR, ADF_SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION, ADF_SSL_R_TLSV1_ALERT_PROTOCOL_VERSION, ADF_SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY, ADF_SSL_R_TLSV1_ALERT_INTERNAL_ERROR, ADF_SSL_R_TLSV1_ALERT_USER_CANCELLED, ADF_SSL_R_TLSV1_ALERT_NO_RENEGOTIATION, ADF_SSL_OCSP_CERT_STATUS_REVOKED, ADF_SSL_OCSP_RESPONSE_STALE, ADF_SSL_OCSP_RESPONSE_UNAVAILABLE, ADF_SSL_OCSP_CERT_STATUS_ISSUER_REVOKED, ADF_SSL_R_NO_CIPHERS_AVAILABLE, ADF_CLIENT_AUTH_UNKNOWN_USER, ADF_CLIENT_AUTH_LOGIN_FAILED, ADF_CLIENT_AUTH_MISSING_CREDENTIALS, ADF_CLIENT_AUTH_SERVER_CONN_ERROR, ADF_CLIENT_AUTH_USER_NOT_AUTHORIZED, ADF_CLIENT_AUTH_TIMED_OUT, ADF_CLIENT_AUTH_UNKNOWN_ERROR, ADF_CLIENT_DNS_FAILED_INVALID_QUERY, ADF_CLIENT_DNS_FAILED_INVALID_DOMAIN, ADF_CLIENT_DNS_FAILED_NO_SERVICE, ADF_CLIENT_DNS_FAILED_GS_DOWN, ADF_CLIENT_DNS_FAILED_NO_VALID_GS_MEMBER, ADF_SERVER_DNS_ERROR_RESPONSE, ADF_CLIENT_DNS_FAILED_UNSUPPORTED_QUERY, ADF_MEMORY_EXHAUSTED, ADF_CLIENT_DNS_POLICY_DROP, ADF_CLIENT_DNS_RL_POLICY_HIT, ADF_CLIENT_DNS_TCP_REQUEST_DROP_SLOW_CLIENT, ADF_WAF_MATCH, ADF_CLIENT_BAD_BOT_CLASSIFICATION, ADF_CLIENT_DANGEROUS_BOT_CLASSIFICATION, ADF_HTTP2_CLIENT_TIMEDOUT, ADF_HTTP2_PROXY_PROTOCOL_ERROR, ADF_HTTP2_INVALID_CONNECTION_PREFACE, ADF_HTTP2_CLIENT_INVALID_DATA_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PADDED_DATA_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_VIOLATED_CONN_FLOW_CONTROL, ADF_HTTP2_CLIENT_VIOLATED_STREAM_FLOW_CONTROL, ADF_HTTP2_CLIENT_DATA_FRAME_HALF_CLOSED_STREAM, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_EMPTY_HEADER_BLOCK, ADF_HTTP2_CLIENT_PADDED_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADERS_FRAME_STREAM_INCORRECT_DEPENDENCY, ADF_HTTP2_CONCURRENT_STREAMS_EXCEEDED, ADF_HTTP2_CLIENT_STREAM_DATA_BEFORE_ACK_SETTINGS, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_CLIENT_HEADER_BLOCK_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_INVALID_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_FIELD_TOO_LONG_LENGTH_VALUE, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_ENCODED_HEADER_FIELD, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_HEADER_NAME, ADF_HTTP2_CLIENT_HEADER_WITH_INVALID_VALUE, ADF_HTTP2_CLIENT_UNKNOWN_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_PATH_HEADER, ADF_HTTP2_CLIENT_EMPTY_PATH_HEADER, ADF_HTTP2_CLIENT_INVALID_PATH_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_METHOD_HEADER, ADF_HTTP2_CLIENT_EMPTY_METHOD_HEADER, ADF_HTTP2_CLIENT_INVALID_METHOD_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_SCHEME_HEADER, ADF_HTTP2_CLIENT_EMPTY_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_METHOD_HEADER, ADF_HTTP2_CLIENT_NO_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_PATH_HEADER, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_STREAM, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_CONNECTION, ADF_HTTP2_CLIENT_LARGER_DATA_BODY_THAN_DECLARED, ADF_HTTP2_CLIENT_LARGE_CHUNKED_BODY, ADF_HTTP2_NEGATIVE_WINDOW_UPDATE, ADF_HTTP2_SEND_WINDOW_FLOW_CONTROL_ERROR, ADF_HTTP2_CLIENT_UNEXPECTED_CONTINUATION_FRAME, ADF_HTTP2_CLIENT_WINDOW_UPDATE_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCORRECT_INCREMENT, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCREMENT_NOT_ALLOWED_FOR_WINDOW, ADF_HTTP2_CLIENT_GOAWAY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PING_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PUSH_PROMISE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_MAX_FRAME_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_INIIAL_WINDOW_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_SETTINGS_FRAME_ACK_FLAG_NONZERO_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_DEPENDENCY, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_EXPECTED_INAPPROPRIATE_FRAME, ADF_HTTP2_CLIENT_INVALID_HEADER, ADF_HTTP2_CLIENT_UNEXPECTED_DATA_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_RST_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_WINDOW_UPDATE_FRAME, ADF_HTTP2_CLIENT_SENT_PING_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_CLIENT_HEADER_FRAME_UNEXPECTED_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DATA_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADER_FRAME_CONNECTION_SPECIFIC_HDR, ADF_HTTP2_CLIENT_HEADER_FRAME_INCORRECT_TE_HDR, ADF_HTTP2_CLIENT_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_FRAME_TO_CLIENT_FLOOD_DETECTED, ADF_HTTP2_CLIENT_EMPTY_DATA_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_ZERO_HEAD_NAME, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_RST_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_INVALID_FRAMES_FLOOD_DETECTED, ADF_USER_DELETE_OPERATION_DATASCRIPT_RESET_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_MISSING_TOKEN_ACTION_CLOSE_CONN, ADF_HTTP_BAD_REQUEST_INVALID_HOST_IN_REQUEST_LINE, ADF_HTTP_BAD_REQUEST_RECEIVED_VERSION_LESS_THAN_10, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_4XX, ADF_HTTP_NOT_ALLOWED_RUM_FLAGGED_INVALID_METHOD, ADF_HTTP_CONTENT_LENGTH_HDR_WITH_UNSUPPORTED_METHOD, ADF_HTTP_NOT_ALLOWED_UNSUPPORTED_TRACE_METHOD, ADF_HTTP_REQUEST_TIMEOUT_WAITING_FOR_CLIENT, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CONTENT_LENGTH, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_HTTP11_WITHOUT_HOST_HDR, ADF_HTTP_BAD_REQUEST_FAILED_TO_PARSE_URI, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_LINE, ADF_HTTP_BAD_REQUEST_ERROR_WHILE_READING_CLIENT_HEADERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_DUPLICATE_HEADER, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_HOST_HEADER, ADF_HTTP_NOT_IMPLEMENTED_CLIENT_SENT_UNKNOWN_TRANSFER_ENCODING, ADF_HTTP_BAD_REQUEST_REQUESTED_SERVER_NAME_DIFFERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CHUNKED_BODY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_IN_SPDY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_BLOCK_IN_SPDY, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY, ADF_HTTP_BAD_REQUEST_NO_METHOD_URI_OR_PROT_IN_REQ_CREATE_SPDY, ADF_HTTP_BAD_REQUEST_CLIENT_PREMATURELY_CLOSED_SPDY_STREAM, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY_READ_REQ_BODY, ADF_HTTP_BAD_REQUEST_CERT_ERROR, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT_RESET_CONN, ADF_HTTP_BAD_REQUEST_NO_CERT_ERROR, ADF_HTTP_BAD_REQUEST_HEADER_TOO_LARGE, ADF_SERVER_HIGH_RESPONSE_TIME_L7, ADF_SERVER_HIGH_RESPONSE_TIME_L4, ADF_COOKIE_SIZE_GREATER_THAN_MAX, ADF_COOKIE_SIZE_LESS_THAN_MIN_COOKIE_LEN, ADF_PERSISTENCE_PROFILE_KEYS_NOT_CONFIGURED, ADF_PERSISTENCE_COOKIE_VERSION_MISMATCH, ADF_COOKIE_ABSENT_FROM_KEYS_IN_PERSISTENCE_PROFILE, ADF_GSLB_SITE_PERSISTENCE_REMOTE_SITE_DOWN, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_5XX, ADF_SERVER_UPSTREAM_TIMEOUT, ADF_SERVER_UPSTREAM_READ_ERROR, ADF_SERVER_UPSTREAM_RESOLVER_ERROR, ADF_SIP_INVALID_MESSAGE_FROM_CLIENT, ADF_SIP_MESSAGE_UPDATE_FAILED, ADF_SIP_SERVER_UNKNOWN_CALLID, ADF_SIP_REQUEST_FAILED, ADF_SIP_REQUEST_TIMEDOUT, ADF_SIP_CONN_IDLE_TIMEDOUT, ADF_SIP_TRANSACTION_TIMEDOUT, ADF_SIP_SVR_UDP_PORT_NOT_REACHABLE, ADF_SIP_CLT_UDP_PORT_NOT_REACHABLE, ADF_SIP_INVALID_MESSAGE_FROM_SERVER, ADF_L4_DATASCRIPT_DROP, ADF_DATASCRIPT_SIGNIFICANCE, ADF_SAML_COOKIE_VERSION_MISMATCH, ADF_SAML_COOKIE_KEYS_NOT_CONFIGURED, ADF_SAML_COOKIE_ABSENT_FROM_KEYS_IN_SAML_AUTH_POLICY, ADF_SAML_COOKIE_INVALID, ADF_SAML_COOKIE_DECRYPTION_ERROR, ADF_SAML_COOKIE_ENCRYPTION_ERROR, ADF_SAML_COOKIE_DECODE_ERROR, ADF_SAML_COOKIE_SESSION_COOKIE_GREATER_THAN_MAX, ADF_SAML_COOKIE_HANDSHAKE_COOKIE_GREATER_THAN_MAX, ADF_SAML_ASSERTION_DOES_NOT_MATCH_REQUEST_ID, ADF_SAML_AUTHENTICATION_UNSUPPORTED_METHOD, ADF_SAML_COOKIE_SESSION_COOKIE_TIMEOUT, ADF_SAML_ACS_URL_MISMATCH, ADF_SAML_ASSERTION_NO_BODY, ADF_SAML_ASSERTION_INVALID, ADF_SAML_ASSERTION_ATTRIBUTE_ERROR, ADF_SAML_LOGIN_ERROR, ADF_SAML_DECRYPT_ASSERTION_FAILURE, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_MSG, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_STATUS_CODE, ADF_SAML_LASSO_LOGIN_ERROR_REQUEST_DENIED, ADF_SAML_LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS, ADF_SAML_LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_RESPONSE, ADF_SAML_LASSO_LOGIN_ERROR_ASSERTION_REPLAY, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_NAME_IDENTIFIER, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_SERVER, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_REQUEST, ADF_SAML_AUTHENTICATION_ERROR, ADF_SAML_AUTHENTICATION_RULE_NOMATCH, ADF_SAML_AUTHORIZATION_RULE_NOMATCH, ADF_SAML_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SAML_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTHENTICATION_DISABLED_BY_DS, ADF_SSO_AUTHENTICATION_RULE_NOMATCH, ADF_SSO_AUTHORIZATION_RULE_NOMATCH, ADF_SSO_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SSO_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTH_INVALID_POST_REQUEST, ADF_HTTP_SERVER_RESELECT_OCCURRENCE, ADF_HTTP_SERVER_RESELECT_SKIP_V1_SERVER_AFTER_SENT_V2_REQ, ADF_HTTP_SERVER_RESELECT_SKIP_V2_SERVER_AFTER_SENT_V1_REQ, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REPORT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REDIRECT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_RESPONSE, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED_WITH_IP_ADDRESS, ADF_HTTP2_SERVER_SENT_UNEXPECTED_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_UNKNOWN_STREAM, ADF_HTTP2_SERVER_REJECTED_REQUEST_WITH_ERROR, ADF_HTTP2_SERVER_SENT_GOAWAY_WITH_ERROR, ADF_HTTP2_SERVER_SENT_UNEXPECTED_PUSH_PROMISE, ADF_HTTP2_SERVER_SENT_INVALID_HEADER, ADF_HTTP2_SERVER_SENT_DUP_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_LARGE_HEADER_NAME_LEN, ADF_HTTP2_SERVER_NO_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_DATA_FOR_UNKNOWN_STREAM, ADF_HTTP2_SERVER_STREAM_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_CONN_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_SENT_INVALID_TRAILER, ADF_HTTP2_SERVER_SENT_TRAILER_NO_ENDSTREAM_FLAG, ADF_HTTP2_SERVER_SENT_SHORT_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_LONG_PADDING, ADF_HTTP2_SERVER_SENT_LARGE_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_TRUNCATED_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_INDEX, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_SERVER_SENT_TABLE_INDEX_CONT_FLAG, ADF_HTTP2_SERVER_SENT_ZERO_HEADER_NAME_LEN, ADF_HTTP2_SERVER_SENT_INVALID_ENCODED_HEADER, ADF_HTTP2_SERVER_SENT_RST_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_SERVER_SENT_GOAWAY_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_LARGE_LEN, ADF_HTTP2_SERVER_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_ACK_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_INVALID_LEN, ADF_HTTP2_SERVER_SENT_SETTING_LARGE_INI_WIN_SIZE, ADF_HTTP2_SERVER_SENT_PING_NONZERO_ID, ADF_HTTP2_SERVER_SENT_PING_INVALID_LEN, ADF_HTTP2_SERVER_SENT_PING_ACK, ADF_HTTP2_SERVER_NO_UPSTREAM_KEEPALIVE, ADF_HTTP2_CLIENT_SENT_TRAILER, ADF_HTTP2_CLIENT_SENT_UNSUPPORTED_PROTOCOL_HDR, ADF_HTTP2_WEBSOCKET_IS_NOT_ENABLED, ADF_HTTP2_WEBSOCKET_DETECTED, ADF_HTTP2_CLIENT_SENT_PROTOCOL_HDR_WITH_WRONG_METHOD, ADF_HTTP2_WEBSOCKET_VERSION_MISMATCH, ADF_HTTP2_BAD_REQUEST_CLIENT_SENT_NO_HOST_HEADER, ADF_HTTP_CONTENT_REWRITE_EMPTY_STRING, ADF_HTTP2_SERVER_SIDE_SSL_ALPN_FAILURE, ADF_HTTP2_SERVER_DOES_NOT_SUPPORT_V2, ADF_HTTP2_MAX_REQUESTS_EXCEEDED, ADF_HTTP2_SERVER_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_SERVER_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_SERVER_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE_ON_CACHE, ADF_PERSISTENCE_APP_COOKIE_INVALID_EXPIRY_TIMESTAMP, ADF_PERSISTENCE_COOKIE_EXPIRED, ADF_SITE_PERSISTENCE_COOKIE_EXPIRED, ADF_ICAP_SERVER_HIGH_RESPONSE_TIME, ADF_ICAP_BLOCKED, ADF_ICAP_MODIFIED, ADF_ICAP_OUT_OF_MEMORY, ADF_ICAP_TIMEDOUT, ADF_ICAP_BODY_SIZE_BIGGER_THAN_CONFIGURED, ADF_ICAP_CONNECTION_ERROR, ADF_ICAP_SERVER_ERROR, ADF_ICAP_FAILED, ADF_HTTP_BAD_REQUEST_INVALID_REQUEST_LINE, ADF_HTTP_BAD_RESPONSE_INVALID_REQUEST_LINE, ADF_LDAP_AUTHENTICATION_DISABLED_BY_DS, ADF_PAA_AUTHENTICATION_DISABLED_BY_DS, ADF_JWT_MISSING_BEARER_TOKEN, ADF_JWT_MISSING_AUTHORIZATION_HEADER, ADF_JWT_MISSING_QUERY_PARAMS, ADF_JWT_EMPTY_TOKEN_IN_QUERY_PARAM, ADF_JWT_QUERY_PARAMS_MISSING_TOKEN_NAME, ADF_JWT_EMPTY_TOKEN_HEADERS, ADF_JWT_EMPTY_TOKEN_PAYLOAD, ADF_JWT_AUD_CLAIM_NULL, ADF_JWT_AUD_MISMATCH, ADF_JWT_ISSUER_CLAIM_NULL, ADF_JWT_UNKNOWN_ISSUER, ADF_JWT_KID_NULL, ADF_JWT_INVALID_KID, ADF_JWT_ALG_NULL, ADF_JWT_ALG_MISMATCH, ADF_JWT_NOT_YET_VALID, ADF_JWT_EXPIRED, ADF_JWT_SIGNATURE_VERIFICATION_FAILURE, ADF_JWT_VALIDATION_DISABLED_BY_DS, ADF_JWT_INVALID_JWKS, ADF_HTTP_CONNECTION_STRATEGY_CONVERTED, ADF_HTTP_NTLM_AUTHENTICATION_FAILED, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_MESSAGE, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_MESSAGE, ADF_HTTP_UNEXPECTED_RUM_REQUEST, ADF_HTTP_NTLM_REQUEST_QUEUEING_DISABLED, ADF_HTTP_NTLM_SERVER_RESELECT_DISABLED, ADF_HTTP_NTLM_POOL_SWITCHED, ADF_HTTP_NTLM_CONNECTION_DETECTED, ADF_REQUEST_URI_INVALID_UTF8_FORMAT, ADF_REQUEST_ARGS_INVALID_UTF8_FORMAT, ADF_REQUEST_CHUNK_MODE_WITH_CONTENT_LENGTH, ADF_HTTP2_H2C_UPGRADE_NO_HTTP2_SETTINGS, ADF_HTTP2_H2C_UPGRADE_HTTP2_SETTINGS_ERR, ADF_HTTP2_H2C_UPGRADE_REQUEST, ADF_HTTP2_H2C_UPGRADE_TO_HTTP2, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST_WITH_BODY, ADF_HTTP2_INVALID_VERSION, ADF_HTTP2_INVALID_CHUNKED_BODY, ADF_SERVER_RESPONSE_HEADER_TOO_LARGE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_SIZE_LIMIT, ADF_HTTP_CLIENT_EXCEEDED_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP_BAD_REQUEST_REQUESTED_HOST_NAME_DOES_NOT_MATCH_SERVERNAME, ADF_OAUTH_INVALID_REQUEST, ADF_OAUTH_INVALID_CLIENT, ADF_OAUTH_INVALID_GRANT, ADF_OAUTH_UNAUTHORIZED_CLIENT, ADF_OAUTH_UNAUTHORIZED_GRANT_TYPE, ADF_OAUTH_INVALID_SCOPE, ADF_OAUTH_ACCESS_DENIED, ADF_OAUTH_UNSUPPORTED_RESPONSE_TYPE, ADF_OAUTH_HANDSHAKE_UNAUTHORIZED_CLIENT, ADF_OAUTH_SERVER_ERROR, ADF_OAUTH_TEMPORARILY_UNAVAILABLE, ADF_OAUTH_OIDC_INVALID_ALG, ADF_OAUTH_OIDC_INVALID_AT_HASH, ADF_OAUTH_AUTHORIZATION_FAILED_RULE_MATCH, ADF_OAUTH_OIDC_JWT_AZP_MISMATCH, ADF_OAUTH_OIDC_JWT_AZP_CLAIM_INVALID, ADF_OAUTH_COOKIE_VERSION_MISMATCH, ADF_OAUTH_COOKIE_KEYS_NOT_CONFIGURED, ADF_OAUTH_COOKIE_ENCRYPTION_ERROR, ADF_OAUTH_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_OAUTH_TOKEN_EXCHANGE_FAIL, ADF_OAUTH_USERINFO_FAIL, ADF_OAUTH_JWKS_URI_FAIL, ADF_OAUTH_INTROSPECT_FAIL, ADF_OAUTH_NULL_COOKIE, ADF_OAUTH_INVALID_HS_REDIRECT_URI, ADF_OAUTH_INVALID_COOKIE, ADF_OAUTH_ACCESS_TOKEN_INACTIVE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP_SERVER_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_SERVER_PUSH_INITIATED_REQUEST, ADF_OAUTH_USER_ID_TOKEN_NULL, ADF_OAUTH_END_SESSION_ENDPOINT_NOT_CONFIGURED, ADF_OAUTH_INTROSPECT_DATA_SAVE_FAILED, ADF_WEBSOCKET_ACCEPT_VERIFY_FAILED, ADF_WEBSOCKET_DUPLICATE_ACCEPT_HEADER, ADF_WEBSOCKET_ACCEPT_HEADER_MISSED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_log (optional)
SipLog SIP related logging information. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sni_hostname (optional)
String Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_cipher (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_session_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_timestamp
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
timeouts
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
total_bytes (optional)
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
total_pkts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
total_time (optional)
Long Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
tx_bytes
Long Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
tx_pkts
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
udf
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcpu_id
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
virtualservice
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ip (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vs_ip6 (optional)
String IPv6 address of the VIP of the VS. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
zero_window_size_events
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

ContainerCloudBatchSetup Up

ccs (optional)
array[ContainerCloudSetup] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ContainerCloudService Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
object (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ContainerCloudSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
failed_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fleet_endpoint (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
master_nodes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
missing_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_deploy_method_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ContentRewriteProfile Up

rewritable_content_ref (optional)
String Rewrite only content types listed in this string group. Content types not present in this list are not rewritten. It is a reference to an object of type StringGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rsp_rewrite_rules (optional)
array[RspContentRewriteRule] Content Rewrite rules to be enabled on theresponse body. Field introduced in 21.1.3. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ControllerDiscontinuousTimeChangeEventDetails Up

from_time (optional)
String Time stamp before the discontinuous jump in time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_name (optional)
String Name of the Controller responsible for this event. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ntp_servers (optional)
String System Peer and Candidate NTP Servers active at the point of time jump. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_time (optional)
String Time stamp to which the time has discontinuously jumped. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ControllerInterface Up

gateway (optional)
IpAddr IPv4 default gateway of the interface. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
gateway6 (optional)
IpAddr IPv6 default gateway of the interface. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
if_name (optional)
String Interface name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip (optional)
IpAddrPrefix IPv4 address of the interface. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip6 (optional)
IpAddrPrefix IPv6 address of the interface. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
labels (optional)
array[String] Interface label like mgmt, secure channel or HSM. Enum options - MGMT, SE_SECURE_CHANNEL, HSM. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mac_address (optional)
String Mac address of interface. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mode (optional)
String IPv4 address mode DHCP/STATIC. Enum options - DHCP, STATIC, VIP, DOCKER_HOST. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mode6 (optional)
String IPv6 address mode STATIC. Enum options - DHCP, STATIC, VIP, DOCKER_HOST. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
public_ip_or_name (optional)
IpAddr Public IP of interface. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ControllerLicenseReconcileDetails Up

new_available_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
new_consumed_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
new_escrow_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
new_remaining_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
old_available_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
old_consumed_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
old_escrow_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
old_remaining_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
tenant_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tier (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CookieMatch Up

match_case (optional)
String Case sensitivity to use for the match. Enum options - SENSITIVE, INSENSITIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for matching the cookie in the HTTP request. Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Name of the cookie. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value (optional)
String String value in the cookie. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DNSQueryError Up

error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fqdn (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DNSRegisterInfo Up

dns_info (optional)
array[DnsInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
total_records (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_names (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuids (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DNSVsSyncInfo Up

error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
total_records (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

DSRequestLog Up

ds_name (optional)
String Name of the DataScript where this request was called. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
event (optional)
String DataScript event where out-of-band request was sent. Enum options - VS_DATASCRIPT_EVT_HTTP_REQ, VS_DATASCRIPT_EVT_HTTP_RESP, VS_DATASCRIPT_EVT_HTTP_RESP_DATA, VS_DATASCRIPT_EVT_HTTP_LB_FAILED, VS_DATASCRIPT_EVT_HTTP_REQ_DATA, VS_DATASCRIPT_EVT_HTTP_RESP_FAILED, VS_DATASCRIPT_EVT_HTTP_LB_DONE, VS_DATASCRIPT_EVT_HTTP_AUTH, VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
headers_received_from_server (optional)
String Response headers received from the server. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
headers_sent_to_server (optional)
String Request headers sent to the server. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
http_response_code (optional)
Integer The HTTP response code received from the external server. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
http_version (optional)
String The HTTP version of the out-of-band request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
method (optional)
String The HTTP method of the out-of-band request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool_name (optional)
String The name of the pool that was used for the request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool_uuid (optional)
String The uuid of the pool that was used for the request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
request_length (optional)
Long Length of the request sent in bytes. Field introduced in 20.1.3. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
response_length (optional)
Long Length of the response received in bytes. Field introduced in 20.1.3. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
server_ip (optional)
Integer The IP of the server that was used for the request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
server_name (optional)
String The name of the server that was used for the request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_port (optional)
Integer The port of the server that was used for the request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
servers_tried (optional)
Integer Number of servers tried during server reselect before the response is sent back. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
source_port (optional)
Integer The source port for this request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
total_time (optional)
Long Total time taken to process the Out-of-Band request. This is the time taken from the 1st byte of the request sent to the last byte of the response received. Field introduced in 20.1.3. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
uri_path (optional)
String The URI path of the out-of-band request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uri_query (optional)
String The URI query of the out-of-band request. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

DataScriptErrorTrace Up

error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
stack_trace (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DatabaseEventInfo Up

component (optional)
String Component of the database(e.g. metrics). Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
message (optional)
String Reported message of the event. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DebugIpAddr Up

addrs (optional)
array[IpAddr] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prefixes (optional)
array[IpAddrPrefix] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ranges (optional)
array[IpAddrRange] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DebugVirtualService Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
capture (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
capture_params (optional)
DebugVirtualServiceCapture Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_ref (optional)
String It is a reference to an object of type Cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
debug_ip (optional)
DebugIpAddr Filters all packets of a complete transaction (client and server side), based on client ip. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_options (optional)
DebugDnsOptions Dns debug options. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flags (optional)
array[DebugVsDataplane] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
latency_audit_filters (optional)
CaptureFilters Deprecated in 22.1.1. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
objsync (optional)
DebugVirtualServiceObjSync Object sync debug options. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_params (optional)
DebugVirtualServiceSeParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
duration (optional)
Integer Number of minutes to capture packets. Use 0 to capture until manually stopped. Special values are 0 - infinite. Unit is MIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
enable_ssl_session_key_capture (optional)
Boolean Enable SSL session key capture. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_pkts (optional)
Integer Total number of packets to capture. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pcap_ng (optional)
Boolean Enable PcapNg for packet capture. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. 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. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

DebugVirtualServiceSeParams Up

se_refs (optional)
array[String] It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

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_BOT, DEBUG_VS_DATASCRIPT, DEBUG_VS_LBACTION, DEBUG_VS_CONTENT_REWRITE, DEBUG_VS_CONNPOOL, DEBUG_VS_WAF_MEMORY, DEBUG_VS_SCTP_PKT, DEBUG_VS_SCTP_PKT_DETAIL, DEBUG_VS_ALL, DEBUG_VS_ERROR, DEBUG_VS_NONE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DetachIpStatusEventDetails Up

reason (optional)
String Reason if Detach IP failed. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_name (optional)
String Name of the Service Engine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vip_id (optional)
String VIP ID. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vs_name (optional)
String Name of the Virtual Service. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

DisableSeMigrateEventDetails Up

migrate_params (optional)
VsMigrateParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DiscoveredNetwork Up

network_ref
String Discovered network for this IP. It is a reference to an object of type Network. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
array[IpAddrPrefix] Discovered subnet for this IP. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet6 (optional)
array[IpAddrPrefix] Discovered IPv6 subnet for this IP. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsAAAARdata Up

ip6_address
IpAddr IPv6 address for FQDN. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsARdata Up

ip_address
IpAddr IP address for FQDN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsCnameRdata Up

cname
String Canonical name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsEdnsOption Up

addr_family (optional)
Integer Address family. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
code
String EDNS option code. Enum options - EDNS_OPTION_CODE_NSID, EDNS_OPTION_CODE_DNSSEC_DAU, EDNS_OPTION_CODE_DNSSEC_DHU, EDNS_OPTION_CODE_DNSSEC_N3U, EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, EDNS_OPTION_CODE_CHAIN. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scope_prefix_len (optional)
Integer Scope prefix length of address. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
source_prefix_len (optional)
Integer Source prefix length of address. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
subnet_ip (optional)
Integer IPv4 address of the client subnet. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
subnet_ip6 (optional)
String IPv6 address of the client subnet. Field introduced in 18.2.12, 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

DnsInfo Up

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 consistent hash. Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cname (optional)
DnsCnameRdata Canonical name in CNAME record. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fqdn (optional)
String Fully qualified domain name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metadata (optional)
String Any metadata associated with this record. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
num_records_in_response (optional)
Integer Specifies the number of records returned for this FQDN. Enter 0 to return all records. Default is 0. Allowed values are 0-20. Special values are 0- Return all records. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ttl (optional)
Integer Time to live for fqdn record. Default value is chosen from DNS profile for this cloud if no value provided. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

DnsNsRdata Up

ip6_address (optional)
IpAddr IPv6 address for Name Server. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_address (optional)
IpAddr IP address for Name Server. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsname
String Name Server name. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsOptRecord Up

dnssec_ok (optional)
Boolean Flag indicating client is DNSSEC aware. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
options (optional)
array[DnsEdnsOption] EDNS options. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
udp_payload_size (optional)
Integer Client requestor's UDP payload size. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
version (optional)
Integer EDNS version. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

DnsPolicies Up

dns_policy_ref
String UUID of the dns policy. It is a reference to an object of type DnsPolicy. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
index
Integer Index of the dns policy. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

DnsRecord Up

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 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cname (optional)
DnsCnameRdata Canonical name in CNAME record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
delegated (optional)
Boolean Configured FQDNs are delegated domains (i.e. they represent a zone cut). Field introduced in 17.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
description (optional)
String Details of DNS record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fqdn (optional)
array[String] Fully Qualified Domain Name. Minimum of 1 items required. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6_address (optional)
array[DnsAAAARdata] IPv6 address in AAAA record. Field introduced in 18.1.1. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_address (optional)
array[DnsARdata] IP address in A record. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metadata (optional)
String Internal metadata for the DNS record. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mx_records (optional)
array[DnsMxRdata] MX record. Field introduced in 18.2.9, 20.1.1. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ns (optional)
array[DnsNsRdata] Name Server information in NS record. Field introduced in 17.1.1. Maximum of 13 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
service_locator (optional)
array[DnsSrvRdata] Service locator info in SRV record. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ttl (optional)
Integer Time To Live for this DNS record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
txt_records (optional)
array[DnsTxtRdata] Text record. Field introduced in 18.2.9, 20.1.1. Maximum of 4 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsRequest Up

additional_records_count (optional)
Integer Number of additional records. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
answer_records_count (optional)
Integer Number of answer records in the client DNS request. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
authentic_data (optional)
Boolean Flag indicating client understands AD bit and is interested in the value of AD bit in the response. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
checking_disabled (optional)
Boolean Flag indicating client does not want DNSSEC validation of the response. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_location (optional)
GeoLocation Geo Location of Client. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
identifier (optional)
Integer ID of the DNS request. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
nameserver_records_count (optional)
Integer Number of nameserver records in the client DNS request. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
opcode (optional)
String DNS request operation code e.g. QUERY, NOTIFY, etc. Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
opt_record (optional)
DnsOptRecord Opt resource records in the request. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
query_or_response (optional)
Boolean Flag indicating request is a client query (false) or server response (true). Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
question_count (optional)
Integer Number of questions in the client DNS request. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
recursion_desired (optional)
Boolean Flag indicating client request for recursive resolution. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsResourceRecord Up

addr6_ip_str (optional)
String IPv6 address of the requested FQDN. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
addr_ip (optional)
Integer IPv4 address of the requested FQDN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
cname (optional)
String Canonical (real) name of the requested FQDN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dclass (optional)
Integer Class of the data in the resource record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
location (optional)
GeoLocation Geo Location of Member. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mail_server (optional)
String Fully qualified domain name of a mail server in the MX record. Field introduced in 18.2.9, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Domain name of the resource record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsname (optional)
String Domain name of the name server that is authoritative for the requested FQDN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port (optional)
Integer Service port. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
priority (optional)
Integer The priority field identifies which mail server should be preferred. Field introduced in 18.2.9, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
site_name (optional)
String Site controller cluster name - applicable only for Avi VS GSLB member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
text_rdata (optional)
String Text resource record. Field introduced in 18.2.9, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ttl
Integer Number of seconds the resource record can be cached. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
type
String Type of resource record. 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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Virtual Service name - applicable only for Avi VS GSLB member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsResponse Up

additional_records_count (optional)
Integer Number of additional records. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
answer_records_count (optional)
Integer Number of answer records. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
authoritative_answer (optional)
Boolean Flag to indicate the responding DNS is an authority for the requested FQDN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fallback_algorithm_used (optional)
Boolean Flag to indicate whether fallback algorithm was used to serve this request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_wildcard (optional)
Boolean Resource records in the response are generated based on wildcard match. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nameserver_records_count (optional)
Integer Number of nameserver records. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
opcode (optional)
String DNS response operation code e.g. QUERY, NOTIFY, etc. Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
opt_record (optional)
DnsOptRecord Opt resource records in the response. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
query_or_response (optional)
Boolean Flag indicating response is a client query (false) or server response (true). Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
question_count (optional)
Integer Number of questions in the client DNS request eliciting this DNS response. Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
records (optional)
array[DnsResourceRecord] Resource records in the response. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
recursion_available (optional)
Boolean Flag indicating the DNS query is fully answered. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
recursion_desired (optional)
Boolean Flag copied from the DNS query's recursion desired field by the responding DNS. Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
response_code (optional)
String Response code in the response. Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
truncation (optional)
Boolean Flag to indicate if the answer received from DNS is truncated (original answer exceeds 512 bytes UDP limit). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DnsSrvRdata Up

port
Integer Service port. Allowed values are 0-65535. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. 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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. 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.'. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

DnsTxtRdata Up

text_str
String Text data associated with the FQDN. Field introduced in 18.2.9, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DockerUCPSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
docker_ucp_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
failed_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fleet_endpoint (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
missing_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_deploy_method_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ucp_nodes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DosAttackEventDetails Up

attack
String Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT, DOS_SSL_ERROR, DOS_APP_ERROR, DOS_REQ_IP_RL_DROP, DOS_REQ_URI_RL_DROP, DOS_REQ_URI_SCAN_BAD_RL_DROP, DOS_REQ_URI_SCAN_UNKNOWN_RL_DROP, DOS_REQ_IP_URI_RL_DROP, DOS_CONN_IP_RL_DROP, DOS_SLOW_URL, TCP_NON_SYN_FLOOD, DOS_REQ_CIP_SCAN_BAD_RL_DROP, DOS_REQ_CIP_SCAN_UNKNOWN_RL_DROP, DOS_REQ_IP_RL_DROP_BAD, DOS_REQ_URI_RL_DROP_BAD, DOS_REQ_IP_URI_RL_DROP_BAD, POLICY_DROPS, DOS_CONN_RL_DROP, DOS_REQ_RL_DROP, DOS_REQ_HDR_RL_DROP, DOS_REQ_CUSTOM_RL_DROP, DNS_ATTACK_REFLECTION, DNS_ATTACK_AMPLIFICATION_EGRESS, TCP_SLOW_AND_LOW, DNS_ATTACK_NXDOMAIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attack_count
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
ipgroup_uuids (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
meta_data (optional)
array[AttackMetaData] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_ips (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
urls (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

EventCache Up

dns_state (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
exceptions (optional)
array[String] Cache the exception strings in the system. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

EventDetails Up

adaptrepl_event (optional)
AdaptReplEventInfo Adaptive replication event e.g. DNS VS, config version. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
add_networks_details (optional)
RmAddNetworksEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
albservices_case_details (optional)
ALBServicesCase Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
albservices_file_upload_details (optional)
ALBServicesFileUpload Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
albservices_status_details (optional)
ALBServicesStatusDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
all_seupgrade_event_details (optional)
AllSeUpgradeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
anomaly_details (optional)
AnomalyEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
api_version_deprecated (optional)
ApiVersionDeprecated Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
app_signature_event_data (optional)
AppSignatureEventData Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
async_patch_state (optional)
AsyncPatchState Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
attach_ip_status_details (optional)
AttachIpStatusEventDetails Details for Attach IP status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
avg_uptime_change_details (optional)
AvgUptimeChangeDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
aws_asg_deletion_details (optional)
AWSASGDelete Field introduced in 17.2.10,18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
aws_asg_notif_details (optional)
AWSASGNotifDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
aws_infra_details (optional)
AWSSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
azure_info (optional)
AzureSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
azure_mp_info (optional)
AzureMarketplace Azure marketplace license term acceptance event. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
bind_vs_se_details (optional)
RmBindVsSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
bm_infra_details (optional)
BMSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
bootup_fail_details (optional)
RmSeBootupFailEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
burst_checkout_details (optional)
BurstLicenseDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_cluster_vip_details (optional)
CloudClusterVip Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_dns_update_details (optional)
CloudDnsUpdate Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_health_details (optional)
CloudHealth Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_infra_details (optional)
CloudGeneric Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_ip_details (optional)
CloudIpChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_parkintf_details (optional)
CloudVipParkingIntf Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_scaleset_notif_details (optional)
CCScaleSetNotifDetails Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_se_vm_details (optional)
CloudSeVmChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_sync_services_details (optional)
CloudSyncServices Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_tenant_del_details (optional)
CloudTenantsDeleted Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_vip_update_details (optional)
CloudVipUpdate Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_vnic_details (optional)
CloudVnicChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
central_license_refresh_details (optional)
CentralLicenseRefreshDetails Central license refresh details. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
central_license_subscription_details (optional)
CentralLicenseSubscriptionDetails Central license subscription details. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cloud_asg_notif_details (optional)
CloudASGNotifDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_autoscaling_config_failure_details (optional)
CloudAutoscalingConfigFailureDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_route_notif_details (optional)
CloudRouteNotifDetails Cloud Routes event. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cluster_config_failed_details (optional)
ClusterConfigFailedEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_leader_failover_details (optional)
ClusterLeaderFailoverEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_node_add_details (optional)
ClusterNodeAddEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_node_db_failed_details (optional)
ClusterNodeDbFailedEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_node_remove_details (optional)
ClusterNodeRemoveEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_node_shutdown_details (optional)
ClusterNodeShutdownEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_node_started_details (optional)
ClusterNodeStartedEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_service_critical_failure_details (optional)
ClusterServiceCriticalFailureEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_service_failed_details (optional)
ClusterServiceFailedEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_service_restored_details (optional)
ClusterServiceRestoredEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cntlr_host_list_details (optional)
VinfraCntlrHostUnreachableList Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_action_details (optional)
ConfigActionDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_create_details (optional)
ConfigCreateDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_delete_details (optional)
ConfigDeleteDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_password_change_request_details (optional)
ConfigUserPasswordChangeRequest Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_se_grp_flv_update_details (optional)
ConfigSeGrpFlvUpdate Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_update_details (optional)
ConfigUpdateDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_user_authrz_rule_details (optional)
ConfigUserAuthrzByRule Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_user_login_details (optional)
ConfigUserLogin Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_user_logout_details (optional)
ConfigUserLogout Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
config_user_not_authrz_rule_details (optional)
ConfigUserNotAuthrzByRule Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
connection_event (optional)
ConnectionEventDetails Connection event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
container_cloud_batch_setup (optional)
ContainerCloudBatchSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
container_cloud_setup (optional)
ContainerCloudSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
container_cloud_sevice (optional)
ContainerCloudService Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
controller_discontinuous_time_change_event_details (optional)
ControllerDiscontinuousTimeChangeEventDetails Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
controller_license_reconcile_details (optional)
ControllerLicenseReconcileDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
crs_deployment_failure (optional)
CRSDeploymentFailure Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
crs_deployment_success (optional)
CRSDeploymentSuccess Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
crs_details (optional)
CRSDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
crs_update_details (optional)
CRSUpdateDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cs_infra_details (optional)
CloudStackSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
database_event_info (optional)
DatabaseEventInfo Database error event. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
delete_se_details (optional)
RmDeleteSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
detach_ip_status_details (optional)
DetachIpStatusEventDetails Details for Detach IP status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
disable_se_migrate_details (optional)
DisableSeMigrateEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
disc_summary (optional)
VinfraDiscSummaryDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_query_error (optional)
DNSQueryError Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_sync_info (optional)
DNSVsSyncInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
docker_ucp_details (optional)
DockerUCPSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dos_attack_event_details (optional)
DosAttackEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
false_positive_details (optional)
FalsePositiveDetails False positive details. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
gcp_cloud_router_info (optional)
GCPCloudRouterUpdate Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gcp_info (optional)
GCPSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
generic_audit_compliance_event_info (optional)
AuditComplianceEventInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
glb_info (optional)
GslbStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_info (optional)
GslbServiceStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_unavail_details (optional)
HostUnavailEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hs_details (optional)
HealthScoreDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_fail_details (optional)
RmSeIpFailEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_threat_db_event_data (optional)
IPThreatDBEventData Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_details (optional)
LicenseDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_expiry_details (optional)
LicenseExpiryDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_tier_switch_details (optional)
LicenseTierSwitchDetiails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_transaction_details (optional)
LicenseTransactionDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
log_agent_event_details (optional)
LogAgentEventDetail Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
marathon_service_port_conflict_details (optional)
MarathonServicePortConflict Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
memory_balancer_info (optional)
MemoryBalancerInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mesos_infra_details (optional)
MesosSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_threshold_up_details (optional)
MetricThresoldUpDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_db_disk_details (optional)
MetricsDbDiskEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_db_queue_full_details (optional)
MetricsDbQueueFullEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_db_queue_healthy_details (optional)
MetricsDbQueueHealthyEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_db_sync_failure_details (optional)
MetricsDbSyncFailureEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_grpc_auth_failure_details (optional)
MetricsGRPCAuthFailureDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mgmt_nw_change_details (optional)
VinfraMgmtNwChangeDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
modify_networks_details (optional)
RmModifyNetworksEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_subnet_details (optional)
NetworkSubnetInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsxt_endpoint_details (optional)
NsxtSIEndpointDetails NSX-T ServiceInsertion VirtualEndpoint event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
nsxt_img_details (optional)
NsxtImageDetails Nsxt Image event. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsxt_info (optional)
NsxtSetup Nsxt cloud event. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsxt_policy_details (optional)
NsxtSIPolicyDetails NSX-T ServiceInsertion RedirectPolicy event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
nsxt_rule_details (optional)
NsxtSIRuleDetails NSX-T ServiceInsertion RedirectRule event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
nsxt_service_details (optional)
NsxtSIServiceDetails NSX-T ServiceInsertion Service event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
nsxt_t1_seg_details (optional)
NsxtT1SegDetails NSX-T Tier1(s) Segment(s) event details. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
nw_subnet_clash_details (optional)
NetworkSubnetClash Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nw_summarized_details (optional)
SummarizedInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oci_info (optional)
OCISetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_api_ver_check_failure (optional)
OpenStackApiVersionCheckFailure Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_infra_details (optional)
OpenStackClusterSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_ip_details (optional)
OpenStackIpChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_lbaudit_details (optional)
OpenStackLbProvAuditCheck Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_lbplugin_op_details (optional)
OpenStackLbPluginOp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_se_vm_details (optional)
OpenStackSeVmChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_sync_services_details (optional)
OpenStackSyncServices Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
os_vnic_details (optional)
OpenStackVnicChange Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_deployment_failure_info (optional)
PoolDeploymentFailureInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_deployment_success_info (optional)
PoolDeploymentSuccessInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_deployment_update_info (optional)
PoolDeploymentUpdateInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_server_delete_details (optional)
VinfraPoolServerDeleteDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
psm_program_details (optional)
PsmProgramDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rate_limiter_event_details (optional)
RateLimiterEventDetails Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rebalance_migrate_details (optional)
RebalanceMigrateEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rebalance_scalein_details (optional)
RebalanceScaleinEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rebalance_scaleout_details (optional)
RebalanceScaleoutEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reboot_se_details (optional)
RmRebootSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scheduler_action_info (optional)
SchedulerActionDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_bgp_peer_down_details (optional)
SeBgpPeerDownDetails Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_bgp_peer_state_change_details (optional)
SeBgpPeerStateChangeDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_debug_mode_event_detail (optional)
SeDebugModeEventDetail Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_details (optional)
SeMgrEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_discontinuous_time_change_event_details (optional)
SeDiscontinuousTimeChangeEventDetails Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_dupip_event_details (optional)
SeDupipEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_gateway_heartbeat_failed_details (optional)
SeGatewayHeartbeatFailedDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_gateway_heartbeat_success_details (optional)
SeGatewayHeartbeatSuccessDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_geo_db_details (optional)
SeGeoDbDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_hb_event_details (optional)
SeHBEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_hb_recovered_event_details (optional)
SeHbRecoveredEventDetails Inter-SE datapath heartbeat recovered. One event is generated when heartbeat recovers. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_high_egress_proc_latency_event_details (optional)
SeHighEgressProcLatencyEventDetails Egress queueing latency from proxy to dispatcher. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_high_ingress_proc_latency_event_details (optional)
SeHighIngressProcLatencyEventDetails Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_hm_gs_details (optional)
SeHmEventGSDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_hm_gsgroup_details (optional)
SeHmEventGslbPoolDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_hm_pool_details (optional)
SeHmEventPoolDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_hm_vs_details (optional)
SeHmEventVsDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ip6_dad_failed_event_details (optional)
SeIP6DadFailedEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ip_added_event_details (optional)
SeIpAddedEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ip_removed_event_details (optional)
SeIpRemovedEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ipfailure_event_details (optional)
SeIpfailureEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_licensed_bandwdith_exceeded_event_details (optional)
SeLicensedBandwdithExceededEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_memory_limit_event_details (optional)
SeMemoryLimitEventDetails Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ntp_synchronization_failed (optional)
SeNtpSynchronizationFailed SE NTP synchronization failed. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_persistence_details (optional)
SePersistenceEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_pool_lb_details (optional)
SePoolLbEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_reconcile_details (optional)
SeReconcileDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_thresh_event_details (optional)
SeThreshEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vnic_down_event_details (optional)
SeVnicDownEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vnic_tx_queue_stall_event_details (optional)
SeVnicTxQueueStallEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vnic_up_event_details (optional)
SeVnicUpEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vs_del_flows_disrupted (optional)
SeVsDelFlowsDisrupted VS Flows disrupted when a VS was deleted from SE. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_vs_fault_event_details (optional)
SeVsFaultEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vs_pkt_buf_high_event_details (optional)
SeVsPktBufHighEventDetails Field introduced in 18.2.11,20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
sec_mgr_data_event (optional)
SecMgrDataEvent Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sec_mgr_ua_event_details (optional)
SecMgrUAEventDetails Security-mgr UA Cache event details. Field introduced in 21.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
secure_key_exchange_info (optional)
SecureKeyExchangeDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
semigrate_event_details (optional)
SeMigrateEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_autoscale_failed_info (optional)
ServerAutoScaleFailedInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_autoscalein_complete_info (optional)
ServerAutoScaleInCompleteInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_autoscalein_info (optional)
ServerAutoScaleInInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_autoscaleout_complete_info (optional)
ServerAutoScaleOutCompleteInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_autoscaleout_info (optional)
ServerAutoScaleOutInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seupgrade_disrupted_details (optional)
SeUpgradeVsDisruptedEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seupgrade_event_details (optional)
SeUpgradeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seupgrade_migrate_details (optional)
SeUpgradeMigrateEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seupgrade_scalein_details (optional)
SeUpgradeScaleinEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seupgrade_scaleout_details (optional)
SeUpgradeScaleoutEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
spawn_se_details (optional)
RmSpawnSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_expire_details (optional)
SSLExpireDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_export_details (optional)
SSLExportDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_ignored_details (optional)
SSLIgnoredDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_renew_details (optional)
SSLRenewDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_renew_failed_details (optional)
SSLRenewFailedDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_revoked_details (optional)
SSLRevokedDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
switchover_details (optional)
SwitchoverEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
switchover_fail_details (optional)
SwitchoverFailEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sync_services_info (optional)
CloudSyncServices Azure cloud sync services event details. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
system_report_event_details (optional)
SystemReport System Report event details. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tencent_info (optional)
TencentSetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
unbind_vs_se_details (optional)
RmUnbindVsSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_entry (optional)
UpgradeOpsEntry Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_status_info (optional)
UpgradeStatusInfo Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vca_infra_details (optional)
VCASetup Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_cluster_details (optional)
VcenterClusterDetails VCenter Cluster event. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vcenter_connectivity_status (optional)
VinfraVcenterConnectivityStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_details (optional)
VinfraVcenterBadCredentials Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_disc_failure (optional)
VinfraVcenterDiscoveryFailure Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_img_details (optional)
VcenterImageDetails Vcenter Image event details. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vcenter_network_limit (optional)
VinfraVcenterNetworkLimit Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_obj_delete_details (optional)
VinfraVcenterObjDeleteDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_tag_event_details (optional)
VcenterTagEventDetails Failed to tag SEs with custom tags. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vip_autoscale (optional)
VipScaleDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_dns_info (optional)
DNSRegisterInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_symmetry_details (optional)
VipSymmetryDetails Details for VIP Symmetry. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vm_details (optional)
VinfraVmDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_awaitingse_details (optional)
VsAwaitingSeEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_error_details (optional)
VsErrorEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_fsm_details (optional)
VsFsmEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_initialplacement_details (optional)
VsInitialPlacementEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_migrate_details (optional)
VsMigrateEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_pool_nw_fltr_details (optional)
VsPoolNwFilterEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_scalein_details (optional)
VsScaleInEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_scaleout_details (optional)
VsScaleOutEventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_switchover_details (optional)
VsSwitchoverEventDetails Details for Primary Switchover status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

EventLog Up

context (optional)
String Enum options - EVENT_CONTEXT_SYSTEM, EVENT_CONTEXT_CONFIG, EVENT_CONTEXT_APP, EVENT_CONTEXT_ALL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
details_summary (optional)
String Summary of event details. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_description (optional)
String Event Description for each Event in the table view. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_details (optional)
EventDetails Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_id
String Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN, VCENTER_VERSION_NOT_SUPPORTED, VCENTER_CONNECTIVITY_FAIL, VCENTER_CONNECTIVITY_SUCCESS, VCENTER_ACCESS_SLOW, VCENTER_USER_ROLE_CHANGE, VCENTER_NETWQRK_OBJECT_LIMIT_REACHED, VCENTER_SE_TAGGING_FAIL, SE_FATAL_ERROR, SE_HEARTBEAT_FAILURE, SE_MARKED_DOWN, SE_VM_DELETED, SE_VM_PURGED, SE_UP, SE_POWERED_DOWN, SE_REBOOTED, SE_HEALTH_CHECK_FAIL, SE_EXTERNAL_HM_RESTART, SE_DOWN, SE_VERSION_CHECK_FAILED, SE_UPGRADING, SE_ENABLE_STATE_CHANGED, SE_MIGRATE, SE_MGMT_IP_CHANGE, VSPHERE_HA_HOST_FAILURE, SE_ENABLE, CREATING_SE, CREATED_SE, CREATE_SE_FAIL, CREATE_SE_TIMEOUT, DELETING_SE, DELETED_SE, DELETE_SE_FAIL, ADD_NW_SE, DEL_NW_SE, VS_ADD_SE_INT, VS_REMOVED_SE_INT, VS_ADD_SE, VS_REMOVED_SE, ADD_NW_FAIL, RM_DEL_NETWORK_FAIL, REBOOT_SE, MODIFY_NW, MODIFY_NW_FAIL, VS_SE_BOOTUP_FAIL, VS_SE_IP_FAIL, NO_HOST_AVAIL, VS_SWITCHOVER, VS_SWITCHOVER_FAIL, ADD_VIP_VNIC, DEL_VIP_VNIC, CC_ATTACH_IP_SKIPPED, CC_ATTACH_IP_SUCCESS, CC_ATTACH_IP_TIMEDOUT, CC_ATTACH_IP_FAILURE, CC_DETACH_IP_SKIPPED, CC_DETACH_IP_SUCCESS, CC_DETACH_IP_TIMEDOUT, CC_DETACH_IP_FAILURE, SHARED_VIP_ASYMMETRIC, SHARED_VIP_SYMMETRIC, VS_FSM_INACTIVE, VS_FSM_AWAITING_SE_ASSIGNMENT, VS_FSM_ACTIVE, VS_FSM_ACTIVE_AWAITING_SE_TRANSITION, VS_FSM_DISABLED, NEW_PROBABLE_SRVR, VS_SCALEOUT_DONE, VS_SCALEOUT_DONE_AWAITING_MORE_SE, VS_SCALEOUT_ERR, VS_SCALEIN_DONE, VS_SCALEIN_DONE_AWAITING_MORE_SE, VS_SCALEIN_ERR, VS_MIGRATE_SCALEOUT_DONE, VS_MIGRATE_SCALEOUT_ERROR, VS_MIGRATE_SCALEIN_DONE, VS_MIGRATE_SCALEIN_ERROR, VS_MIGRATE_DONE, VS_FSM_UNEXPECTED_EVENT, VS_RPC_TO_RESMGR_FAILED_EVENT, VS_RPC_TO_SE_FAILED_EVENT, VS_RPC_FAILED_EVENT, VS_SCALEOUT_COMPLETE, VS_SCALEIN_COMPLETE, VS_MIGRATE_STARTED, VS_MIGRATE_COMPLETE, VS_SCALEOUT_FAILED, VS_SCALEIN_FAILED, VS_MIGRATE_FAILED, VS_AWAITING_SE, VS_INITIAL_PLACEMENT_FAILED, VS_FSM_ACTIVE_AWAITING_SCALEOUT_READY, SE_READY_ON_CREATE_TIMEDOUT, SE_SCALEOUT_READY, SE_SCALEOUT_READY_TIMEDOUT, SE_SCALEIN_READY, SE_SCALEIN_READY_TIMEDOUT, SE_PRIMARY_SWITCHOVER_READY, SE_PRIMARY_SWITCHOVER_READY_TIMEDOUT, UPGRADE_ALL_SE_START, UPGRADE_ALL_SE_DONE, UPGRADE_ALL_SE_NOT_NEEDED, UPGRADE_SE_START, UPGRADE_SE_DONE, UPGRADE_SE_NOT_NEEDED, UPGRADE_SE_SUSPENDED, UPGRADE_SE_VS_SCALEOUT, UPGRADE_SE_VS_SCALEIN, UPGRADE_SE_VS_MIGRATE, UPGRADE_SE_VS_DISRUPTED, REBALANCE_VS_SCALEOUT, REBALANCE_VS_SCALEIN, REBALANCE_VS_MIGRATE, DISABLE_SE_VS_MIGRATE, ROLLBACK_ALL_SE_START, ROLLBACK_ALL_SE_DONE, MIGRATE_SE_STARTED, MIGRATE_SE_RESTARTED, MIGRATE_SE_FINISHED, MIGRATE_SE_FAILED, MIGRATE_SE_VS_MIGRATE_STARTED, MIGRATE_SE_VS_MIGRATE_FINISHED, MIGRATE_SE_VS_MIGRATE_FAILED, VIP_SCALEOUT, VIP_SCALEOUT_FAILED, VIP_SCALEIN, VIP_SCALEIN_FAILED, SE_HM_EVENT_SHM_DOWN, SE_HM_EVENT_SHM_UP, SERVER_DOWN, SERVER_UP, POOL_DOWN, POOL_UP, VS_DOWN, VS_UP, SE_SERVER_DELETED, SE_SERVER_DISABLED, SE_POOL_DELETED, SE_SERVER_APP_CHANGED, VS_CONN_LIMIT, VS_THROUGHPUT_LIMIT, CONN_DROP_MAX_SYN_TBL, CONN_DROP_MAX_FLOW_TBL, CONN_DROP_MAX_PERSIST_TBL, CONN_DROP_POOL_LB_FAILURE, CONN_DROP_NO_CONN_MEM, CONN_DROP_NO_PKT_BUFF, PKT_DROP_NO_PKT_BUFF, PKT_BUFF_ALLOC_FAIL, CACHE_OBJ_ALLOC_FAIL, SYN_ATTACK, CONN_THROTTLED_MEMFAIL_FLOW_TBL, SE_CPU_HIGH, SE_MEM_HIGH, SE_PKT_BUFF_HIGH, SE_PERSIST_TBL_HIGH, SE_CONN_MEM_HIGH, SE_DISK_HIGH, SE_FLOW_TBL_HIGH, SE_SYN_TBL_HIGH, SE_DP_HB_FAILED, SE_VNIC_DHCP_IP_ALLOC_FAILURE, SE_VNIC_DUPLICATE_IP, SE_SYN_CACHE_USAGE_HIGH, VM_CPU_HIGH, VM_MEM_HIGH, VS_SE_HA_ACTIVE, VS_SE_HA_COMPROMISED, POOL_SE_HA_ACTIVE, POOL_SE_HA_COMPROMISED, SERVER_DOWN_HA_COMPROMISED, SERVER_UP_HA_ACTIVE, SE_VNIC_IP_ADDED, SE_VNIC_IP_REMOVED, GS_MEMBER_DOWN, GS_MEMBER_UP, GS_GROUP_DOWN, GS_GROUP_UP, GS_DOWN, GS_UP, VIP_DOWN, VIP_UP, SE_GEO_DB_FAILURE, VS_GEO_DB_FAILURE, SE_GEO_DB_SUCCESS, VS_GEO_DB_SUCCESS, SE_EV_SERVER_DOWN, SE_EV_SERVER_UP, SE_EV_POOL_DOWN, SE_EV_POOL_UP, SE_EV_VS_DOWN, SE_EV_VS_UP, SE_HM_EVENT_GHM_DOWN, SE_HM_EVENT_GHM_UP, SE_EV_GS_GROUP_DELETED, SE_EV_GS_MEMBER_DOWN, SE_EV_GS_MEMBER_UP, SE_EV_GS_GROUP_DOWN, SE_EV_GS_GROUP_UP, SE_EV_GS_DOWN, SE_EV_GS_UP, SE_IP6_DAD_FAILED, SE_EV_VS_RL_CONFIG_FAILED, SE_DP_HB_RECOVERED, SE_VS_PKT_BUFF_HIGH, SE_DISCONTINUOUS_TIME_CHANGE, SE_HIGH_INGRESS_PROC_LATENCY, SE_VS_DEL_FLOWS_DISRUPTED, SE_NTP_SYNCHRONIZATION_FAILED, SE_HIGH_EGRESS_PROC_LATENCY, DEBUG_MODE_ON, DEBUG_MODE_OFF, CONFIG_CREATE, CONFIG_UPDATE, CONFIG_DELETE, USER_LOGIN, USER_LOGOUT, CONFIG_ACTION, CONFIG_INTERNAL_CREATE, CONFIG_INTERNAL_UPDATE, USER_PASSWORD_CHANGE_REQUEST, USER_AUTHORIZED_BY_RULE, USER_NOT_AUTHORIZED_BY_ANY_RULE, CONFIG_SE_GRP_FLAVOR_UPDATE, API_VERSION_DEPRECATED, DNS_QUERY_ERROR, ASYNC_PATCH_STATUS, MERGED_ASYNC_PATCH_STATUS, SSL_CERT_EXPIRE, SSL_KEY_EXPORTED, SSL_CERT_RENEW, SSL_CERT_RENEW_FAILED, SSL_CERT_IGNORED, SSL_CERT_REVOKED, CONTROLLER_NODE_JOINED, CONTROLLER_NODE_LEFT, CONTROLLER_SERVICE_FAILURE, CONTROLLER_LEADER_FAILOVER, CONTROLLER_WARM_REBOOT, CONTROLLER_SERVICE_RESTORED, CONTROLLER_SERVICE_CRITICAL_FAILURE, CONTROLLER_NODE_SHUTDOWN, CONTROLLER_NODE_STARTED, CLUSTER_CONFIG_FAILED, SE_SECURE_KEY_EXCHANGE, CTLR_SECURE_KEY_EXCHANGE, MALFORMED_SECURE_KEY_EXCHANGE, SYSTEM_UPGRADE_STARTED, SYSTEM_UPGRADE_COMPLETE, SYSTEM_UPGRADE_ABORTED, SYSTEM_ROLLBACK_STARTED, SYSTEM_ROLLBACK_COMPLETE, SYSTEM_ROLLBACK_ABORTED, CONTROLLER_NODE_DB_REPLICATION_FAILED, CONTROLLER_PROCESS_STOPPED, CONTROLLER_MEMORY_BALANCER_DISABLED, CONTROLLER_MEMORY_BALANCER_DEACTIVATED, CONTROLLER_DISCONTINUOUS_TIME_CHANGE, CONTROLLER_PROCESS_MODE_TRANSITION, CONTROLLER_PROCESS_TREND_TRANSITION, CONTROLLER_PROCESS_STOPPED_MEMORY_VIOLATION, METRIC_THRESHOLD_UP_VIOLATION, LICENSE_EXPIRY, ANOMALY, LICENSE_ADDITION_NOTIF, LICENSE_REMOVAL_NOTIF, METRICS_DB_DISK_FULL, METRICS_DB_QUEUE_FULL, METRICS_DB_QUEUE_HEALTHY, METRICS_DBSYNC_FAILURE, METRICS_GRPC_AUTH_FAILURE, OPENSTACK_ACCESS_FAILURE, OPENSTACK_ACCESS_SUCCESS, OPENSTACK_IMAGE_UPLOAD_FAILURE, OPENSTACK_IMAGE_UPLOAD_SUCCESS, OPENSTACK_SE_VM_CREATED, OPENSTACK_SE_VM_DELETED, OPENSTACK_SE_VM_DELETION_DETECTED, OPENSTACK_VNIC_ADDED, OPENSTACK_VNIC_REMOVED, OPENSTACK_IP_DETACHED, OPENSTACK_IP_ATTACHED, OPENSTACK_SE_CREATION_FAILURE, OPENSTACK_SE_DELETION_FAILURE, OPENSTACK_VNIC_ADDITION_FAILURE, OPENSTACK_VNIC_DELETION_FAILURE, OPENSTACK_IP_DETACH_FAILURE, OPENSTACK_IP_ATTACH_FAILURE, OPENSTACK_LBPROV_AUDIT_FAILURE, OPENSTACK_LBPROV_AUDIT_SUCCESS, OPENSTACK_LBPLUGIN_OP_FAILURE, OPENSTACK_LBPLUGIN_OP_SUCCESS, OPENSTACK_SYNC_SERVICES_SUCCESS, OPENSTACK_SYNC_SERVICES_FAILURE, OPENSTACK_TENANTS_DELETED, OPENSTACK_API_VERSION_CHECK_FAILED, AWS_ACCESS_FAILURE, AWS_ACCESS_SUCCESS, AWS_IMAGE_UPLOAD_FAILURE, AWS_IMAGE_UPLOAD_SUCCESS, AWS_SNS_ACCESS_FAILURE, AWS_SNS_ACCESS_SUCCESS, AWS_SQS_ACCESS_FAILURE, AWS_SQS_ACCESS_SUCCESS, AWS_ASG_PUT_NOTIFICATION_CONFIGURATION_FAILURE, AWS_ASG_PUT_NOTIFICATION_CONFIGURATION_SUCCESS, AWS_ASG_DELETE_NOTIFICATION_CONFIGURATION_FAILURE, AWS_ASG_DELETE_NOTIFICATION_CONFIGURATION_SUCCESS, AWS_ASG_NOTIFICATION_PROCESSING_FAILURE, AWS_ASG_NOTIFICATION_PROCESSING_SUCCESS, AWS_ASG_NOTIFICATION_INSTANCE_ADDED, AWS_ASG_NOTIFICATION_INSTANCE_REMOVED, AWS_ASG_ACCESS_FAILURE, AWS_ASG_ACCESS_SUCCESS, AWS_ASG_NOTIFICATION_INSTANCE_LAUNCH_ERROR, AWS_ASG_NOTIFICATION_INSTANCE_TERMINATE_ERROR, AWS_ASG_NOTIFICATION_AUTOSCALE_GROUP_DELETED, CLOUD_AUTOSCALING_CONFIG_FAILURE, CLOUD_AUTOSCALING_DECONFIG_FAILURE, CLOUD_AUTOSCALING_ASG_ADD_FAILURE, CLOUD_AUTOSCALING_ASG_REMOVE_FAILURE, CLOUD_AUTOSCALING_NOTIFICATION_PROCESSING_FAILURE, CLOUD_ROUTE_CREATION_FAILURE, CLOUD_ROUTE_CREATION_SUCCESS, CLOUD_ROUTE_REMOVE_FAILURE, CLOUD_ROUTE_REMOVE_SUCCESS, CLOUDSTACK_ACCESS_FAILURE, CLOUDSTACK_ACCESS_SUCCESS, CLOUDSTACK_IMAGE_UPLOAD_FAILURE, CLOUDSTACK_IMAGE_UPLOAD_SUCCESS, DOCKER_UCP_ACCESS_SUCCESS, DOCKER_UCP_ACCESS_FAILURE, DOCKER_UCP_IMAGE_UPLOAD_FAILURE, DOCKER_UCP_IMAGE_UPLOAD_SUCCESS, DOCKER_UCP_IMAGE_UPLOAD_IN_PROGRESS, VCA_ACCESS_FAILURE, VCA_ACCESS_SUCCESS, VCA_IMAGE_UPLOAD_FAILURE, VCA_IMAGE_UPLOAD_SUCCESS, LS_ACCESS_FAILURE, LS_ACCESS_SUCCESS, LS_IMAGE_UPLOAD_FAILURE, LS_IMAGE_UPLOAD_SUCCESS, MESOS_ACCESS_SUCCESS, MESOS_ACCESS_FAILURE, MESOS_IMAGE_UPLOAD_FAILURE, MESOS_IMAGE_UPLOAD_SUCCESS, MESOS_IMAGE_UPLOAD_IN_PROGRESS, MESOS_CREATED_SE, MESOS_CREATE_SE_FAIL, MESOS_DELETED_SE, MESOS_DELETE_SE_FAIL, MESOS_STOPPED_SE, MESOS_STOP_SE_FAIL, MESOS_STARTED_SE, MESOS_START_SE_FAIL, MESOS_UPDATED_HOSTS, CC_SE_CREATED, CC_SE_CREATION_FAILURE, CC_SE_DELETED, CC_SE_DELETION_FAILURE, CC_SE_DELETION_DETECTED, CC_VNIC_ADDED, CC_VNIC_ADDITION_FAILURE, CC_VNIC_DELETED, CC_VNIC_DELETION_FAILURE, CC_IP_ATTACHED, CC_IP_ATTACH_FAILURE, CC_IP_DETACHED, CC_IP_DETACH_FAILURE, CC_SYNC_SERVICES_SUCCESS, CC_SYNC_SERVICES_FAILURE, CC_UPDATE_VIP_FAILURE, CC_DELETE_VIP_FAILURE, CC_CONFIG_FAILURE, CC_DECONFIG_FAILURE, CC_GENERIC_FAILURE, CC_CLUSTER_VIP_CONFIG_SUCCESS, CC_CLUSTER_VIP_CONFIG_FAILURE, CC_CLUSTER_VIP_DECONFIG_SUCCESS, CC_CLUSTER_VIP_DECONFIG_FAILURE, CC_MARATHON_SERVICE_PORT_OUTSIDE_VALID_RANGE, CC_MARATHON_SERVICE_PORT_ALREADY_IN_USE, CC_VIP_DNS_REGISTER_FAILURE, CC_TENANT_INIT_FAILURE, CC_HEALTH_FAILURE, CC_HEALTH_OK, CC_SE_STARTED, CC_SE_START_FAILURE, CC_SE_STOPPED, CC_SE_STOP_FAILURE, CC_VIP_PARK_INTF_SUCCESS, CC_VIP_PARK_INTF_FAILURE, CC_VIP_DNS_DEREGISTER_FAILURE, CC_VIP_DNS_VALIDATION_FAILURE, CC_VIP_DNS_REGISTER_SUCCESS, CC_VIP_DNS_DEREGISTER_SUCCESS, AWS_ROUTE53_ACCESS_FAILURE, AWS_ROUTE53_ACCESS_SUCCESS, CC_SCALE_SET_POLLING_FAILURE, CC_SCALE_SET_POLLING_SUCCESS, VS_HEALTH_CHANGE, SE_HEALTH_CHANGE, POOL_HEALTH_CHANGE, SERVER_HEALTH_CHANGE, VS_HEALTH_DEGRADED, SE_HEALTH_DEGRADED, POOL_HEALTH_DEGRADED, SERVER_HEALTH_DEGRADED, DUPLICATE_SUBNETS, SUMMARIZED_SUBNETS, IP_POOL_ALMOST_EXHAUSTED, IP_POOL_EXHAUSTED, IP_POOL_ALMOST_EXHAUSTED_VIP, IP_POOL_EXHAUSTED_VIP, IP_POOL_ALMOST_EXHAUSTED_SE, IP_POOL_EXHAUSTED_SE, LICENSE_LIMIT_SERVERS, LICENSE_LIMIT_SE_VCPUS, LICENSE_LIMIT_THROUGHPUT, LICENSE_LIMIT_VS, LICENSE_LIMIT_HOSTS, LICENSE_LIMIT_SE_SOCKETS, LICENSE_EXPIRED, BURST_RESOURCE_CONSUMED, BURST_RESOURCE_EXPIRY_ALERT, LICENSE_LIMIT_SE_SERVICE_CORES, APIC_BAD_CREDENTIALS, APIC_CREATE_LIFS, APIC_DELETE_LIFS, APIC_CREATE_LIF_CONTEXTS, APIC_DELETE_LIF_CONTEXTS, APIC_CREATE_CDEV, APIC_DELETE_CDEV, APIC_ATTACH_CIF_TO_LIF, APIC_DETACH_CIF_FROM_LIF, APIC_VS_PLACEMENT, APIC_BIND_VNIC_TO_NETWORK, APIC_CREATE_TENANT, APIC_DELETE_TENANT, APIC_CREATE_NETWORK, APIC_DELETE_NETWORK, APIC_NETWORK_VRF_CHANGED, APIC_VS_NETWORK_RESOLVE_ERROR, CONTAINER_CLOUD_ACCESS_SUCCESS, CONTAINER_CLOUD_ACCESS_FAILURE, CONTAINER_CLOUD_IMAGE_UPLOAD_FAILURE, CONTAINER_CLOUD_IMAGE_UPLOAD_SUCCESS, CONTAINER_CLOUD_IMAGE_UPLOAD_IN_PROGRESS, CONTAINER_CLOUD_CREATED_SE, CONTAINER_CLOUD_CREATE_SE_FAIL, CONTAINER_CLOUD_DELETED_SE, CONTAINER_CLOUD_DELETE_SE_FAIL, CONTAINER_CLOUD_STOPPED_SE, CONTAINER_CLOUD_STOP_SE_FAIL, CONTAINER_CLOUD_STARTED_SE, CONTAINER_CLOUD_START_SE_FAIL, CONTAINER_CLOUD_UPDATED_HOSTS, CONTAINER_CLOUD_SERVICE_SUCCESS, CONTAINER_CLOUD_SERVICE_FAILURE, CONTAINER_CLOUD_SERVICE_INCOMPLETE, CONTAINER_CLOUD_HEALTHCHECK_SE, CONTAINER_CLOUD_HEALTHCHECK_SE_FAIL, AVG_UPTIME_CHANGE, DOS_ATTACK, SE_DOS_ATTACK, SERVER_AUTOSCALE_OUT, SERVER_AUTOSCALE_IN, SERVER_AUTOSCALE_OUT_COMPLETE, SERVER_AUTOSCALE_IN_COMPLETE, SERVER_AUTOSCALE_FAILED, SERVER_AUTOSCALE_IN_FAILED, SERVER_AUTOSCALE_OUT_FAILED, SE_GATEWAY_HEARTBEAT_FAILED, SE_GATEWAY_HEARTBEAT_SUCCESS, SE_VNIC_DOWN_EVENT, SE_VNIC_TX_QUEUE_STALL, SE_BGP_PEER_STATE_CHANGE, SE_LICENSED_BANDWIDTH_EXCEEDED, SERVER_AUTOSCALE_OUT_TRIGGERED, SERVER_AUTOSCALE_IN_TRIGGERED, SE_BGP_PEER_DOWN, POOL_AUTO_DEPLOYMENT_FAILED, POOL_AUTO_DEPLOYMENT_SUCCESS, SE_VNIC_UP_EVENT, POOL_AUTO_DEPLOYMENT_UPDATE, GSLB_SITE_OPER_STATUS, GSLB_DNS_STATUS, GSLB_SITE_EXCEPTION_STATUS, GSLB_GS_STATUS, GSLB_SITE_SYNC_STATUS, SCHEDULER_ACTION_SUCCESS, SCHEDULER_ACTION_FAILURE, CONTROLLER_SCHEDULER_UNENCRYPTED_CONFIG_EXPORT, REMOTE_BACKUP_FAILURE, GCP_ACCESS_SUCCESS, GCP_ACCESS_FAIL, GCP_SE_DETECTED, GCP_API_FAIL, GCP_SUBNET_NOT_FOUND, GCP_SUBNET_ATTACH_FAIL, GCP_ROUTE_ADD_SUCCESS, GCP_ROUTE_DELETE_SUCCESS, GCP_ROUTE_ADD_FAIL, GCP_ROUTE_DELETE_FAIL, GCP_CLOUD_ROUTER_UPDATE_SUCCESS, GCP_CLOUD_ROUTER_UPDATE_FAIL, VIP_DNS_REGISTER_SUCCESS, VIP_DNS_REGISTER_FAILURE, VIP_DNS_DEREGISTER_SUCCESS, VIP_DNS_DEREGISTER_FAILURE, SYNC_DNS_RECORDS_SUCCESS, SYNC_DNS_RECORDS_FAILURE, FLUSH_DNS_RECORDS_SUCCESS, FLUSH_DNS_RECORDS_FAILURE, CC_HOST_SSH_FAILURE, CC_HOST_SSH_SUCCESS, AZURE_ACCESS_SUCCESS, AZURE_ACCESS_FAILURE, AZURE_ALB_UPDATE_FAILURE, AZURE_NIC_UPDATE_FAILURE, AZURE_ALB_UPDATE_SUCCESS, AZURE_NIC_UPDATE_SUCCESS, AZURE_NIC_DELETE_SUCCESS, AZURE_NIC_DELETE_FAILURE, AZURE_IMAGE_UPLOAD_FAILURE, AZURE_IMAGE_UPLOAD_SUCCESS, AZURE_MARKETPLACE_LICENSE_TERMS_SUCCESS, AZURE_MARKETPLACE_LICENSE_TERMS_FAILURE, VS_FAULT, SE_SHM_MEM_HIGH, SE_CONFIG_MEM_USAGE_ABOVE_LIMIT, OCI_ACCESS_SUCCESS, OCI_ACCESS_FAILURE, TENCENT_ACCESS_SUCCESS, TENCENT_ACCESS_FAILURE, CONTROLLER_CPU_HIGH, CONTROLLER_MEM_HIGH, CONTROLLER_DISK_HIGH, ALBSERVICES_CONNECTION_FAILURE, ALBSERVICES_CONTROLLER_DEREGISTERED, CRS_UPDATE, CRS_DEPLOYMENT_SUCCESS, CRS_DEPLOYMENT_FAILURE, IP_REPUTATION_DB_SYNC_SUCCESS, IP_REPUTATION_DB_SYNC_FAILURE, APPSIGNATURE_SYNC_SUCCESS, APPSIGNATURE_SYNC_FAILURE, PSM_PROGRAM_FAILURE, PSM_MAX_PARAM_EVENT, PSM_MAX_URI_EVENT, SEC_MGR_DATA_ERROR_EVENT, UACACHE_PULSE_CONN_FAILED_EVENT, ALBSERVICES_CONTROLLER_REGISTERED, ALBSERVICES_SUPPORT_CASE_CREATED, ALBSERVICES_SUPPORT_CASE_UPDATED, ALBSERVICES_SUPPORT_CASE_FILE_ATTACHMENT_TRIGGERED, ALBSERVICES_SUPPORT_CASE_FILE_ATTACHMENT_SUCCESS, ALBSERVICES_SUPPORT_CASE_FILE_ATTACHMENT_FAILURE, NSXT_ACCESS_SUCCESS, VCENTER_ACCESS_SUCCESS, NSXT_ACCESS_FAIL, VCENTER_ACCESS_FAIL, NSXT_IMAGE_UPLOAD_FAILURE, NSXT_IMAGE_UPLOAD_SUCCESS, NSXT_IMAGE_DELETE_FAILURE, NSXT_IMAGE_DELETE_SUCCESS, VCENTER_VSPHERE_HA_NOT_CONFIGURED, NSXT_SI_SERVICE_CREATE_UPDATE_SUCCESS, NSXT_SI_SERVICE_CREATE_UPDATE_FAILURE, NSXT_SI_SERVICE_DELETE_SUCCESS, NSXT_SI_SERVICE_DELETE_FAILURE, NSXT_SI_VIRTUALENDPOINT_CREATE_UPDATE_SUCCESS, NSXT_SI_VIRTUALENDPOINT_CREATE_UPDATE_FAILURE, NSXT_SI_VIRTUALENDPOINT_DELETE_SUCCESS, NSXT_SI_VIRTUALENDPOINT_DELETE_FAILURE, NSXT_SI_REDIRECTPOLICY_CREATE_UPDATE_SUCCESS, NSXT_SI_REDIRECTPOLICY_CREATE_UPDATE_FAILURE, NSXT_SI_REDIRECTPOLICY_DELETE_SUCCESS, NSXT_SI_REDIRECTPOLICY_DELETE_FAILURE, NSXT_SI_REDIRECTRULE_CREATE_UPDATE_SUCCESS, NSXT_SI_REDIRECTRULE_CREATE_UPDATE_FAILURE, NSXT_SI_REDIRECTRULE_DELETE_SUCCESS, NSXT_SI_REDIRECTRULE_DELETE_FAILURE, VCENTER_IMAGE_UPLOAD_FAILURE, VCENTER_IMAGE_UPLOAD_SUCCESS, VCENTER_IMAGE_DELETE_FAILURE, VCENTER_IMAGE_DELETE_SUCCESS, NSXT_INVALID_T1_SEG, UPGRADE_CONTROLLER_STARTED, UPGRADE_SE_GROUP_STARTED, RESUME_SE_GROUP_STARTED, PATCH_CONTROLLER_STARTED, PATCH_SE_GROUP_STARTED, ROLLBACK_CONTROLLER_STARTED, ROLLBACK_SE_GROUP_STARTED, ROLLBACKPATCH_CONTROLLER_STARTED, ROLLBACKPATCH_SE_GROUP_STARTED, UPGRADE_CONTROLLER_COMPLETE, UPGRADE_SE_GROUP_COMPLETE, PATCH_CONTROLLER_COMPLETE, PATCH_SE_GROUP_COMPLETE, ROLLBACK_CONTROLLER_COMPLETE, ROLLBACK_SE_GROUP_COMPLETE, ROLLBACKPATCH_CONTROLLER_COMPLETE, ROLLBACKPATCH_SE_GROUP_COMPLETE, UPGRADE_CONTROLLER_ABORTED, PATCH_CONTROLLER_ABORTED, UPGRADE_SE_GROUP_SUSPENDED, PATCH_SE_GROUP_SUSPENDED, ROLLBACK_SE_GROUP_SUSPENDED, ROLLBACKPATCH_SE_GROUP_SUSPENDED, UPGRADE_REQUEST, LICENSE_TRANSACTION, LICENSE_SE_RECONCILE, LICENSE_CONTROLLER_LICENSE_RECONCILE, LICENSE_TIER_SWITCH, CENTRAL_LICENSE_SUBSCRIPTION, CENTRAL_LICENSE_UNSUBSCRIPTION, CENTRAL_LICENSE_REFRESH_SUCCESS, CENTRAL_LICENSE_REFRESH_FAILURE, ROLLBACK_CONTROLLER_ABORTED, ROLLBACKPATCH_CONTROLLER_ABORTED, AUDIT_COMPLIANCE_EVENT, LOGAGENT_STREAMING_CONN_EVENT, CONTROLLER_DB_ERROR, AVI_FALSE_POSITIVE_DETECTION, CONNECT_TO_METRICSMGR_ERROR, DNS_VS_STATUS, CONFIG_VERSION_ACK_STATUS, PRE_CHECK_STARTED, PRE_CHECK_COMPLETED, SYSTEM_REPORT_GENERATION_STARTED, SYSTEM_REPORT_GENERATION_COMPLETED, SYSTEM_REPORT_GENERATION_FAILED, SYSTEM_REPORT_DELETED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_pages (optional)
array[String] Pages in which event should come up. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ignore_event_details_display (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
internal (optional)
String Enum options - EVENT_INTERNAL, EVENT_EXTERNAL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_security_event (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
module
String Enum options - UNKNOWN, VSMGR, SEMGR, RESMGR, VIMGR, METRICSMGR, CONFIG, SE_GENERAL, SE_FLOWTABLE, SE_HM, SE_POOL_PERSISTENCE, SE_POOL, VSERVER, CLOUD_CONNECTOR, CLUSTERMGR, HSMGR, NW_MGR, LICENSE_MGR, RES_MONITOR, STATEDBCACHE, STATEDBCACHEHA, APIC_AGENT, AUTOSCALE_MGR, GLB_MGR, SEC_MGR, PORTAL_CONNECTOR, SE_UPGRADE, CONTROLLER_UPGRADE, AUDIT_MGR, DNS_MGR, WEBAPP_IPAM, ADAPT_REPL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_type (optional)
String Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, PKIPROFILE, AUTHPROFILE, CLOUD, SERVERAUTOSCALEPOLICY, AUTOSCALELAUNCHCONFIG, MICROSERVICEGROUP, IPAMPROFILE, HARDWARESECURITYMODULEGROUP, POOLGROUP, PRIORITYLABELS, POOLGROUPDEPLOYMENTPOLICY, GSLBSERVICE, GSLBSERVICERUNTIME, SCHEDULER, GSLBGEODBPROFILE, GSLBAPPLICATIONPERSISTENCEPROFILE, TRAFFICCLONEPROFILE, VSVIP, WAFPOLICY, WAFPROFILE, ERRORPAGEPROFILE, ERRORPAGEBODY, L4POLICYSET, GSLBSERVICERUNTIMEBATCH, WAFPOLICYPSMGROUP, PINGACCESSAGENT, NETWORKSERVICE, NATPOLICY, SSOPOLICY, PROTOCOLPARSER, EXAMPLECHILD, TESTSEDATASTORELEVEL1, TESTSEDATASTORELEVEL2, TESTSEDATASTORELEVEL3, FILEOBJECT, IPREPUTATIONDB, FEDERATIONCHECKPOINT, ICAPPROFILE, DYNAMICDNSRECORD, JWTSERVERPROFILE, GEODB, BOTDETECTIONPOLICY, BOTMAPPING, BOTCONFIGCONSOLIDATOR, JWTPROFILE, BOTIPREPUTATIONTYPEMAPPING, AVIFALSEPOSITIVEDETECTION, VSGS, WAFCRS, SERVICEENGINE, DEBUGSERVICEENGINE, DEBUGCONTROLLER, DEBUGVIRTUALSERVICE, SERVICEENGINEGROUP, SEPROPERTIES, NETWORK, CONTROLLERNODE, CONTROLLERPROPERTIES, SYSTEMCONFIGURATION, VRFCONTEXT, USER, ALERTCONFIG, ALERTSYSLOGCONFIG, ALERTEMAILCONFIG, ALERTTYPECONFIG, APPLICATION, ROLE, CLOUDPROPERTIES, SNMPTRAPPROFILE, ACTIONGROUPPROFILE, MICROSERVICE, ALERTPARAMS, ACTIONGROUPCONFIG, CLOUDCONNECTORUSER, GSLB, GSLBDNSUPDATE, GSLBSITEOPS, GLBMGRWARMSTART, IPAMDNSRECORD, GSLBDNSGSSTATUS, GSLBDNSGEOFILEOPS, GSLBDNSGEOUPDATE, GSLBDNSGEOCLUSTEROPS, GSLBDNSCLEANUP, GSLBSITEOPSRESYNC, IPAMDNSPROVIDERPROFILE, ALBSERVICESCONFIG, SYSTEMLIMITS, REPLICATIONOPERATION, VCENTERSERVER, AVAILABILITYZONE, IMAGE, VSMGRDNSCLEANUP, ALBSERVICESFILEUPLOAD, CONTROLLERSITE, ALERTOBJECTLIST, BACKUPCONFIGURATION, USERACCOUNTPROFILE, WAFAPPLICATIONSIGNATUREPROVIDER, LABELGROUP, CERTIFICATEMANAGEMENTPROFILE, CUSTOMIPAMDNSPROFILE, ALERTSCRIPTCONFIG, WEBHOOK, CLUSTERCLOUDDETAILS, INVENTORYFAULTCONFIG, MEMORYBALANCERREQUEST, SECURECHANNELMAPPING, ALBSERVICESJOB, STATEDIFFOPERATION, SITEVERSION, AUTHMAPPINGPROFILE, WEBAPPUT, ALERT, BACKUP, CONTROLLERLICENSE, CONTROLLERPORTALREGISTRATION, FLOATINGIPSUBNET, GSLBSITE, GSLBTHIRDPARTYSITE, JOBENTRY, LICENSEINFO, LICENSELEDGERDETAILS, LICENSESTATUS, LOGCONTROLLERMAPPING, OBJECTACCESSPOLICY, SCPOOLSERVERSTATEINFO, SCVSSTATEINFO, SECURECHANNELAVAILABLELOCALIPS, SECURECHANNELTOKEN, SECURITYMANAGERDATA, STATEDIFFSNAPSHOT, SYSTEMDEFAULTOBJECT, UPGRADESTATUSSUMMARY, VIDCINFO, VIPGNAMEINFO, TCPSTATRUNTIME, UDPSTATRUNTIME, IPSTATRUNTIME, ARPSTATRUNTIME, MBSTATRUNTIME, IPSTKQSTATSRUNTIME, MALLOCSTATRUNTIME, SHMALLOCSTATRUNTIME, CPUUSAGERUNTIME, L7GLOBALSTATSRUNTIME, L7VIRTUALSERVICESTATSRUNTIME, SEAGENTVNICDBRUNTIME, SEAGENTGRAPHDBRUNTIME, SEAGENTSTATERUNTIME, INTERFACERUNTIME, ARPTABLERUNTIME, DISPATCHERSTATRUNTIME, DISPATCHERSTATCLEARRUNTIME, DISPATCHERTABLEDUMPRUNTIME, DISPATCHERREMOTETIMERLISTDUMPRUNTIME, METRICSAGENTMESSAGE, HEALTHMONITORSTATRUNTIME, METRICSENTITYRUNTIME, PERSISTENCEINTERNAL, HTTPPOLICYSETINTERNAL, DNSPOLICYINTERNAL, CONNECTIONDUMPRUNTIME, SHAREDDBSTATS, SHAREDDBSTATSCLEAR, ICMPSTATRUNTIME, ROUTETABLERUNTIME, VIRTUALMACHINE, POOLSERVER, SEVSLIST, MEMINFORUNTIME, RTERINGSTATRUNTIME, ALGOSTATRUNTIME, HEALTHMONITORRUNTIME, CPUSTATRUNTIME, SEVM, HOST, PORTGROUP, CLUSTER, DATACENTER, VCENTER, HTTPPOLICYSETSTATS, DNSPOLICYSTATS, METRICSSESTATS, RATELIMITERSTATRUNTIME, NETWORKSECURITYPOLICYSTATS, TCPCONNRUNTIME, POOLSTATS, CONNPOOLINTERNAL, CONNPOOLSTATS, VSHASHSHOWRUNTIME, SELOGSTATSRUNTIME, NETWORKSECURITYPOLICYDETAIL, LICENSERUNTIME, SERVERRUNTIME, METRICSRUNTIMESUMMARY, METRICSRUNTIMEDETAIL, DISPATCHERSEHMPROBETEMPDISABLERUNTIME, POOLDEBUG, VSLOGMGRMAP, SERUMINSERTIONSTATS, HTTPCACHE, HTTPCACHESTATS, SEDOSSTATRUNTIME, VSDOSSTATRUNTIME, SERVERUPDATEREQ, VSSCALEOUTLIST, SEMEMDISTRUNTIME, TCPCONNRUNTIMEDETAIL, SEUPGRADESTATUS, SEUPGRADEPREVIEW, SEFAULTINJECTEXHAUSTM, SEFAULTINJECTEXHAUSTMCL, SEFAULTINJECTEXHAUSTMCLSMALL, SEFAULTINJECTEXHAUSTCONN, SEHEADLESSONLINEREQ, SEUPGRADE, SEUPGRADESTATUSDETAIL, SERESERVEDVS, SERESERVEDVSCLEAR, VSCANDIDATESEHOSTLIST, SEGROUPUPGRADE, REBALANCE, SEGROUPREBALANCE, SEAUTHSTATSRUNTIME, AUTOSCALESTATE, VIRTUALSERVICEAUTHSTATS, NETWORKSECURITYPOLICYDOS, KEYVALINTERNAL, KEYVALSUMMARYINTERNAL, SERVERSTATEUPDATEINFO, CLTRACKINTERNAL, CLTRACKSUMMARYINTERNAL, MICROSERVICERUNTIME, SEMICROSERVICE, VIRTUALSERVICEANALYSIS, CLIENTINTERNAL, CLIENTSUMMARYINTERNAL, MICROSERVICEGROUPRUNTIME, BGPRUNTIME, REQUESTQUEUERUNTIME, MIGRATEALL, MIGRATEALLSTATUSSUMMARY, MIGRATEALLSTATUSDETAIL, INTERFACESUMMARYRUNTIME, INTERFACELACPRUNTIME, DNSTABLE, GSLBSERVICEDETAIL, GSLBSERVICEINTERNAL, GSLBSERVICEHMONSTAT, SETROLESREQUEST, TRAFFICCLONERUNTIME, GEOLOCATIONINFO, SEVSHBSTATRUNTIME, GEODBINTERNAL, GSLBSITEINTERNAL, WAFSTATS, USERDEFINEDDATASCRIPTCOUNTERS, LLDPRUNTIME, VSESSHARINGPOOL, NDTABLERUNTIME, IP6STATRUNTIME, ICMP6STATRUNTIME, SEVSSPLACEMENT, L4POLICYSETSTATS, L4POLICYSETINTERNAL, BGPDEBUGINFO, SHARD, CPUSTATRUNTIMEDETAIL, SEASSERTSTATRUNTIME, SEFAULTINJECTINFRA, SEAGENTASSERTSTATRUNTIME, SEDATASTORESTATUS, DIFFQUEUESTATUS, IP6ROUTETABLERUNTIME, SECURITYMGRSTATE, VIRTUALSERVICESESCALEOUTSTATUS, SHARDSERVERSTATUS, SEAGENTSHARDCLIENTRESOURCEMAP, SEAGENTCONSISTENTHASH, SEAGENTVNICDBHISTORY, SEAGENTSHARDCLIENTAPPMAP, SEAGENTSHARDCLIENTEVENTHISTORY, NATSTATRUNTIME, NATFLOWRUNTIME, SECUTIRYMGRRUNTIME, SSOPOLICYSTATS, SENETWORKSERVICERUNTIME, SEGEORUNTIME, NATPOLICYSTATS, SEFAULTRUNTIME, VIRTUALSERVICESCALEOUTSTATUS, VIRTUALSERVICESCALEOUTSTATUSDETAIL, SECURITYMGRLEARN, SECURITYMGRTOPN, SSLSESSIONCACHE, SEGEODETAILS, GSLBSERVICEALGOSTAT, HTTPCONNECTIONRUNTIME, HTTPCONNECTIONRUNTIMEDETAIL, REMOTESITEWATCHERSUMMARY, REMOTESITEWATCHEREVENT, IPREPUTATIONDBRUNTIME, SEFAULTINJECTEXHAUSTCFG, SEFAULTINJECTEXHAUSTSHMCFG, SEFAULTINJECTEXHAUSTSHMCONN, BGPRUNNINGCONFIG, BGPADVERTISEDROUTES, BGPPEERSTATUS, BFDSESSIONSTATUS, BGPPEERINFO, GSLBSITEOPSREPLICATIONPOLICYOPS, FEDERATEDDATASTORESTATUS, FEDERATEDDIFFQUEUESTATUS, ROUTESTATRUNTIME, ROUTEFLOWRUNTIME, NSXTSEGMENTRUNTIME, VIRTUALSERVICEICAPSTATS, KEYVALSUMMARYOBJSYNC, POOLOBJSYNC, KEYVALDISPATCH, SEAGENTOBJSYNCDETAILS, VIRTUALSERVICESCALEOUTSTATUSKEYVAL, VIRTUALSERVICESCALEOUTSTATUSKEYVALSUMMARY, VIRTUALSERVICEOUTOFBANDREQUESTSTATS, GEODBLOCATIONINFO, SEAGENTRESOLVDBRUNTIME, SEAGENTRESOLVDBRUNTIMESUMMARY, METRICSRUNTIMEDEBUG, BOTCLASSIFICATIONRESULTMETRICS, BOTUACACHERUNTIME, BOTUACACHESTATSRUNTIME, POOLGROUPRUNTIMEDETAIL, SECURITYMGRUACACHEQUERY, SECURITYMGRUACACHECLEAR, SECURITYMGRUACACHESUMMARY, GSLBADAPTIVERUNTIME, BGPPEERSSTATE, VSSERVICESERVERMAPKV, VSSERVICESERVERMAPTABLE, UPGRADESTATUSINFO, CLOUDRUNTIME, ALERTPERFDATA, METRICSRUNTIMEDEBUGSUMMARY, SCTPCONNRUNTIME, SCTPCONNRUNTIMEDETAIL, VIMGRCLUSTERRUNTIME, VIMGRCONTROLLERRUNTIME, VIMGRDCRUNTIME, VIMGRIPSUBNETRUNTIME, VIMGRSEVMRUNTIME, VIMGRVMRUNTIME, SERESOURCEPROTO, SECONSUMERPROTO, SECREATEPENDINGPROTO, PLACEMENTSTATS, SEVIPPROTO, RMVRFPROTO, VCENTERMAP, VIMGRVCENTERRUNTIME, INTERESTEDVMS, INTERESTEDHOSTS, VCENTERSUPPORTEDCOUNTERS, ENTITYCOUNTERS, TRANSACTIONSTATS, SEVMCREATEPROGRESS, PLACEMENTSTATUS, VISUBFOLDERS, VIDATASTORE, VIHOSTRESOURCES, CLOUDCONNECTOR, VINETWORKSUBNETVMS, VIDATASTORECONTENTS, VIMGRVCENTERCLOUDRUNTIME, VIVCENTERPORTGROUPS, VIVCENTERDATACENTERS, VIMGRHOSTRUNTIME, PLACEMENTGLOBALS, ALBSERVICES, RMCLOUDOPSPROTO, CLOUDPLACEMENTSUMMARY, CLOUDPLACEMENTINELIGIBLE, SEGROUPPLACEMENTSUMMARY, SEGROUPPLACEMENTDETAIL, SEGROUPPLACEMENTINELIGIBLE, SECONSUMERSUMMARY, SECONSUMERDETAIL, SERESOURCESUMMARY, SERESOURCEDETAIL, PLACEMENTSYSTEMSUMMARY, VIMGRNWRUNTIME, NETWORKRUNTIME, SCTPSTATRUNTIME, APICCONFIGURATION, CIFTABLE, APICTRANSACTION, VIRTUALSERVICESTATEDBCACHESUMMARY, POOLSTATEDBCACHESUMMARY, SERVERSTATEDBCACHESUMMARY, APICAGENTINTERNAL, APICTRANSACTIONFLAP, APICGRAPHINSTANCES, APICEPGS, APICEPGEPS, APICDEVICEPKGVER, APICTENANTS, APICVMMDOMAINS, STATECACHESTATS, STATECACHECONFIG, STATECACHEINTERNAL, STATECACHEDNS, STATECACHECONFIGVERSION, NSXCONFIGURATION, NSXSGTABLE, NSXAGENTINTERNAL, NSXSGINFO, NSXSGIPS, NSXAGENTINTERNALCLI, NSXTAGENT, SERATELIMITINGRLINTERNAL, SERATELIMITINGMSFINTERNAL, ADAPTREPL, POOLGROUPENABLEPRIMARYPOOL, SYSTEMREPORT, MAXOBJECTS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code (optional)
String Reason code for generating the event. This would be added to the alert where it would say alert generated on event with reason <reason code>. Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
related_uuids (optional)
array[String] related objects corresponding to the events. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
report_timestamp
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
tenant (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_name (optional)
String Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

EventMap Up

nodes_events (optional)
array[UpgradeEvent] List of all events node wise.(Not in use). Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sub_events (optional)
array[UpgradeEvent] List of all events node wise. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
task (optional)
String Enum representing the task.(Not in use). Enum options - PREPARE_FOR_SHUTDOWN, COPY_AND_VERIFY_IMAGE, INSTALL_IMAGE, POST_INSTALL_HOOKS, PREPARE_CONTROLLER_FOR_SHUTDOWN, STOP_CONTROLLER, EXTRACT_PATCH_IMAGE, EXECUTE_PRE_INSTALL_COMMANDS, INSTALL_PATCH_IMAGE, PREPARE_FOR_REBOOT_CONTROLLER_NODES, REBOOT_CONTROLLER_NODES, WAIT_FOR_ALL_CONTROLLER_NODES_ONLINE, PRE_UPGRADE_HOOKS, MIGRATE_CONFIG, START_PRIMARY_CONTROLLER, START_ALL_CONTROLLERS, POST_UPGRADE_HOOKS, EXECUTE_POST_INSTALL_COMMANDS, SET_CONTROLLER_UPGRADE_COMPLETED, STATE_NOT_USED_IN_V2, COMMIT_UPGRADE, UNKNOWN_TASK, PATCH_CONTROLLER_HEALTH_CHECK. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
task_name (optional)
String Name representing the task. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

FalsePositiveDetails Up

false_positive_results (optional)
array[FalsePositiveResult] false positive result details. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vs_uuid (optional)
String vs id for this false positive details. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

FalsePositiveResult Up

attack (optional)
Boolean This flag indicates whether this result is identifying an attack. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
confidence (optional)
Float Confidence on false positive detection. Allowed values are 0-100. Field introduced in 21.1.1. Unit is PERCENT. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: float
false_positive (optional)
Boolean This flag indicates whether this result is identifying a false positive. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
fp_result_header
FalsePositiveResultHeader Meta data for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
http_method (optional)
String HTTP method for URIs did false positive detection. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
http_request_header_info (optional)
HeaderInfoInURI HTTP request header info if URI hit signature rule and match element is REQUEST_HEADERS. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
params_info (optional)
ParamsInURI Params info if URI hit signature rule and match element is ARGS. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_info (optional)
RuleInfo Signature rule info hitted by URI. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uri (optional)
String URIs did false positive detection. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uri_result_mode
String What failing mode that false positive detected as for current URI. Enum options - ALWAYS_FAIL, SOMETIMES_FAIL, NOT_SURE. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

FalsePositiveResultHeader Up

end_analysis_time (optional)
String Time that Analytics Engine ends to analytics for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
first_data_received_time (optional)
String First received data time that Analytics Engine uses to analysis for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
last_data_received_time (optional)
String Last received data time that Analytics Engine uses to analysis for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
start_analysis_time (optional)
String Time that Analytics Engine starts to analytics for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
transactions_count (optional)
Long Total data amount Analytics Engine uses to analytics for this false positive result. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64

FullClientLogs Up

duration (optional)
Integer How long should the system capture all logs, measured in minutes. Set to 0 for infinite. Special values are 0 - infinite. Unit is MIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
enabled
Boolean Capture all client logs including connections and requests. When deactivated, only errors will be logged. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition. Special default for Essentials edition is false, Basic edition is false, Enterprise is False.
throttle (optional)
Integer This setting limits the number of non-significant logs generated per second for this VS on each SE. Default is 10 logs per second. Set it to zero (0) to deactivate throttling. Field introduced in 17.1.3. Unit is PER_SECOND. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

GCPCloudRouterUpdate Up

action (optional)
String Action performed Action can be either Route Added or Route Removed from Router. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Cloud UUID. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Reason for the failure. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fip (optional)
IpAddr Virtual Service Floating IP. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
router_url (optional)
String GCP Cloud Router URL. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip (optional)
IpAddr Virtual Service IP. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Virtual Service UUID. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GCPSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hostname (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nhop_inst (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nhop_ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
project (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
route_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
zone (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GcpInfo Up

hostname (optional)
String Hostname of this SE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
machine_type (optional)
String Instance type of this SE. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
network
String Network this SE is assigned. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
project
String Project this SE belongs to. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
String Subnet assigned to this SE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
zone
String Zone this SE is part of. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GeoLocation Up

latitude (optional)
Float Latitude of the location. This is represented as degrees.minutes. The range is from -90.0 (south) to +90.0 (north). Allowed values are -90.0-+90.0. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: float
longitude (optional)
Float Longitude of the location. This is represented as degrees.minutes. The range is from -180.0 (west) to +180.0 (east). Allowed values are -180.0-+180.0. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: float
name (optional)
String Location name in the format Country/State/City. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tag (optional)
String Location tag string - example USEast. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GeoMatch Up

attribute
String The Geo data type to match on. Enum options - ATTRIBUTE_IP_PREFIX, ATTRIBUTE_COUNTRY_CODE, ATTRIBUTE_COUNTRY_NAME, ATTRIBUTE_CONTINENT_CODE, ATTRIBUTE_CONTINENT_NAME, ATTRIBUTE_REGION_NAME, ATTRIBUTE_CITY_NAME, ATTRIBUTE_ISP_NAME, ATTRIBUTE_ORGANIZATION_NAME, ATTRIBUTE_AS_NUMBER, ATTRIBUTE_AS_NAME, ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7, ATTRIBUTE_CUSTOM_8, ATTRIBUTE_CUSTOM_9, ATTRIBUTE_USER_DEFINED_MAPPING. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_operation
String Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
values
array[String] The values to match. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

GslbDnsGsStatus Up

last_changed_time (optional)
TimeStamp Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_partial_updates (optional)
Integer Counter to track the number of partial updates sent. Once it reaches the partial updates threshold, a full update is sent. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
partial_update_threshold (optional)
Integer Threshold after which a full GS Status is sent. . Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
state (optional)
String State variable to trigger full or partial update. Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Describes the type (partial/full) of the last GS status sent to Dns-VS(es). Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbDnsInfo Up

dns_active (optional)
Boolean This field indicates that atleast one DNS is active at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_vs_states (optional)
array[GslbPerDnsState] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_status (optional)
GslbDnsGsStatus This field encapsulates the Gs-status edge-triggered framework. . Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
retry_count (optional)
Integer This field is used to track the retry attempts for SE download errors. . Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

GslbDnsUpdate Up

clear_on_max_retries (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
gslb_geo_db_profile_uuids (optional)
array[String] List of Geo DB Profiles associated with this DNS VS. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_service_uuids (optional)
array[String] List of Gslb Services associated with the DNS VS. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_uuids (optional)
array[String] Gslb object associated with the DNS VS. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_info (optional)
array[GslbObjectInfo] Gslb, GslbService objects that is pushed on a per Dns basis. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
send_interval (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbDownloadStatus Up

last_changed_time (optional)
TimeStamp Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String This field indicates the download state to a dns-vs(es) or a VS or a SE depending on the usage context. . Enum options - GSLB_DOWNLOAD_NONE, GSLB_DOWNLOAD_DONE, GSLB_DOWNLOAD_PENDING, GSLB_DOWNLOAD_ERROR. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbObj Up

gslb_geo_db_profile_uuid (optional)
String Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_service_uuid (optional)
String Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_uuid (optional)
String Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbObjectInfo Up

obj (optional)
GslbObj Indicates the object uuid. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
object_uuid (optional)
String Indicates the object uuid. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pb_name (optional)
String Indicates the object type Gslb, GslbService or GslbGeoDbProfile. . Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Indicates the state of the object unchanged or changed. This is used in vs-mgr to push just the uuid or uuid + protobuf to the SE-Agent. Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbPerDnsState Up

geo_download (optional)
GslbDownloadStatus This field describes the GeoDbProfile download status to the dns-vs. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_download (optional)
GslbDownloadStatus This field describes the Gslb, GslbService, HealthMonitor download status to the dns-vs. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Configured dns-vs-name at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
placement_rules (optional)
array[GslbSubDomainPlacementRuntime] This field describes the SubDomain placement rules for this DNS-VS. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_list (optional)
array[String] The service engines associated with the DNS-VS. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Configured dns-vs-uuid at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
valid_dns_vs (optional)
Boolean This field indicates that the local VS is configured to be a DNS service. The services, network profile and application profile are configured in Virtual Service for DNS operations. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbPoolMemberDatapathStatus Up

location (optional)
GeoLocation Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbPoolMemberRuntimeInfo Up

app_type (optional)
String Application type of the VS. Enum options - APPLICATION_PROFILE_TYPE_L4, APPLICATION_PROFILE_TYPE_HTTP, APPLICATION_PROFILE_TYPE_SYSLOG, APPLICATION_PROFILE_TYPE_DNS, APPLICATION_PROFILE_TYPE_SSL, APPLICATION_PROFILE_TYPE_SIP. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_uuid (optional)
String The Site Controller Cluster UUID to which this member belongs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
controller_status (optional)
OperationalStatus Controller retrieved member status at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
datapath_status (optional)
array[GslbPoolMemberDatapathStatus] DNS computed member status from different sites. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fqdn (optional)
String FQDN address of the member. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_uuid (optional)
String The GSLB service to which this member belongs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
health_monitor_info (optional)
array[String] This field will provide information on origin(site name) of the health monitoring information. Field introduced in 22.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip (optional)
IpAddr GSLB pool member's configured VIP. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_value_to_se (optional)
Integer This is an internal field that conveys the IP address from the controller to service engine in binary format. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ipv6_value_to_se (optional)
array[Integer] This is an internal field that conveys the IPV6 address from the controller to service engine in binary format. . Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_ips (optional)
array[IpAddr] Operational VIPs of the member that can map to multiple VS IP addresses such as private, public and floating addresses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Gslb Pool member's consolidated operational status . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
services (optional)
array[Service] services configured on the virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_name (optional)
String The Site 's name is required for event-generation etc. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sp_pools (optional)
array[GslbServiceSitePersistencePool] Site persistence pools associated with the VS. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_type (optional)
String Describes the VIP type Avi or third-party. Enum options - NON_AVI_VIP, AVI_VIP. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String VS name belonging to this GSLB service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String VS UUID belonging to this GSLB service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vserver_l4_metrics (optional)
VserverL4MetricsObj Front end L4 metrics of the virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vserver_l7_metrics (optional)
VserverL7MetricsObj Front end L7 metrics of the virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbPoolRuntime Up

members (optional)
array[GslbPoolMemberRuntimeInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Gslb Pool's consolidated operational status . Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbReplicationStats Up

acknowledged_version (optional)
Long Last config version acknowledged. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
pending_object_count (optional)
Long Number of pending objects. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
received_version (optional)
Long Last config version received. On leader, this represents the version received from federated datastore. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

GslbRuntime Up

checksum (optional)
String Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
delete_in_progress (optional)
Boolean This field indicates delete is in progress for this Gslb instance. . Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_enabled (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_cache (optional)
EventCache Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flr_state (optional)
array[CfgState] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ldr_state (optional)
CfgState Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site (optional)
array[GslbSiteRuntime] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_name (optional)
String Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. . Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
third_party_sites (optional)
array[GslbThirdPartySiteRuntime] Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbServiceRuntime Up

checksum (optional)
String Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
domain_names (optional)
array[String] Fully qualified domain name of the GslbService. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
flr_state (optional)
array[CfgState] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
groups (optional)
array[GslbPoolRuntime] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ldr_state (optional)
CfgState Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
send_event (optional)
Boolean Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
send_status (optional)
Boolean Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
services_state (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sp_oper_status (optional)
OperationalStatus Gslb site persistence consolidated status . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_name (optional)
String Tenant name (and not uuid) is required in logs/metrics generated by the SE. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbServiceSitePersistencePool Up

enable_http2 (optional)
Boolean Site persistence pool's http2 state. . Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name (optional)
String Site persistence pool's name. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_servers (optional)
Long Number of servers configured in the pool. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
num_servers_up (optional)
Long Number of servers operationally up in the pool. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
servers (optional)
array[ServerConfig] Detailed information of the servers in the pool. . Field introduced in 17.2.8. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Site persistence pool's uuid. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbServiceStatus Up

details (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_runtime (optional)
GslbServiceRuntime Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbSiteCfgSyncInfo Up

errored_objects (optional)
array[VersionInfo] Objects that could NOT be synced to the site . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_fail_obj (optional)
ConfigVersionStatus Last object having replication issue. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Reason for the replication issues. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
recommendation (optional)
String Recommended way to resolve replication issue. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
sync_state (optional)
String Configuration sync-state of the site . Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbSiteHealthStatus Up

controller_gsinfo (optional)
array[GslbPoolMemberRuntimeInfo] Controller retrieved GSLB service operational info based of virtual service state. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
datapath_gsinfo (optional)
array[GslbPoolMemberRuntimeInfo] Controller retrieved GSLB service operational info based of dns datapath resolution. This information is generated only on those sites that have DNS-VS participating in GSLB. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_info (optional)
GslbDnsInfo DNS info at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gap_table (optional)
array[CfgState] GSLB application persistence profile state at member. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
geo_table (optional)
array[CfgState] GSLB Geo Db profile state at member. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ghm_table (optional)
array[CfgState] GSLB health monitor state at member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
glb_table (optional)
array[CfgState] GSLB state at member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_table (optional)
array[CfgState] GSLB service state at member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sw_version (optional)
String Current Software version of the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
timestamp (optional)
Float Timestamp of Health-Status generation. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: float

GslbSiteRuntime Up

clear_on_max_retries (optional)
Integer This field shadows glb_cfg.clear_on_max_retries. Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
glb_uuid (optional)
String This field tracks the glb-uuid. Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
health_monitor_info (optional)
String This field will provide information on origin(site name) of the health monitoring information. Field introduced in 22.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
replication_stats (optional)
GslbReplicationStats Carries replication stats for a given site. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rxed_site_hs (optional)
GslbSiteHealthStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
send_interval (optional)
Integer Frequency with which group members communicate. This field shadows glb_cfg.send_interval. Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
site_cfg (optional)
GslbSiteRuntimeCfg Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_info (optional)
GslbSiteRuntimeInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_stats (optional)
GslbSiteRuntimeStats Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_name (optional)
String Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. . Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
view_id (optional)
Long This field shadows the glb_cfg.view_id. . Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

GslbSiteRuntimeCfg Up

fd_info (optional)
ConfigInfo Gslb GeoDb files published for a site. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gap_info (optional)
ConfigInfo Gslb Application Persistence info published for a site. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
geo_info (optional)
ConfigInfo Gslb GeoDb info published for a site. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ghm_info (optional)
ConfigInfo GHM info published for a site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gjwt_info (optional)
ConfigInfo Gslb JWTProfile info published for a site. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
glb_info (optional)
ConfigInfo Gslb info published for a site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gpki_info (optional)
ConfigInfo Gslb PKI info published for a site. Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gs_info (optional)
ConfigInfo GS info published for a site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mm_info (optional)
ConfigInfo Maintenance mode info published for a site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
repl_queue (optional)
ConfigInfo The replication queue for all object-types for a site. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sync_info (optional)
GslbSiteCfgSyncInfo Configuration sync-info of the site . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbSiteRuntimeInfo Up

cluster_leader (optional)
String The Leader-IP/VIP/FQDN of the site-cluster. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cluster_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_info (optional)
GslbDnsInfo operational dns state at the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enabled (optional)
Boolean Enable/disable state retrieved from the cfg . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_cache (optional)
EventCache event-cache used for event throttling. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hs_state (optional)
Boolean Health-status monitoring enable or disable. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_of_retries (optional)
Integer Number of retry attempts to reach the remote site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
role (optional)
String Site Role Leader or Follower. Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rrtoken (optional)
array[String] Current outstanding request-response token of the message to this site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site_type (optional)
String Indicates if it is Avi Site or third-party. Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state_reason (optional)
String State - Reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sw_version (optional)
String Current Software version of the site. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbSiteRuntimeStats Up

num_file_cr_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_file_del_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_cr_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_cr_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_del_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_del_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_upd_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gap_upd_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_cr_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_cr_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_del_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_del_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_upd_rxed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_geo_upd_txed (optional)
Integer Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_cr_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_cr_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_del_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_del_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_upd_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_ghm_upd_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gjwt_cr_rxed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gjwt_cr_txed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gjwt_del_rxed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gjwt_del_txed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gjwt_upd_rxed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gjwt_upd_txed (optional)
Integer Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_glb_cr_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_glb_cr_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_glb_del_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_glb_del_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_glb_upd_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_glb_upd_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_cr_rxed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_cr_txed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_del_rxed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_del_txed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_upd_rxed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gpki_upd_txed (optional)
Integer Field introduced in 17.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_cr_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_cr_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_del_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_del_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_upd_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gs_upd_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_gssl_cert_cr_rxed (optional)
Integer Used for federated ssl key and cert stats for create. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gssl_cert_del_rxed (optional)
Integer Used for federated ssl key and cert stats for delete. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gssl_cert_upd_rxed (optional)
Integer Used for federated ssl key and cert stats for update. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gssl_cr_rxed (optional)
Integer Used for federated ssl profile stats for create. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gssl_del_rxed (optional)
Integer Used for federated ssl profile stats for delete. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_gssl_upd_rxed (optional)
Integer Used for federated ssl profile stats for update. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_health_msgs_rxed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_health_msgs_txed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_of_bad_responses (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_of_events_generated (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_of_skip_outstanding_requests (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_of_timeouts (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

GslbStatus Up

details (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_runtime (optional)
GslbRuntime Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
site (optional)
GslbSiteRuntime Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
third_party_site (optional)
GslbThirdPartySiteRuntime Field introduced in 17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbSubDomainPlacementRuntime Up

placement_allowed (optional)
Boolean This field describes the placement status of fqdns mapping to the above Subdomain. If placement allowed is true, then the fqdn/GslbService will be placed on the DNS-VS. Otherwise, it shall not be placed on the DNS-VS. . Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sub_domain (optional)
String This field identifies the Subdomain. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
transition_ops (optional)
String This field describes the transition operation to be initiated downstream when subdomain placement rules change. For example if a.com was not placed on dns-vs-1 and due to configuration change if it is to be placed on dns-vs-1, then all the GslbServices whose fqdn maps a.com will be pushed to dns-vs-1. In this scenario, the transition ops will be GSLB_CREATE. If there is a configuration change where a.com is not placed on dns-vs-1 then the transition ops will be GSLB_DELETE. . Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

GslbThirdPartySiteRuntime Up

health_monitor_info (optional)
String This field will provide information on origin(site name) of the health monitoring information. Field introduced in 22.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
site_info (optional)
GslbSiteRuntimeInfo Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HTTPClientAuthenticationParams Up

auth_profile_ref (optional)
String Auth Profile to use for validating users. It is a reference to an object of type AuthProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
realm (optional)
String Basic authentication realm to present to a user along with the prompt for credentials. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_uri_path (optional)
StringMatch Rrequest URI path when the authentication applies. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
type (optional)
String type of client authentication. Enum options - HTTP_BASIC_AUTH. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HTTPLocalFile Up

content_type
String Mime-type of the content in the file. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
file_content
String File content to used in the local HTTP response body. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
file_length (optional)
Integer File content length. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition. format: int32

HTTPPolicies Up

http_policy_set_ref
String UUID of the virtual service HTTP policy collection. It is a reference to an object of type HTTPPolicySet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
index
Integer Index of the virtual service HTTP policy collection. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

HTTPRedirectAction Up

add_string (optional)
String Add a query string to the redirect URI. If keep_query is set, concatenates the add_string to the query of the incoming request. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host (optional)
URIParam Host config. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
keep_query (optional)
Boolean Keep or drop the query of the incoming request URI in the redirected URI. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
URIParam Path config. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port (optional)
Integer Port to which redirect the request. Allowed values are 1-65535. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
protocol
String Protocol type. Enum options - HTTP, HTTPS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status_code (optional)
String HTTP redirect status code. Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HTTPVersionMatch Up

match_criteria
String Criterion to use for HTTP version matching the version used in the HTTP request. Enum options - IS_IN, IS_NOT_IN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
versions (optional)
array[String] HTTP protocol version. Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. Minimum of 1 items required. Maximum of 8 items allowed. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- ONE_ZERO,ONE_ONE), Basic edition(Allowed values- ONE_ZERO,ONE_ONE), Enterprise with Cloud Services edition.

HdrMatch Up

hdr
String Name of the HTTP header whose value is to be matched. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_case (optional)
String Case sensitivity to use for the match. Enum options - SENSITIVE, INSENSITIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for matching headers in the HTTP request. Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value (optional)
array[String] String values to match in the HTTP header. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HeaderInfoInURI Up

header_field_name (optional)
String Header field name in hitted signature rule match_element. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
value (optional)
String Header field value in hitted signature rule match_element. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

HealthScoreDetails Up

anomaly_penalty (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
anomaly_reason (optional)
String Reason for Anomaly Penalty. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
performance_reason (optional)
String Reason for Performance Score. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
performance_score (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
previous_value
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
reason (optional)
String Reason for the Health Score Change. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resources_penalty (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
resources_reason (optional)
String Reason for Resources Penalty. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
security_penalty (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
security_reason (optional)
String Reason for Security Threat Level. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
step (optional)
Integer The step interval in seconds. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
sub_resource_prefix (optional)
String Resource prefix containing entity information. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
timestamp
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

HostHdrMatch Up

match_case (optional)
String Case sensitivity to use for the match. Enum options - SENSITIVE, INSENSITIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for the host header value match. Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value (optional)
array[String] String value(s) in the host header. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HostUnavailEventDetails Up

name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reasons (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HttpCookiePersistenceKey Up

aes_key (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hmac_key (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String name to use for cookie encryption. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IPNetworkSubnet Up

network_ref (optional)
String Network for VirtualService IP allocation with Vantage as the IPAM provider. Network should be created before this is configured. It is a reference to an object of type Network. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
IpAddrPrefix Subnet for VirtualService IP allocation with Vantage or Infoblox as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet6 (optional)
IpAddrPrefix Subnet for VirtualService IPv6 allocation with Vantage or Infoblox as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
subnet6_uuid (optional)
String Subnet UUID or Name or Prefix for VirtualService IPv6 allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
subnet_uuid (optional)
String Subnet UUID or Name or Prefix for VirtualService IP allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

IPReputationTypeMatch Up

match_operation
String Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reputation_types (optional)
array[String] IP reputation type. Enum options - IP_REPUTATION_TYPE_SPAM_SOURCE, IP_REPUTATION_TYPE_WINDOWS_EXPLOITS, IP_REPUTATION_TYPE_WEB_ATTACKS, IP_REPUTATION_TYPE_BOTNETS, IP_REPUTATION_TYPE_SCANNERS, IP_REPUTATION_TYPE_DOS, IP_REPUTATION_TYPE_REPUTATION, IP_REPUTATION_TYPE_PHISHING, IP_REPUTATION_TYPE_PROXY, IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. Field introduced in 20.1.1. Minimum of 1 items required. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IPThreatDBEventData Up

reason (optional)
String Reason for IPThreatDb transaction failure. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status of IPThreatDb transaction. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Last synced version of the IPThreatDB. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IcapLog Up

action (optional)
String Denotes whether the content was processed by ICAP server and an action was taken. Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_logs (optional)
array[IcapRequestLog] Logs for the HTTP request's content sent to the ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IcapNSXDefenderLog Up

score (optional)
Integer Score associated with the uploaded file, if known, value is in between 0 and 100. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
status_url (optional)
String URL to get details from NSXDefender for the request. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
task_uuid (optional)
String The NSX Defender task UUID associated with the analysis of the file. It is possible to use this UUID in order to access the analysis details from the NSX Defender Portal/Manager Web UI. URL to access this information is https //user.lastline.com/portal#/analyst/task/<uuid>/overview. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

IcapOPSWATLog Up

reason (optional)
String Blocking reason for the content. It is available only if content was scanned by ICAP server and some violations were found. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
threat_id (optional)
String Short description of the threat found in the content. Available only if content was scanned by ICAP server and some violations were found. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
violations (optional)
array[IcapViolation] Threat found in the content. Available only if content was scanned by ICAP server and some violations were found. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

IcapRequestLog Up

action (optional)
String Denotes whether the content was processed by ICAP server and an action was taken. Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
complete_body_sent (optional)
Boolean Complete request body from client was sent to The ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_method (optional)
String The HTTP method of the request. Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_response_code (optional)
Integer The HTTP response code received from the ICAP server. HTTP response code is only available if content is blocked. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
icap_absolute_uri (optional)
String The absolute ICAP uri of the request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_headers_received_from_server (optional)
String ICAP response headers received from ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_headers_sent_to_server (optional)
String ICAP request headers sent to ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_method (optional)
String The ICAP method of the request. Enum options - ICAP_METHOD_REQMOD, ICAP_METHOD_RESPMOD. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_response_code (optional)
Integer The response code received from the ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
icap_server_ip (optional)
Integer ICAP server IP for this connection. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
icap_server_port (optional)
Integer ICAP server port for this connection. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
latency (optional)
Long Latency added due to ICAP processing. This is the time taken from 1st byte of ICAP request sent to last byte of ICAP response received. Field introduced in 20.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
modified_content_length (optional)
Integer Content-Length of the modified content from ICAP server. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
nsx_defender_log (optional)
IcapNSXDefenderLog ICAP log specific to NSX Defender. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
opswat_log (optional)
IcapOPSWATLog ICAP log specific to OPSWAT. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool_name (optional)
String The name of the pool that was used for the request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String The uuid of the pool that was used for the request. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
source_port (optional)
Integer Source port for this connection. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vendor (optional)
String Selected ICAP vendor for the request. Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

IcapViolation Up

file_name (optional)
String The file that ICAP server has identified as containing a violation. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
resolution (optional)
String Action taken by ICAP server in response to this threat. Enum options - ICAP_FILE_NOT_REPAIRED, ICAP_FILE_REPAIRED, ICAP_VIOLATING_SECTION_REMOVED. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
threat_name (optional)
String The name of the threat. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

IpAddr Up

addr
String IP address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String Enum options - V4, DNS, V6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IpAddrMatch Up

addrs (optional)
array[IpAddr] IP address(es). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
group_refs (optional)
array[String] UUID of IP address group(s). It is a reference to an object of type IpAddrGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for IP address matching the HTTP request. Enum options - IS_IN, IS_NOT_IN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prefixes (optional)
array[IpAddrPrefix] IP address prefix(es). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ranges (optional)
array[IpAddrRange] IP address range(s). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

IpAddrPrefix Up

ip_addr
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mask
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

IpAddrRange Up

begin
IpAddr Starting IP address of the range. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
end
IpAddr Ending IP address of the range. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

JWTClaimMatch Up

bool_match (optional)
Boolean Boolean value against which the claim is matched. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
int_match (optional)
Integer Integer value against which the claim is matched. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
is_mandatory
Boolean Specified Claim should be present in the JWT. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name
String JWT Claim name to be validated. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
string_match (optional)
StringMatch String values against which the claim is matched. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
type
String Specifies the type of the Claim. Enum options - JWT_CLAIM_TYPE_BOOL, JWT_CLAIM_TYPE_INT, JWT_CLAIM_TYPE_STRING. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
validate
Boolean Specifies whether to validate the Claim value. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

JWTMatch Up

matches (optional)
array[JWTClaimMatch] Claims whose values need to be matched. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
token_name (optional)
String Token for which the claims need to be validated. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

JWTValidationParams Up

audience
String Audience parameter used for validation using JWT token. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

JWTValidationVsConfig Up

audience
String Uniquely identifies a resource server. This is used to validate against the aud claim. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
jwt_location
String Defines where to look for JWT in the request. Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
jwt_name (optional)
String Name by which the JWT can be identified if the token is sent as a query param in the request url. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

JwtLog Up

authn_rule_match (optional)
AuthnRuleMatch Authentication policy rule match. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
authz_rule_match (optional)
AuthzRuleMatch Authorization policy rule match. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
is_jwt_verified (optional)
Boolean Set to true, if JWT validation is successful. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
token_payload (optional)
String JWT token payload. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

KeyValue Up

key
String Key. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value (optional)
String Value. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

L4Policies Up

index
Integer Index of the virtual service L4 policy set. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
l4_policy_set_ref
String ID of the virtual service L4 policy set. It is a reference to an object of type L4PolicySet. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

LDAPVSConfig Up

realm (optional)
String Basic authentication realm to present to a user along with the prompt for credentials. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_auth_ldap_bind_timeout (optional)
Integer Default bind timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_cache_size (optional)
Integer Size of LDAP auth credentials cache used on the dataplane. Field introduced in 21.1.1. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_connect_timeout (optional)
Integer Default connection timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_conns_per_server (optional)
Integer Number of concurrent connections to LDAP server by a single basic auth LDAP process. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_reconnect_timeout (optional)
Integer Default reconnect timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_request_timeout (optional)
Integer Default login or group search request timeout enforced on connections to LDAP server. Field introduced in 21.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
se_auth_ldap_servers_failover_only (optional)
Boolean If enabled, connections are always made to the first available LDAP server in the list and will failover to subsequent servers. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

LearningLogPolicy Up

enabled (optional)
Boolean Determine whether app learning logging is enabled. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host (optional)
String Host name where learning logs will be sent to. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
port (optional)
Integer Port number for the service listening for learning logs. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

LicenseDetails Up

backend_servers (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
expiry_at (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

LicenseExpiryDetails Up

backend_servers (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
burst_cores (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
cores (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
cpu_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
expiry_at (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_tier (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
max_apps (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_ses (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sockets (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
throughput (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

LicenseTierSwitchDetiails Up

destination_tier (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
source_tier (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

LicenseTransactionDetails Up

cookie (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
description (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
licensed_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
operation (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
overdraft (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
tenant_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tier (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

LogAgentEventDetail Up

protocol
String Protocol used for communication to the external entity. Enum options - TCP_CONN. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tcp_detail (optional)
LogAgentTCPClientEventDetail Event details for TCP connection event. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
type
String Type of log agent event. Enum options - LOG_AGENT_CONNECTION_ERROR. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

LogAgentTCPClientEventDetail Up

error_code (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_reason (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
port (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

MarathonServicePortConflict Up

app_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
marathon_url
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

MatchTarget Up

bot_detection_result (optional)
BotDetectionMatch Configure the bot classification result. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
client_ip (optional)
IpAddrMatch Configure client ip addresses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cookie (optional)
CookieMatch Configure HTTP cookie(s). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
geo_matches (optional)
array[GeoMatch] Configure the geo information. Field introduced in 21.1.1. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
hdrs (optional)
array[HdrMatch] Configure HTTP header(s). All configured headers must match. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_hdr (optional)
HostHdrMatch Configure the host header. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_reputation_type (optional)
IPReputationTypeMatch Configure IP reputation. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
method (optional)
MethodMatch Configure HTTP methods. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
path (optional)
PathMatch Configure request paths. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
protocol (optional)
ProtocolMatch Configure the type of HTTP protocol. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
query (optional)
QueryMatch Configure request query. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
source_ip (optional)
IpAddrMatch Configure source ip addresses. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tls_fingerprint_match (optional)
TlsFingerprintMatch Configure the TLS fingerprint. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
version (optional)
HTTPVersionMatch Configure versions of the HTTP protocol. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_port (optional)
PortMatch Configure virtual service ports. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Matches Up

match_element (optional)
String Matches in signature rule. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_value (optional)
String Match value in signature rule. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

MemoryBalancerInfo Up

child (optional)
array[ChildProcessInfo] Child process information. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
controller_memory (optional)
Integer Current controller memory (in GB) usage. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
controller_memory_usage_percent (optional)
Double Percent usage of total controller memory. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
debug_message (optional)
String Holder for debug message. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
limit (optional)
Integer Limit on the memory (in KB) for the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
memory_used (optional)
Integer Amount of memory (in KB) used by the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pid (optional)
Integer PID of the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
process (optional)
String Name of the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
process_mode (optional)
String Current mode of the process. Enum options - REGULAR, DEBUG, DEGRADED, STOP. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
process_trend (optional)
String Current usage trend of the process. Enum options - UPWARD, DOWNWARD, NEUTRAL. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
threshold_percent (optional)
Double Percent usage of the process limit. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double

MesosSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
failed_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fleet_endpoint (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mesos_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mesos_url (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
missing_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_hosts (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_deploy_method_access (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MethodMatch Up

match_criteria
String Criterion to use for HTTP method matching the method in the HTTP request. Enum options - IS_IN, IS_NOT_IN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
methods (optional)
array[String] Configure HTTP method(s). Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. Minimum of 1 items required. Maximum of 16 items allowed. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- HTTP_METHOD_GET,HTTP_METHOD_PUT,HTTP_METHOD_POST,HTTP_METHOD_HEAD,HTTP_METHOD_OPTIONS), Basic edition(Allowed values- HTTP_METHOD_GET,HTTP_METHOD_PUT,HTTP_METHOD_POST,HTTP_METHOD_HEAD,HTTP_METHOD_OPTIONS), Enterprise with Cloud Services edition.

MetricLog Up

end_timestamp (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
metric_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
report_timestamp (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
step (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
time_series (optional)
MetricsQueryResponse Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

MetricStatistics Up

last_sample (optional)
Double value of the last sample. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max (optional)
Double maximum value in time series requested. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_ts (optional)
String timestamp of the minimum value. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mean (optional)
Double arithmetic mean. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
min (optional)
Double minimum value in time series requested. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
min_ts (optional)
String timestamp of the minimum value. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_samples (optional)
Integer Number of actual data samples. It excludes fake data. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
sum (optional)
Double summation of all values. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
trend (optional)
Double slope of the data points across the time series requested. trend = (last_value - avg)/avg. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

MetricThresoldUpDetails Up

current_value (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
entity_uuid (optional)
String ID of the object whose metric has hit the threshold. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String Identity of the Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server (optional)
String Server IP Port on which event was generated. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
threshold (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

MetricsData Up

application_response_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
blocking_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
browser_rendering_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
client_rtt (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
connection_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
dns_lookup_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
dom_content_load_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
is_null (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_samples (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
page_download_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
page_load_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
prediction_interval_high (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
prediction_interval_low (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
redirection_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
rum_client_data_transfer_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
server_rtt (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
service_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
timestamp (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
value_str (optional)
String Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
value_str_desc (optional)
String Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
waiting_time (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

MetricsDataHeader Up

derivation_data (optional)
MetricsDerivationData Metrics derivation info. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dimension_data (optional)
array[MetricsDimensionData] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
entity_uuid (optional)
String entity uuid. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_description (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_min_scale (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
metrics_sum_agg_invalid (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
missing_intervals (optional)
array[MetricsMissingDataInterval] Missing data intervals. data in these intervals are not used for stats calculation. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String name of the column. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_id (optional)
String object ID of the series when object ID was specified in the metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_id_type (optional)
String obj_id_type. Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, METRICS_OBJ_ID_TYPE_SE_INTERFACE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String pool_id for the metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
priority (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server (optional)
String server ip port. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
serviceengine_uuid (optional)
String Service Engine ref or UUID. Field introduced in 17.2.8. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
statistics (optional)
MetricStatistics statistics of the metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_uuid (optional)
String Tenant ref or UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
units (optional)
String units of the column data. Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB, GB, MBPS, GHZ, RATIO, WORD, MICROSECONDS, HEALTH, HOURS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsDataSeries Up

data (optional)
array[MetricsData] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
header
MetricsDataHeader Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsDbDiskEventDetails Up

metrics_deleted_tables (optional)
array[String] List of dropped metrics tables. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_free_sz
Double Total size of freed metrics tables. In KBs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
metrics_quota
Double Disk quota allocated for Metrics DB. In GBs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

MetricsDbQueueFullEventDetails Up

high (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
instanceport (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
low (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
nodeid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
period (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
runtime (optional)
MetricsDbRuntime Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
watermark (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

MetricsDbQueueHealthyEventDetails Up

high (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
instanceport (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
low (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
nodeid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
period (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
runtime (optional)
MetricsDbRuntime Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
watermark (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

MetricsDbRuntime Up

db_client_name (optional)
String Db Client name. Can be of DB_CLIENT_RT/DB_CLIENT_BATCH/DB_CLIENT_RT_ARR. Field introduced in 30.2.1, 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
db_num_client_queries (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_num_client_resp (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_num_db_queries (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_num_db_resp (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_num_oom (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_queue_size (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_rum_queries (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
db_rum_rows (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

MetricsDbSyncFailureEventDetails Up

node_name (optional)
String Name of the node responsible for this event. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
process_name (optional)
String Name of the process responsible for this event. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
timestamp (optional)
String Timestamp at which this event occurred. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsDerivationData Up

derivation_fn
String Enum options - METRICS_ALIAS, SUM_FIRST_N_DIVIDE_BY_LAST, SUM_BW_GAUGE, AVG_GET_POST_OTHER_LATENCY, APPDEX_ON_3_BUCKETS, APPDEX_ON_4_BUCKETS, SUM_GAUGE, SUM_N_METRICS, APPDEX_ON_5_BUCKETS, APPDEX_ON_6_BUCKETS, APPDEX_ON_CONNECTIONS, APPDEX_ON_2_BUCKETS, AVG_CLIENT_LATENCY, AVG_APPLICATION_LATENCY, MIN_N_METRICS, SUM_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, L4_CONNECTION_ERROR_PERCENTAGE, AVG_L4_CLIENT_LATENCY, CHECK_FOR_TRANSITIONS, SUBSTRACT_ALL_FROM_FIRST, AVG_N_OVER_TIME_PERIOD, AVG_NAVIGATION_TIMING, AVG_RUM_VISITS, PCT_SSL_ERROR_CONNECTIONS, AVG_RESPONSE_TIME, SUM_RATES_FIRST_N_DIVIDE_BY_LAST, SUM_RATES_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, PCT_CACHE_METRICS, SUM_FIRST_N_DIVIDE_BY_SECLAST_EXCL_ERROR_RATE, SUM_FIRST_N_SUBSTRACT_LAST, AVG_POOL_METRICS, AVG_POOL_BW, AVG_BY_SUBSTRACT_ALL_FROM_FIRST_OVER_TIME, AVG_RSA_PFS, EVAL_FN, SSL_PROTOCOL_INDICATOR, SUM_FIRST_N_DIVIDE_BY_SECLAST_RATE_EXCL_ERROR_RATE, SUBSTRACT_ALL_FROM_FIRST_WITH_FLOOR_ZERO, AVAILABLE_CAPACITY, CONNECTION_SATURATION, AVG_RSA_NON_PFS, SSL_HANDSHAKES_NONPFS, DYN_MEM_USAGE, FIRST_DIVIDE_BY_DIFFERENCE_OF_SECOND_AND_THIRD, DIVIDE_BY_100. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
exclude_derived_metric (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
include_derivation_metrics (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
join_tables (optional)
String Enum options - METRICS_TABLE_NONE, METRICS_TABLE_ANOMALY, METRICS_TABLE_CONTROLLER_STATS, METRICS_TABLE_HEALTH_SCORE, METRICS_TABLE_SE_STATS, METRICS_TABLE_VSERVER_L4_SERVER, METRICS_TABLE_VSERVER_L4_CLIENT, METRICS_TABLE_VSERVER_L7_CLIENT, METRICS_TABLE_VSERVER_L7_SERVER, METRICS_TABLE_RUM_PREAGG_BROWSER, METRICS_TABLE_RUM_PREAGG_COUNTRY, METRICS_TABLE_RUM_PREAGG_DEVTYPE, METRICS_TABLE_RUM_PREAGG_LANG, METRICS_TABLE_RUM_PREAGG_OS, METRICS_TABLE_RUM_PREAGG_URL, METRICS_TABLE_RUM_ANALYTICS, METRICS_TABLE_VM_STATS, METRICS_TABLE_RESOURCE_TIMING_DIM, METRICS_TABLE_RESOURCE_TIMING_BLOB, METRICS_TABLE_RUM_PREAGG_IPGROUP, METRICS_TABLE_DOS_ANALYTICS, METRICS_TABLE_APP_INSIGHTS, METRICS_TABLE_VSERVER_DNS, METRICS_TABLE_SERVER_DNS, METRICS_TABLE_SERVICE_INSIGHTS, METRICS_TABLE_SOURCE_INSIGHTS, METRICS_TABLE_TENANT_STATS, METRICS_TABLE_SE_IF_STATS, METRICS_TABLE_USER_METRICS, METRICS_TABLE_WAF_GROUP, METRICS_TABLE_WAF_TAG, METRICS_TABLE_WAF_RULE, METRICS_TABLE_PROCESS_STATS, METRICS_TABLE_VSERVER_HTTP2_CLIENT, METRICS_TABLE_PG_STAT_DATABASE, METRICS_TABLE_PG_STAT_ALL_TABLES, METRICS_TABLE_PG_STAT_ALL_INDEXES, METRICS_TABLE_PG_STAT_IO_ALL_TABLES, METRICS_TABLE_PG_STAT_CLASS, METRICS_TABLE_PG_STAT_BG_WRITER, METRICS_TABLE_WAF_WHITELIST, METRICS_TABLE_WAF_PSMGROUP, METRICS_TABLE_WAF_PSMLOCATION, METRICS_TABLE_WAF_PSMRULE, METRICS_TABLE_GSLB_STATS, METRICS_TABLE_VS_SCALEOUT, METRICS_TABLE_API_PERF_STATS, METRICS_TABLE_NSXT_STATS, METRICS_TABLE_ICAP, METRICS_TABLE_BOT, METRICS_TABLE_SEGROUP_STATS, METRICS_TABLE_ENVOY_UPSTREAM_STATS, METRICS_TABLE_ENVOY_DOWNSTREAM_STATS, METRICS_TABLE_REDIS_QUEUE_STATS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_ids
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
result_has_additional_fields (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
second_order_derivation (optional)
Boolean Field introduced in 17.2.8. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_backend_derivation (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsDimensionData Up

dimension
String Dimension Type. Enum options - METRICS_DIMENSION_METRIC_TIMESTAMP, METRICS_DIMENSION_COUNTRY, METRICS_DIMENSION_OS, METRICS_DIMENSION_URL, METRICS_DIMENSION_DEVTYPE, METRICS_DIMENSION_LANG, METRICS_DIMENSION_BROWSER, METRICS_DIMENSION_IPGROUP, METRICS_DIMENSION_ATTACK, METRICS_DIMENSION_ASN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dimension_id
String Dimension ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsGRPCAuthFailureDetails Up

peer (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsMissingDataInterval Up

end
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsQueryResponse Up

entity_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
id (optional)
String returns the ID specified in the query. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
limit (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
metric_entity (optional)
String Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
series (optional)
array[MetricsDataSeries] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
step (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
stop (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsRealTimeUpdate Up

duration (optional)
Integer Real time metrics collection duration in minutes. 0 for infinite. Special values are 0 - infinite. Unit is MIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
enabled
Boolean Enables real time metrics collection. When deactivated, 6 hour view is the most granular the system will track. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MustChecksInfo Up

check_code (optional)
String Syserr status code of the must check. Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
description (optional)
String Reason for must check failure. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
details (optional)
array[String] Additional details of the must check. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
duration (optional)
Integer Time taken to complete must check in seconds. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String Time at which execution of must check was completed. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_details (optional)
array[String] Error/Failure details of the must check. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
start_time (optional)
String Time at which execution of must check was started. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
String The must check operations current fsm-state. Enum options - UPGRADE_FSM_INIT, UPGRADE_FSM_STARTED, UPGRADE_FSM_WAITING, UPGRADE_FSM_IN_PROGRESS, UPGRADE_FSM_ENQUEUED, UPGRADE_FSM_ERROR, UPGRADE_FSM_SUSPENDED, UPGRADE_FSM_ENQUEUE_FAILED, UPGRADE_FSM_PAUSED, UPGRADE_FSM_COMPLETED, UPGRADE_FSM_ABORT_IN_PROGRESS, UPGRADE_FSM_ABORTED, UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS, UPGRADE_PRE_CHECK_ERROR, UPGRADE_PRE_CHECK_WARNING. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NetworkSubnetClash Up

ip_nw
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

NetworkSubnetInfo Up

free (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
network_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
IpAddrPrefix Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
total (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
type (optional)
String Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
used (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

NsxtImageDetails Up

cc_id (optional)
String Cloud Id. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
image_version (optional)
String Image version. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vc_url (optional)
String VC url. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

NsxtSIEndpointDetails Up

endpoint (optional)
String VirtualEndpoint Path. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
segroup (optional)
String ServiceEngineGroup name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
services (optional)
array[String] Services where endpoint refers. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
targetIps (optional)
array[String] Endpoint Target IPs. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tier1 (optional)
String Tier1 path. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NsxtSIPolicyDetails Up

error_string (optional)
String Error message. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
policy (optional)
String RedirectPolicy Path. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
redirectTo (optional)
array[String] Traffic is redirected to this endpoints. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
scope (optional)
String Policy scope. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
segroup (optional)
String ServiceEngineGroup name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tier1 (optional)
String Tier1 path. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NsxtSIRuleDetails Up

action (optional)
String Rule Action. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
destexclude (optional)
Boolean Destinatios excluded or not. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
dests (optional)
array[String] Destination of redirection rule. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
direction (optional)
String Rule Direction. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool (optional)
String Pool name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
segroup (optional)
String ServiceEngineGroup name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
services (optional)
array[String] Services of redirection rule. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
sources (optional)
array[String] Sources of redirection rule. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NsxtSIServiceDetails Up

error_string (optional)
String Error message. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
service (optional)
String NSX-T ServiceInsertion service name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NsxtSetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
transportzone_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

NsxtT1Seg Up

segment (optional)
String NSX-T Segment. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tier1 (optional)
String NSX-T Tier1. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NsxtT1SegDetails Up

cc_id (optional)
String NSX-T cloud id. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
t1seg (optional)
array[NsxtT1Seg] NSX-T tier1(s) segment(s). Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

NtlmLog Up

ntlm_detected (optional)
Boolean Set to true, if request is detected to be NTLM. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ntlm_status (optional)
String Set the NTLM Status. Enum options - NTLM_AUTHENTICATION_SUCCESS, NTLM_UNAUTHORIZED, NTLM_NEGOTIATION, NTLM_AUTHENTICATION_FAILURE, NTLM_AUTHENTICATED_REQUESTS. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OAuthAppSettings Up

client_id
String Application specific identifier. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
client_secret
String Application specific identifier secret. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
oidc_config (optional)
OIDCConfig OpenID Connect specific configuration. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
scopes (optional)
array[String] Scope specified to give limited access to the app. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OAuthResourceServer Up

access_type
String Access token type. Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
introspection_data_timeout (optional)
Integer Lifetime of the cached introspection data. Allowed values are 0-1440. Special values are 0- No caching of introspection data. Field introduced in 22.1.3. Unit is MIN. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
jwt_params (optional)
JWTValidationParams Validation parameters to be used when access token type is JWT. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
opaque_token_params (optional)
OpaqueTokenValidationParams Validation parameters to be used when access token type is opaque. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OAuthSettings Up

app_settings (optional)
OAuthAppSettings Application-specific OAuth config. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
auth_profile_ref
String Auth Profile to use for validating users. It is a reference to an object of type AuthProfile. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
resource_server (optional)
OAuthResourceServer Resource Server OAuth config. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OAuthVSConfig Up

cookie_name (optional)
String HTTP cookie name for authorized session. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cookie_timeout (optional)
Integer HTTP cookie timeout for authorized session. Allowed values are 1-1440. Field introduced in 21.1.3. Unit is MIN. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
key (optional)
array[HttpCookiePersistenceKey] Key to generate the cookie. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
logout_uri (optional)
String URI which triggers OAuth logout. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
oauth_settings (optional)
array[OAuthSettings] Application and IDP settings for OAuth/OIDC. Field introduced in 21.1.3. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
post_logout_redirect_uri (optional)
String URI to which IDP will redirect to after the logout. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
redirect_uri (optional)
String Redirect URI specified in the request to Authorization Server. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OCISetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
compartment_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenancy (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcn_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OIDCConfig Up

oidc_enable (optional)
Boolean Adds openid as one of the scopes enabling OpenID Connect flow. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
profile (optional)
Boolean Fetch profile information by enabling profile scope. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
userinfo (optional)
Boolean Fetch profile information from Userinfo Endpoint. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OauthLog Up

authn_rule_match (optional)
AuthnRuleMatch Authentication policy rule match. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
authz_rule_match (optional)
AuthzRuleMatch Authorization policy rule match. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
is_session_cookie_expired (optional)
Boolean OAuth SessionCookie expired. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
jwks_subrequest (optional)
OauthSubRequestLog Subrequest info related to fetching jwks keys from jwks uri endpoint. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
oauth_state (optional)
String OAuth state. Enum options - OAUTH_STATE_CLIENT_IDP_HANDSHAKE_REDIRECT, OAUTH_STATE_CLIENT_IDP_HANDSHAKE_FAIL, OAUTH_STATE_TOKEN_EXCHANGE_REQUEST, OAUTH_STATE_TOKEN_EXCHANGE_RESPONSE, OAUTH_STATE_TOKEN_INTROSPECTION_REQUEST, OAUTH_STATE_TOKEN_INTROSPECTION_RESPONSE, OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
String OAuth request State to avoid CSRF atatcks. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
token_exchange_subrequest (optional)
OauthSubRequestLog Subrequest info related to the code exchange flow. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
token_introspection_subrequest (optional)
OauthSubRequestLog Subrequest info related to Token Introspection. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
token_refresh_subrequest (optional)
OauthSubRequestLog Subrequest info related to refresh access Token flow. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
userinfo_subrequest (optional)
OauthSubRequestLog Subrequest info related to fetching userinfo from userinfo endpoint. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OauthSubRequestLog Up

error_code (optional)
String Error code. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_description (optional)
String Error description. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
sub_request_log (optional)
SubRequestLog Subrequest info related to the Oauth flow. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OmittedWafLogStats Up

match_elements (optional)
Integer The total count of omitted match element logs in all rules. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
rules (optional)
Integer The total count of omitted rule logs. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

OpaqueTokenValidationParams Up

server_id
String Resource server specific identifier used to validate against introspection endpoint when access token is opaque. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_secret
String Resource server specific password/secret. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OpenStackApiVersionCheckFailure Up

cc_id (optional)
String Cloud UUID. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_name (optional)
String Cloud name. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Failure reason containing expected API version and actual version. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackClusterSetup Up

admin_tenant (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
auth_url (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
keystone_host
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
privilege (optional)
String Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackIpChange Up

error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac_addr (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackLbPluginOp Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
command
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
detail (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
elapsed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prov
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
result (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackLbProvAuditCheck Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
detail (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
elapsed (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
result (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackSeVmChange Up

error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackSyncServices Up

error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpenStackVnicChange Up

error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac_addrs (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_vm_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OperationalStatus Up

last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
reason_code_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

OpsHistory Up

duration (optional)
Integer Duration of Upgrade operation in seconds. Field introduced in 20.1.4. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String End time of Upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ops (optional)
String Upgrade operation performed. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
patch_version (optional)
String Patch after the upgrade operation. . Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_upgrade_events (optional)
array[SeUpgradeEvents] ServiceEngineGroup/SE events for upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
seg_status (optional)
SeGroupStatus SeGroup status for the upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
start_time (optional)
String Start time of Upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
UpgradeOpsState Upgrade operation status. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
statediff_ref (optional)
String Record of Pre/Post snapshot captured for current upgrade operation. It is a reference to an object of type StatediffOperation. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
upgrade_events (optional)
array[EventMap] Controller events for Upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
version (optional)
String Image after the upgrade operation. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

OutOfBandRequestLog Up

ds_req_logs (optional)
array[DSRequestLog] Logs for out-of-band requests sent from the DataScript. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

PGDeploymentRule Up

metric_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
operator (optional)
String Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
threshold (optional)
Double metric threshold that is used as the pass fail. If it is not provided then it will simply compare it with current pool vs new pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

PGDeploymentRuleResult Up

metric_value (optional)
Double Metric value that is used as the pass fail. If it is not provided then it will simply compare it with current pool vs new pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
result (optional)
Boolean Whether rule passed or failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule
PGDeploymentRule Rule used for evaluation. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PaaLog Up

cache_hit (optional)
Boolean PingAccess Agent cache was used for authentication. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
client_request_body_sent (optional)
Boolean The PingAccess server required the client request body for authentication. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_logs (optional)
array[PaaRequestLog] Logs for each request sent to PA server to completeauthentication for the initial request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PaaRequestLog Up

headers_received_from_server (optional)
String Response headers received from PingAccess server. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
headers_sent_to_server (optional)
String Request headers sent to PingAccess server. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
http_version (optional)
String The http version of the request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
method (optional)
String The http method of the request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_name (optional)
String The name of the pool that was used for the request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
response_code (optional)
Integer The response code received from the PingAccess server. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
server_ip (optional)
Integer The IP of the server that was sent the request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
servers_tried (optional)
Integer Number of servers tried during server reselect before the response is sent back. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
uri_path (optional)
String The uri of the request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ParamInURI Up

param_name (optional)
String Param name in hitted signature rule match_element. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
value (optional)
String Param value in hitted signature rule match_element. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ParamsInURI Up

param_info (optional)
array[ParamInURI] Params info in hitted signature rule which has ARGS match element. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

PatchData Up

patch_image_path (optional)
String Image path of current patch image. . Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_image_ref (optional)
String Image uuid for identifying the patch. It is a reference to an object of type Image. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_version (optional)
String Patch version. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PathMatch Up

match_case (optional)
String Case sensitivity to use for the matching. Enum options - SENSITIVE, INSENSITIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for matching the path in the HTTP request URI. Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- BEGINS_WITH,DOES_NOT_BEGIN_WITH,CONTAINS,DOES_NOT_CONTAIN,ENDS_WITH,DOES_NOT_END_WITH,EQUALS,DOES_NOT_EQUAL), Basic edition(Allowed values- BEGINS_WITH,DOES_NOT_BEGIN_WITH,CONTAINS,DOES_NOT_CONTAIN,ENDS_WITH,DOES_NOT_END_WITH,EQUALS,DOES_NOT_EQUAL), Enterprise with Cloud Services edition.
match_decoded_string (optional)
Boolean Match against the decoded URI path. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_str (optional)
array[String] String values. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
string_group_refs (optional)
array[String] UUID of the string group(s). It is a reference to an object of type StringGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PerformanceLimits Up

max_concurrent_connections (optional)
Integer The maximum number of concurrent client conections allowed to the Virtual Service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_throughput (optional)
Integer The maximum throughput per second for all clients allowed through the client side of the Virtual Service per SE. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

PoolDeploymentFailureInfo Up

curr_in_service_pool_name (optional)
String Curent in-service pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
curr_in_service_pool_ref (optional)
String Curent in service pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ratio (optional)
Integer Operational traffic ratio for the pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
results (optional)
array[PGDeploymentRuleResult] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Pool's ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_reason (optional)
String Reason returned in webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_result (optional)
Boolean Result of webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PoolDeploymentSuccessInfo Up

prev_in_service_pool_name (optional)
String Previous pool in service. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prev_in_service_pool_ref (optional)
String Previous pool in service. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ratio (optional)
Integer Operational traffic ratio for the pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
results (optional)
array[PGDeploymentRuleResult] List of results for each deployment rule. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Pool's ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_reason (optional)
String Reason returned in webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_result (optional)
Boolean Result of webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PoolDeploymentUpdateInfo Up

deployment_state (optional)
String Pool deployment state used with the PG deployment policy. Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
evaluation_duration (optional)
Integer Evaluation period for deployment update. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ratio (optional)
Integer Operational traffic ratio for the pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
results (optional)
array[PGDeploymentRuleResult] List of results for each deployment rule. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Member Pool's ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_reason (optional)
String Reason returned in webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
webhook_result (optional)
Boolean Result of webhook callback when configured. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PortMatch Up

match_criteria
String Criterion to use for port matching the HTTP request. Enum options - IS_IN, IS_NOT_IN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ports (optional)
array[Integer] Listening TCP port(s). Allowed values are 1-65535. Minimum of 1 items required. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ProtocolMatch Up

match_criteria
String Criterion to use for protocol matching the HTTP request. Enum options - IS_IN, IS_NOT_IN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
protocols
String HTTP or HTTPS protocol. Enum options - HTTP, HTTPS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

PsmProgramDetails Up

error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

QueryMatch Up

match_case (optional)
String Case sensitivity to use for the match. Enum options - SENSITIVE, INSENSITIVE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_criteria
String Criterion to use for matching the query in HTTP request URI. Enum options - QUERY_MATCH_CONTAINS, QUERY_MATCH_DOES_NOT_CONTAIN, QUERY_MATCH_EXISTS, QUERY_MATCH_DOES_NOT_EXIST, QUERY_MATCH_BEGINS_WITH, QUERY_MATCH_DOES_NOT_BEGIN_WITH, QUERY_MATCH_ENDS_WITH, QUERY_MATCH_DOES_NOT_END_WITH, QUERY_MATCH_EQUALS, QUERY_MATCH_DOES_NOT_EQUAL, QUERY_MATCH_REGEX_MATCH, QUERY_MATCH_REGEX_DOES_NOT_MATCH. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_decoded_string (optional)
Boolean Match against the decoded URI query. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_str (optional)
array[String] String value(s). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
string_group_refs (optional)
array[String] UUID of the string group(s). It is a reference to an object of type StringGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RateLimiter Up

burst_sz (optional)
Integer Maximum number of connections, requests or packets to be let through instantaneously. If this is less than count, it will have no effect. Allowed values are 0-1000000000. Field introduced in 18.2.9. Allowed in Enterprise edition with any value, Basic edition(Allowed values- 0), Essentials, Enterprise with Cloud Services edition. format: int32
count
Integer Maximum number of connections, requests or packets permitted each period. Allowed values are 1-1000000000. Field introduced in 18.2.9. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
name (optional)
String Identifier for Rate Limit. Constructed according to context. Field introduced in 18.2.9. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
period
Integer Time value in seconds to enforce rate count. Allowed values are 1-1000000000. Field introduced in 18.2.9. Unit is SEC. Allowed in Enterprise edition with any value, Basic edition(Allowed values- 1), Essentials, Enterprise with Cloud Services edition. format: int32

RateLimiterAction Up

file (optional)
HTTPLocalFile File to be used for HTTP Local response rate limit action. Allowed in Enterprise edition with any value, Essentials, Enterprise with Cloud Services edition.
redirect (optional)
HTTPRedirectAction Parameters for HTTP Redirect rate limit action. Allowed in Enterprise edition with any value, Essentials, Enterprise with Cloud Services edition.
status_code (optional)
String HTTP status code for Local Response rate limit action. Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. Allowed in Enterprise edition with any value, Basic edition(Allowed values- HTTP_LOCAL_RESPONSE_STATUS_CODE_429), Essentials, Enterprise with Cloud Services edition.
type (optional)
String Type of action to be enforced upon hitting the rate limit. Enum options - RL_ACTION_NONE, RL_ACTION_DROP_CONN, RL_ACTION_RESET_CONN, RL_ACTION_CLOSE_CONN, RL_ACTION_LOCAL_RSP, RL_ACTION_REDIRECT. Allowed in Enterprise edition with any value, Basic edition(Allowed values- RL_ACTION_NONE,RL_ACTION_DROP_CONN), Essentials, Enterprise with Cloud Services edition.

RateLimiterEventDetails Up

error_message (optional)
String Rate limiter error message. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rl_resource_name (optional)
String Name of the rate limiter. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rl_resource_type (optional)
String Rate limiter type. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Status. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RateProfile Up

action
RateLimiterAction Action to perform upon rate limiting. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
explicit_tracking (optional)
Boolean Explicitly tracks an attacker across rate periods. Allowed in Enterprise edition with any value, Basic edition(Allowed values- false), Essentials, Enterprise with Cloud Services edition.
fine_grain (optional)
Boolean Enable fine granularity. Allowed in Enterprise edition with any value, Basic edition(Allowed values- false), Essentials, Enterprise with Cloud Services edition.
http_cookie (optional)
String HTTP cookie name. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Enterprise with Cloud Services edition.
http_header (optional)
String HTTP header name. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Enterprise with Cloud Services edition.
rate_limiter (optional)
RateLimiter The rate limiter configuration for this rate profile. Field introduced in 18.2.9. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RebalanceMigrateEventDetails Up

migrate_params (optional)
VsMigrateParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RebalanceScaleinEventDetails Up

scalein_params (optional)
VsScaleinParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RebalanceScaleoutEventDetails Up

scaleout_params (optional)
VsScaleoutParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ReplaceStringVar Up

type (optional)
String Type of replacement string - can be a variable exposed from datascript, value of an HTTP variable, a custom user-input literal string, or a string with all three combined. Enum options - DATASCRIPT_VAR, AVI_VAR, LITERAL_STRING, COMBINATION_STRING. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
val (optional)
String Value of the replacement string - name of variable exposed from datascript, name of the HTTP header, a custom user-input literal string, or a string with all three combined. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ReportDetail Up

name (optional)
String Name of the node such as cluster name, se group name or se name. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
node_ref (optional)
String UUID Identifier for the node such as cluster, se group or se. It is a reference to an object of type UpgradeStatusInfo. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
node_type (optional)
String Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
obj_cloud_ref (optional)
String Cloud that this object belongs to. It is a reference to an object of type Cloud. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
system_readiness (optional)
UpgradeReadinessCheckObj System readiness check detail. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ReportEvent Up

duration (optional)
Integer Time taken to complete event in seconds. Field introduced in 22.1.6. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String Event end time. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
event_name (optional)
String Name representing the event. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
messages (optional)
array[String] Event message if any. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
start_time (optional)
String Event start time. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
String Event status. Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ReportOpsState Up

last_changed_time (optional)
TimeStamp The last time the state changed. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Descriptive reason for the state-change. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
String The system operation's current fsm-state. Enum options - SYSTEM_REPORT_STARTED, SYSTEM_REPORT_IN_PROGRESS, SYSTEM_REPORT_SUCCESS, SYSTEM_REPORT_WARNING, SYSTEM_REPORT_ERROR. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ReportSummary Up

description (optional)
String Detailed description of the report. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
previews (optional)
array[String] Preview of the operations performed in the report. Ex Upgrade Pre-check Previews. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
title (optional)
String User friendly title for the report. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

RmAddNetworksEventDetails Up

networks (optional)
array[RmAddVnic] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmAddVnic Up

mac_addr (optional)
String mac_addr associated with the network. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
network_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmBindVsSeEventDetails Up

ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[String] List of placement_networks configured on this interface. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
primary (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
standby (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_vnics (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmDeleteSeEventDetails Up

cloud_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_cookie (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status_code (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

RmModifyNetworksEventDetails Up

networks (optional)
array[RmModifyVnic] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmModifyVnic Up

mac_addr (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmRebootSeEventDetails Up

reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmSeBootupFailEventDetails Up

host_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmSeIpFailEventDetails Up

host_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[RmAddVnic] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmSpawnSeEventDetails Up

availability_zone (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flavor_name (optional)
String Field introduced in 20.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
memory (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
network_names (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_cookie (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status_code (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RmUnbindVsSeEventDetails Up

ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

RoleFilterMatchLabel Up

key
String Key for filter match. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
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. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

RspContentRewriteRule Up

enable (optional)
Boolean Enable rewrite rule on response body. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
index (optional)
Integer Index of the response rewrite rule. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
name (optional)
String Name of the response rewrite rule. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pairs (optional)
array[SearchReplacePair] List of search-and-replace string pairs for the response body. For eg. Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

RuleInfo Up

matches (optional)
array[Matches] URI hitted signature rule matches. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_group_id (optional)
String URI hitted signature rule group id. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_id (optional)
String URI hitted signature rule id. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SAMLSPConfig Up

acs_index (optional)
Integer Index to be used in the AssertionConsumerServiceIndex attribute of the Authentication request, if the authn_req_acs_type is set to Use AssertionConsumerServiceIndex. Allowed values are 0-64. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
authn_req_acs_type
String Option to set the ACS attributes in the AuthnRequest . Enum options - SAML_AUTHN_REQ_ACS_TYPE_URL, SAML_AUTHN_REQ_ACS_TYPE_INDEX, SAML_AUTHN_REQ_ACS_TYPE_NONE. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cookie_name (optional)
String HTTP cookie name for authenticated session. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cookie_timeout (optional)
Integer Cookie timeout in minutes. Allowed values are 1-1440. Field introduced in 18.2.3. Unit is MIN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
entity_id
String Globally unique SAML entityID for this node. The SAML application entity ID on the IDP should match this. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
key (optional)
array[HttpCookiePersistenceKey] Key to generate the cookie. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
signing_ssl_key_and_certificate_ref (optional)
String SP will use this SSL certificate to sign requests going to the IdP and decrypt the assertions coming from IdP. It is a reference to an object of type SSLKeyAndCertificate. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
single_signon_url
String SAML Single Signon endpoint to receive the Authentication response. This also specifies the destination endpoint to be configured for this application on the IDP. If the authn_req_acs_type is set to 'Use AssertionConsumerServiceURL', this endpoint will be sent in the AssertionConsumerServiceURL attribute of the Authentication request. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sp_metadata (optional)
String SAML SP metadata for this application. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
use_idp_session_timeout (optional)
Boolean By enabling this field IdP can control how long the SP session can exist through the SessionNotOnOrAfter field in the AuthNStatement of SAML Response. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLCipherList Up

identified_ciphers (optional)
array[String] List of ciphers from the client's SSL cipher list that could be identified. The ciphers are represented by their RFC name. Enum options - AVI_TLS_NULL_WITH_NULL_NULL, AVI_TLS_RSA_WITH_NULL_MD5, AVI_TLS_RSA_WITH_NULL_SHA, AVI_TLS_RSA_EXPORT_WITH_RC4_40_MD5, AVI_TLS_RSA_WITH_RC4_128_MD5, AVI_TLS_RSA_WITH_RC4_128_SHA, AVI_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5, AVI_TLS_RSA_WITH_IDEA_CBC_SHA, AVI_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_RSA_WITH_DES_CBC_SHA, AVI_TLS_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_DH_DSS_WITH_DES_CBC_SHA, AVI_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA, AVI_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_DH_RSA_WITH_DES_CBC_SHA, AVI_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_DHE_DSS_WITH_DES_CBC_SHA, AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA, AVI_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_DHE_RSA_WITH_DES_CBC_SHA, AVI_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5, AVI_TLS_DH_anon_WITH_RC4_128_MD5, AVI_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA, AVI_TLS_DH_anon_WITH_DES_CBC_SHA, AVI_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA, AVI_TLS_KRB5_WITH_DES_CBC_SHA, AVI_TLS_KRB5_WITH_3DES_EDE_CBC_SHA, AVI_TLS_KRB5_WITH_RC4_128_SHA, AVI_TLS_KRB5_WITH_IDEA_CBC_SHA, AVI_TLS_KRB5_WITH_DES_CBC_MD5, AVI_TLS_KRB5_WITH_3DES_EDE_CBC_MD5, AVI_TLS_KRB5_WITH_RC4_128_MD5, AVI_TLS_KRB5_WITH_IDEA_CBC_MD5, AVI_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA, AVI_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA, AVI_TLS_KRB5_EXPORT_WITH_RC4_40_SHA, AVI_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5, AVI_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5, AVI_TLS_KRB5_EXPORT_WITH_RC4_40_MD5, AVI_TLS_PSK_WITH_NULL_SHA, AVI_TLS_DHE_PSK_WITH_NULL_SHA, AVI_TLS_RSA_PSK_WITH_NULL_SHA, AVI_TLS_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_DH_DSS_WITH_AES_128_CBC_SHA, AVI_TLS_DH_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_DHE_DSS_WITH_AES_128_CBC_SHA, AVI_TLS_DHE_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_DH_anon_WITH_AES_128_CBC_SHA, AVI_TLS_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_DH_DSS_WITH_AES_256_CBC_SHA, AVI_TLS_DH_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_DHE_DSS_WITH_AES_256_CBC_SHA, AVI_TLS_DHE_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_DH_anon_WITH_AES_256_CBC_SHA, AVI_TLS_RSA_WITH_NULL_SHA256, AVI_TLS_RSA_WITH_AES_128_CBC_SHA256, AVI_TLS_RSA_WITH_AES_256_CBC_SHA256, AVI_TLS_DH_DSS_WITH_AES_128_CBC_SHA256, AVI_TLS_DH_RSA_WITH_AES_128_CBC_SHA256, AVI_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, AVI_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA, AVI_TLS_RSA_EXPORT1024_WITH_RC4_56_MD5, AVI_TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5, AVI_TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA, AVI_TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA, AVI_TLS_RSA_EXPORT1024_WITH_RC4_56_SHA, AVI_TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA, AVI_TLS_DHE_DSS_WITH_RC4_128_SHA, AVI_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, AVI_TLS_DH_DSS_WITH_AES_256_CBC_SHA256, AVI_TLS_DH_RSA_WITH_AES_256_CBC_SHA256, AVI_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, AVI_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, AVI_TLS_DH_anon_WITH_AES_128_CBC_SHA256, AVI_TLS_DH_anon_WITH_AES_256_CBC_SHA256, AVI_TLS_GOSTR341094_WITH_28147_CNT_IMIT, AVI_TLS_GOSTR341001_WITH_28147_CNT_IMIT, AVI_TLS_GOSTR341001_WITH_NULL_GOSTR3411, AVI_TLS_GOSTR341094_WITH_NULL_GOSTR3411, AVI_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA, AVI_TLS_PSK_WITH_RC4_128_SHA, AVI_TLS_PSK_WITH_3DES_EDE_CBC_SHA, AVI_TLS_PSK_WITH_AES_128_CBC_SHA, AVI_TLS_PSK_WITH_AES_256_CBC_SHA, AVI_TLS_RSA_WITH_SEED_CBC_SHA, AVI_TLS_DH_DSS_WITH_SEED_CBC_SHA, AVI_TLS_DH_RSA_WITH_SEED_CBC_SHA, AVI_TLS_DHE_DSS_WITH_SEED_CBC_SHA, AVI_TLS_DHE_RSA_WITH_SEED_CBC_SHA, AVI_TLS_DH_anon_WITH_SEED_CBC_SHA, AVI_TLS_RSA_WITH_AES_128_GCM_SHA256, AVI_TLS_RSA_WITH_AES_256_GCM_SHA384, AVI_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, AVI_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, AVI_TLS_DH_RSA_WITH_AES_128_GCM_SHA256, AVI_TLS_DH_RSA_WITH_AES_256_GCM_SHA384, AVI_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, AVI_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, AVI_TLS_DH_DSS_WITH_AES_128_GCM_SHA256, AVI_TLS_DH_DSS_WITH_AES_256_GCM_SHA384, AVI_TLS_DH_anon_WITH_AES_128_GCM_SHA256, AVI_TLS_DH_anon_WITH_AES_256_GCM_SHA384, AVI_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_AES_128_GCM_SHA256, AVI_TLS_AES_256_GCM_SHA384, AVI_TLS_CHACHA20_POLY1305_SHA256, AVI_TLS_EMPTY_RENEGOTIATION_INFO_SCSV, AVI_TLS_ECDH_ECDSA_WITH_NULL_SHA, AVI_TLS_ECDH_ECDSA_WITH_RC4_128_SHA, AVI_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, AVI_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, AVI_TLS_ECDHE_ECDSA_WITH_NULL_SHA, AVI_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, AVI_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, AVI_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, AVI_TLS_ECDH_RSA_WITH_NULL_SHA, AVI_TLS_ECDH_RSA_WITH_RC4_128_SHA, AVI_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_ECDHE_RSA_WITH_NULL_SHA, AVI_TLS_ECDHE_RSA_WITH_RC4_128_SHA, AVI_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_ECDH_anon_WITH_NULL_SHA, AVI_TLS_ECDH_anon_WITH_RC4_128_SHA, AVI_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDH_anon_WITH_AES_128_CBC_SHA, AVI_TLS_ECDH_anon_WITH_AES_256_CBC_SHA, AVI_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA, AVI_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA, AVI_TLS_SRP_SHA_WITH_AES_128_CBC_SHA, AVI_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, AVI_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, AVI_TLS_SRP_SHA_WITH_AES_256_CBC_SHA, AVI_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, AVI_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, AVI_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, AVI_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, AVI_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, AVI_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, AVI_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, AVI_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, AVI_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, AVI_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, AVI_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, AVI_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, AVI_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, AVI_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, AVI_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, AVI_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, AVI_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, AVI_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, AVI_TLS_ECDHE_PSK_WITH_RC4_128_SHA, AVI_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA, AVI_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA, AVI_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA, AVI_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256, AVI_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384, AVI_TLS_ECDHE_PSK_WITH_NULL_SHA, AVI_TLS_ECDHE_PSK_WITH_NULL_SHA256, AVI_TLS_ECDHE_PSK_WITH_NULL_SHA384, AVI_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256, AVI_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384, AVI_TLS_RSA_WITH_AES_128_CCM, AVI_TLS_RSA_WITH_AES_256_CCM, AVI_TLS_DHE_RSA_WITH_AES_128_CCM, AVI_TLS_DHE_RSA_WITH_AES_256_CCM, AVI_TLS_RSA_WITH_AES_128_CCM_8, AVI_TLS_RSA_WITH_AES_256_CCM_8, AVI_TLS_DHE_RSA_WITH_AES_128_CCM_8, AVI_TLS_DHE_RSA_WITH_AES_256_CCM_8, AVI_TLS_PSK_WITH_AES_128_CCM, AVI_TLS_PSK_WITH_AES_256_CCM, AVI_TLS_DHE_PSK_WITH_AES_128_CCM, AVI_TLS_DHE_PSK_WITH_AES_256_CCM, AVI_TLS_PSK_WITH_AES_128_CCM_8, AVI_TLS_PSK_WITH_AES_256_CCM_8, AVI_TLS_PSK_DHE_WITH_AES_128_CCM_8, AVI_TLS_PSK_DHE_WITH_AES_256_CCM_8, AVI_TLS_ECDHE_ECDSA_WITH_AES_128_CCM, AVI_TLS_ECDHE_ECDSA_WITH_AES_256_CCM, AVI_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8, AVI_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8, AVI_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, AVI_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, AVI_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, AVI_TLS_GOSTR341094_RSA_WITH_28147_CNT_MD5, AVI_TLS_RSA_WITH_28147_CNT_GOST94. Field introduced in 18.1.4, 18.2.1. Maximum of 255 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
unidentified_ciphers (optional)
array[String] List of ciphers from the client's SSL cipher list, that could not be identified. The ciphers are represented by their RFC 2 byte hex value. Field introduced in 18.1.4, 18.2.1. Maximum of 255 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLExpireDetails Up

days_left (optional)
Integer Number of days until certificate is expired. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
name (optional)
String Name of SSL Certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLExportDetails Up

user (optional)
String Request user. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLIgnoredDetails Up

name (optional)
String Name of SSL Certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for ignoring certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLProfileSelector Up

client_ip_list
IpAddrMatch Configure client IP address groups. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_profile_ref
String SSL profile for the client IP addresses listed. It is a reference to an object of type SSLProfile. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLRenewDetails Up

name (optional)
String Name of SSL Certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLRenewFailedDetails Up

error (optional)
String Error when renewing certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Name of SSL Certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSLRevokedDetails Up

name (optional)
String Name of SSL Certificate. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Certificate revocation reason provided by OCSP Responder. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSOPolicy Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
authentication_policy (optional)
AuthenticationPolicy Authentication Policy Settings. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
authorization_policy (optional)
AuthorizationPolicy Authorization Policy Settings. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
configpb_attributes (optional)
ConfigPbAttributes Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
markers (optional)
array[RoleFilterMatchLabel] List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
name
String Name of the SSO Policy. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String UUID of the Tenant. It is a reference to an object of type Tenant. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String SSO Policy Type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String UUID of the SSO Policy. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SSOPolicyApiResponse Up

count
Integer format: int32
results
next (optional)

SamlAttribute Up

attr_name (optional)
String SAML Attribute name. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attr_values (optional)
array[String] SAML Attribute values. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SamlAuthnRuleMatch Up

saml_authn_matched_rule_action (optional)
String Name of the executed SAML Authentication rule Action. Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_authn_matched_rule_name (optional)
String Name of the matched SAML Authentication rule. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SamlAuthzRuleMatch Up

saml_authz_matched_rule_action (optional)
String Name of the executed SAML Authorization rule Action. Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_authz_matched_rule_name (optional)
String Name of the matched SAML Authorization rule. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SamlLog Up

is_saml_authentication_used (optional)
Boolean Set to True if SAML Authentication is used. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_attribute_lists (optional)
array[SamlAttribute] SAML Attribute list. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_auth_status (optional)
String Saml Authentication Status. Enum options - SAML_AUTH_STATUS_UNAVAILABLE, SAML_AUTH_STATUS_UNAUTH_GET_REQUEST, SAML_AUTH_STATUS_UNAUTH_REQ_UNSUPPORTED_METHOD, SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, SAML_AUTH_STATUS_AUTHORIZATION_FAILED. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_authn_rule_match (optional)
SamlAuthnRuleMatch SAML Authentication rule match. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_authz_rule_match (optional)
SamlAuthzRuleMatch SAML Authorization rule match. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saml_session_cookie_expired (optional)
Boolean Is set when SAML session cookie is expired. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
userid (optional)
String SAML userid. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ScaleStatus Up

action (optional)
String Enum options - OTHER, CREATE, READ, UPDATE, DELETE, SCALE_OUT, SCALE_IN, SE_REMOVED, SE_DISCONNECT, SE_RECONNECT, WARM_RESTART, COLD_RESTART, UPDATE_LOGMGR_MAP, MIGRATE_SCALEOUT, MIGRATE_SCALEIN, INITIAL_PLACEMENT, ROTATE_KEYS, GLB_MGR_UPDATE, UPDATE_DNS_RECORDS, SCALEOUT_ADMINUP, SCALEIN_ADMINDOWN, SCALEOUT_READY, SCALEIN_READY, SE_PRERELEASED, SE_ADDED, SE_PRERELEASE, SE_SCALING_IN, SE_DELETING, SE_PRERELEASE_FAILED, SE_SCALEOUT_FAILED, SCALEOUT_ROLLEDBACK, RSRC_UPDATE, SE_UPDATED, GLB_MGR_UPDATE_GS_STATUS, NEW_PRIMARY, SE_FORCE_RELEASE, SWITCHOVER, SE_ASSIGN_NO_CHANGE, GLB_MGR_DNS_GEO_UPDATE, GLB_MGR_DNS_CLEANUP, NEW_STANDBY, CONNECTED, NOT_CONNECTED, NOT_AT_CURR_VERSION, AT_CURR_VERSION, ATTACH_IP_SUCCESS, SEGROUP_CHANGED, VS_ENABLED, VS_DISABLED, UPDATE_DURING_WARMSTART, RSRC_UPDATE_DURING_WARMSTART, WARMSTART_PARENT_NOT_FOUND, WARMSTART_PARENT_SELIST_MISMATCH, WARMSTART_PARENT_SEGROUP_MISMATCH, WARMSTART_RESYNC_SENT, WARMSTART_RESYNC_RESPONSE, RPC_TO_RESMGR_FAILED, SCALEOUT_READY_IGNORED, SCALEOUT_READY_TIMEDOUT, SCALEOUT_READY_DISCONNECTED, FORCE_SCALEIN_POST_WARMSTART, MIGRATE_SCALEIN_SKIPPED, MIGRATE_DISRUPTED, APIC_PLACEMENT, SE_VIP_MAC_UPDATE, MIN_SCALEOUT_UPDATED, VIP_CHANGE_DISRUPTIVE, POOL_CHANGE_DISRUPTIVE, ECMP_CHANGE_DISRUPTIVE, ENABLE_RHI_CHANGE_DISRUPTIVE, VIP_AS_SNAT_CHANGE_DISRUPTIVE, SE_GROUP_CHANGE_DISRUPTIVE, PARENT_VS_CHANGE_DISRUPTIVE, SNAT_POOL_CHANGE_DISRUPTIVE, UNSET_USE_VIP_AS_SNAT, SE_MGMTIP_CHANGE, TRAFFIC_ENABLED, TRAFFIC_DISABLED, SCALEIN_READY_TIMEDOUT, SE_READY, SE_READY_TIMEDOUT, NEW_PRIMARY_READY, NEW_PRIMARY_READY_TIMEDOUT, ATTACH_IP_IN_PROG, ATTACH_IP_TIMEDOUT, DETACH_IP_SUCCESS, DETACH_IP_IN_PROG, DETACH_IP_TIMEDOUT, CLEAR_ADMIN_DOWN, MULTIPLE_PRIMARY, BGP_PEER_LABELS_CHANGE_DISRUPTIVE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
action_success (optional)
Boolean Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
end_time_str (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_se_assigned (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se_requested (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
placement_read_fail_cnt (optional)
Integer Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition. format: int32
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
reason_code_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scale_se (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_time_str (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Enum options - SCALEOUT_PROCESSING, SCALEOUT_AWAITING_SE_ASSIGNMENT, SCALEOUT_AWAITING_ADMINUP, SCALEOUT_CREATING_SE, SCALEOUT_ADMINUP_AWAITING_CLOUD_ATTACH, SCALEOUT_RESOURCES, SCALEOUT_AWAITING_CLOUD_ATTACH, SCALEOUT_AWAITING_SE_PROGRAMMING, SCALEOUT_AWAITING_SE_READY, SCALEOUT_WAIT_FOR_SE_READY, SCALEOUT_SUCCESS, SCALEOUT_ERROR, SCALEOUT_ROLLBACK, SCALEOUT_ERROR_DISABLED, SCALEIN_AWAITING_SE_READY, SCALEIN_AWAITING_SE_PRE_RELEASE, SCALEIN_AWAITING_PRIMARY_SWITCHOVER, SCALEIN_AWAITING_SE_PROGRAMMING, SCALEIN_AWAITING_CLOUD_DETACH, SCALEIN_WAIT_FOR_SE_READY, SCALEIN_AWAITING_SE_RELEASE, SCALEIN_SUCCESS, SCALEIN_AWAITING_PRIMARY_ATTACH, SCALEIN_ERROR, SCALEIN_ADMINDOWN_AWAITING_CLOUD_DETACH, MIGRATE_SCALEOUT_AWAITING_SE_ASSIGNMENT, MIGRATE_SCALEOUT_CREATING_SE, MIGRATE_SCALEOUT_AWAITING_CLOUD_ATTACH, MIGRATE_SCALEOUT_RESOURCES, MIGRATE_SCALEOUT_AWAITING_SE_PROGRAMMING, MIGRATE_SCALEOUT_WAIT_FOR_SE_READY, MIGRATE_SCALEOUT_AWAITING_SE_READY, MIGRATE_SCALEOUT_SUCCESS, MIGRATE_SCALEOUT_ROLLBACK, MIGRATE_SCALEOUT_ERROR, MIGRATE_SCALEIN_AWAITING_SE_PRE_RELEASE, MIGRATE_SCALEIN_AWAITING_SE_PROGRAMMING, MIGRATE_SCALEIN_WAIT_FOR_SE_READY, MIGRATE_SCALEIN_AWAITING_CLOUD_DETACH, MIGRATE_SCALEIN_AWAITING_SE_RELEASE, MIGRATE_SCALEIN_AWAITING_PRIMARY_SWITCHOVER, MIGRATE_SCALEIN_SUCCESS, MIGRATE_SCALEIN_ERROR, MIGRATE_SCALEIN_AWAITING_PRIMARY_ATTACH, MIGRATE_SUCCESS, MIGRATE_ERROR, MIGRATE_SCALEIN_AWAITING_SE_READY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_placement_resolution_info (optional)
VipPlacementResolutionInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SchedulerActionDetails Up

backup_uri (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
control_script_output (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
execution_datestamp (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scheduler_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeBgpPeerDownDetails Up

message (optional)
String Message specific to the down condition. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
peer_ip
String IP address of BGP peer. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_name (optional)
String Name of Virtual Routing Context in which BGP is configured. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeBgpPeerStateChangeDetails Up

peer_ip
String IP address of BGP peer. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
peer_state
String BGP peer state. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_name (optional)
String Name of Virtual Routing Context in which BGP is configured. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeDebugModeEventDetail Up

description (optional)
String Description of the event. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_name (optional)
String Name of the SE, reporting this event. It is a reference to an object of type ServiceEngine. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE, responsible for this event. It is a reference to an object of type ServiceEngine. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SeDiscontinuousTimeChangeEventDetails Up

drift_time (optional)
Long Relative time drift between SE and controller in terms of microseconds. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
from_time (optional)
String Time stamp before the discontinuous jump in time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ntp_servers (optional)
String System Peer and Candidate NTP Servers active at the point of time jump. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Name of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_time (optional)
String Time stamp to which the time has discontinuously jumped. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeDupipEventDetails Up

local_mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
remote_mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnic_ip (optional)
String Vnic IP. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnic_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGatewayHeartbeatFailedDetails Up

gateway_ip
String IP address of gateway monitored. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_name (optional)
String Name of Virtual Routing Context in which this gateway is present. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_uuid (optional)
String UUID of the Virtual Routing Context in which this gateway is present. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGatewayHeartbeatSuccessDetails Up

gateway_ip
String IP address of gateway monitored. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_name (optional)
String Name of Virtual Routing Context in which this gateway is present. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_uuid (optional)
String UUID of the Virtual Routing Context in which this gateway is present. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGeoDbDetails Up

file_name (optional)
String Geo Db file name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
geo_db_profile_name (optional)
String Name of the Gslb Geo Db Profile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
geo_db_profile_ref (optional)
String UUID of the Gslb Geo Db Profile. It is a reference to an object of type GslbGeoDbProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for Gslb Geo Db failure. Enum options - NO_ERROR, FILE_ERROR, FILE_FORMAT_ERROR, FILE_NO_RESOURCES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String VIP id. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
virtual_service (optional)
String Virtual Service name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGroupOptions Up

action_on_error (optional)
String The error recovery action configured for a SE Group. Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
disruptive (optional)
Boolean Disable non-disruptive mechanism. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGroupResumeOptions Up

action_on_error (optional)
String The error recovery action configured for a SE Group. Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
disruptive (optional)
Boolean Allow disruptive mechanism. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_suspended (optional)
Boolean Skip upgrade on suspended SE(s). Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeGroupStatus Up

controller_version (optional)
String Controller version. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
disrupted_vs_ref (optional)
array[String] It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
duration (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
end_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enqueue_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ha_mode (optional)
String Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
in_progress (optional)
Boolean ServiceEngineGroup upgrade in progress. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
notes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se_with_no_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se_with_vs_not_scaledout (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se_with_vs_scaledout (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_vs_disrupted (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
progress (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_already_upgraded_at_start (optional)
array[String] ServiceEngines are already upgraded before the upgrade. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_disconnected_at_start (optional)
array[String] ServiceEngines in disconnected state before starting the upgrade. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ip_missing_at_start (optional)
array[String] ServiceEngines local ip not present before the upgrade. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_poweredoff_at_start (optional)
array[String] ServiceEngines in poweredoff state before the upgrade. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_reboot_in_progress_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_completed (optional)
array[String] ServiceEngines upgrade completed. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_errors (optional)
array[SeUpgradeEvents] ServiceEngineGroup upgrade errors. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_failed (optional)
array[String] ServiceEngines upgrade failed. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_in_progress (optional)
array[String] ServiceEngines upgrade in progress. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_not_started (optional)
array[String] ServiceEngines upgrade not started. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_skip_suspended (optional)
array[String] Service Engines that were in suspended state and were skipped upon Service Engine Group ugprade resumption. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_suspended (optional)
array[String] Service Engines which triggered Service Engine Group to be in suspended state. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_with_no_vs (optional)
array[String] It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_with_vs_not_scaledout (optional)
array[String] It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_with_vs_scaledout (optional)
array[String] It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_time (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
String Enum options - SE_UPGRADE_PREVIEW, SE_UPGRADE_IN_PROGRESS, SE_UPGRADE_COMPLETE, SE_UPGRADE_ERROR, SE_UPGRADE_PRE_CHECKS, SE_IMAGE_INSTALL, SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START, SE_UPGRADE_PAUSED, SE_UPGRADE_FAILED, SE_UPGRADE_VERSION_CHECKS, SE_UPGRADE_CONNECTIVITY_CHECKS, SE_UPGRADE_VERIFY_VERSION, SE_UPGRADE_SKIP_RESUME_OPS, SE_UPGRADE_SEMGR_DONE, SEGROUP_UPGRADE_NOT_STARTED, SEGROUP_UPGRADE_ENQUEUED, SEGROUP_UPGRADE_ENQUEUE_FAILED, SEGROUP_UPGRADE_IN_PROGRESS, SEGROUP_UPGRADE_COMPLETE, SEGROUP_UPGRADE_ERROR, SEGROUP_UPGRADE_SUSPENDED, VS_DISRUPTED, VS_SCALEIN, VS_SCALEIN_ERROR, VS_SCALEIN_ERROR_RPC_FAILED, VS_SCALEOUT, VS_SCALEOUT_ERROR, VS_SCALEOUT_ERROR_RPC_FAILED, VS_SCALEOUT_ERROR_SE_NOT_READY, VS_MIGRATE, VS_MIGRATE_ERROR, VS_MIGRATE_BACK, VS_MIGRATE_BACK_ERROR, VS_MIGRATE_BACK_NOT_NEEDED, VS_MIGRATE_ERROR_NO_CANDIDATE_SE, VS_MIGRATE_ERROR_RPC_FAILED, VS_MIGRATE_BACK_ERROR_SE_NOT_READY, VS_MIGRATE_BACK_ERROR_RPC_FAILED, SEGROUP_PAUSE_PLACEMENT, SEGROUP_RESUME_PLACEMENT, SEGROUP_CLOUD_DISCOVERY, SEGROUP_IMAGE_GENERATION, SEGROUP_IMAGE_COPY_INSTALL_TO_SES, SEGROUP_SERIAL_SE_UPGRADE, SEGROUP_PARALLEL_SE_UPGRADE, SEGROUP_V2_TO_V1_ROLLBACK, SEGROUP_FAILED_SE_ERROR_RECOVERY, SEGROUP_SE_CONNECTIVITY_CHECKS, SEGROUP_UPGRADE_START, SEGROUP_WAIT_FOR_WARM_START_DONE, SEGROUP_PRE_SNAPSHOT, SEGROUP_POST_SNAPSHOT, SEGROUP_WAIT_FOR_SNAPSHOT_COLLECTION. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
thread (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
traffic_status (optional)
String Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_errors (optional)
array[VsError] VirtualService errors during the SeGroup upgrade. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_migrate_in_progress_ref (optional)
array[String] It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_scalein_in_progress_ref (optional)
array[String] It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_scaleout_in_progress_ref (optional)
array[String] It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
worker (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHBEventDetails Up

hb_type (optional)
Integer HB Request/Response not received. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
remote_se_ref (optional)
String UUID of the SE with which Heartbeat failed. It is a reference to an object of type ServiceEngine. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reporting_se_ref (optional)
String UUID of the SE reporting this event. It is a reference to an object of type ServiceEngine. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String UUID of the virtual service which is placed on reporting-SE and remote-SE. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHbRecoveredEventDetails Up

hb_type (optional)
Integer Heartbeat Request/Response received. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
remote_se_ref (optional)
String UUID of the remote SE with which dataplane heartbeat recovered. It is a reference to an object of type ServiceEngine. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reporting_se_ref (optional)
String UUID of the SE reporting this event. It is a reference to an object of type ServiceEngine. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String UUID of a VS which is placed on reporting-SE and remote-SE. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHighEgressProcLatencyEventDetails Up

dispatcher_core (optional)
Integer Dispatcher core which received the packet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
event_count (optional)
Long Number of events in a 30 second interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
flow_core (optional)
array[Integer] Proxy core which processed the packet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
max_proxy_to_disp_queing_delay (optional)
Integer Proxy dequeue latency. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_name (optional)
String SE name. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String SE UUID. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHighIngressProcLatencyEventDetails Up

dispatcher_core (optional)
array[Integer] Dispatcher core which received the packet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
event_count (optional)
Long Number of events in a 30 second interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
flow_core (optional)
Integer Proxy core which processed the packet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_disp_to_proxy_queing_delay (optional)
Integer Proxy dequeue latency. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
max_dispatcher_proc_time (optional)
Integer Dispatcher processing latency. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_name (optional)
String SE name. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String SE UUID. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Deprecated in 22.1.1. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ref (optional)
String Deprecated in 22.1.1. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventGSDetails Up

gslb_service (optional)
String GslbService name. It is a reference to an object of type GslbService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ha_reason (optional)
String HA Compromised reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason Gslb Service is down. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Service Engine name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_uuid (optional)
String UUID of the event generator. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventGslbPoolDetails Up

gsgroup (optional)
String GslbService Pool name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_service (optional)
String Gslb service name. It is a reference to an object of type GslbService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gsmember (optional)
SeHmEventGslbPoolMemberDetails GslbService member details. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ha_reason (optional)
String HA Compromised reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Service Engine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_uuid (optional)
String UUID of the event generator. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventGslbPoolMemberDetails Up

app_info (optional)
array[AppInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
domain (optional)
String Domain name used to health monitor this member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
failure_code (optional)
String Gslb health monitor failure code. Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED, REMOTE_STATE, MAINTENANCE_RESPONSE_CODE_MATCH, MAINTENANCE_PAYLOAD_CONTENT_MATCH, CHUNKED_RESPONSE_PAYLOAD_NOT_FOUND, GSLB_POOL_MEMBER_DOWN, GSLB_POOL_MEMBER_DISABLED, GSLB_POOL_MEMBER_STATE_UNKNOWN, INSUFFICIENT_HEALTH_MONITORS_UP, GSLB_POOL_MEMBER_REMOTE_STATE_UNKNOWN, RESPONSE_BUFFER_OVERFLOW, REQUEST_BUFFER_OVERFLOW, SERVER_AUTHENTICATION_ERR, INITIALIZATION_ERR, EXT_HM_ERROR. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr IP address of GslbService member. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
shm (optional)
array[SeHmEventShmDetails] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_error_code (optional)
String Enum options - ADF_CLIENT_CONN_SETUP_REFUSED, ADF_SERVER_CONN_SETUP_REFUSED, ADF_CLIENT_CONN_SETUP_TIMEDOUT, ADF_SERVER_CONN_SETUP_TIMEDOUT, ADF_CLIENT_CONN_SETUP_FAILED_INTERNAL, ADF_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_CONN_SETUP_FAILED_BAD_PACKET, ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, ADF_CLIENT_SSL_HANDSHAKE_FAILURE, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED, ADF_IDLE_TIMEDOUT, ADF_CLIENT_CONNECTION_CLOSED_BEFORE_REQUEST, ADF_CLIENT_INCOMPLETE_DATA, ADF_CLIENT_CONN_STOPPED, ADF_CLIENT_HIGH_TIMEOUT_RETRANSMITS, ADF_SERVER_HIGH_TIMEOUT_RETRANSMITS, ADF_CLIENT_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_RTT_ABOVE_SEC, ADF_SERVER_RTT_ABOVE_500MS, ADF_CLIENT_HIGH_TOTAL_RETRANSMITS, ADF_SERVER_HIGH_TOTAL_RETRANSMITS, ADF_CLIENT_HIGH_OUT_OF_ORDERS, ADF_SERVER_HIGH_OUT_OF_ORDERS, ADF_CLIENT_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_POSSIBLE_WINDOW_STUCK, ADF_SERVER_POSSIBLE_WINDOW_STUCK, ADF_SERVER_UNANSWERED_SYNS, ADF_CLIENT_CLOSE_CONNECTION_ON_VS_UPDATE, ADF_CLIENT_POSSIBLE_SLOW_DRAIN, ADF_SERVER_POSSIBLE_SLOW_DRAIN, ADF_SERVER_INGRESS_LATENCY_EXCEEDED, ADF_SERVER_CONN_EST_TIME_EXCEEDED, ADF_CLIENT_INGRESS_LATENCY_EXCEEDED, ADF_CLIENT_CONN_EST_TIME_EXCEEDED, ADF_RESPONSE_CODE_4XX, ADF_RESPONSE_CODE_5XX, ADF_LOAD_BALANCING_FAILED, ADF_DATASCRIPT_EXECUTION_FAILED, ADF_REQUEST_NO_POOL, ADF_RATE_LIMIT_DROP_CLIENT_IP, ADF_RATE_LIMIT_DROP_URI, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI, ADF_RATE_LIMIT_DROP_UNKNOWN_URI, ADF_RATE_LIMIT_DROP_BAD_URI, ADF_REQUEST_VIRTUAL_HOSTING_APP_SELECT_FAILED, ADF_RATE_LIMIT_DROP_UNKNOWN_CIP, ADF_RATE_LIMIT_DROP_BAD_CIP, ADF_RATE_LIMIT_DROP_CLIENT_IP_BAD, ADF_RATE_LIMIT_DROP_URI_BAD, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI_BAD, ADF_RATE_LIMIT_DROP_REQ, ADF_RATE_LIMIT_DROP_CLIENT_IP_CONN, ADF_RATE_LIMIT_DROP_CONN, ADF_RATE_LIMIT_DROP_HEADER, ADF_RATE_LIMIT_DROP_CUSTOM, ADF_RATE_LIMIT_DROP_URI_SCAN_BAD, ADF_RATE_LIMIT_DROP_URI_SCAN_UNKNOWN, ADF_RATE_LIMIT_DROP_CIP_SCAN_BAD, ADF_RATE_LIMIT_DROP_CIP_SCAN_UNKNOWN, ADF_CONFIGURED_RATE_LIMIT_DROP_CONN, ADF_HTTP_VERSION_LT_1_0, ADF_CLIENT_HIGH_RESPONSE_TIME, ADF_SERVER_HIGH_RESPONSE_TIME, ADF_PERSISTENT_SERVER_CHANGE, ADF_DOS_SERVER_BAD_GATEWAY, ADF_DOS_SERVER_GATEWAY_TIMEOUT, ADF_DOS_CLIENT_SENT_RESET, ADF_DOS_CLIENT_CONN_TIMEOUT, ADF_DOS_CLIENT_REQUEST_TIMEOUT, ADF_DOS_CLIENT_CONN_ABORTED, ADF_DOS_CLIENT_BAD_REQUEST, ADF_DOS_CLIENT_REQUEST_ENTITY_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_URI_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_HEADER_TOO_LARGE, ADF_DOS_CLIENT_CLOSED_REQUEST, ADF_DOS_SSL_ERROR, ADF_REQUEST_MEMORY_LIMIT_EXCEEDED, ADF_DOS_CLIENT_CONN_STOPPED, ADF_MULTI_SP_POOLS_INCORRECT_FQDN, ADF_X509_CLIENT_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_CLIENT_CERTIFICATE_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_REVOKED, ADF_X509_CLIENT_CERTIFICATE_INVALID_CA, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_CRL_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_CRL_ERROR, ADF_X509_CLIENT_CERTIFICATE_CHAINING_ERROR, ADF_X509_CLIENT_CERTIFICATE_INTERNAL_ERROR, ADF_X509_CLIENT_CERTIFICATE_FORMAT_ERROR, ADF_UDP_PORT_NOT_REACHABLE, ADF_UDP_CONN_TIMEOUT, ADF_X509_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_SERVER_CERTIFICATE_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_EXPIRED, ADF_X509_SERVER_CERTIFICATE_REVOKED, ADF_X509_SERVER_CERTIFICATE_INVALID_CA, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_CRL_EXPIRED, ADF_X509_SERVER_CERTIFICATE_CRL_ERROR, ADF_X509_SERVER_CERTIFICATE_CHAINING_ERROR, ADF_X509_SERVER_CERTIFICATE_INTERNAL_ERROR, ADF_X509_SERVER_CERTIFICATE_FORMAT_ERROR, ADF_X509_SERVER_CERTIFICATE_HOSTNAME_ERROR, ADF_SSL_R_BAD_CHANGE_CIPHER_SPEC, ADF_SSL_R_BLOCK_CIPHER_PAD_IS_WRONG, ADF_SSL_R_DIGEST_CHECK_FAILED, ADF_SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST, ADF_SSL_R_EXCESSIVE_MESSAGE_SIZE, ADF_SSL_R_LENGTH_MISMATCH, ADF_SSL_R_NO_CIPHERS_PASSED, ADF_SSL_R_NO_CIPHERS_SPECIFIED, ADF_SSL_R_NO_COMPRESSION_SPECIFIED, ADF_SSL_R_NO_SHARED_CIPHER, ADF_SSL_R_RECORD_LENGTH_MISMATCH, ADF_SSL_R_PARSE_TLSEXT, ADF_SSL_R_UNEXPECTED_MESSAGE, ADF_SSL_R_UNEXPECTED_RECORD, ADF_SSL_R_UNKNOWN_ALERT_TYPE, ADF_SSL_R_UNKNOWN_PROTOCOL, ADF_SSL_R_WRONG_VERSION_NUMBER, ADF_SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC, ADF_SSL_R_RENEGOTIATE_EXT_TOO_LONG, ADF_SSL_R_RENEGOTIATION_ENCODING_ERR, ADF_SSL_R_RENEGOTIATION_MISMATCH, ADF_SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED, ADF_SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING, ADF_SSL_R_INAPPROPRIATE_FALLBACK, ADF_SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE, ADF_SSL_R_SSLV3_ALERT_BAD_RECORD_MAC, ADF_SSL_R_TLSV1_ALERT_DECRYPTION_FAILED, ADF_SSL_R_TLSV1_ALERT_RECORD_OVERFLOW, ADF_SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE, ADF_SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE, ADF_SSL_R_SSLV3_ALERT_NO_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_BAD_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN, ADF_SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER, ADF_SSL_R_TLSV1_ALERT_UNKNOWN_CA, ADF_SSL_R_TLSV1_ALERT_ACCESS_DENIED, ADF_SSL_R_TLSV1_ALERT_DECODE_ERROR, ADF_SSL_R_TLSV1_ALERT_DECRYPT_ERROR, ADF_SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION, ADF_SSL_R_TLSV1_ALERT_PROTOCOL_VERSION, ADF_SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY, ADF_SSL_R_TLSV1_ALERT_INTERNAL_ERROR, ADF_SSL_R_TLSV1_ALERT_USER_CANCELLED, ADF_SSL_R_TLSV1_ALERT_NO_RENEGOTIATION, ADF_SSL_OCSP_CERT_STATUS_REVOKED, ADF_SSL_OCSP_RESPONSE_STALE, ADF_SSL_OCSP_RESPONSE_UNAVAILABLE, ADF_SSL_OCSP_CERT_STATUS_ISSUER_REVOKED, ADF_SSL_R_NO_CIPHERS_AVAILABLE, ADF_CLIENT_AUTH_UNKNOWN_USER, ADF_CLIENT_AUTH_LOGIN_FAILED, ADF_CLIENT_AUTH_MISSING_CREDENTIALS, ADF_CLIENT_AUTH_SERVER_CONN_ERROR, ADF_CLIENT_AUTH_USER_NOT_AUTHORIZED, ADF_CLIENT_AUTH_TIMED_OUT, ADF_CLIENT_AUTH_UNKNOWN_ERROR, ADF_CLIENT_DNS_FAILED_INVALID_QUERY, ADF_CLIENT_DNS_FAILED_INVALID_DOMAIN, ADF_CLIENT_DNS_FAILED_NO_SERVICE, ADF_CLIENT_DNS_FAILED_GS_DOWN, ADF_CLIENT_DNS_FAILED_NO_VALID_GS_MEMBER, ADF_SERVER_DNS_ERROR_RESPONSE, ADF_CLIENT_DNS_FAILED_UNSUPPORTED_QUERY, ADF_MEMORY_EXHAUSTED, ADF_CLIENT_DNS_POLICY_DROP, ADF_CLIENT_DNS_RL_POLICY_HIT, ADF_CLIENT_DNS_TCP_REQUEST_DROP_SLOW_CLIENT, ADF_WAF_MATCH, ADF_CLIENT_BAD_BOT_CLASSIFICATION, ADF_CLIENT_DANGEROUS_BOT_CLASSIFICATION, ADF_HTTP2_CLIENT_TIMEDOUT, ADF_HTTP2_PROXY_PROTOCOL_ERROR, ADF_HTTP2_INVALID_CONNECTION_PREFACE, ADF_HTTP2_CLIENT_INVALID_DATA_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PADDED_DATA_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_VIOLATED_CONN_FLOW_CONTROL, ADF_HTTP2_CLIENT_VIOLATED_STREAM_FLOW_CONTROL, ADF_HTTP2_CLIENT_DATA_FRAME_HALF_CLOSED_STREAM, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_EMPTY_HEADER_BLOCK, ADF_HTTP2_CLIENT_PADDED_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADERS_FRAME_STREAM_INCORRECT_DEPENDENCY, ADF_HTTP2_CONCURRENT_STREAMS_EXCEEDED, ADF_HTTP2_CLIENT_STREAM_DATA_BEFORE_ACK_SETTINGS, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_CLIENT_HEADER_BLOCK_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_INVALID_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_FIELD_TOO_LONG_LENGTH_VALUE, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_ENCODED_HEADER_FIELD, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_HEADER_NAME, ADF_HTTP2_CLIENT_HEADER_WITH_INVALID_VALUE, ADF_HTTP2_CLIENT_UNKNOWN_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_PATH_HEADER, ADF_HTTP2_CLIENT_EMPTY_PATH_HEADER, ADF_HTTP2_CLIENT_INVALID_PATH_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_METHOD_HEADER, ADF_HTTP2_CLIENT_EMPTY_METHOD_HEADER, ADF_HTTP2_CLIENT_INVALID_METHOD_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_SCHEME_HEADER, ADF_HTTP2_CLIENT_EMPTY_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_METHOD_HEADER, ADF_HTTP2_CLIENT_NO_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_PATH_HEADER, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_STREAM, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_CONNECTION, ADF_HTTP2_CLIENT_LARGER_DATA_BODY_THAN_DECLARED, ADF_HTTP2_CLIENT_LARGE_CHUNKED_BODY, ADF_HTTP2_NEGATIVE_WINDOW_UPDATE, ADF_HTTP2_SEND_WINDOW_FLOW_CONTROL_ERROR, ADF_HTTP2_CLIENT_UNEXPECTED_CONTINUATION_FRAME, ADF_HTTP2_CLIENT_WINDOW_UPDATE_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCORRECT_INCREMENT, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCREMENT_NOT_ALLOWED_FOR_WINDOW, ADF_HTTP2_CLIENT_GOAWAY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PING_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PUSH_PROMISE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_MAX_FRAME_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_INIIAL_WINDOW_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_SETTINGS_FRAME_ACK_FLAG_NONZERO_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_DEPENDENCY, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_EXPECTED_INAPPROPRIATE_FRAME, ADF_HTTP2_CLIENT_INVALID_HEADER, ADF_HTTP2_CLIENT_UNEXPECTED_DATA_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_RST_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_WINDOW_UPDATE_FRAME, ADF_HTTP2_CLIENT_SENT_PING_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_CLIENT_HEADER_FRAME_UNEXPECTED_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DATA_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADER_FRAME_CONNECTION_SPECIFIC_HDR, ADF_HTTP2_CLIENT_HEADER_FRAME_INCORRECT_TE_HDR, ADF_HTTP2_CLIENT_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_FRAME_TO_CLIENT_FLOOD_DETECTED, ADF_HTTP2_CLIENT_EMPTY_DATA_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_ZERO_HEAD_NAME, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_RST_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_INVALID_FRAMES_FLOOD_DETECTED, ADF_USER_DELETE_OPERATION_DATASCRIPT_RESET_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_MISSING_TOKEN_ACTION_CLOSE_CONN, ADF_HTTP_BAD_REQUEST_INVALID_HOST_IN_REQUEST_LINE, ADF_HTTP_BAD_REQUEST_RECEIVED_VERSION_LESS_THAN_10, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_4XX, ADF_HTTP_NOT_ALLOWED_RUM_FLAGGED_INVALID_METHOD, ADF_HTTP_CONTENT_LENGTH_HDR_WITH_UNSUPPORTED_METHOD, ADF_HTTP_NOT_ALLOWED_UNSUPPORTED_TRACE_METHOD, ADF_HTTP_REQUEST_TIMEOUT_WAITING_FOR_CLIENT, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CONTENT_LENGTH, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_HTTP11_WITHOUT_HOST_HDR, ADF_HTTP_BAD_REQUEST_FAILED_TO_PARSE_URI, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_LINE, ADF_HTTP_BAD_REQUEST_ERROR_WHILE_READING_CLIENT_HEADERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_DUPLICATE_HEADER, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_HOST_HEADER, ADF_HTTP_NOT_IMPLEMENTED_CLIENT_SENT_UNKNOWN_TRANSFER_ENCODING, ADF_HTTP_BAD_REQUEST_REQUESTED_SERVER_NAME_DIFFERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CHUNKED_BODY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_IN_SPDY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_BLOCK_IN_SPDY, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY, ADF_HTTP_BAD_REQUEST_NO_METHOD_URI_OR_PROT_IN_REQ_CREATE_SPDY, ADF_HTTP_BAD_REQUEST_CLIENT_PREMATURELY_CLOSED_SPDY_STREAM, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY_READ_REQ_BODY, ADF_HTTP_BAD_REQUEST_CERT_ERROR, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT_RESET_CONN, ADF_HTTP_BAD_REQUEST_NO_CERT_ERROR, ADF_HTTP_BAD_REQUEST_HEADER_TOO_LARGE, ADF_SERVER_HIGH_RESPONSE_TIME_L7, ADF_SERVER_HIGH_RESPONSE_TIME_L4, ADF_COOKIE_SIZE_GREATER_THAN_MAX, ADF_COOKIE_SIZE_LESS_THAN_MIN_COOKIE_LEN, ADF_PERSISTENCE_PROFILE_KEYS_NOT_CONFIGURED, ADF_PERSISTENCE_COOKIE_VERSION_MISMATCH, ADF_COOKIE_ABSENT_FROM_KEYS_IN_PERSISTENCE_PROFILE, ADF_GSLB_SITE_PERSISTENCE_REMOTE_SITE_DOWN, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_5XX, ADF_SERVER_UPSTREAM_TIMEOUT, ADF_SERVER_UPSTREAM_READ_ERROR, ADF_SERVER_UPSTREAM_RESOLVER_ERROR, ADF_SIP_INVALID_MESSAGE_FROM_CLIENT, ADF_SIP_MESSAGE_UPDATE_FAILED, ADF_SIP_SERVER_UNKNOWN_CALLID, ADF_SIP_REQUEST_FAILED, ADF_SIP_REQUEST_TIMEDOUT, ADF_SIP_CONN_IDLE_TIMEDOUT, ADF_SIP_TRANSACTION_TIMEDOUT, ADF_SIP_SVR_UDP_PORT_NOT_REACHABLE, ADF_SIP_CLT_UDP_PORT_NOT_REACHABLE, ADF_SIP_INVALID_MESSAGE_FROM_SERVER, ADF_L4_DATASCRIPT_DROP, ADF_DATASCRIPT_SIGNIFICANCE, ADF_SAML_COOKIE_VERSION_MISMATCH, ADF_SAML_COOKIE_KEYS_NOT_CONFIGURED, ADF_SAML_COOKIE_ABSENT_FROM_KEYS_IN_SAML_AUTH_POLICY, ADF_SAML_COOKIE_INVALID, ADF_SAML_COOKIE_DECRYPTION_ERROR, ADF_SAML_COOKIE_ENCRYPTION_ERROR, ADF_SAML_COOKIE_DECODE_ERROR, ADF_SAML_COOKIE_SESSION_COOKIE_GREATER_THAN_MAX, ADF_SAML_COOKIE_HANDSHAKE_COOKIE_GREATER_THAN_MAX, ADF_SAML_ASSERTION_DOES_NOT_MATCH_REQUEST_ID, ADF_SAML_AUTHENTICATION_UNSUPPORTED_METHOD, ADF_SAML_COOKIE_SESSION_COOKIE_TIMEOUT, ADF_SAML_ACS_URL_MISMATCH, ADF_SAML_ASSERTION_NO_BODY, ADF_SAML_ASSERTION_INVALID, ADF_SAML_ASSERTION_ATTRIBUTE_ERROR, ADF_SAML_LOGIN_ERROR, ADF_SAML_DECRYPT_ASSERTION_FAILURE, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_MSG, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_STATUS_CODE, ADF_SAML_LASSO_LOGIN_ERROR_REQUEST_DENIED, ADF_SAML_LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS, ADF_SAML_LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_RESPONSE, ADF_SAML_LASSO_LOGIN_ERROR_ASSERTION_REPLAY, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_NAME_IDENTIFIER, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_SERVER, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_REQUEST, ADF_SAML_AUTHENTICATION_ERROR, ADF_SAML_AUTHENTICATION_RULE_NOMATCH, ADF_SAML_AUTHORIZATION_RULE_NOMATCH, ADF_SAML_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SAML_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTHENTICATION_DISABLED_BY_DS, ADF_SSO_AUTHENTICATION_RULE_NOMATCH, ADF_SSO_AUTHORIZATION_RULE_NOMATCH, ADF_SSO_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SSO_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTH_INVALID_POST_REQUEST, ADF_HTTP_SERVER_RESELECT_OCCURRENCE, ADF_HTTP_SERVER_RESELECT_SKIP_V1_SERVER_AFTER_SENT_V2_REQ, ADF_HTTP_SERVER_RESELECT_SKIP_V2_SERVER_AFTER_SENT_V1_REQ, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REPORT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REDIRECT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_RESPONSE, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED_WITH_IP_ADDRESS, ADF_HTTP2_SERVER_SENT_UNEXPECTED_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_UNKNOWN_STREAM, ADF_HTTP2_SERVER_REJECTED_REQUEST_WITH_ERROR, ADF_HTTP2_SERVER_SENT_GOAWAY_WITH_ERROR, ADF_HTTP2_SERVER_SENT_UNEXPECTED_PUSH_PROMISE, ADF_HTTP2_SERVER_SENT_INVALID_HEADER, ADF_HTTP2_SERVER_SENT_DUP_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_LARGE_HEADER_NAME_LEN, ADF_HTTP2_SERVER_NO_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_DATA_FOR_UNKNOWN_STREAM, ADF_HTTP2_SERVER_STREAM_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_CONN_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_SENT_INVALID_TRAILER, ADF_HTTP2_SERVER_SENT_TRAILER_NO_ENDSTREAM_FLAG, ADF_HTTP2_SERVER_SENT_SHORT_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_LONG_PADDING, ADF_HTTP2_SERVER_SENT_LARGE_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_TRUNCATED_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_INDEX, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_SERVER_SENT_TABLE_INDEX_CONT_FLAG, ADF_HTTP2_SERVER_SENT_ZERO_HEADER_NAME_LEN, ADF_HTTP2_SERVER_SENT_INVALID_ENCODED_HEADER, ADF_HTTP2_SERVER_SENT_RST_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_SERVER_SENT_GOAWAY_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_LARGE_LEN, ADF_HTTP2_SERVER_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_ACK_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_INVALID_LEN, ADF_HTTP2_SERVER_SENT_SETTING_LARGE_INI_WIN_SIZE, ADF_HTTP2_SERVER_SENT_PING_NONZERO_ID, ADF_HTTP2_SERVER_SENT_PING_INVALID_LEN, ADF_HTTP2_SERVER_SENT_PING_ACK, ADF_HTTP2_SERVER_NO_UPSTREAM_KEEPALIVE, ADF_HTTP2_CLIENT_SENT_TRAILER, ADF_HTTP2_CLIENT_SENT_UNSUPPORTED_PROTOCOL_HDR, ADF_HTTP2_WEBSOCKET_IS_NOT_ENABLED, ADF_HTTP2_WEBSOCKET_DETECTED, ADF_HTTP2_CLIENT_SENT_PROTOCOL_HDR_WITH_WRONG_METHOD, ADF_HTTP2_WEBSOCKET_VERSION_MISMATCH, ADF_HTTP2_BAD_REQUEST_CLIENT_SENT_NO_HOST_HEADER, ADF_HTTP_CONTENT_REWRITE_EMPTY_STRING, ADF_HTTP2_SERVER_SIDE_SSL_ALPN_FAILURE, ADF_HTTP2_SERVER_DOES_NOT_SUPPORT_V2, ADF_HTTP2_MAX_REQUESTS_EXCEEDED, ADF_HTTP2_SERVER_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_SERVER_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_SERVER_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE_ON_CACHE, ADF_PERSISTENCE_APP_COOKIE_INVALID_EXPIRY_TIMESTAMP, ADF_PERSISTENCE_COOKIE_EXPIRED, ADF_SITE_PERSISTENCE_COOKIE_EXPIRED, ADF_ICAP_SERVER_HIGH_RESPONSE_TIME, ADF_ICAP_BLOCKED, ADF_ICAP_MODIFIED, ADF_ICAP_OUT_OF_MEMORY, ADF_ICAP_TIMEDOUT, ADF_ICAP_BODY_SIZE_BIGGER_THAN_CONFIGURED, ADF_ICAP_CONNECTION_ERROR, ADF_ICAP_SERVER_ERROR, ADF_ICAP_FAILED, ADF_HTTP_BAD_REQUEST_INVALID_REQUEST_LINE, ADF_HTTP_BAD_RESPONSE_INVALID_REQUEST_LINE, ADF_LDAP_AUTHENTICATION_DISABLED_BY_DS, ADF_PAA_AUTHENTICATION_DISABLED_BY_DS, ADF_JWT_MISSING_BEARER_TOKEN, ADF_JWT_MISSING_AUTHORIZATION_HEADER, ADF_JWT_MISSING_QUERY_PARAMS, ADF_JWT_EMPTY_TOKEN_IN_QUERY_PARAM, ADF_JWT_QUERY_PARAMS_MISSING_TOKEN_NAME, ADF_JWT_EMPTY_TOKEN_HEADERS, ADF_JWT_EMPTY_TOKEN_PAYLOAD, ADF_JWT_AUD_CLAIM_NULL, ADF_JWT_AUD_MISMATCH, ADF_JWT_ISSUER_CLAIM_NULL, ADF_JWT_UNKNOWN_ISSUER, ADF_JWT_KID_NULL, ADF_JWT_INVALID_KID, ADF_JWT_ALG_NULL, ADF_JWT_ALG_MISMATCH, ADF_JWT_NOT_YET_VALID, ADF_JWT_EXPIRED, ADF_JWT_SIGNATURE_VERIFICATION_FAILURE, ADF_JWT_VALIDATION_DISABLED_BY_DS, ADF_JWT_INVALID_JWKS, ADF_HTTP_CONNECTION_STRATEGY_CONVERTED, ADF_HTTP_NTLM_AUTHENTICATION_FAILED, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_MESSAGE, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_MESSAGE, ADF_HTTP_UNEXPECTED_RUM_REQUEST, ADF_HTTP_NTLM_REQUEST_QUEUEING_DISABLED, ADF_HTTP_NTLM_SERVER_RESELECT_DISABLED, ADF_HTTP_NTLM_POOL_SWITCHED, ADF_HTTP_NTLM_CONNECTION_DETECTED, ADF_REQUEST_URI_INVALID_UTF8_FORMAT, ADF_REQUEST_ARGS_INVALID_UTF8_FORMAT, ADF_REQUEST_CHUNK_MODE_WITH_CONTENT_LENGTH, ADF_HTTP2_H2C_UPGRADE_NO_HTTP2_SETTINGS, ADF_HTTP2_H2C_UPGRADE_HTTP2_SETTINGS_ERR, ADF_HTTP2_H2C_UPGRADE_REQUEST, ADF_HTTP2_H2C_UPGRADE_TO_HTTP2, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST_WITH_BODY, ADF_HTTP2_INVALID_VERSION, ADF_HTTP2_INVALID_CHUNKED_BODY, ADF_SERVER_RESPONSE_HEADER_TOO_LARGE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_SIZE_LIMIT, ADF_HTTP_CLIENT_EXCEEDED_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP_BAD_REQUEST_REQUESTED_HOST_NAME_DOES_NOT_MATCH_SERVERNAME, ADF_OAUTH_INVALID_REQUEST, ADF_OAUTH_INVALID_CLIENT, ADF_OAUTH_INVALID_GRANT, ADF_OAUTH_UNAUTHORIZED_CLIENT, ADF_OAUTH_UNAUTHORIZED_GRANT_TYPE, ADF_OAUTH_INVALID_SCOPE, ADF_OAUTH_ACCESS_DENIED, ADF_OAUTH_UNSUPPORTED_RESPONSE_TYPE, ADF_OAUTH_HANDSHAKE_UNAUTHORIZED_CLIENT, ADF_OAUTH_SERVER_ERROR, ADF_OAUTH_TEMPORARILY_UNAVAILABLE, ADF_OAUTH_OIDC_INVALID_ALG, ADF_OAUTH_OIDC_INVALID_AT_HASH, ADF_OAUTH_AUTHORIZATION_FAILED_RULE_MATCH, ADF_OAUTH_OIDC_JWT_AZP_MISMATCH, ADF_OAUTH_OIDC_JWT_AZP_CLAIM_INVALID, ADF_OAUTH_COOKIE_VERSION_MISMATCH, ADF_OAUTH_COOKIE_KEYS_NOT_CONFIGURED, ADF_OAUTH_COOKIE_ENCRYPTION_ERROR, ADF_OAUTH_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_OAUTH_TOKEN_EXCHANGE_FAIL, ADF_OAUTH_USERINFO_FAIL, ADF_OAUTH_JWKS_URI_FAIL, ADF_OAUTH_INTROSPECT_FAIL, ADF_OAUTH_NULL_COOKIE, ADF_OAUTH_INVALID_HS_REDIRECT_URI, ADF_OAUTH_INVALID_COOKIE, ADF_OAUTH_ACCESS_TOKEN_INACTIVE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP_SERVER_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_SERVER_PUSH_INITIATED_REQUEST, ADF_OAUTH_USER_ID_TOKEN_NULL, ADF_OAUTH_END_SESSION_ENDPOINT_NOT_CONFIGURED, ADF_OAUTH_INTROSPECT_DATA_SAVE_FAILED, ADF_WEBSOCKET_ACCEPT_VERIFY_FAILED, ADF_WEBSOCKET_DUPLICATE_ACCEPT_HEADER, ADF_WEBSOCKET_ACCEPT_HEADER_MISSED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventPoolDetails Up

ha_reason (optional)
String HA Compromised reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
percent_servers_up (optional)
String Percentage of servers up. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool (optional)
String Pool name. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Service Engine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server (optional)
SeHmEventServerDetails Server details. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_uuid (optional)
String UUID of the event generator. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
virtual_service (optional)
String Virtual service name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventServerDetails Up

app_info (optional)
array[AppInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
description (optional)
String Server description. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
failure_code (optional)
String Healthmonitor Failure code. Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED, REMOTE_STATE, MAINTENANCE_RESPONSE_CODE_MATCH, MAINTENANCE_PAYLOAD_CONTENT_MATCH, CHUNKED_RESPONSE_PAYLOAD_NOT_FOUND, GSLB_POOL_MEMBER_DOWN, GSLB_POOL_MEMBER_DISABLED, GSLB_POOL_MEMBER_STATE_UNKNOWN, INSUFFICIENT_HEALTH_MONITORS_UP, GSLB_POOL_MEMBER_REMOTE_STATE_UNKNOWN, RESPONSE_BUFFER_OVERFLOW, REQUEST_BUFFER_OVERFLOW, SERVER_AUTHENTICATION_ERR, INITIALIZATION_ERR, EXT_HM_ERROR. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hostname (optional)
String Host name or VM name or DNS name for the server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr IP address of server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port (optional)
Integer Port override form the pool port. If server port is not specified, the pool port is used. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
shm (optional)
array[SeHmEventShmDetails] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_error_code (optional)
String Enum options - ADF_CLIENT_CONN_SETUP_REFUSED, ADF_SERVER_CONN_SETUP_REFUSED, ADF_CLIENT_CONN_SETUP_TIMEDOUT, ADF_SERVER_CONN_SETUP_TIMEDOUT, ADF_CLIENT_CONN_SETUP_FAILED_INTERNAL, ADF_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_CONN_SETUP_FAILED_BAD_PACKET, ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_SERVER_CONN_SETUP_FAILED_INTERNAL, ADF_CLIENT_SENT_RESET, ADF_SERVER_SENT_RESET, ADF_CLIENT_CONN_TIMEDOUT, ADF_SERVER_CONN_TIMEDOUT, ADF_USER_DELETE_OPERATION, ADF_CLIENT_REQUEST_TIMEOUT, ADF_CLIENT_CONN_ABORTED, ADF_CLIENT_SSL_HANDSHAKE_FAILURE, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED, ADF_IDLE_TIMEDOUT, ADF_CLIENT_CONNECTION_CLOSED_BEFORE_REQUEST, ADF_CLIENT_INCOMPLETE_DATA, ADF_CLIENT_CONN_STOPPED, ADF_CLIENT_HIGH_TIMEOUT_RETRANSMITS, ADF_SERVER_HIGH_TIMEOUT_RETRANSMITS, ADF_CLIENT_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_RX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_RTT_ABOVE_SEC, ADF_SERVER_RTT_ABOVE_500MS, ADF_CLIENT_HIGH_TOTAL_RETRANSMITS, ADF_SERVER_HIGH_TOTAL_RETRANSMITS, ADF_CLIENT_HIGH_OUT_OF_ORDERS, ADF_SERVER_HIGH_OUT_OF_ORDERS, ADF_CLIENT_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_SERVER_HIGH_TX_ZERO_WINDOW_SIZE_EVENTS, ADF_CLIENT_POSSIBLE_WINDOW_STUCK, ADF_SERVER_POSSIBLE_WINDOW_STUCK, ADF_SERVER_UNANSWERED_SYNS, ADF_CLIENT_CLOSE_CONNECTION_ON_VS_UPDATE, ADF_CLIENT_POSSIBLE_SLOW_DRAIN, ADF_SERVER_POSSIBLE_SLOW_DRAIN, ADF_SERVER_INGRESS_LATENCY_EXCEEDED, ADF_SERVER_CONN_EST_TIME_EXCEEDED, ADF_CLIENT_INGRESS_LATENCY_EXCEEDED, ADF_CLIENT_CONN_EST_TIME_EXCEEDED, ADF_RESPONSE_CODE_4XX, ADF_RESPONSE_CODE_5XX, ADF_LOAD_BALANCING_FAILED, ADF_DATASCRIPT_EXECUTION_FAILED, ADF_REQUEST_NO_POOL, ADF_RATE_LIMIT_DROP_CLIENT_IP, ADF_RATE_LIMIT_DROP_URI, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI, ADF_RATE_LIMIT_DROP_UNKNOWN_URI, ADF_RATE_LIMIT_DROP_BAD_URI, ADF_REQUEST_VIRTUAL_HOSTING_APP_SELECT_FAILED, ADF_RATE_LIMIT_DROP_UNKNOWN_CIP, ADF_RATE_LIMIT_DROP_BAD_CIP, ADF_RATE_LIMIT_DROP_CLIENT_IP_BAD, ADF_RATE_LIMIT_DROP_URI_BAD, ADF_RATE_LIMIT_DROP_CLIENT_IP_URI_BAD, ADF_RATE_LIMIT_DROP_REQ, ADF_RATE_LIMIT_DROP_CLIENT_IP_CONN, ADF_RATE_LIMIT_DROP_CONN, ADF_RATE_LIMIT_DROP_HEADER, ADF_RATE_LIMIT_DROP_CUSTOM, ADF_RATE_LIMIT_DROP_URI_SCAN_BAD, ADF_RATE_LIMIT_DROP_URI_SCAN_UNKNOWN, ADF_RATE_LIMIT_DROP_CIP_SCAN_BAD, ADF_RATE_LIMIT_DROP_CIP_SCAN_UNKNOWN, ADF_CONFIGURED_RATE_LIMIT_DROP_CONN, ADF_HTTP_VERSION_LT_1_0, ADF_CLIENT_HIGH_RESPONSE_TIME, ADF_SERVER_HIGH_RESPONSE_TIME, ADF_PERSISTENT_SERVER_CHANGE, ADF_DOS_SERVER_BAD_GATEWAY, ADF_DOS_SERVER_GATEWAY_TIMEOUT, ADF_DOS_CLIENT_SENT_RESET, ADF_DOS_CLIENT_CONN_TIMEOUT, ADF_DOS_CLIENT_REQUEST_TIMEOUT, ADF_DOS_CLIENT_CONN_ABORTED, ADF_DOS_CLIENT_BAD_REQUEST, ADF_DOS_CLIENT_REQUEST_ENTITY_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_URI_TOO_LARGE, ADF_DOS_CLIENT_REQUEST_HEADER_TOO_LARGE, ADF_DOS_CLIENT_CLOSED_REQUEST, ADF_DOS_SSL_ERROR, ADF_REQUEST_MEMORY_LIMIT_EXCEEDED, ADF_DOS_CLIENT_CONN_STOPPED, ADF_MULTI_SP_POOLS_INCORRECT_FQDN, ADF_X509_CLIENT_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_CLIENT_CERTIFICATE_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_REVOKED, ADF_X509_CLIENT_CERTIFICATE_INVALID_CA, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_CLIENT_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_CLIENT_CERTIFICATE_CRL_EXPIRED, ADF_X509_CLIENT_CERTIFICATE_CRL_ERROR, ADF_X509_CLIENT_CERTIFICATE_CHAINING_ERROR, ADF_X509_CLIENT_CERTIFICATE_INTERNAL_ERROR, ADF_X509_CLIENT_CERTIFICATE_FORMAT_ERROR, ADF_UDP_PORT_NOT_REACHABLE, ADF_UDP_CONN_TIMEOUT, ADF_X509_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_X509_SERVER_CERTIFICATE_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_EXPIRED, ADF_X509_SERVER_CERTIFICATE_REVOKED, ADF_X509_SERVER_CERTIFICATE_INVALID_CA, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_PRESENT, ADF_X509_SERVER_CERTIFICATE_CRL_NOT_YET_VALID, ADF_X509_SERVER_CERTIFICATE_CRL_EXPIRED, ADF_X509_SERVER_CERTIFICATE_CRL_ERROR, ADF_X509_SERVER_CERTIFICATE_CHAINING_ERROR, ADF_X509_SERVER_CERTIFICATE_INTERNAL_ERROR, ADF_X509_SERVER_CERTIFICATE_FORMAT_ERROR, ADF_X509_SERVER_CERTIFICATE_HOSTNAME_ERROR, ADF_SSL_R_BAD_CHANGE_CIPHER_SPEC, ADF_SSL_R_BLOCK_CIPHER_PAD_IS_WRONG, ADF_SSL_R_DIGEST_CHECK_FAILED, ADF_SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST, ADF_SSL_R_EXCESSIVE_MESSAGE_SIZE, ADF_SSL_R_LENGTH_MISMATCH, ADF_SSL_R_NO_CIPHERS_PASSED, ADF_SSL_R_NO_CIPHERS_SPECIFIED, ADF_SSL_R_NO_COMPRESSION_SPECIFIED, ADF_SSL_R_NO_SHARED_CIPHER, ADF_SSL_R_RECORD_LENGTH_MISMATCH, ADF_SSL_R_PARSE_TLSEXT, ADF_SSL_R_UNEXPECTED_MESSAGE, ADF_SSL_R_UNEXPECTED_RECORD, ADF_SSL_R_UNKNOWN_ALERT_TYPE, ADF_SSL_R_UNKNOWN_PROTOCOL, ADF_SSL_R_WRONG_VERSION_NUMBER, ADF_SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC, ADF_SSL_R_RENEGOTIATE_EXT_TOO_LONG, ADF_SSL_R_RENEGOTIATION_ENCODING_ERR, ADF_SSL_R_RENEGOTIATION_MISMATCH, ADF_SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED, ADF_SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING, ADF_SSL_R_INAPPROPRIATE_FALLBACK, ADF_SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE, ADF_SSL_R_SSLV3_ALERT_BAD_RECORD_MAC, ADF_SSL_R_TLSV1_ALERT_DECRYPTION_FAILED, ADF_SSL_R_TLSV1_ALERT_RECORD_OVERFLOW, ADF_SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE, ADF_SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE, ADF_SSL_R_SSLV3_ALERT_NO_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_BAD_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED, ADF_SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN, ADF_SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER, ADF_SSL_R_TLSV1_ALERT_UNKNOWN_CA, ADF_SSL_R_TLSV1_ALERT_ACCESS_DENIED, ADF_SSL_R_TLSV1_ALERT_DECODE_ERROR, ADF_SSL_R_TLSV1_ALERT_DECRYPT_ERROR, ADF_SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION, ADF_SSL_R_TLSV1_ALERT_PROTOCOL_VERSION, ADF_SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY, ADF_SSL_R_TLSV1_ALERT_INTERNAL_ERROR, ADF_SSL_R_TLSV1_ALERT_USER_CANCELLED, ADF_SSL_R_TLSV1_ALERT_NO_RENEGOTIATION, ADF_SSL_OCSP_CERT_STATUS_REVOKED, ADF_SSL_OCSP_RESPONSE_STALE, ADF_SSL_OCSP_RESPONSE_UNAVAILABLE, ADF_SSL_OCSP_CERT_STATUS_ISSUER_REVOKED, ADF_SSL_R_NO_CIPHERS_AVAILABLE, ADF_CLIENT_AUTH_UNKNOWN_USER, ADF_CLIENT_AUTH_LOGIN_FAILED, ADF_CLIENT_AUTH_MISSING_CREDENTIALS, ADF_CLIENT_AUTH_SERVER_CONN_ERROR, ADF_CLIENT_AUTH_USER_NOT_AUTHORIZED, ADF_CLIENT_AUTH_TIMED_OUT, ADF_CLIENT_AUTH_UNKNOWN_ERROR, ADF_CLIENT_DNS_FAILED_INVALID_QUERY, ADF_CLIENT_DNS_FAILED_INVALID_DOMAIN, ADF_CLIENT_DNS_FAILED_NO_SERVICE, ADF_CLIENT_DNS_FAILED_GS_DOWN, ADF_CLIENT_DNS_FAILED_NO_VALID_GS_MEMBER, ADF_SERVER_DNS_ERROR_RESPONSE, ADF_CLIENT_DNS_FAILED_UNSUPPORTED_QUERY, ADF_MEMORY_EXHAUSTED, ADF_CLIENT_DNS_POLICY_DROP, ADF_CLIENT_DNS_RL_POLICY_HIT, ADF_CLIENT_DNS_TCP_REQUEST_DROP_SLOW_CLIENT, ADF_WAF_MATCH, ADF_CLIENT_BAD_BOT_CLASSIFICATION, ADF_CLIENT_DANGEROUS_BOT_CLASSIFICATION, ADF_HTTP2_CLIENT_TIMEDOUT, ADF_HTTP2_PROXY_PROTOCOL_ERROR, ADF_HTTP2_INVALID_CONNECTION_PREFACE, ADF_HTTP2_CLIENT_INVALID_DATA_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PADDED_DATA_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_VIOLATED_CONN_FLOW_CONTROL, ADF_HTTP2_CLIENT_VIOLATED_STREAM_FLOW_CONTROL, ADF_HTTP2_CLIENT_DATA_FRAME_HALF_CLOSED_STREAM, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_WITH_EMPTY_HEADER_BLOCK, ADF_HTTP2_CLIENT_PADDED_HEADERS_FRAME_WITH_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_HEADERS_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADERS_FRAME_STREAM_INCORRECT_DEPENDENCY, ADF_HTTP2_CONCURRENT_STREAMS_EXCEEDED, ADF_HTTP2_CLIENT_STREAM_DATA_BEFORE_ACK_SETTINGS, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_CLIENT_HEADER_BLOCK_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_INVALID_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_CLIENT_HEADER_FIELD_TOO_LONG_LENGTH_VALUE, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_ENCODED_HEADER_FIELD, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_INVALID_HEADER_NAME, ADF_HTTP2_CLIENT_HEADER_WITH_INVALID_VALUE, ADF_HTTP2_CLIENT_UNKNOWN_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_PATH_HEADER, ADF_HTTP2_CLIENT_EMPTY_PATH_HEADER, ADF_HTTP2_CLIENT_INVALID_PATH_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_METHOD_HEADER, ADF_HTTP2_CLIENT_EMPTY_METHOD_HEADER, ADF_HTTP2_CLIENT_INVALID_METHOD_HEADER, ADF_HTTP2_CLIENT_DUPLICATE_SCHEME_HEADER, ADF_HTTP2_CLIENT_EMPTY_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_METHOD_HEADER, ADF_HTTP2_CLIENT_NO_SCHEME_HEADER, ADF_HTTP2_CLIENT_NO_PATH_HEADER, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_STREAM, ADF_HTTP2_CLIENT_PREMATURELY_CLOSED_CONNECTION, ADF_HTTP2_CLIENT_LARGER_DATA_BODY_THAN_DECLARED, ADF_HTTP2_CLIENT_LARGE_CHUNKED_BODY, ADF_HTTP2_NEGATIVE_WINDOW_UPDATE, ADF_HTTP2_SEND_WINDOW_FLOW_CONTROL_ERROR, ADF_HTTP2_CLIENT_UNEXPECTED_CONTINUATION_FRAME, ADF_HTTP2_CLIENT_WINDOW_UPDATE_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCORRECT_INCREMENT, ADF_HTTP2_CLIENT_WINDOW_UPDATE_FRAME_INCREMENT_NOT_ALLOWED_FOR_WINDOW, ADF_HTTP2_CLIENT_GOAWAY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PING_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_PUSH_PROMISE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_MAX_FRAME_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_INIIAL_WINDOW_SIZE, ADF_HTTP2_CLIENT_SETTINGS_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_SETTINGS_FRAME_ACK_FLAG_NONZERO_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_RST_STREAM_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_DEPENDENCY, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_PRIORITY_FRAME_INCORRECT_LENGTH, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_CONTINUATION_FRAME_EXPECTED_INAPPROPRIATE_FRAME, ADF_HTTP2_CLIENT_INVALID_HEADER, ADF_HTTP2_CLIENT_UNEXPECTED_DATA_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_RST_FRAME, ADF_HTTP2_CLIENT_UNEXPECTED_WINDOW_UPDATE_FRAME, ADF_HTTP2_CLIENT_SENT_PING_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_CLIENT_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_CLIENT_HEADER_FRAME_UNEXPECTED_PSEUDO_HEADER, ADF_HTTP2_CLIENT_DATA_FRAME_INCORRECT_IDENTIFIER, ADF_HTTP2_CLIENT_HEADER_FRAME_CONNECTION_SPECIFIC_HDR, ADF_HTTP2_CLIENT_HEADER_FRAME_INCORRECT_TE_HDR, ADF_HTTP2_CLIENT_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_FRAME_TO_CLIENT_FLOOD_DETECTED, ADF_HTTP2_CLIENT_EMPTY_DATA_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_ZERO_HEAD_NAME, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP2_CLIENT_RST_FRAME_FLOOD_DETECTED, ADF_HTTP2_CLIENT_INVALID_FRAMES_FLOOD_DETECTED, ADF_USER_DELETE_OPERATION_DATASCRIPT_RESET_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_CLOSE_CONN, ADF_USER_DELETE_OPERATION_HTTP_RULE_MISSING_TOKEN_ACTION_CLOSE_CONN, ADF_HTTP_BAD_REQUEST_INVALID_HOST_IN_REQUEST_LINE, ADF_HTTP_BAD_REQUEST_RECEIVED_VERSION_LESS_THAN_10, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_4XX, ADF_HTTP_NOT_ALLOWED_RUM_FLAGGED_INVALID_METHOD, ADF_HTTP_CONTENT_LENGTH_HDR_WITH_UNSUPPORTED_METHOD, ADF_HTTP_NOT_ALLOWED_UNSUPPORTED_TRACE_METHOD, ADF_HTTP_REQUEST_TIMEOUT_WAITING_FOR_CLIENT, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CONTENT_LENGTH, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_HTTP11_WITHOUT_HOST_HDR, ADF_HTTP_BAD_REQUEST_FAILED_TO_PARSE_URI, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_LINE, ADF_HTTP_BAD_REQUEST_ERROR_WHILE_READING_CLIENT_HEADERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_DUPLICATE_HEADER, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_HOST_HEADER, ADF_HTTP_NOT_IMPLEMENTED_CLIENT_SENT_UNKNOWN_TRANSFER_ENCODING, ADF_HTTP_BAD_REQUEST_REQUESTED_SERVER_NAME_DIFFERS, ADF_HTTP_BAD_REQUEST_CLIENT_SENT_INVALID_CHUNKED_BODY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_IN_SPDY, ADF_HTTP_BAD_REQUEST_INVALID_HEADER_BLOCK_IN_SPDY, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY, ADF_HTTP_BAD_REQUEST_NO_METHOD_URI_OR_PROT_IN_REQ_CREATE_SPDY, ADF_HTTP_BAD_REQUEST_CLIENT_PREMATURELY_CLOSED_SPDY_STREAM, ADF_HTTP_BAD_REQUEST_DATA_ERROR_IN_SPDY_READ_REQ_BODY, ADF_HTTP_BAD_REQUEST_CERT_ERROR, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT, ADF_HTTP_BAD_REQUEST_PLAIN_HTTP_REQUEST_SENT_ON_HTTPS_PORT_RESET_CONN, ADF_HTTP_BAD_REQUEST_NO_CERT_ERROR, ADF_HTTP_BAD_REQUEST_HEADER_TOO_LARGE, ADF_SERVER_HIGH_RESPONSE_TIME_L7, ADF_SERVER_HIGH_RESPONSE_TIME_L4, ADF_COOKIE_SIZE_GREATER_THAN_MAX, ADF_COOKIE_SIZE_LESS_THAN_MIN_COOKIE_LEN, ADF_PERSISTENCE_PROFILE_KEYS_NOT_CONFIGURED, ADF_PERSISTENCE_COOKIE_VERSION_MISMATCH, ADF_COOKIE_ABSENT_FROM_KEYS_IN_PERSISTENCE_PROFILE, ADF_GSLB_SITE_PERSISTENCE_REMOTE_SITE_DOWN, ADF_HTTP_NOT_ALLOWED_DATASCRIPT_RESPONSE_RETURNED_5XX, ADF_SERVER_UPSTREAM_TIMEOUT, ADF_SERVER_UPSTREAM_READ_ERROR, ADF_SERVER_UPSTREAM_RESOLVER_ERROR, ADF_SIP_INVALID_MESSAGE_FROM_CLIENT, ADF_SIP_MESSAGE_UPDATE_FAILED, ADF_SIP_SERVER_UNKNOWN_CALLID, ADF_SIP_REQUEST_FAILED, ADF_SIP_REQUEST_TIMEDOUT, ADF_SIP_CONN_IDLE_TIMEDOUT, ADF_SIP_TRANSACTION_TIMEDOUT, ADF_SIP_SVR_UDP_PORT_NOT_REACHABLE, ADF_SIP_CLT_UDP_PORT_NOT_REACHABLE, ADF_SIP_INVALID_MESSAGE_FROM_SERVER, ADF_L4_DATASCRIPT_DROP, ADF_DATASCRIPT_SIGNIFICANCE, ADF_SAML_COOKIE_VERSION_MISMATCH, ADF_SAML_COOKIE_KEYS_NOT_CONFIGURED, ADF_SAML_COOKIE_ABSENT_FROM_KEYS_IN_SAML_AUTH_POLICY, ADF_SAML_COOKIE_INVALID, ADF_SAML_COOKIE_DECRYPTION_ERROR, ADF_SAML_COOKIE_ENCRYPTION_ERROR, ADF_SAML_COOKIE_DECODE_ERROR, ADF_SAML_COOKIE_SESSION_COOKIE_GREATER_THAN_MAX, ADF_SAML_COOKIE_HANDSHAKE_COOKIE_GREATER_THAN_MAX, ADF_SAML_ASSERTION_DOES_NOT_MATCH_REQUEST_ID, ADF_SAML_AUTHENTICATION_UNSUPPORTED_METHOD, ADF_SAML_COOKIE_SESSION_COOKIE_TIMEOUT, ADF_SAML_ACS_URL_MISMATCH, ADF_SAML_ASSERTION_NO_BODY, ADF_SAML_ASSERTION_INVALID, ADF_SAML_ASSERTION_ATTRIBUTE_ERROR, ADF_SAML_LOGIN_ERROR, ADF_SAML_DECRYPT_ASSERTION_FAILURE, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_MSG, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_STATUS_CODE, ADF_SAML_LASSO_LOGIN_ERROR_REQUEST_DENIED, ADF_SAML_LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS, ADF_SAML_LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_RESPONSE, ADF_SAML_LASSO_LOGIN_ERROR_ASSERTION_REPLAY, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_NAME_IDENTIFIER, ADF_SAML_LASSO_PROFILE_ERROR_MISSING_SERVER, ADF_SAML_LASSO_PROFILE_ERROR_INVALID_REQUEST, ADF_SAML_AUTHENTICATION_ERROR, ADF_SAML_AUTHENTICATION_RULE_NOMATCH, ADF_SAML_AUTHORIZATION_RULE_NOMATCH, ADF_SAML_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SAML_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTHENTICATION_DISABLED_BY_DS, ADF_SSO_AUTHENTICATION_RULE_NOMATCH, ADF_SSO_AUTHORIZATION_RULE_NOMATCH, ADF_SSO_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_SSO_AUTHORIZATION_FAILED_RULE_MATCH, ADF_SAML_AUTH_INVALID_POST_REQUEST, ADF_HTTP_SERVER_RESELECT_OCCURRENCE, ADF_HTTP_SERVER_RESELECT_SKIP_V1_SERVER_AFTER_SENT_V2_REQ, ADF_HTTP_SERVER_RESELECT_SKIP_V2_SERVER_AFTER_SENT_V1_REQ, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REPORT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_REDIRECT, ADF_HTTP_RULE_SECURITY_RATE_LIMIT_ACTION_RESPONSE, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED, ADF_HTTP_RULE_REDIRECT_ACTION_FAILED_WITH_IP_ADDRESS, ADF_HTTP2_SERVER_SENT_UNEXPECTED_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_UNKNOWN_STREAM, ADF_HTTP2_SERVER_REJECTED_REQUEST_WITH_ERROR, ADF_HTTP2_SERVER_SENT_GOAWAY_WITH_ERROR, ADF_HTTP2_SERVER_SENT_UNEXPECTED_PUSH_PROMISE, ADF_HTTP2_SERVER_SENT_INVALID_HEADER, ADF_HTTP2_SERVER_SENT_DUP_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_LARGE_HEADER_NAME_LEN, ADF_HTTP2_SERVER_NO_STATUS_HEADER, ADF_HTTP2_SERVER_SENT_DATA_FOR_UNKNOWN_STREAM, ADF_HTTP2_SERVER_STREAM_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_CONN_FLOW_CONTROL_VIOLATION, ADF_HTTP2_SERVER_SENT_INVALID_TRAILER, ADF_HTTP2_SERVER_SENT_TRAILER_NO_ENDSTREAM_FLAG, ADF_HTTP2_SERVER_SENT_SHORT_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_LONG_PADDING, ADF_HTTP2_SERVER_SENT_LARGE_FRAME, ADF_HTTP2_SERVER_SENT_FRAME_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_TRUNCATED_HEADER, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_INDEX, ADF_HTTP2_SERVER_SENT_INVALID_TABLE_SIZE_UPDATE, ADF_HTTP2_SERVER_SENT_TABLE_INDEX_CONT_FLAG, ADF_HTTP2_SERVER_SENT_ZERO_HEADER_NAME_LEN, ADF_HTTP2_SERVER_SENT_INVALID_ENCODED_HEADER, ADF_HTTP2_SERVER_SENT_RST_INVALID_LENGTH, ADF_HTTP2_SERVER_SENT_GOAWAY_NONZERO_ID, ADF_HTTP2_SERVER_SENT_GOAWAY_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_INVALID_LEN, ADF_HTTP2_SERVER_SENT_WIN_UPDATE_LARGE_LEN, ADF_HTTP2_SERVER_SENT_SETTINGS_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_ACK_NONZERO_ID, ADF_HTTP2_SERVER_SENT_SETTINGS_INVALID_LEN, ADF_HTTP2_SERVER_SENT_SETTING_LARGE_INI_WIN_SIZE, ADF_HTTP2_SERVER_SENT_PING_NONZERO_ID, ADF_HTTP2_SERVER_SENT_PING_INVALID_LEN, ADF_HTTP2_SERVER_SENT_PING_ACK, ADF_HTTP2_SERVER_NO_UPSTREAM_KEEPALIVE, ADF_HTTP2_CLIENT_SENT_TRAILER, ADF_HTTP2_CLIENT_SENT_UNSUPPORTED_PROTOCOL_HDR, ADF_HTTP2_WEBSOCKET_IS_NOT_ENABLED, ADF_HTTP2_WEBSOCKET_DETECTED, ADF_HTTP2_CLIENT_SENT_PROTOCOL_HDR_WITH_WRONG_METHOD, ADF_HTTP2_WEBSOCKET_VERSION_MISMATCH, ADF_HTTP2_BAD_REQUEST_CLIENT_SENT_NO_HOST_HEADER, ADF_HTTP_CONTENT_REWRITE_EMPTY_STRING, ADF_HTTP2_SERVER_SIDE_SSL_ALPN_FAILURE, ADF_HTTP2_SERVER_DOES_NOT_SUPPORT_V2, ADF_HTTP2_MAX_REQUESTS_EXCEEDED, ADF_HTTP2_SERVER_CONTROL_FRAME_FLOOD_DETECTED, ADF_HTTP2_SERVER_EXCEEDED_HTTP2_MAX_FIELD_SIZE_LIMIT, ADF_HTTP2_SERVER_OUT_OF_BOUND_HPACK_TABLE_INDEX, ADF_HTTP2_CLIENT_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HPACK_LARGE_HEADER, ADF_HTTP2_SERVER_HEADER_BLOCK_TOO_LONG_HEADER_INDEX, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE, ADF_HTTP2_UPSTREAM_NO_SUPPORT_DYNAMIC_TABLE_ON_CACHE, ADF_PERSISTENCE_APP_COOKIE_INVALID_EXPIRY_TIMESTAMP, ADF_PERSISTENCE_COOKIE_EXPIRED, ADF_SITE_PERSISTENCE_COOKIE_EXPIRED, ADF_ICAP_SERVER_HIGH_RESPONSE_TIME, ADF_ICAP_BLOCKED, ADF_ICAP_MODIFIED, ADF_ICAP_OUT_OF_MEMORY, ADF_ICAP_TIMEDOUT, ADF_ICAP_BODY_SIZE_BIGGER_THAN_CONFIGURED, ADF_ICAP_CONNECTION_ERROR, ADF_ICAP_SERVER_ERROR, ADF_ICAP_FAILED, ADF_HTTP_BAD_REQUEST_INVALID_REQUEST_LINE, ADF_HTTP_BAD_RESPONSE_INVALID_REQUEST_LINE, ADF_LDAP_AUTHENTICATION_DISABLED_BY_DS, ADF_PAA_AUTHENTICATION_DISABLED_BY_DS, ADF_JWT_MISSING_BEARER_TOKEN, ADF_JWT_MISSING_AUTHORIZATION_HEADER, ADF_JWT_MISSING_QUERY_PARAMS, ADF_JWT_EMPTY_TOKEN_IN_QUERY_PARAM, ADF_JWT_QUERY_PARAMS_MISSING_TOKEN_NAME, ADF_JWT_EMPTY_TOKEN_HEADERS, ADF_JWT_EMPTY_TOKEN_PAYLOAD, ADF_JWT_AUD_CLAIM_NULL, ADF_JWT_AUD_MISMATCH, ADF_JWT_ISSUER_CLAIM_NULL, ADF_JWT_UNKNOWN_ISSUER, ADF_JWT_KID_NULL, ADF_JWT_INVALID_KID, ADF_JWT_ALG_NULL, ADF_JWT_ALG_MISMATCH, ADF_JWT_NOT_YET_VALID, ADF_JWT_EXPIRED, ADF_JWT_SIGNATURE_VERIFICATION_FAILURE, ADF_JWT_VALIDATION_DISABLED_BY_DS, ADF_JWT_INVALID_JWKS, ADF_HTTP_CONNECTION_STRATEGY_CONVERTED, ADF_HTTP_NTLM_AUTHENTICATION_FAILED, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_RESPONSE_WRONG_MESSAGE, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_DECODE_FAIL, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_SIG, ADF_HTTP_NTLM_NEGOTIATION_REQUEST_WRONG_MESSAGE, ADF_HTTP_UNEXPECTED_RUM_REQUEST, ADF_HTTP_NTLM_REQUEST_QUEUEING_DISABLED, ADF_HTTP_NTLM_SERVER_RESELECT_DISABLED, ADF_HTTP_NTLM_POOL_SWITCHED, ADF_HTTP_NTLM_CONNECTION_DETECTED, ADF_REQUEST_URI_INVALID_UTF8_FORMAT, ADF_REQUEST_ARGS_INVALID_UTF8_FORMAT, ADF_REQUEST_CHUNK_MODE_WITH_CONTENT_LENGTH, ADF_HTTP2_H2C_UPGRADE_NO_HTTP2_SETTINGS, ADF_HTTP2_H2C_UPGRADE_HTTP2_SETTINGS_ERR, ADF_HTTP2_H2C_UPGRADE_REQUEST, ADF_HTTP2_H2C_UPGRADE_TO_HTTP2, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST, ADF_HTTP2_H2C_UPGRADE_OPTIONS_REQUEST_WITH_BODY, ADF_HTTP2_INVALID_VERSION, ADF_HTTP2_INVALID_CHUNKED_BODY, ADF_SERVER_RESPONSE_HEADER_TOO_LARGE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_SIZE_LIMIT, ADF_HTTP_CLIENT_EXCEEDED_MAX_SINGLE_HEADER_SIZE_LIMIT, ADF_HTTP_BAD_REQUEST_REQUESTED_HOST_NAME_DOES_NOT_MATCH_SERVERNAME, ADF_OAUTH_INVALID_REQUEST, ADF_OAUTH_INVALID_CLIENT, ADF_OAUTH_INVALID_GRANT, ADF_OAUTH_UNAUTHORIZED_CLIENT, ADF_OAUTH_UNAUTHORIZED_GRANT_TYPE, ADF_OAUTH_INVALID_SCOPE, ADF_OAUTH_ACCESS_DENIED, ADF_OAUTH_UNSUPPORTED_RESPONSE_TYPE, ADF_OAUTH_HANDSHAKE_UNAUTHORIZED_CLIENT, ADF_OAUTH_SERVER_ERROR, ADF_OAUTH_TEMPORARILY_UNAVAILABLE, ADF_OAUTH_OIDC_INVALID_ALG, ADF_OAUTH_OIDC_INVALID_AT_HASH, ADF_OAUTH_AUTHORIZATION_FAILED_RULE_MATCH, ADF_OAUTH_OIDC_JWT_AZP_MISMATCH, ADF_OAUTH_OIDC_JWT_AZP_CLAIM_INVALID, ADF_OAUTH_COOKIE_VERSION_MISMATCH, ADF_OAUTH_COOKIE_KEYS_NOT_CONFIGURED, ADF_OAUTH_COOKIE_ENCRYPTION_ERROR, ADF_OAUTH_AUTHENTICATION_SKIPPED_RULE_MATCH, ADF_OAUTH_TOKEN_EXCHANGE_FAIL, ADF_OAUTH_USERINFO_FAIL, ADF_OAUTH_JWKS_URI_FAIL, ADF_OAUTH_INTROSPECT_FAIL, ADF_OAUTH_NULL_COOKIE, ADF_OAUTH_INVALID_HS_REDIRECT_URI, ADF_OAUTH_INVALID_COOKIE, ADF_OAUTH_ACCESS_TOKEN_INACTIVE, ADF_HTTP_CLIENT_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP_SERVER_EXCEEDED_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_CLIENT_EXCEEDED_HTTP2_MAX_HEADER_COUNT_LIMIT, ADF_HTTP2_SERVER_PUSH_INITIATED_REQUEST, ADF_OAUTH_USER_ID_TOKEN_NULL, ADF_OAUTH_END_SESSION_ENDPOINT_NOT_CONFIGURED, ADF_OAUTH_INTROSPECT_DATA_SAVE_FAILED, ADF_WEBSOCKET_ACCEPT_VERIFY_FAILED, ADF_WEBSOCKET_DUPLICATE_ACCEPT_HEADER, ADF_WEBSOCKET_ACCEPT_HEADER_MISSED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeHmEventShmDetails Up

average_response_time (optional)
Long Average health monitor response time from server in milli-seconds. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
health_monitor
String Health Monitor name. It is a reference to an object of type HealthMonitor. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resp_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
response_code (optional)
Integer Response code from server. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

SeHmEventVsDetails Up

ha_reason (optional)
String HA Compromised reason. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for Virtual Service Down. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Service Engine name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_uuid (optional)
String UUID of the event generator. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip6_address (optional)
IpAddr VIP address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_address (optional)
IpAddr VIP address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String VIP id. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
virtual_service (optional)
String Virtual Service name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeIP6DadFailedEventDetails Up

dad_ip (optional)
IpAddr IPv6 address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeIpAddedEventDetails Up

if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String IP added. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
linux_name (optional)
String Vnic linux name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mask (optional)
Integer Mask . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
mode (optional)
String DCHP or Static. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Network UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ns (optional)
String Namespace. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeIpRemovedEventDetails Up

if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String IP added. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
linux_name (optional)
String Vnic linux name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mask (optional)
Integer Mask . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
mode (optional)
String DCHP or Static. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Network UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ns (optional)
String Namespace. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeIpfailureEventDetails Up

mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_uuid (optional)
String Network UUID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vnic_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeLicensedBandwdithExceededEventDetails Up

num_pkts_dropped (optional)
Integer Number of packets dropped since the last event. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeList Up

active_on_cloud (optional)
Boolean Vip is Active on Cloud. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
active_on_se (optional)
Boolean Vip is Active on this ServiceEngine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
admin_down_requested (optional)
Boolean This flag is set when scaling in an SE in admin down mode. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attach_ip_in_progress (optional)
Boolean Attach IP is in progress. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cloud_programming_done (optional)
Boolean All attempts to program the Vip on Cloud have been made. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cloud_programming_status (optional)
String Status of Vip on the Cloud. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
delete_in_progress (optional)
Boolean This flag is set when an SE is admin down or scaling in. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
detach_ip_in_progress (optional)
Boolean Detach IP is in progress. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
floating_intf_ip (optional)
array[IpAddr] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
floating_intf_ip6_addresses (optional)
array[IpAddr] IPv6 Floating Interface IPs for the RoutingService. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
incarnation (optional)
String Updated whenever this entry is created. When the sees this has changed, it means that the SE should disrupt, since there was a delete then create, not an update. Field introduced in 18.1.5,18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_portchannel (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_primary (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_standby (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
memory (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
mgmt_ip (optional)
IpAddr Management IPv4 address of SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mgmt_ip6 (optional)
IpAddr Management IPv6 address of SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
scaleout_in_progress (optional)
Boolean This flag is set when a VS is actively scaling out to this SE. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_programming_done (optional)
Boolean All attempts to program the Vip on this ServiceEngine have been made. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ready_in_progress (optional)
Boolean Vip is awaiting response from this ServiceEngine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ref
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sec_idx (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
snat_ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vip6_subnet_mask (optional)
Integer Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vip_intf_ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_intf_list (optional)
array[SeVipInterfaceList] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_intf_mac (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_subnet_mask (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vlan_id (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vnic (optional)
array[VsSeVnic] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeMemoryLimitEventDetails Up

config_memory_status (optional)
String Current status of config memory. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
heap_config_hard_limit (optional)
Integer Heap config memory hard limit. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
heap_config_soft_limit (optional)
Integer Heap config memory soft limit. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
heap_config_usage (optional)
Integer Config memory usage in heap memory. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
heap_conn_usage (optional)
Integer Connection memory usage in heap memory. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
shm_config_hard_limit (optional)
Integer Current shm config memory hard limit. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
shm_config_soft_limit (optional)
Integer Current shm config memory soft limit. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
shm_config_usage (optional)
Integer Config memory usage in shared memory. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
shm_conn_usage (optional)
Integer Connection memory usage in shared memory. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

SeMgrEventDetails Up

cloud_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enable_state (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gcp_info (optional)
GcpInfo Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
memory (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
migrate_state (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_mgmt_ip (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
new_mgmt_ip6 (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
old_mgmt_ip (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
old_mgmt_ip6 (optional)
String Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_grp_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vs_name (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vsphere_ha_enabled (optional)
Boolean vSphere HA on cluster enabled. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vsphere_ha_inprogress (optional)
Boolean This flag is set to true when Cloud Connector has detected an ESX host failure. This flag is set to false when the SE connects back to the controller, or when vSphere HA recovery timeout has occurred. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SeMigrateEventDetails Up

num_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeNtpSynchronizationFailed Up

ntp_servers (optional)
String List of NTP Servers. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_name (optional)
String Name of the SE reporting this event. It is a reference to an object of type ServiceEngine. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SePersistenceEventDetails Up

entries (optional)
Integer Current number of entries in the client ip persistence table. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool (optional)
String Name of pool whose persistence table limits were reached. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Type of persistence. Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SePoolLbEventDetails Up

failure_code (optional)
String Reason code for load balancing failure. Enum options - PERSISTENT_SERVER_INVALID, PERSISTENT_SERVER_DOWN, SRVR_DOWN, ADD_PENDING, SLOW_START_MAX_CONN, MAX_CONN, NO_LPORT, SUSPECT_STATE, MAX_CONN_RATE, CAPEST_RAND_MAX_CONN, GET_NEXT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool (optional)
String Pool name. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for Load balancing failure. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
src_uuid (optional)
String UUID of event generator. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
virtual_service (optional)
String Virtual Service name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeReconcileDetails Up

new_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
old_service_cores (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tier (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeThreshEventDetails Up

curr_value
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
thresh
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

SeUpgradeEventDetails Up

notes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_grp_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeEvents Up

from_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se_group (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_vs (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_ha_mode (optional)
String Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_ref (optional)
String It is a reference to an object of type ServiceEngineGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sub_tasks (optional)
array[String] List of sub_tasks executed. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
task (optional)
String Enum options - SE_UPGRADE_PREVIEW, SE_UPGRADE_IN_PROGRESS, SE_UPGRADE_COMPLETE, SE_UPGRADE_ERROR, SE_UPGRADE_PRE_CHECKS, SE_IMAGE_INSTALL, SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START, SE_UPGRADE_PAUSED, SE_UPGRADE_FAILED, SE_UPGRADE_VERSION_CHECKS, SE_UPGRADE_CONNECTIVITY_CHECKS, SE_UPGRADE_VERIFY_VERSION, SE_UPGRADE_SKIP_RESUME_OPS, SE_UPGRADE_SEMGR_DONE, SEGROUP_UPGRADE_NOT_STARTED, SEGROUP_UPGRADE_ENQUEUED, SEGROUP_UPGRADE_ENQUEUE_FAILED, SEGROUP_UPGRADE_IN_PROGRESS, SEGROUP_UPGRADE_COMPLETE, SEGROUP_UPGRADE_ERROR, SEGROUP_UPGRADE_SUSPENDED, VS_DISRUPTED, VS_SCALEIN, VS_SCALEIN_ERROR, VS_SCALEIN_ERROR_RPC_FAILED, VS_SCALEOUT, VS_SCALEOUT_ERROR, VS_SCALEOUT_ERROR_RPC_FAILED, VS_SCALEOUT_ERROR_SE_NOT_READY, VS_MIGRATE, VS_MIGRATE_ERROR, VS_MIGRATE_BACK, VS_MIGRATE_BACK_ERROR, VS_MIGRATE_BACK_NOT_NEEDED, VS_MIGRATE_ERROR_NO_CANDIDATE_SE, VS_MIGRATE_ERROR_RPC_FAILED, VS_MIGRATE_BACK_ERROR_SE_NOT_READY, VS_MIGRATE_BACK_ERROR_RPC_FAILED, SEGROUP_PAUSE_PLACEMENT, SEGROUP_RESUME_PLACEMENT, SEGROUP_CLOUD_DISCOVERY, SEGROUP_IMAGE_GENERATION, SEGROUP_IMAGE_COPY_INSTALL_TO_SES, SEGROUP_SERIAL_SE_UPGRADE, SEGROUP_PARALLEL_SE_UPGRADE, SEGROUP_V2_TO_V1_ROLLBACK, SEGROUP_FAILED_SE_ERROR_RECOVERY, SEGROUP_SE_CONNECTIVITY_CHECKS, SEGROUP_UPGRADE_START, SEGROUP_WAIT_FOR_WARM_START_DONE, SEGROUP_PRE_SNAPSHOT, SEGROUP_POST_SNAPSHOT, SEGROUP_WAIT_FOR_SNAPSHOT_COLLECTION. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
traffic_status (optional)
String Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ref (optional)
String It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeMigrateEventDetails Up

migrate_params (optional)
VsMigrateParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeParams Up

disruptive (optional)
Boolean This field is used to disable scale-in/scale out operations during upgrade operations. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch (optional)
Boolean Upgrade System with patch upgrade. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_rollback (optional)
Boolean Rollback System with patch upgrade. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
resume_from_suspend (optional)
Boolean Resume from suspended state. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
rollback (optional)
Boolean It is used in rollback operations. . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_refs (optional)
array[String] It is a reference to an object of type ServiceEngineGroup. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_suspended (optional)
Boolean When set, this will skip upgrade on the Service Engine which is upgrade suspended state. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
suspend_on_failure (optional)
Boolean When set to true, if there is any failure during the SE upgrade, upgrade will be suspended for this SE group and manual intervention would be needed to resume the upgrade. Field introduced in 17.1.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeScaleinEventDetails Up

scalein_params (optional)
VsScaleinParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeScaleoutEventDetails Up

scaleout_params (optional)
VsScaleoutParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeUpgradeVsDisruptedEventDetails Up

ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
notes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeVipInterfaceList Up

is_portchannel (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[DiscoveredNetwork] List of placement_networks reachable from this interface. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vip_intf_ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_intf_ip6 (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_intf_mac
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vlan_id (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

SeVnicDownEventDetails Up

if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
linux_name (optional)
String Vnic linux name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeVnicTxQueueStallEventDetails Up

if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
linux_name (optional)
String Vnic Linux name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
queue (optional)
Integer Queue number. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeVnicUpEventDetails Up

if_name (optional)
String Vnic name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
linux_name (optional)
String Vnic linux name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac (optional)
String Mac Address. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String UUID of the SE responsible for this event. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeVsDelFlowsDisrupted Up

deleted_vs_name (optional)
String Name of the VS which was deleted from the SE. It is a reference to an object of type VirtualService. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
num_vs_flows_disrupted (optional)
Integer Number of VS flows disrupted when VS was deleted from the SE. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
reporting_se_name (optional)
String Name of the SE reporting this event. It is a reference to an object of type ServiceEngine. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SeVsFaultEventDetails Up

fault_object (optional)
String Name of the object responsible for the fault. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fault_reason (optional)
String Reason for the fault. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_engine (optional)
String SE uuid. It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
virtual_service (optional)
String VS name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeVsPktBufHighEventDetails Up

current_value (optional)
Integer Current packet buffer usage of the VS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
threshold (optional)
Integer Buffer usage threshold value. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
virtual_service (optional)
String Virtual Service name. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SearchReplacePair Up

replacement_string (optional)
ReplaceStringVar String to replace the searched value. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
search_string
SearchStringVar String to search for in the body. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SearchStringVar Up

type (optional)
String Type of search string - can be a variable exposed from datascript, value of an HTTP variable, a custom user-input literal string, or a regular expression. Enum options - SEARCH_DATASCRIPT_VAR, SEARCH_AVI_VAR, SEARCH_LITERAL_STRING, SEARCH_REGEX. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
val
String Value of search string - can be a variable exposed from datascript, value of an HTTP variable, a custom user-input literal string, or a regular expression. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SecMgrDataEvent Up

error (optional)
String Type of the generated for an application. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Name of the application. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SecMgrThreshold Up

attack_type
String Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT, DOS_SSL_ERROR, DOS_APP_ERROR, DOS_REQ_IP_RL_DROP, DOS_REQ_URI_RL_DROP, DOS_REQ_URI_SCAN_BAD_RL_DROP, DOS_REQ_URI_SCAN_UNKNOWN_RL_DROP, DOS_REQ_IP_URI_RL_DROP, DOS_CONN_IP_RL_DROP, DOS_SLOW_URL, TCP_NON_SYN_FLOOD, DOS_REQ_CIP_SCAN_BAD_RL_DROP, DOS_REQ_CIP_SCAN_UNKNOWN_RL_DROP, DOS_REQ_IP_RL_DROP_BAD, DOS_REQ_URI_RL_DROP_BAD, DOS_REQ_IP_URI_RL_DROP_BAD, POLICY_DROPS, DOS_CONN_RL_DROP, DOS_REQ_RL_DROP, DOS_REQ_HDR_RL_DROP, DOS_REQ_CUSTOM_RL_DROP, DNS_ATTACK_REFLECTION, DNS_ATTACK_AMPLIFICATION_EGRESS, TCP_SLOW_AND_LOW, DNS_ATTACK_NXDOMAIN. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
threshold
Long Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

SecMgrUAEventDetails Up

error (optional)
String Error descibing UA cache status in controller. Field introduced in 21.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SecureKeyExchangeDetails Up

ctlr_mgmt_ip (optional)
String Controller managememt IP for secure key exchange between controller and SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ctlr_public_ip (optional)
String Controller public IP for secure key exchange between controller and SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error (optional)
String Error message if secure key exchange failed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
follower_ip (optional)
String Follower IP for secure key exchange between controller and controller. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
leader_ip (optional)
String Leader IP for secure key exchange between controller and controller. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name (optional)
String name of SE/controller who initiates the secure key exchange. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ip (optional)
String SE IP for secure key exchange between controller and SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
source_ip (optional)
String IP address of the client. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
String Status. Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uuid (optional)
String uuid of SE/controller who initiates the secure key exchange. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SecurityMgrRuntime Up

thresholds (optional)
array[SecMgrThreshold] Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ServerAutoScaleFailedInfo Up

num_scalein_servers
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_servers_up
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref
String UUID of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ServerAutoScaleInCompleteInfo Up

nscalein
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref
String UUID of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scaled_in_servers (optional)
array[ServerId] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ServerAutoScaleInInfo Up

alertconfig_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
alertconfig_ref (optional)
String It is a reference to an object of type AlertConfig. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
available_capacity (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
load (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
num_scalein_servers
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_servers_up
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref
String UUID of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code (optional)
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scalein_server_candidates (optional)
array[ServerId] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scheduled_desired_capacity (optional)
Integer Desired number of servers for scheduled autocale. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

ServerAutoScaleOutCompleteInfo Up

launch_config_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nscaleout
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref
String UUID of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scaled_out_servers (optional)
array[ServerId] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ServerAutoScaleOutInfo Up

alertconfig_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
alertconfig_ref (optional)
String It is a reference to an object of type AlertConfig. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
available_capacity (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
load (optional)
Double Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
num_scaleout_servers
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_servers_up
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref
String UUID of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason_code (optional)
String Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST, SYSERR_TEST1, SYSERR_TEST2, SYSERR_QUEUE_TRANSPORT_FAILURE, SYSERR_QUEUE_RETRY_TASK, SYSERR_QUEUE_FULL, SYSERR_DATASTORE_TRANSPORT_FAILURE, SYSERR_DATASTORE_UNKNOWN_FAILURE, SYSERR_DATASTORE_OBJECT_DOES_NOT_EXIST, SYSERR_DATASTORE_REFERENCE_DOES_NOT_EXIST, SYSERR_DATASTORE_DB_LOCKED, SYSERR_DATASTORE_LOCK_FAILURE, SYSERR_DATASTORE_TBL_NOT_EXIST, SYSERR_DATABASE_OBJECT_DOES_NOT_EXIST, SYSERR_SVC_COMMON_OBJECT_NOT_IN_CACHED_VIEW, SYSERR_RPC_CANCELED_BY_CLIENT, SYSERR_RPC_TIMED_OUT, SYSERR_RPC_SEND_FAILED, SYSERR_RPC_CANCELED_BY_TRANSACTION_CLEANUP, SYSERR_NO_MULTICAST_RECEIVERS, SYSERR_RPC_FAILED, SYSERR_RPC_CONNECT_FAILED, SYSERR_CONTROLLER_NOT_READY, SYSERR_VERSION_MISMATCH, SYSERR_ALREADY_REGISTERED, SYSERR_SE_GRP_CHANGE_REBOOT, SYSERR_INVALID_METHOD, SYSERR_DESERIALIZATION, SYSERR_SERIALIZATION, SYSERR_ENQUEUE, SYSERR_DEQUEUE, SYSERR_INVALID_READ_LEVEL, SYSERR_ADD_HM_PHM_OBJECT_NOT_FOUND, SYSERR_CREATE_INVALID_PERSISTENCE_TYPE, SYSERR_VS_INVALID_METHOD, SYSERR_VS_NOT_PRESENT, SYSERR_VS_INVALID_REQUEST, SYSERR_VS_NOT_ENOUGH_RESOURCES, SYSERR_VS_SE_NOT_AVAILABLE, SYSERR_VS_VNIC_FAILURE, SYSERR_VS_DELETE_WHILE_STILL_BEING_REFERRED, SYSERR_INVALID_HEALTH_MONITOR_TYPE, SYSERR_VS_SE_ASSIGNMENT_FAILED, SYSERR_VS_INVALID_OBJECT, SYSERR_VS_SERVICE_ENGINE_DOWN, SYSERR_VS_RPC_FAILURE, SYSERR_VS_NOT_BOUND, SYSERR_VS_DISABLED, SYSERR_VS_INTERNAL_ERROR, SYSERR_VS_SCALEOUT_ERROR, SYSERR_VS_SCALEIN_ERROR, SYSERR_VS_MIGRATE_ERROR, SYSERR_VS_MIGRATE_SCALEOUT_ERROR, SYSERR_VS_MIGRATE_SCALEIN_ERROR, SYSERR_VS_AWAIT_STATIC_SE, SYSERR_VS_MIN_SE_NOT_ASSIGNED, SYSERR_VS_SE_NOT_AT_CURRENT_VERSION, SYSERR_VS_RUNTIME_ABSENT, SYSERR_VS_STATEDB_ERR, SYSERR_VS_SNI_CHILD_PARENT_SELIST_MISMATCH, SYSERR_VS_SNI_PARENT_NOT_FOUND, SYSERR_VS_SNI_CHILD_PARENT_SEGROUP_MISMATCH, SYSERR_VS_STATS_INDEX_NOT_AVAILABLE, SYSERR_VS_UPDATE_FAILED, SYSERR_VS_CREATE_FAILED, SYSERR_VS_GEO_DATABASES_NOT_LOADED, SYSERR_VS_FQDN_LEN_EXCEEDED, SYSERR_VS_STATIC_FQDN_LEN_EXCEEDED, SYSERR_VS_DNS_TXT_RDATA_LEN_EXCEEDED, SYSERR_SE_MGR_VNIC_ALLOC_FAIL, SYSERR_SE_MGR_VNIC_NOT_FOUND, SYSERR_SE_MGR_UNKNOWN_SE, SYSERR_SE_MGR_UNKNOWN_STATE_TRANSITION, SYSERR_SE_MGR_SE_OFFLINE_HB_FAILURE, SYSERR_SE_UPGRADE_IN_PROGRESS, SYSERR_SE_NOT_CONNECTED, SYSERR_RM_RES_UNAVAIL, SYSERR_RM_RES_UNAVAIL_NOTIFY, SYSERR_RM_RES_NOT_INUSE, SYSERR_RM_CONSUMER_NOT_FOUND, SYSERR_RM_REACHABILITY_FAILED, SYSERR_RM_RELEASE_SE_UNAVAIL, SYSERR_RM_UNKNOWN_SE_GROUP, SYSERR_RM_NO_SE_FOUND, SYSERR_RM_PARTIAL_SE_FOUND, SYSERR_RM_AWAIT_VM_CREATE, SYSERR_RM_AWAIT_VNIC_ADD, SYSERR_RM_AWAIT_BOOTUP, SYSERR_RM_RESOURCE_NOT_FOUND, SYSERR_RM_CANNOT_SPAWN_SE, SYSERR_RM_RES_NOT_NEEDED, SYSERR_RM_RES_INFRA_DELETED, SYSERR_RM_RES_USER_DELETED, SYSERR_RM_RES_USER_REBOOTED, SYSERR_RM_RES_CRASHED, SYSERR_RM_RES_CONN_LOST, SYSERR_RM_RES_VIP_REACH_LOST, SYSERR_RM_VS_PROCESSING, SYSERR_RM_VNIC_IP_FAILURE, SYSERR_RM_STATIC_NO_POOL, SYSERR_RM_STATIC_POOL_EXHAUSTED, SYSERR_RM_VIP_MULT_NETWORKS, SYSERR_RM_SRVR_MULT_NETWORKS, SYSERR_RM_VIP_NO_NETWORK, SYSERR_RM_SRVR_NO_NETWORK, SYSERR_RM_MAX_PARALLEL_SE_CREATE, SYSERR_RM_MAX_SE_CREATE_ATTEMPTS, SYSERR_RM_MULT_SE_CRASH, SYSERR_RM_VS_SE_CREATE_IN_PROG, SYSERR_RM_VS_SE_BOOTUP_IN_PROG, SYSERR_RM_VS_SE_VNIC_ADD_IN_PROG, SYSERR_RM_VS_SE_VNIC_IP_IN_PROG, SYSERR_RM_NO_SUITABLE_HOST, SYSERR_RM_NO_SE_IN_SE_GRP, SYSERR_RM_ALL_SE_IN_SE_GRP_DOWN, SYSERR_RM_NO_SE_IN_SE_GRP_SRVR_ACC, SYSERR_RM_NO_SE_IN_SE_GRP_VIP_ACC, SYSERR_RM_ALL_SE_IN_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_NW_ACC_MAX_VS, SYSERR_RM_VIP_SE_NW_ACC, SYSERR_RM_VIP_SE_MAX_VS, SYSERR_RM_VIP_SE_GRP_MISMATCH, SYSERR_RM_VIP_SE_PENDING_OP, SYSERR_RM_MULT_MGMT_SUBNET, SYSERR_RM_MAX_SE_IN_GRP, SYSERR_RM_BOOTUP_FAILURE, SYSERR_RM_PENDING_VNIC_OP, SYSERR_RM_SE_MGMT_NO_STATIC_IPS_CONFIGURED, SYSERR_RM_SE_MGMT_STATIC_IPS_EXHAUSTED, SYSERR_RM_NO_MGMT_SUBNET, SYSERR_RM_MGMT_DHCP_FAILURE, SYSERR_RM_CANNOT_ADD_VNICS, SYSERR_RM_CONSUMER_RESOURCES_SATISFIED, SYSERR_RM_DATA_DHCP_FAILURE, SYSERR_RM_QUERY_HOST_IN_PROGRESS, SYSERR_RM_INSUFFICIENT_BUFFER_SE, SYSERR_RM_NO_DEFAULT_GW_SE_MGMT_NW, SYSERR_RM_PARENT_SE_NW_ACC, SYSERR_RM_PARENT_SE_MAX_VS, SYSERR_RM_PARENT_SE_GRP_MISMATCH, SYSERR_RM_DEF_GW_INCORRECT, SYSERR_RM_NETWORK_NOT_FOUND, SYSERR_RM_ALL_SE_IN_SE_GRP_USED, SYSERR_RM_SE_GRP_PENDING_OP, SYSERR_RM_ALL_SE_IN_SE_GRP_DISABLED, SYSERR_RM_VS_SE_PING_CHECK_IN_PROG, SYSERR_RM_CONSUMER_PENDING_TASK, SYSERR_RM_SE_GRP_VIP_NW_ACC, SYSERR_RM_SE_GRP_NW_ACC, SYSERR_RM_SE_GRP_MAX_VS, SYSERR_RM_ALL_SE_IN_SE_GRP_GW_DOWN, SYSERR_RM_SE_GW_DOWN, SYSERR_RM_SE_DISCONNECTED, SYSERR_RM_RES_USER_DISABLED_FORCE, SYSERR_RM_VS_SE_ATTACH_IP_IN_PROG, SYSERR_RM_LICENSE_EXCEEDED_CANNOT_SPAWN_SE, SYSERR_RM_RES_SWTICHOVER_FORCE, SYSERR_RM_HA_HOST_UNAVAILABLE, SYSERR_RM_RES_USER_DISABLED, SYSERR_RM_NO_BGP_PEER_ADVERTISE_VIP, SYSERR_RM_NO_BGP_PEER_ADVERTISE_SNAT, SYSERR_RM_SRVR_NETWORK_NOT_FOUND, SYSERR_RM_VRF_NOT_FOUND, SYSERR_RM_BGP_NETWORK_NOT_FOUND, SYSERR_RM_VIP_NETWORK_NOT_FOUND, SYSERR_RM_READ_MISSING_FILTER, SYSERR_RM_CLOUD_NOT_FOUND, SYSERR_RM_SEGROUP_NOT_FOUND, SYSERR_RM_SE_OFFLINE, SYSERR_RM_SE_USED, SYSERR_RM_SE_BGP_PEERS_DOWN, SYSERR_VI_MGR_SEVM_VNIC_SUCCESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_HW_INFO, SYSERR_VI_MGR_SEVM_CREATE_FAIL_DUPLICATE_NAME, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_CPU, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MEM, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_LEASE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_OVF_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST_VM_NETWORK, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_PROGRESS, SYSERR_VI_MGR_SEVM_CREATE_FAIL_ABORTED, SYSERR_VI_MGR_SEVM_CREATE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_FAIL_POWER_ON, SYSERR_VI_MGR_SEVM_VNIC_NO_VM, SYSERR_VI_MGR_SEVM_VNIC_MAC_ADDR_ERROR, SYSERR_VI_MGR_SEVM_VNIC_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_NO_PG_PORTS, SYSERR_VI_MGR_SEVM_DELETE_FAILURE, SYSERR_VI_MGR_SEVM_CREATE_LIMIT_REACHED, SYSERR_VI_MGR_SEVM_SET_MGMT_IP_FAILED, SYSERR_VI_MGR_SEVM_CREATE_ACCESS_ERROR, SYSERR_VI_MGR_SEVM_CREATE_NO_IMAGE, SYSERR_VI_MGR_SEVM_VINFRA_UNINITIALIZED, SYSERR_VI_MGR_SEVM_CREATE_NO_HOST, SYSERR_VI_MGR_SEVM_CREATE_FAIL_NO_MGMT_NW_PORTS, SYSERR_VI_MGR_SEVM_INVALID_DATA, SYSERR_VI_MGR_SEVM_CREATE_FAIL_MULTIPLE_MGMT_NW, SYSERR_VI_MGR_SEVM_VCENTER_CONN_FAIL, SYSERR_VI_MGR_SEVM_TIMED_OUT, SYSERR_VI_MGR_SEVM_NO_SOURCE_CLONE, SYSERR_VI_MGR_SEVM_NO_AVAILABILITY_ZONE, SYSERR_VI_MGR_SEVM_FLAVOR_UNAVAIL, SYSERR_VI_MGR_SEVM_DELETED, SYSERR_VI_MGR_SEVM_VINFRA_FAILURE, SYSERR_VI_MGR_SEVM_VNIC_FAILURE_QUESTION, SYSERR_VI_MGR_LOGIN_FAIL_NO_VCENTER, SYSERR_VI_MGR_LOGIN_FAIL_USER_CREDENTIALS, SYSERR_VI_MGR_VCENTER_VERSION_MISMATCH, SYSERR_DB_CACHE_TBL_NOT_FOUND, SYSERR_DB_CACHE_OBJ_NOT_FOUND, SYSERR_DB_QUERY_QUEUED, SYSERR_DB_QUERY_BATCHED, SYSERR_DB_UPDATE_FAILED, SYSERR_DB_QUERY_FAILED, SYSERR_DB_ENQUEUE_FULL, SYSERR_OS_AGENT_Q_FULL, SYSERR_OS_AGENT_OPENSTACK_UNINITIALIZED, SYSERR_OS_AGENT_OPENSTACK_ACCESSERR, SYSERR_OS_AGENT_OPENSTACK_RESOURCEERR, SYSERR_OS_AGENT_TENANT_ABSENT, SYSERR_OS_AGENT_INVALID_DATA, SYSERR_CC_SVC_Q_FULL, SYSERR_CC_AGENT_UNINITIALIZED, SYSERR_CC_AGENT_ACCESSERR, SYSERR_CC_AGENT_RESOURCEERR, SYSERR_CC_AGENT_TENANT_ACCESSERR, SYSERR_CC_AGENT_TENANT_ABSENT, SYSERR_CC_SVC_INVALID_DATA, SYSERR_CC_OS_AGENT_NEUTRON_HOST_ACCESSERR, SYSERR_CC_NO_FLAVOR, SYSERR_CC_AGENT_ABSENT, SYSERR_CC_AGENT_CONFIG_FAILURE, SYSERR_CC_AGENT_DECONFIG_FAILURE, SYSERR_CC_AGENT_NON_INFRA_SEVM, SYSERR_MESOS_DISCOVERY_DEPLOYMENT_FAIL, SYSERR_MESOS_DISCOVERY_TIMEOUT, SYSERR_MARATHON_APP_TERMINATED, SYSERR_MARATHON_INACCESSIBLE, SYSERR_FLEET_API_ERROR, SYSERR_MESOS_SSH_CMD_TIMEOUT, SYSERR_MESOS_SSH_ABORTED, SYSERR_MESOS_SSH_FAILURE, SYSERR_MESOS_SSH_NOTFOUND, SYSERR_CC_AGENT_VNIC_NO_IPS_AVAILABLE, SYSERR_CC_AGENT_VNIC_NO_SUBNETWORK, SYSERR_CC_AGENT_VNIC_FAILURE, SYSERR_CC_AGENT_SCALE_IN_FAILED, SYSERR_CC_AGENT_DS_FAILED, SYSERR_CC_AGENT_SCALE_OUT_FAILED, SYSERR_CC_TOO_BUSY, SYSERR_CC_AGENT_NOT_IMPLEMENTED, SYSERR_CC_AGENT_METHOD_NOT_IMPLEMENTED, SYSERR_CC_AGENT_GENERIC_FAILURE, SYSERR_RUM_TOOMANYSAMPLES, SYSERR_METRICS_TOO_MANY_MSG, SYSERR_METRICS_TOO_MANY_MSG_ACROSS_ENTITIES, SYSERR_ANOMALYZER_NOT_ENOUGH_SAMPLES, SYSERR_AUTOSCALE_REASON_INTELLIGENT_AUTOSCALE, SYSERR_AUTOSCALE_REASON_CONFIG_UPDATE, SYSERR_AUTOSCALE_REASON_POOL_STATE_CHANGE, SYSERR_AUTOSCALE_REASON_ALERT, SYSERR_AUTOSCALEIN_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALEOUT_FAILED_LIMIT_EXCEEDED, SYSERR_AUTOSCALE_IGNORED_AS_WITHIN_COOLDOWN, SYSERR_AUTOSCALE_ORCHESTRATION_TIMEOUT, SYSERR_AUTOSCALE_REASON_NOT_ENOUGH_SERVERS, SYSERR_AUTOSCALE_REASON_TOO_MANY_SERVERS, SYSERR_AUTOSCALE_REASON_ORCHESTRATION_FAILED, SYSERR_AUTOSCALE_REASON_MANUAL, SYSERR_AUTOSCALE_POLICY_NOT_FOUND, SYSERR_AUTOSCALE_REASON_GARBAGE_COLLECTION, SYSERR_AUTOSCALE_SCHEDULED_SCALEIN, SYSERR_AUTOSCALE_SCHEDULED_SCALEOUT, SYSERR_LICENSE_FIELD_NAME_NOT_SET, SYSERR_LICENSE_FILE_NOT_FOUND, SYSERR_LICENSE_FIELD_VALID_UNTIL_NOT_SET, SYSERR_LICENSE_INVALID_TIERS, SYSERR_LICENSE_FIELD_LICENSE_ID_NOT_PRESENT, SYSERR_LICENSE_INVALID_VERSION, SYSERR_LICENSE_DECRYPTION_FAILED, SYSERR_LICENSE_ENFORCEMENT_KEY_NOT_VALID, SYSERR_LICENSE_INVALID_SERIALKEY, SYSERR_LICENSE_INVALID_METRICS, SYSERR_LICENSE_GRPC_NOT_READY, SYSERR_LATEST_LICENSE_ALREADY_DEPLOYED, SYSERR_LICENSE_MGR_GRPC_NOT_READY, SYSERR_LICENSE_TRANSACTION_TENANT_REQUIRED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_RESOURCES, SYSERR_LICENSE_TRANSACTION_PER_TENANT_NOT_SUPPORTED, SYSERR_FLOATING_LICENSE_NOT_SUPPORTED, SYSERR_LICENSE_MGR_CANNOT_DELETE_LICENSE, SYSERR_LICENSE_MGR_LICENSE_TIER_NOT_FOUND, SYSERR_LICENSE_EXPIRED, SYSERR_LICENSE_LEDGER_UPDATE_FAILED, SYSERR_LICENSE_TRANSACTION_INSUFFICIENT_SAAS_LICENSE, SYSERR_LICENSE_TRANSACTION_MAX_SERVICE_UNITS_LIMIT, SYSERR_LICENSE_SAAS_UNSUBSCRIBED, SYSERR_LICENSE_SAAS_SYNC_RPC_ERROR, SYSERR_LICENSE_SAAS_SYNC_CONNECT_ERROR, SYSERR_LICENSE_SAAS_SYNC_SERVER_ERROR, SYSERR_LICENSE_SAAS_SYNC_INSUFFICIENT_LICENSE, SYSERR_LICENSE_TRANSACTION_INCORRECT_TIER, SYSERR_LICENSE_TRANSACTION_DATASTORE_ERROR, SYSERR_SEAGENT_OBJ_INACTIVE, SYSERR_SEAGENT_OBJ_AWAITING_DP_PROGRAMMING, SYSERR_SEAGENT_OBJ_ACTIVE, SYSERR_SEAGENT_OBJ_GRAPHDB_ERROR, SYSERR_SEAGENT_OBJ_DP_ERROR, SYSERR_SEAGENT_OBJ_DISABLED_RULE_POOL, SYSERR_SEAGENT_EASTWEST_VS_SUBNET_ERROR, SYSERR_SEAGENT_OBJ_NOT_FOUND, SYSERR_SEAGENT_VS_NOT_FOUND, SYSERR_SEAGENT_VS_VRF_ERROR, SYSERR_SEAGENT_VS_SELIST_LIMIT_ERROR, SYSERR_SEAGENT_VS_SELIST_SE_INTF_ERROR, SYSERR_SEAGENT_VS_CHILD_PARENT_UUID_MISSING, SYSERR_SEDP_PARENT_VS_NOT_EXIST_FOR_CHILD, SYSERR_SEAGENT_TENANT_CREATE_FAILED, SYSERR_SEAGENT_TENANT_UPDATE_FAILED, SYSERR_SEAGENT_VS_INTERFACE_ERROR, SYSERR_SEAGENT_INSUFFICIENT_MEMORY, SYSERR_SEDP_VNIC_CREATION_FAILURE, SYSERR_SEDP_VNIC_ATTACH_FAILURE, SYSERR_SEDP_VNIC_IF_CREATION_FAILURE, SYSERR_SEDP_VNIC_START_FAILURE, SYSERR_SEDP_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MISMATCH_VRF, SYSERR_SEDP_VNIC_IP_ADDR_ADD_FAILURE, SYSERR_SEDP_VNIC_IP_ADDR_DEL_FAILURE, SYSERR_SEDP_VNIC_OWNER_CORE_NOT_FOUND, SYSERR_SEDP_VNIC_MAIN_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_MEMBER_VNIC_NOT_FOUND, SYSERR_SEDP_VNIC_VLAN_FILTER_ADD_FAILURE, SYSERR_SEDP_VNIC_VLAN_FILTER_REMOVE_FAILURE, SYSERR_SEDP_VNIC_UNKNOWN_MSG_TYPE, SYSERR_SEDP_VNIC_PCAP_INIT_FAILURE, SYSERR_GSLB_INVALID_MTYPE, SYSERR_GSLB_INVALID_SITE_CREDENTIALS, SYSERR_GSLB_OBJECT_NOT_FOUND, SYSERR_GSLB_INVALID_OPS, SYSERR_GSLB_PARTIAL_SUCCESS, SYSERR_GSLB_FQDN_CONFLICT, SYSERR_GSLB_CLEANUP_IN_PROGRESS, SYSERR_GSLB_METHOD_NOP, SYSERR_GSLB_API_NOT_SUPPORTED_FOR_UNFEDERATED_OBJECTS, SYSERR_GSLB_STATEDB_ERR, SYSERR_GSLB_SERVICE_MEMBER_VIPS_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_DISABLED, SYSERR_GSLB_SITE_DISABLED, SYSERR_GSLB_SERVICE_DISABLED, SYSERR_GSLB_HM_PROXY_DOWN, SYSERR_GSLB_DNS_DISABLED, SYSERR_GSLB_SERVICE_NON_AVI_VIP_INFO_UNAVAILABLE, SYSERR_GSLB_SERVICE_DATAPATH_STATUS_UNAVAILABLE, SYSERR_GSLB_SERVICE_MEMBER_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_INCONSISTENT_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_INVALID_APPLICATION_PROFILE, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_CONFIGURED_SERVERS, SYSERR_GSLB_SERVICE_SP_INCONSISTENT_OPERATIONAL_SERVERS, SYSERR_GSLB_SERVICE_SP_ALL_SERVERS_DOWN, SYSERR_GSLB_SERVICE_SP_SOME_SERVERS_DOWN, SYSERR_GSLB_CONFIGURED_VS_IS_NOT_A_DNS_VS, SYSERR_GSLB_NOT_CONFIGURED, SYSERR_GSLB_INVALID_SENDER, SYSERR_GSLB_INVALID_SENDER_STATE, SYSERR_GSLB_INVALID_RX_ID, SYSERR_GSLB_INVALID_VIEW_ID, SYSERR_GSLB_GROUP_CONFLICT, SYSERR_GSLB_INVALID_MTYPE_AT_FOLLOWER, SYSERR_GSLB_LEADER_NOT_IN_LIST, SYSERR_GSLB_SERVICE_CTRL_STATUS_UNAVAILABLE, SYSERR_GSLB_SITE_FSM_NULL, SYSERR_GSLB_SITE_FSM_DISABLE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_DISABLED, SYSERR_GSLB_SITE_FSM_JOIN_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_INIT, SYSERR_GSLB_SITE_FSM_UNREACHABLE, SYSERR_GSLB_SITE_FSM_LEAVE_IN_PROGRESS, SYSERR_GSLB_SITE_FSM_MMODE, SYSERR_GSLB_SITE_ACTIVE_TO_PASSIVE_TRANSITION, SYSERR_GSLB_SITE_PASSIVE_TO_ACTIVE_TRANSITION, SYSERR_GSLB_SITE_MAX_RETRIES_DONE, SYSERR_GSLB_TIMEOUT, SYSERR_GSLB_CONNECTION_TIMEOUT, SYSERR_GSLB_CONNECTION_REFUSED_ERROR, SYSERR_GSLB_SERVICE_CTRL_STATUS_NA_DUE_TO_UNREACHABLE_SITE, SYSERR_GSLB_SERVICE_SP_NO_CONFIGURED_SERVERS, SYSERR_GSLB_INVALID_OBJECT, SYSERR_GSLB_SERVICE_POOL_DISABLED, SYSERR_GSLB_SERVICE_CREATE_FAILED, SYSERR_GSLB_SERVICE_UPDATE_FAILED, SYSERR_GSLB_GSLB_GEO_FILE_NOT_PRESENT, SYSERR_GSLB_SERVICE_MEMBER_VS_SERVICES_NOT_IN_SYNC, SYSERR_GSLB_SERVICE_MEMBER_VS_SP_POOL_NOT_IN_SYNC, SYSERR_DNS_POLICY_CREATE_FAIL, SYSERR_DNS_POLICY_UPDATE_FAIL, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_MAX_LIMIT, SYSERR_LCM_CORE_NOT_COPIED_INSUFFICIENT_DISK_SIZE, SYSERR_LCM_SKIP_SIMILAR_CORE, SYSERR_LCM_CORE_NOT_COPIED_DUE_TO_ERRORS, SYSERR_LCM_STOP, SYSERR_POOL_SERVER_CAPEST_BREACHED, SYSERR_POOL_CREATE_FAILED, SYSERR_POOL_UPDATE_FAILED_INCONSISTENT, SYSERR_POOL_UPDATE_FAILED, SYSERR_POOL_SERVER_STATE_UPDATE_FAILED, SYSERR_POOL_UPDATE_SERVER_FAILED, SYSERR_POOL_UPDATE_LB_ALGO_NO_STATE, SYSERR_SHM_HASH_INSERT_FAILED, SYSERR_SE_RPC_PROXY_STREAM_NOT_CONNECTED, SYSERR_SE_RPC_PROXY_STREAM_WRITE_FAILED, SYSERR_SE_RPC_PROXY_UNABLE_TO_FIND_SYNC_RPC, SYSERR_PRST_PROF_OBJECT_TYPE_MISMATCH, SYSERR_PRST_PROF_OBJECT_NOT_FOUND, SYSERR_PRST_PROF_NULL, SYSERR_PRST_PROF_OBJECT_PRESENT, SYSERR_MS_OBJECT_EXISTS, SYSERR_MS_OBJECT_NOT_FOUND, SYSERR_MS_GRP_OBJECT_EXISTS, SYSERR_MS_GRP_OBJECT_NOT_FOUND, SYSERR_HTTP_POLICY_CREATE_FAILED, SYSERR_HTTP_POLICY_CREATE_EXISTS, SYSERR_HTTP_POLICY_CREATE_SHM_INSERT, SYSERR_HTTP_POLICY_UPDATE_FAILED, SYSERR_STR_GRP_REGISTER_INVAL, SYSERR_STR_GRP_DEREGISTER_INVAL, SYSERR_AG_CREATE_POST_FAILED, SYSERR_AG_CREATE_PRE_FAILED, SYSERR_AG_UPDATE_FAILED, SYSERR_APP_PROF_UPDATE_TYPE_MISMATCH, SYSERR_APP_PROF_CREATE_INVALID_TYPE, SYSERR_APP_PROF_UPDATE_PRESERVE_CLIENT_IP_CHANGED, SYSERR_APP_PROF_NOT_FOUND, SYSERR_POOL_GRP_MEMBER_NOT_FOUND, SYSERR_POOL_GRP_UPDATE_FAILED, SYSERR_POOL_GRP_CREATE_FAILED, SYSERR_POOL_GRP_UPDATE_FAILED_INCONSISTENT, SYSERR_L4PS_CONNPOL_POOL_FAILED, SYSERR_L4PS_CONNPOL_POOL_GRP_FAILED, SYSERR_L4PS_CONNPOL_IP_GRP_FAILED, SYSERR_L4PS_CREATE_FAILED, SYSERR_ANT_PROF_NOT_FOUND, SYSERR_LB_CHASH_INVALID_TYPE, SYSERR_SEC_POLICY_NOT_FOUND, SYSERR_TECH_SUPPORT_COLLECTION_NOT_DONE, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS, SYSERR_TECH_SUPPORT_COLLECTION_STARTED, SYSERR_TECH_SUPPORT_COLLECTION_ONGOING, SYSERR_TECH_SUPPORT_COLLECTION_IN_PROGRESS, SYSERR_TECH_SUPPORT_COLLECTION_SUCCESS_WITH_ERRORS, SYSERR_TECH_SUPPORT_COLLECTION_ABORTED, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_FILE_NOT_FOUND, SYSERR_TECH_SUPPORT_INVALID_FILENAME, SYSERR_TECH_SUPPORT_COLLECTION_STATUS_IN_PROGRESS, SYSERR_TECH_SUPPORT_INPUT_INVALID_LEVEL, SYSERR_TECH_SUPPORT_INPUT_INVALID_SLUG, SYSERR_DATASCRIPT_FAILED, SYSERR_TECH_SUPPORT_COLLECTION_PREMATURELY_STOPPED, SYSERR_TECH_SUPPORT_V1_DEPRECATED, SYSERR_NET_PROF_NOT_FOUND, SYSERR_ALBSVC_FILE_UPLOAD_IN_PROGRESS, SYSERR_ALBSVC_FILE_UPLOAD_SUCCESS, SYSERR_ALBSVC_FILE_UPLOAD_FAILED, SYSERR_ALBSVC_FILE_UPLOAD_STARTED, SYSERR_ALBSVC_CASE_ID_MISSING, SYSERR_ALBSVC_ASSET_ID_MISSING, SYSERR_ALBSVC_AUTH_FAILURE, SYSERR_ALBSVC_REMOTE_SERVER_ERROR, SYSERR_ALBSVC_DISCONNECTED, SYSERR_ALBSVC_DEREGISTERED, SYSERR_ALBSVC_CANNOT_READ_RESPONSE, SYSERR_ALBSVC_CONTROLLER_ALREADY_REGISTERED, SYSERR_ALBSVC_SESSION_NOT_SET, SYSERR_ALBSVC_CLIENT_TIME_OUT, SYSERR_ALBSVC_CONNECTION_REFUSED, SYSERR_ALBSVC_HTTP_CLIENT_ERROR, SYSERR_ALBSVC_RESOURCE_NOT_FOUND, SYSERR_ALBSVC_INVALID_QUERY_PARAM_VALUE, SYSERR_ALBSVC_INVALID_QUERY_PARAM, SYSERR_ALBSVC_FILE_UPLOAD_CONFLICT, SYSERR_ALBSVC_INTERNAL_ERROR, SYSERR_ALBSVC_PROXY_AUTH_FAILURE, SYSERR_ALBSVC_LOGIN_URL_NOT_FOUND, SYSERR_ALBSVC_PROXY_CONFIG_PARSE_FAILURE, SYSERR_ALBSVC_LOGIN_REQ_FAILED, SYSERR_ALBSVC_REGISTRATION_FAILED, SYSERR_ALBSVC_DATABASE_WRITE_ERROR, SYSERR_ALBSVC_DEREGISTRATION_FAILED, SYSERR_ALBSVC_MALFORMED_PAYLOAD, SYSERR_ALBSVC_CASE_GET_FAILED, SYSERR_ALBSVC_CASE_CREATE_FAILED, SYSERR_ALBSVC_CASES_GET_FAILED, SYSERR_ALBSVC_CASE_UPDATE_FAILED, SYSERR_ALBSVC_STATUS_REQ_FAILED, SYSERR_ALBSVC_CRS_DOWNLOAD_FAILED, SYSERR_ALBSVC_CRS_DEPLOY_FAILED, SYSERR_ALBSVC_CRS_DATA_NOT_FOUND, SYSERR_ALBSVC_DATASTORE_READ_ERROR, SYSERR_ALBSVC_CRS_AUTO_DEPLOY_MALFORMED_URL, SYSERR_ALBSVC_CRS_DOWNLOAD_SIG_MISMATCH, SYSERR_ALBSVC_CRS_DOWNLOAD_FORBIDDEN, SYSERR_ALBSVC_DATABASE_READ_ERROR, SYSERR_ALBSVC_AVICLIENT_ERROR, SYSERR_ALBSVC_CRS_AUTODEPLOY_SUCCESS, SYSERR_ALBSVC_EMPTY_METADATA, SYSERR_ALBSVC_USERS_REQ_FAILED, SYSERR_ALBSVC_USER_DETAIL_REQ_FAILED, SYSERR_ALBSVC_CRS_URL_DECODE_FAILED, SYSERR_ALBSVC_NAME_RESOLUTION_FAILED, SYSERR_ALBSVC_x509_ERROR, SYSERR_ALBSVC_REGISTRATION_DISABLED, SYSERR_ALBSVC_FEATURE_OPT_IN_NOT_ENABLED, SYSERR_ALBSVC_USER_AGENT_DB_BATCH_SIZE_EXCEEDED, SYSERR_ALBSVC_LICENSE_STATUS_CHECK_FAILED, SYSERR_ALBSVC_FEATURE_NOT_ALLOWED, SYSERR_ALBSVC_ALREADY_DEREGISTERED, SYSERR_UPGRADE_SYSTEM_STARTED, SYSERR_UPGRADE_CONTROLLER_STARTED, SYSERR_UPGRADE_SEGROUP_STARTED, SYSERR_RESUME_SEGROUP_STARTED, SYSERR_PATCH_SYSTEM_STARTED, SYSERR_PATCH_CONTROLLER_STARTED, SYSERR_PATCH_SEGROUP_STARTED, SYSERR_PATCHSEGROUP_RESUME_STARTED, SYSERR_ROLLBACK_SYSTEM_STARTED, SYSERR_ROLLBACK_CONTROLLER_STARTED, SYSERR_ROLLBACK_SEGROUP_STARTED, SYSERR_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_VS_DISRUPTION_WARNINGS, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_TRANSITION_STARTED, SYSERR_UPGRADE_OPS_COMPLIANCE_MODE_ERROR_RECOVERY_STARTED, SYSERR_CONCURRENT_UPGRADE, SYSERR_EVAL_UPGRADE_SYSTEM_STARTED, SYSERR_EVAL_UPGRADE_CONTROLLER_STARTED, SYSERR_EVAL_UPGRADE_SEGROUP_STARTED, SYSERR_EVAL_RESUME_SEGROUP_STARTED, SYSERR_EVAL_PATCH_SYSTEM_STARTED, SYSERR_EVAL_PATCH_CONTROLLER_STARTED, SYSERR_EVAL_PATCH_SEGROUP_STARTED, SYSERR_EVAL_PATCHSEGROUP_RESUME_STARTED, SYSERR_EVAL_ROLLBACK_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACK_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACK_SEGROUP_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SYSTEM_STARTED, SYSERR_EVAL_ROLLBACKPATCH_CONTROLLER_STARTED, SYSERR_EVAL_ROLLBACKPATCH_SEGROUP_STARTED, SYSERR_UPGRADE_OPS_IN_PROGRESS, SYSERR_UPGRADE_OPS_CHECK_LICENSE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_STATE, SYSERR_UPGRADE_OPS_CHECK_CLUSTER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_INPROGRESS, SYSERR_UPGRADE_OPS_CHECK_VERSION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_REACHABILITY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_CLOUD_READY, SYSERR_UPGRADE_OPS_CHECK_SE_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_ROLLBACK_BASICS, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_VERSION_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_IMAGE_VERSION, SYSERR_UPGRADE_OPS_CHECK_DOCKER_DISK_SPACE, SYSERR_UPGRADE_OPS_CHECK_ACTIVE_VERSIONS, SYSERR_UPGRADE_OPS_CHECK_BACKUP, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_UPGRADE_OPS_CHECK_SE_GROUP_SUSPENDED, SYSERR_UPGRADE_OPS_CHECK_SYSTEM_FLAG, SYSERR_UPGRADE_OPS_PREVIEW_RESPONSE, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_IMAGE_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SE_ROLLBACK_V1, SYSERR_UPGRADE_OPS_CHECK_ALERTS, SYSERR_UPGRADE_OPS_CHECK_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_UPGRADE_OPS_CHECK_PATCH_IMAGE, SYSERR_UPGRADE_OPS_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_UPGRADE_OPS_CHECK_SKIP_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_CLOUD_COMPATIBILITY, SYSERR_UPGRADE_OPS_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_UPGRADE_OPS_CHECK_MAND_PATCH_ROLLBACK, SYSERR_UPGRADE_OPS_GSLB_FEATURE_CHECK, SYSERR_UPGRADE_OPS_CONFIGURATION_CHECK, SYSERR_UPGRADE_OPS_AVI_ESSENTIALS_CHECK, SYSERR_ROLLBACK_OPS_CHECK_VS_DISRUPUTION, SYSERR_UPGRADE_OPS_CHECK_SE_LINUX_ENABLED, SYSERR_UPGRADE_OPS_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_UPGRADE_OPS_DOCKER_VERSION_CHECK, SYSERR_UPGRADE_OPS_IP_TYPE_CHECK, SYSERR_UPGRADE_OPS_CHECK_SE_LICENSE, SYSERR_UPGRADE_OPS_AVI_CLOUD_SERVICES_CHECK, SYSERR_CHECK_LICENSE, SYSERR_CHECK_CLUSTER_STATE, SYSERR_CHECK_CLUSTER_DISK_SPACE, SYSERR_CHECK_SE_GROUP_UPGRADE_OPS_INPROGRESS, SYSERR_CHECK_VERSION_COMPATIBILITY, SYSERR_CHECK_SE_REACHABILITY, SYSERR_CHECK_SE_GROUP_CLOUD_READY, SYSERR_CHECK_SE_DISK_SPACE, SYSERR_CHECK_VS_DISRUPUTION, SYSERR_CHECK_ROLLBACK_BASICS, SYSERR_CHECK_CONTROLLER_VERSION_ROLLBACK, SYSERR_CHECK_SE_VERSION_ROLLBACK, SYSERR_CHECK_CONTROLLER_ROLLBACK, SYSERR_CHECK_SE_GROUP_ROLLBACK, SYSERR_CHECK_SYSTEM_ROLLBACK, SYSERR_CHECK_IMAGE_VERSION, SYSERR_CHECK_DOCKER_DISK_SPACE, SYSERR_CHECK_ACTIVE_VERSIONS, SYSERR_CHECK_BACKUP, SYSERR_CHECK_SE_GROUP_ERROR_RECOVERY, SYSERR_CHECK_SE_GROUP_SUSPENDED, SYSERR_CHECK_SYSTEM_FLAG, SYSERR_CHECK_PREVIOUS_PARTITION_COMPATIBILITY, SYSERR_CHECK_IMAGE_COMPATIBILITY, SYSERR_CHECK_CONTROLLER_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_PATCH_COMPATIBILITY, SYSERR_CHECK_SE_ROLLBACK_V1, SYSERR_CHECK_ALERTS, SYSERR_CHECK_DOCKER_IMAGE, SYSERR_CHECK_UPGRADE_STATE_FOR_RESUME_OPS, SYSERR_CHECK_PATCH_IMAGE, SYSERR_CHECK_ALLOW_SE_GROUP_ROLLBACK, SYSERR_CHECK_SKIP_SE_GROUPS, SYSERR_CHECK_CLOUD_COMPATIBILITY, SYSERR_CHECK_SKIP_ALL_SE_GROUPS, SYSERR_CHECK_MAND_PATCH_ROLLBACK, SYSERR_GSLB_FEATURE_CHECK, SYSERR_CONFIGURATION_CHECK, SYSERR_AVI_ESSENTIALS_CHECK, SYSERR_CHECK_SE_LINUX_ENABLED, SYSERR_CHECK_PREVIOUS_DOCKER_IMAGE, SYSERR_DOCKER_VERSION_CHECK, SYSERR_IP_TYPE_CHECK, SYSERR_CHECK_SE_LICENSE, SYSERR_CONFIG_CHECK, SYSERR_GSLB_MANUAL_RESUME_CHECK, SYSERR_GSLB_MAINTENANCE_MODE_CHECK, SYSERR_MC_UPGRADE_LICENSE_ERR, SYSERR_MC_UPGRADE_CLUSTER_NOT_READY, SYSERR_MC_DISK_INSUFFICIENT_ERR, SYSERR_MC_CLUSTER_INPROGRESS_ERR, SYSERR_MC_SEGROUP_INPROGRESS_ERR, SYSERR_MC_UPGRADE_INCOMPATIBLE_IMAGE_AND_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_FROM_TO_IMAGE, SYSERR_MC_UPGRADE_INCOMPATIBLE_PATCH, SYSERR_MC_UPGRADE_INCOMPATIBLE_SE_GROUP_IMAGE, SYSERR_MC_SE_UNREACHABLE_ERR, SYSERR_MC_SE_GROUP_CLOUD_NOT_READY_ERR, SYSERR_MC_UPGRADE_VS_DISRUPTED_ERR, SYSERR_MC_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SE_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_ROLLBACK_INFO_ERR, SYSERR_MC_CONTROLLER_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_SYSTEM_ROLLBACK_NOT_POSSIBLE, SYSERR_MC_IMAGE_INVALID_ERR, SYSERR_MC_ACTIVE_VERSIONS_ERR, SYSERR_MC_BACKUP_ERR, SYSERR_MC_ROLLBACK_ON_ERR, SYSERR_MC_SUSPENDED_ERR, SYSERR_MC_SYSTEM_FLAG_ERR, SYSERR_MC_PREVIOUS_PARTITION_INCOMPATIBLE_ERR, SYSERR_MC_IMAGE_VALIDATION_ERR, SYSERR_MC_CONTROLLER_PATCH_ERR, SYSERR_MC_SE_PATCH_ERR, SYSERR_MC_SE_ROLLBACK_V1_ERR, SYSERR_MC_ALERTS, SYSERR_MC_ROLLBACK_DOCKER_IMAGE_ERR, SYSERR_MC_RESUME_OPS_ERR, SYSERR_MC_CHECK_PATCH_IMAGE_ERR, SYSERR_MC_CHECK_SE_GROUP_ROLLBACK_ERR, SYSERR_MC_SKIP_SE_GROUPS_ERR, SYSERR_MC_CHECK_CLOUD_COMPATIBILITY_ERR, SYSERR_MC_SKIP_ALL_SE_GROUPS_ERR, SYSERR_MC_MAND_PATCH_ROLLBACK_ERR, SYSERR_MC_GSLB_LEADER_ERR, SYSERR_MC_SYSTEM_CONFIGURATION_ERR, SYSERR_MC_AVI_ESSENTIALS_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_ROLLBACK_VS_DISRUPTED_ERR, SYSERR_MC_SE_LINUX_ENABLED_ERR, SYSERR_MC_PREVIOUS_DOCKER_IMAGE_NOT_PRESENT_ERR, SYSERR_MC_DOCKER_VERSION_INCOMPATIBLE_ERROR, SYSERR_MC_IP_TYPE_ERR, SYSERR_MC_INVALID_SE_LICENSE_ERR, SYSERR_MC_AVI_CLOUD_SERVICES_OPERATION_NOT_SUPPORTED_ERROR, SYSERR_MC_CONFIG_CHK_ERR, SYSERR_MC_GSLB_MANUAL_RESUME_ERR, SYSERR_MC_GSLB_MAINTENANCE_MODE_ERR, SYSERR_VS_NOT_FOUND, SYSERR_DEFAULT_POOL_NOT_FOUND, SYSERR_PROXY_POOL_NOT_FOUND, SYSERR_MISSING_APPLICATION_PROFILE, SYSERR_APP_PROFILE_NOT_FOUND, SYSERR_WAF_POLICY_NOT_FOUND, SYSERR_DUPLICATE_VS, SYSERR_WRONG_VS_TYPE, SYSERR_POOL_IN_PG_NOT_FOUND, SYSERR_PG_IN_PG, SYSERR_LB_MODULE_INIT_FAILED, SYSERR_CONNPOOL_MODULE_INIT_FAILED, SYSERR_LBACTION_MODULE_INIT_FAILED, SYSERR_PG_NOT_FOUND, SYSERR_DUPLICATE_POOL, SYSERR_SSL_PROFILE_NOT_FOUND, SYSERR_PKI_PROFILE_NOT_FOUND, SYSERR_SSL_CERTKEY_NOT_FOUND, SYSERR_SET_CIPHER_LIST_FAILED, SYSERR_SET_CIPHER_SUITES_FAILED, SYSERR_WRONG_TLS_VERSION, SYSERR_ERR_PAGE_PROFILE_NO_PAGES, SYSERR_ERR_PAGE_PROFILE_NOT_FOUND, SYSERR_ERR_PAGE_NOT_FOUND, SYSERR_ERR_PAGE_REDIRECT_NOT_CONFIGURED, SYSERR_HM_NOT_FOUND, SYSERR_HTTPS_HM_MISSING_CONFIG, SYSERR_SNI_PARENT_UNCONFIGURED, SYSERR_SNI_PARENT_NOT_FOUND, SYSERR_HTTP_POLICYSET_NOT_FOUND, SYSERR_VSDS_NOT_FOUND, SYSERR_MULTIPLE_SP_POOLS_CONFIGURED, SYSERR_L4SSL_VS_INVALID_CLIENT_CERT, SYSERR_CR_PROFILE_NOT_FOUND, SYSERR_POOL_NOT_FOUND, SYSERR_LISTEN_PORTS_CFG_FAILED, SYSERR_STRGRP_NOT_FOUND, SYSERR_SSOPOLICY_NULL, SYSERR_SSOPOLICY_NO_AUTHN_POLICY, SYSERR_SSOPOLICY_NO_AUTH_PROFILE, SYSERR_AUTHPROFILE_NULL, SYSERR_SSOPOLICY_INVALID_AUTH_TYPE, SYSERR_SSOPOLICY_MISSING_SAML_IDP_SP_CONF, SYSERR_SAML_SP_CONFIG_NULL, SYSERR_SAML_SINGLE_SIGNON_URL_NULL, SYSERR_SAML_SP_METADATA_NULL, SYSERR_SAML_COOKIE_NAME_OR_KEY_NULL, SYSERR_LASSO_SERVER_CONFIG_FAILURE, SYSERR_SAML_ENTITY_ID_NULL, SYSERR_BASIC_AUTH_CONF_NULL, SYSERR_LDAP_REQUIRE_FIELD_EMPTY, SYSERR_LDAP_URL_INVALID_PARAMETER, SYSERR_LDAP_BAD_SCHEME, SYSERR_LDAP_BAD_ENCLOSURE, SYSERR_LDAP_BAD_EXTNS, SYSERR_LDAP_BAD_FILTER, SYSERR_LDAP_BAD_SCOPE, SYSERR_LDAP_BAD_ATTRS, SYSERR_LDAP_BAD_HOST, SYSERR_LDAP_USER_ATTRIBUTE_NULL, SYSERR_LDAP_URL_PARSE_FAIL, SYSERR_LDAP_INVALID_URL, SYSERR_AUTH_PROFILE_NOT_FOUND, SYSERR_SSO_TYPE_MISMATCH, SYSERR_NULL_CACHE_CONFIG, SYSERR_SSOPOLICY_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NOT_FOUND, SYSERR_CLIENT_AUTH_PROFILE_NULL, SYSERR_SAML_IDP_METADATA_NULL, SYSERR_INVALID_OAUTH_LOGOUT_URI_HTTP_SCHEME, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED, SYSERR_LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH, SYSERR_LASSO_PARAMS_PROVIDERS_UNAVAILABLE, SYSERR_JWTPROFILE_NULL, SYSERR_JWTSERVER_PROFILE_NOT_FOUND, SYSERR_AUTH_PROFILE_JWTSERVER_PROFILE_OBJECT_NULL, SYSERR_JWT_NAME_NULL, SYSERR_JWT_LOCATION_NULL, SYSERR_JWT_VS_AUDIENCE_NULL, SYSERR_SSO_JWT_VS_INFO_NULL, SYSERR_SUB_CONFIG_FAILURE, SYSERR_BIND_WAF_FAILURE, SYSERR_PROXY_INIT_FAILURE, SYSERR_GRPC_CONFIG_FAILURE, SYSERR_BIND_POLICY_FAILURE, SYSERR_BIND_PROFILE_FAILURE, SYSERR_BIND_LUA_SCRIPT_FAILURE, SYSERR_LUA_SCRIPT_SYNTAX, SYSERR_MISSING_LDAP_VS_CONF, SYSERR_SECPOL_RATE_LIMITER_HTTP_LOC_ERR, SYSERR_COMPR_FLTR_UNKNOWN_LEVEL, SYSERR_COMPR_MIME_TYPE_NOT_INITED, SYSERR_IPADDRGRP_NOT_FOUND, SYSERR_DUPLICATE_UPSTREAM, SYSERR_UPSTREAM_COMPLEX_COMPILATION_FAILED, SYSERR_UPSTREAM_INIT_NO_SERVERS, SYSERR_UPSTREAM_INVALID_ADDRESS, SYSERR_UPSTREAM_INVALID_HOST, SYSERR_UPSTREAM_WITHOUT_PORT, SYSERR_UPSTREAM_INVALID_PARAMETER, SYSERR_UPSTREAM_INVALID_VALUE, SYSERR_UPSTREAM_LB_NO_PEERS, SYSERR_UPSTREAM_LB_NULL_CONF, SYSERR_UPSTREAM_PARSE_URL_FAILED, SYSERR_UPSTREAM_UNSUPPORTED_PARAMETER, SYSERR_PAA_NO_OBJECT, SYSERR_PAA_FILESYSTEM_CREATE_FAIL, SYSERR_PAA_CACHE_CREATE_FAIL, SYSERR_WAF_INIT_FAIL, SYSERR_WAF_INIT_SIGNATURES_FAIL, SYSERR_WAF_WHITELIST_INIT_FAIL, SYSERR_WAF_PSM_INIT_FAIL, SYSERR_WAF_INIT_APP_SIGNATURES_FAIL, SYSERR_WAF_POSTPROCESS_SIGNATURES_FAIL, SYSERR_WAF_ALLOWLIST_INIT_FAIL, SYSERR_WAF_POLICY_INIT_FAIL, SYSERR_WAF_INIT_CRS_OVERRIDE_FAIL, SYSERR_WAF_INIT_INSUFFICIENT_APP_LEARNING_MEMORY, SYSERR_BOT_INIT_FAIL, SYSERR_BOT_ALLOWLIST_INIT_FAIL, SYSERR_BOT_POLICY_NOT_FOUND, SYSERR_BIND_BOT_FAILURE, SYSERR_BOT_MAPPING_NOT_FOUND, SYSERR_BOT_CONSOLIDATOR_NOT_FOUND, SYSERR_POLICY_HASH_REMOVE, SYSERR_POLICY_V4_TREE_CREATION, SYSERR_POLICY_V6_TREE_CREATION, SYSERR_POLICY_APPLOG_PROV, SYSERR_POLICY_CLIENT_IP_GROUP_UUID, SYSERR_POLICY_PATH_MATCH_GROUP_UUID, SYSERR_POLICY_QUERY_MATCH_GROUP_UUID, SYSERR_POLICY_UNKOWN_MATCH_ACTION, SYSERR_POLICY_INVALID_HDR_ACTIONS, SYSERR_POLICY_RWH_COOKIE_OPER, SYSERR_POLICY_HASH_INSERT, SYSERR_SSL_CERT_NOT_PRESENT, SYSERR_SSL_CERT_KEY_NOT_PRESENT, SYSERR_SSL_CTX_CREATION_ERR, SYSERR_SSL_CERT_READ_FAILURE, SYSERR_SSL_CERT_LOAD_TO_CTX, SYSERR_SSL_CERT_IDX_TO_CTX, SYSERR_SSL_KEY_LOAD_TO_CTX, SYSERR_SSL_CERT_CHAIN_READ_FAILURE, SYSERR_SSL_CERT_CHAIN_ADD_FAILURE, SYSERR_SSL_KEY_READ_FAILURE, SYSERR_SSL_CERTIFICATE_AND_KEY_MISMATCH, SYSERR_SSL_CIPHER_LIST_NOT_SET, SYSERR_SSL_CIPHER_SUITES_NOT_SET, SYSERR_SSL_PKI_CLIENT_CA, SYSERR_SSL_DHPARAM_FAILURE, SYSERR_SSL_ECDH_FAILURE, SYSERR_SSL_HOSTMAP_FAILURE, SYSERR_SSL_SESSION_CACHE_INIT, SYSERR_SSL_SESSION_TIX_KEYS_INIT, SYSERR_SSL_PKI_CRL, SYSERR_PKI_PROFILE_CONFIG_NO_CA_CERT, SYSERR_DUPLICATE_PKI_PROFILE, SYSERR_SET_SSL_STAPLE_FAILURE, SYSERR_ICAP_PROFILE_NOT_FOUND, SYSERR_SSL_EVH_PARENT_NOT_FOUND, SYSERR_SSL_MEMPOOL_NAME_LEN_EXCEEDED, SYSERR_SSL_MEMPOOL_UUID_LEN_EXCEEDED, SYSERR_CONFIG_OBJ_NAME_LEN_EXCEEDED, SYSERR_SSL_EVH_PARENT_IN_FAULT_STATE, SYSERR_SPL_OBJ_NAME_LEN_EXCEEDED, SYSERR_AUTH_MISSING_OAUTH_PROFILE, SYSERR_OAUTH_MISSING_AUTHZ_EP, SYSERR_OAUTH_MISSING_TOKEN_EP, SYSERR_OAUTH_MISSING_INTROSPECTION_EP, SYSERR_INVALID_JWT_PROFILE_OBJECT, SYSERR_OAUTH_MISSING_POOL_OBJECT, SYSERR_MISSING_OAUTH_VS_CONF, SYSERR_OAUTH_MISSING_REDIRECT_URI, SYSERR_OAUTH_MISSING_CLIENT_CREDENTIALS, SYSERR_OAUTH_MISSING_RS_CREDENTIALS, SYSERR_OAUTH_MISSING_ISSUER, SYSERR_OAUTH_MISSING_USERINFO_EP, SYSERR_LIC_CONVERT_METERED_BANDWIDTH_NON_AZURE_FAILED, SYSERR_LIC_RESERVE_LEDGER_METADATA_REQ_UNIDENTIFIED, SYSERR_LIC_CONVERT_FORMULA_NOT_DEFINED, SYSERR_LIC_CONVERT_MALFORMED_PAYLOAD, SYSERR_FILE_CONTENT_DECODE_FAILED, SYSERR_SVC_FAILURE, SYSERR_SVC_SUCCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scheduled_desired_capacity (optional)
Integer Desired number of servers for scheduled autoscale. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32

ServerConfig Up

def_port (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hostname (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_addr
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_enabled
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_state (optional)
String Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, OPER_FAILED, OPER_UNAVAIL, OPER_AGGREGATE_DOWN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
location (optional)
GeoLocation VirtualService member in case this server is a member of GS group, and Geo Location available. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
propogate_state (optional)
Boolean If this is set, propogate this server state to other SEs for this VS. Applicable to EastWest VS and GS HM-sharding. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
timer_exists (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

ServerId Up

external_uuid (optional)
String This is the external cloud uuid of the Pool server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

Service Up

enable_http2 (optional)
Boolean Enable HTTP2 on this port. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
enable_ssl (optional)
Boolean Enable SSL termination and offload for traffic from clients. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
horizon_internal_ports (optional)
Boolean Used for Horizon deployment. If set used for L7 redirect. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
is_active_ftp_data_port (optional)
Boolean Source port used by VS for active FTP data connections. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
override_application_profile_ref (optional)
String Enable application layer specific features for the this specific service. It is a reference to an object of type ApplicationProfile. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
override_network_profile_ref (optional)
String Override the network profile for this specific service port. It is a reference to an object of type NetworkProfile. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
port
Integer The Virtual Service's port number. Allowed values are 0-65535. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
port_range_end (optional)
Integer The end of the Virtual Service's port number range. Allowed values are 1-65535. Special values are 0- single port. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

ServicePoolSelector Up

service_pool_group_ref (optional)
String It is a reference to an object of type PoolGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_pool_ref (optional)
String It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_port
Integer Pool based destination port. Allowed values are 1-65535. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
service_port_range_end (optional)
Integer The end of the Service port number range. Allowed values are 1-65535. Special values are 0- single port. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
service_protocol (optional)
String Destination protocol to match for the pool selection. If not specified, it will match any protocol. Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SidebandProfile Up

ip (optional)
array[IpAddr] IP Address of the sideband server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sideband_max_request_body_size (optional)
Integer Maximum size of the request body that will be sent on the sideband. Allowed values are 0-16384. Unit is BYTES. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

SipLog Up

server_protocol (optional)
String Server connection protocol type. Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_SCTP. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_callid_hdr (optional)
String SIP CallId header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_contact_hdr (optional)
String Client's SIP Contact header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_from_hdr (optional)
String SIP From header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_messages (optional)
array[SipMessage] SIP Messages. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sip_to_hdr (optional)
String SIP To header. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SipMessage Up

content (optional)
String Contents up to first 128 bytes of a SIP message for which could not be parsed. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
from_client (optional)
Boolean Indicates if SIP message is received from a client. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
method (optional)
String SIP request method string. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rcv_timestamp (optional)
Long SIP message receive time stamp. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
rx_bytes (optional)
Integer SIP message size before modifications. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
status (optional)
String SIP response status string. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status_code (optional)
Integer SIP response status code, 2xx response means success. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
tx_bytes (optional)
Integer SIP message size post modifications. Field introduced in 17.2.12, 18.1.3, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

StaticRoute Up

disable_gateway_monitor (optional)
Boolean Disable the gateway monitor for default gateway. They are monitored by default. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
if_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
labels (optional)
array[KeyValue] Labels associated with this route. Field introduced in 20.1.1. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
next_hop
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prefix
IpAddrPrefix Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
route_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

StringMatch Up

match_criteria
String Criterion to use for string matching the HTTP request. Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- BEGINS_WITH,DOES_NOT_BEGIN_WITH,CONTAINS,DOES_NOT_CONTAIN,ENDS_WITH,DOES_NOT_END_WITH,EQUALS,DOES_NOT_EQUAL), Basic edition(Allowed values- BEGINS_WITH,DOES_NOT_BEGIN_WITH,CONTAINS,DOES_NOT_CONTAIN,ENDS_WITH,DOES_NOT_END_WITH,EQUALS,DOES_NOT_EQUAL), Enterprise with Cloud Services edition.
match_str (optional)
array[String] String value(s). Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
string_group_refs (optional)
array[String] UUID of the string group(s). It is a reference to an object of type StringGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SubRequestLog Up

headers_received_from_server (optional)
String Response headers received from the server. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
headers_sent_to_server (optional)
String Request headers sent to the server. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
http_response_code (optional)
Integer The HTTP response code received from the server. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
http_version (optional)
String The HTTP version of the sub-request. Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
method (optional)
String The HTTP method of the sub-request. Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool_name (optional)
String The name of the pool that was used for the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
pool_uuid (optional)
String The uuid of the pool that was used for the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
request_length (optional)
Long Length of the request sent in bytes. Field introduced in 21.1.3. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
response_length (optional)
Long Length of the response received in bytes. Field introduced in 21.1.3. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
server_ip (optional)
Integer The IP of the server that was used for the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
server_name (optional)
String The name of the server that was used for the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_port (optional)
Integer The port of the server that was used for the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
source_port (optional)
Integer The source port for this request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
total_time (optional)
Long Total time taken to process the Oauth Subrequest. This is the time taken from the 1st byte of the request sent to the last byte of the response received. Field introduced in 21.1.3. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
uri_path (optional)
String The URI path of the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uri_query (optional)
String The URI query of the sub-request. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SummarizedInfo Up

subnet_info (optional)
array[SummarizedSubnetInfo] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SummarizedSubnetInfo Up

cidr_prefix
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SwitchoverEventDetails Up

from_se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Reason for switchover. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
to_se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SwitchoverFailEventDetails Up

from_se_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SystemReport Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
archive_ref (optional)
String Relative path to the report archive file on filesystem.The archive includes exported system configuration and current object as json. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
controller_patch_image_ref (optional)
String Controller Patch Image associated with the report. It is a reference to an object of type Image. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
downloadable (optional)
Boolean Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
events (optional)
array[ReportEvent] List of events associated with the report. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
image_ref (optional)
String System Image associated with the report. It is a reference to an object of type Image. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name (optional)
String Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
readiness_reports (optional)
array[ReportDetail] Readiness state of the system. Ex Upgrade Pre-check Results. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_patch_image_ref (optional)
String SE Patch Image associated with the report. It is a reference to an object of type Image. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
ReportOpsState Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
summary (optional)
ReportSummary Summary of the report. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tenant_ref (optional)
String Tenant UUID associated with the Object. It is a reference to an object of type Tenant. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String UUID Identifier for the report. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

SystemReportApiResponse Up

count
Integer format: int32
results
next (optional)

TLSTicket Up

aes_key
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hmac_key
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

TencentSetup Up

cc_id (optional)
String Tencent Cloud id. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Tencent error message. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
region (optional)
String Tencent Region id. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vpc_id (optional)
String Tencent VPC id. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

TimeStamp Up

secs
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
usecs
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

TlsClientInfo Up

cipher_suites (optional)
array[Integer] The list of Cipher Suites in the ClientHello as integers. For example, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) will be shown as 49161. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
client_hello_tls_version (optional)
Integer The TLS version in the ClientHello as integer. For example, TLSv1.2 (0x0303) will be shown as 771. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
point_formats (optional)
array[Integer] The list of supported EC Point Formats in the ClientHello as integers. For example, uncompressed will be shown as 0 (zero). Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
supported_groups (optional)
array[Integer] The list of TLS Supported Groups in the ClientHello as integers. For example, secp256r1 will be shown as 23. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tls_extensions (optional)
array[Integer] The list of TLS Extensions in the ClientHello as integers. For example, signature_algorithms will be shown as 13. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
uses_grease (optional)
Boolean Indicates whether the ClientHello contained GREASE ciphers, extensions or groups. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

TlsFingerprintMatch Up

fingerprints (optional)
array[String] The list of fingerprints. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
match_operation
String Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
string_group_refs (optional)
array[String] UUIDs of the string groups. It is a reference to an object of type StringGroup. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

URIParam Up

tokens (optional)
array[URIParamToken] Token config either for the URI components or a constant string. Minimum of 1 items required. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String URI param type. Enum options - URI_PARAM_TYPE_TOKENIZED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

URIParamToken Up

end_index (optional)
Integer Index of the ending token in the incoming URI. Allowed values are 0-65534. Special values are 65535 - end of string. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
start_index (optional)
Integer Index of the starting token in the incoming URI. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
str_value (optional)
String Constant string to use as a token. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String Token type for constructing the URI. Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH, URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP, URI_TOKEN_TYPE_REGEX, URI_TOKEN_TYPE_REGEX_QUERY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeEvent Up

duration (optional)
Integer Time taken to complete upgrade event in seconds. Field introduced in 18.2.6. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String Task end time. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
IpAddr Ip of the node. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
message (optional)
String Upgrade event message if any. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_time (optional)
String Task start time. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
status (optional)
Boolean Upgrade event status. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sub_tasks (optional)
array[String] Sub tasks executed on each node. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeOpsEntry Up

name (optional)
String Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_type (optional)
String Describes the system controller or se-group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_cloud_ref (optional)
String Cloud that this object belongs to. It is a reference to an object of type Cloud. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
params (optional)
UpgradeOpsParam Parameters associated with the upgrade ops request. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String Tenant that this object belongs to. It is a reference to an object of type Tenant. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_info (optional)
UpgradeStatusInfo Current Upgrade Status info for this node. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_ops (optional)
String Identifies the upgrade operations. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeOpsParam Up

image_ref (optional)
String Image uuid for identifying base image. It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_ref (optional)
String Image uuid for identifying patch. It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_options (optional)
SeGroupOptions This field identifies SE group options that need to be applied during the upgrade operations. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_resume_options (optional)
SeGroupResumeOptions Apply options while resuming SE group upgrade operations. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeOpsState Up

last_changed_time (optional)
TimeStamp The last time the state changed. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
String Descriptive reason for the state-change. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rebooted (optional)
Boolean State for keeping track of reboot status during upgrade operation. Field introduced in 20.1.2. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
state (optional)
String The upgrade operations current fsm-state. Enum options - UPGRADE_FSM_INIT, UPGRADE_FSM_STARTED, UPGRADE_FSM_WAITING, UPGRADE_FSM_IN_PROGRESS, UPGRADE_FSM_ENQUEUED, UPGRADE_FSM_ERROR, UPGRADE_FSM_SUSPENDED, UPGRADE_FSM_ENQUEUE_FAILED, UPGRADE_FSM_PAUSED, UPGRADE_FSM_COMPLETED, UPGRADE_FSM_ABORT_IN_PROGRESS, UPGRADE_FSM_ABORTED, UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5, UPGRADE_PRE_CHECK_STARTED, UPGRADE_PRE_CHECK_IN_PROGRESS, UPGRADE_PRE_CHECK_SUCCESS, UPGRADE_PRE_CHECK_ERROR, UPGRADE_PRE_CHECK_WARNING. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeReadinessCheckObj Up

checks (optional)
array[MustChecksInfo] List of Upgrade readiness check exceptions. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
checks_completed (optional)
Integer No. of checks completed. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
duration (optional)
Integer Time taken to complete upgrade readiness checks in seconds. Field introduced in 22.1.3. Unit is SEC. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
end_time (optional)
String Time at which execution of upgrade readiness checks was completed. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
image_ref (optional)
String Image uuid for identifying the next base image. It is a reference to an object of type Image. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
patch_image_ref (optional)
String Image uuid for identifying the next patch. It is a reference to an object of type Image. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
start_time (optional)
String Time at which execution of upgrade readiness checks was started. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
state (optional)
UpgradeOpsState The Upgrade readiness check operations current fsm-state. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
total_checks (optional)
Integer Total no. of checks. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
upgrade_ops (optional)
String Upgrade operations along with type requested such as UpgradeSystem UpgradeController etc. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

UpgradeStatusInfo Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
after_reboot_rollback_fnc (optional)
String Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
after_reboot_task_name (optional)
String Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
clean (optional)
Boolean Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
duration (optional)
Integer Duration of Upgrade operation in seconds. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
enable_patch_rollback (optional)
Boolean Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enable_rollback (optional)
Boolean Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
end_time (optional)
String End time of Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enqueue_time (optional)
String Enqueue time of Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fips_mode (optional)
Boolean Fips mode for the entire system. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
history (optional)
array[OpsHistory] Record of past operations on this node. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
image_path (optional)
String Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
image_ref (optional)
String Image uuid for identifying the current base image. It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
node_type (optional)
String Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj_cloud_ref (optional)
String Cloud that this object belongs to. It is a reference to an object of type Cloud. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
params (optional)
UpgradeOpsParam Parameters associated with the Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_image_path (optional)
String Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_image_ref (optional)
String Image uuid for identifying the current patch.Example Base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. . It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_list (optional)
array[PatchData] List of patches applied to this node. Example Base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_reboot (optional)
Boolean Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
patch_version (optional)
String Current patch version applied to this node. Example Base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. . Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prev_image_path (optional)
String Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prev_patch_image_path (optional)
String Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_image_ref (optional)
String Image uuid for identifying previous base image.Example Base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. . It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_patch_image_ref (optional)
String Image uuid for identifying previous patch.Example Base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. . It is a reference to an object of type Image. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_patch_list (optional)
array[PatchData] List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_patch_version (optional)
String Previous patch version applied to this node.Example Base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. . Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_version (optional)
String Previous version prior to upgrade.Example Base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. . Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
progress (optional)
Integer Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is PERCENT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
reason (optional)
String Descriptive reason for the Upgrade state. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_patch_image_path (optional)
String Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_patch_image_ref (optional)
String Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. . It is a reference to an object of type Image. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_upgrade_events (optional)
array[SeUpgradeEvents] ServiceEngineGroup upgrade errors. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seg_params (optional)
UpgradeOpsParam se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The SeGroup params will be saved in the controller entry as seg_params. . Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
seg_status (optional)
SeGroupStatus Detailed SeGroup status. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
start_time (optional)
String Start time of Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state (optional)
UpgradeOpsState Current status of the Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
statediff_ref (optional)
String Record of Pre/Post snapshot captured for current upgrade operation. It is a reference to an object of type StatediffOperation. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
system (optional)
Boolean Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. . Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
system_report_refs (optional)
array[String] Tracks the list of reports created for node. It is a reference to an object of type SystemReport. Field introduced in 22.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tasks_completed (optional)
Integer Completed set of tasks in the Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
tenant_ref (optional)
String Tenant that this object belongs to. It is a reference to an object of type Tenant. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
total_tasks (optional)
Integer Total number of tasks in the Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
upgrade_events (optional)
array[EventMap] Events performed for Upgrade operation. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_ops (optional)
String Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
upgrade_readiness (optional)
UpgradeReadinessCheckObj Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String UUID Identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
String Current base image applied to this node. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

UpgradeStatusInfoApiResponse Up

count
Integer format: int32
results
next (optional)

VCASetup Up

cc_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_string (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
instance
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
privilege (optional)
String Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
username (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VHMatch Up

host
String Host/domain name match configuration. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
path (optional)
array[PathMatch] Resource/uri path match configuration. Must be configured along with Host match criteria. Field deprecated in 22.1.3. Field introduced in 20.1.3. Minimum of 1 items required. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rules (optional)
array[VHMatchRule] Add rules for selecting the virtual service. At least one rule must be configured. Field introduced in 22.1.3. Minimum of 1 items required. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VHMatchRule Up

matches
MatchTarget Match criteria for selecting the virtual service. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name
String Name for the match rule. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VSDataScripts Up

index
Integer Index of the virtual service datascript collection. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
vs_datascript_set_ref
String UUID of the virtual service datascript collection. It is a reference to an object of type VSDataScriptSet. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VcenterClusterDetails Up

cc_id (optional)
String Cloud Id. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
cluster (optional)
String Cluster name in vCenter. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
hosts (optional)
array[String] Hosts in vCenter Cluster. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vc_url (optional)
String VC url. Field introduced in 20.1.7, 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VcenterImageDetails Up

cc_id (optional)
String Cloud Id. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Error message. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
image_version (optional)
String Image version. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vc_url (optional)
String vCenter url. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VcenterTagEventDetails Up

cc_id (optional)
String Cloud id. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
error_string (optional)
String Failure reason. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vm_id (optional)
String SEVM object id. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VersionInfo Up

ds_name (optional)
String Identifies the datastore table . Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ops (optional)
String Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraCntlrHostUnreachableList Up

host_name (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraDiscSummaryDetails Up

num_clusters (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
num_dcs (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
num_hosts (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
num_nws (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
num_vms (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraMgmtNwChangeDetails Up

existing_nw
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_nw
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraPoolServerDeleteDetails Up

pool_name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server_ip (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraVcenterBadCredentials Up

name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
previous_count (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
user (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter_object (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraVcenterConnectivityStatus Up

cloud
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
datacenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraVcenterDiscoveryFailure Up

state
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraVcenterNetworkLimit Up

additional_reason
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
current
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
limit
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64

VinfraVcenterObjDeleteDetails Up

obj_name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vcenter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VinfraVmDetails Up

datacenter (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
host (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Vip Up

auto_allocate_floating_ip (optional)
Boolean Auto-allocate floating/elastic IP from the Cloud infrastructure. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
auto_allocate_ip (optional)
Boolean Auto-allocate VIP from the provided subnet. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
auto_allocate_ip_type (optional)
String Specifies whether to auto-allocate only a V4 address, only a V6 address, or one of each type. Enum options - V4_ONLY, V6_ONLY, V4_V6. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- V4_ONLY), Basic edition(Allowed values- V4_ONLY), Enterprise with Cloud Services edition.
availability_zone (optional)
String Availability-zone to place the Virtual Service. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
avi_allocated_fip (optional)
Boolean (internal-use) FIP allocated by Avi in the Cloud infrastructure. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
avi_allocated_vip (optional)
Boolean (internal-use) VIP allocated by Avi in the Cloud infrastructure. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
discovered_networks (optional)
array[DiscoveredNetwork] Discovered networks providing reachability for client facing Vip IP. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
enabled (optional)
Boolean Enable or disable the Vip. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
floating_ip (optional)
IpAddr Floating IPv4 to associate with this Vip. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
floating_ip6 (optional)
IpAddr Floating IPv6 address to associate with this Vip. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
floating_subnet6_uuid (optional)
String If auto_allocate_floating_ip is True and more than one floating-ip subnets exist, then the subnet for the floating IPv6 address allocation. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
floating_subnet_uuid (optional)
String If auto_allocate_floating_ip is True and more than one floating-ip subnets exist, then the subnet for the floating IP address allocation. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip6_address (optional)
IpAddr IPv6 Address of the Vip. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip_address (optional)
IpAddr IPv4 Address of the VIP. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipam_network_subnet (optional)
IPNetworkSubnet Subnet and/or Network for allocating VirtualService IP by IPAM Provider module. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_ref (optional)
String Manually override the network on which the Vip is placed. It is a reference to an object of type Network. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
placement_networks (optional)
array[VipPlacementNetwork] Placement networks/subnets to use for vip placement. Field introduced in 18.2.5. Maximum of 10 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
port_uuid (optional)
String (internal-use) Network port assigned to the Vip IP address. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prefix_length (optional)
Integer Mask applied for the Vip, non-default mask supported only for wildcard Vip. Allowed values are 0-32. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- 32), Basic edition(Allowed values- 32), Enterprise with Cloud Services edition. format: int32
subnet (optional)
IpAddrPrefix Subnet providing reachability for client facing Vip IP. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet6 (optional)
IpAddrPrefix Subnet providing reachability for client facing Vip IPv6. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
subnet6_uuid (optional)
String If auto_allocate_ip is True, then the subnet for the Vip IPv6 address allocation. This field is applicable only if the VirtualService belongs to an Openstack or AWS cloud, in which case it is mandatory, if auto_allocate is selected. Field introduced in 18.1.1. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
subnet_uuid (optional)
String If auto_allocate_ip is True, then the subnet for the Vip IP address allocation. This field is applicable only if the VirtualService belongs to an Openstack or AWS cloud, in which case it is mandatory, if auto_allocate is selected. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id
String Unique ID associated with the vip. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipPlacementNetwork Up

network_ref (optional)
String Network to use for vip placement. It is a reference to an object of type Network. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet (optional)
IpAddrPrefix IPv4 Subnet to use for vip placement. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet6 (optional)
IpAddrPrefix IPv6 subnet to use for vip placement. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipPlacementResolutionInfo Up

ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
networks (optional)
array[DiscoveredNetwork] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipRuntime Up

ev (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ev_status (optional)
VsEvStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
first_se_assigned_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
first_time_placement (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fsm_state_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fsm_state_name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_scale_status (optional)
ScaleStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
marked_for_delete (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_mgr_port (optional)
String Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
migrate_in_progress (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
migrate_request (optional)
VsMigrateParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
migrate_scalein_pending (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
migrate_scaleout_pending (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_additional_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
prev_metrics_mgr_port (optional)
String Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
progress_percent (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
requested_resource (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scale_status (optional)
ScaleStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scalein_in_progress (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scalein_request (optional)
VsScaleinParams Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scaleout_in_progress (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_list (optional)
array[SeList] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
supp_runtime_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
user_scaleout_pending (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
warmstart_resync_done (optional)
Boolean VIP finished resyncing with resource manager. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
warmstart_resync_sent (optional)
Boolean RPC sent to resource manager for warmstart resync. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipScaleDetails Up

availability_zone (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
subnet_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vsvip_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipSeAssigned Up

active_on_cloud (optional)
Boolean Vip is Active on Cloud. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
active_on_se (optional)
Boolean Vip is Active on this ServiceEngine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
admin_down_requested (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
attach_ip_in_progress (optional)
Boolean Attach IP is in progress. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
connected (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
detach_ip_in_progress (optional)
Boolean Detach IP is in progress. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mgmt_ip (optional)
IpAddr Management IPv4 address of SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mgmt_ip6 (optional)
IpAddr Management IPv6 address of SE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oper_status (optional)
OperationalStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
primary (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scalein_in_progress (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scaleout_in_progress (optional)
Boolean Vip is awaiting scaleout response from this ServiceEngine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_ready_in_progress (optional)
Boolean Vip is awaiting response from this ServiceEngine. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
snat_ip (optional)
IpAddr Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
standby (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VipSymmetryDetails Up

max_num_se_assigned (optional)
Integer Maximum number of SEs assigned across all Virtual Services sharing this VIP. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
max_num_se_requested (optional)
Integer Maximum number of SEs requested across all Virtual Services sharing this VIP. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
min_num_se_assigned (optional)
Integer Minimum number of SEs assigned across all Virtual Services sharing this VIP. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
min_num_se_requested (optional)
Integer Minimum number of SEs requested across all Virtual Services sharing this VIP. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
num_vs (optional)
Integer Number of Virtual Services sharing VsVip. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
reason (optional)
String Reason for symmetric/asymmetric shared VIP event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vip_id (optional)
String VIP ID. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vsvip_name (optional)
String VsVip Name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vsvip_uuid (optional)
String VsVip UUID. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VirtualService Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
active_standby_se_tag (optional)
String This configuration only applies if the VirtualService is in Legacy Active Standby HA mode and Load Distribution among Active Standby is enabled. This field is used to tag the VirtualService so that VirtualServices with the same tag will share the same Active ServiceEngine. VirtualServices with different tags will have different Active ServiceEngines. If one of the ServiceEngine's in the ServiceEngineGroup fails, all VirtualServices will end up using the same Active ServiceEngine. Redistribution of the VirtualServices can be either manual or automated when the failed ServiceEngine recovers. Redistribution is based on the auto redistribute property of the ServiceEngineGroup. Enum options - ACTIVE_STANDBY_SE_1, ACTIVE_STANDBY_SE_2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
advertise_down_vs (optional)
Boolean Keep advertising Virtual Service via BGP even if it is marked down by health monitor. This setting takes effect for future Virtual Service flaps. To advertise current VSes that are down, please disable and re-enable the Virtual Service. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
allow_invalid_client_cert (optional)
Boolean Process request even if invalid client certificate is presented. Datascript APIs need to be used for processing of such requests. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
analytics_policy (optional)
AnalyticsPolicy Determines analytics settings for the application. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
analytics_profile_ref (optional)
String Specifies settings related to analytics. It is a reference to an object of type AnalyticsProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
application_profile_ref (optional)
String Enable application layer specific features for the Virtual Service. It is a reference to an object of type ApplicationProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. Special default for Essentials edition is System-L4-Application.
azure_availability_set (optional)
String (internal-use)Applicable for Azure only. Azure Availability set to which this VS is associated. Internally set by the cloud connector. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
bgp_peer_labels (optional)
array[String] Select BGP peers, using peer label, for VsVip advertisement. Field introduced in 20.1.5. Maximum of 128 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
bot_policy_ref (optional)
String Bot detection policy for the Virtual Service. It is a reference to an object of type BotDetectionPolicy. Field introduced in 21.1.1.
bulk_sync_kvcache (optional)
Boolean (This is a beta feature). Sync Key-Value cache to the new SEs when VS is scaled out. For ex SSL sessions are stored using VS's Key-Value cache. When the VS is scaled out, the SSL session information is synced to the new SE, allowing existing SSL sessions to be reused on the new SE. . Field introduced in 17.2.7, 18.1.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
close_client_conn_on_config_update (optional)
Boolean close client connection on vs config update. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
cloud_config_cksum (optional)
String Checksum of cloud configuration for VS. Internally set by cloud connector. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_ref (optional)
String It is a reference to an object of type Cloud. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_type (optional)
String Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- CLOUD_NONE,CLOUD_VCENTER), Basic edition(Allowed values- CLOUD_NONE,CLOUD_NSXT), Enterprise with Cloud Services edition.
configpb_attributes (optional)
ConfigPbAttributes Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
connections_rate_limit (optional)
RateProfile Rate limit the incoming connections to this virtual service. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
content_rewrite (optional)
ContentRewriteProfile Profile used to match and rewrite strings in request and/or response body. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
created_by (optional)
String Creator name. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
delay_fairness (optional)
Boolean Select the algorithm for QoS fairness. This determines how multiple Virtual Services sharing the same Service Engines will prioritize traffic over a congested network. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
description (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
dns_info (optional)
array[DnsInfo] Service discovery specific data including fully qualified domain name, type and Time-To-Live of the DNS record. Note that only one of fqdn and dns_info setting is allowed. Maximum of 1000 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
dns_policies (optional)
array[DnsPolicies] DNS Policies applied on the dns traffic of the Virtual Service. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
east_west_placement (optional)
Boolean Force placement on all SE's in service group (Mesos mode only). Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
enable_autogw (optional)
Boolean Response traffic to clients will be sent back to the source MAC address of the connection, rather than statically sent to a default gateway. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition. Special default for Essentials edition is false, Basic edition is false, Enterprise is True.
enable_rhi (optional)
Boolean Enable Route Health Injection using the BGP Config in the vrf context. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
enable_rhi_snat (optional)
Boolean Enable Route Health Injection for Source NAT'ted floating IP Address using the BGP Config in the vrf context. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
enabled (optional)
Boolean Enable or disable the Virtual Service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
error_page_profile_ref (optional)
String Error Page Profile to be used for this virtualservice.This profile is used to send the custom error page to the client generated by the proxy. It is a reference to an object of type ErrorPageProfile. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
flow_dist (optional)
String Criteria for flow distribution among SEs. Enum options - LOAD_AWARE, CONSISTENT_HASH_SOURCE_IP_ADDRESS, CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- LOAD_AWARE), Basic edition(Allowed values- LOAD_AWARE), Enterprise with Cloud Services edition.
flow_label_type (optional)
String Criteria for flow labelling. Enum options - NO_LABEL, APPLICATION_LABEL, SERVICE_LABEL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
fqdn (optional)
String DNS resolvable, fully qualified domain name of the virtualservice. Only one of 'fqdn' and 'dns_info' configuration is allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
host_name_xlate (optional)
String Translate the host name sent to the servers to this value. Translate the host name sent from servers back to the value used by the client. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
http_policies (optional)
array[HTTPPolicies] HTTP Policies applied on the data traffic of the Virtual Service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
icap_request_profile_refs (optional)
array[String] The config settings for the ICAP server when checking the HTTP request. It is a reference to an object of type IcapProfile. Field introduced in 20.1.1. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ign_pool_net_reach (optional)
Boolean Ignore Pool servers network reachability constraints for Virtual Service placement. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
jwt_config (optional)
JWTValidationVsConfig Application-specific config for JWT validation. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
l4_policies (optional)
array[L4Policies] L4 Policies applied to the data traffic of the Virtual Service. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ldap_vs_config (optional)
LDAPVSConfig Application-specific LDAP config. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
limit_doser (optional)
Boolean Limit potential DoS attackers who exceed max_cps_per_client significantly to a fraction of max_cps_per_client for a while. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
markers (optional)
array[RoleFilterMatchLabel] List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
max_cps_per_client (optional)
Integer Maximum connections per second per client IP. Allowed values are 10-1000. Special values are 0- unlimited. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
microservice_ref (optional)
String Microservice representing the virtual service. It is a reference to an object of type MicroService. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
min_pools_up (optional)
Integer Minimum number of UP pools to mark VS up. Field introduced in 18.2.1, 17.2.12. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
name
String Name for the Virtual Service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network_profile_ref (optional)
String Determines network settings such as protocol, TCP or UDP, and related options for the protocol. It is a reference to an object of type NetworkProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. Special default for Essentials edition is System-TCP-Fast-Path.
network_security_policy_ref (optional)
String Network security policies for the Virtual Service. It is a reference to an object of type NetworkSecurityPolicy. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
nsx_securitygroup (optional)
array[String] A list of NSX Groups representing the Clients which can access the Virtual IP of the Virtual Service. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
oauth_vs_config (optional)
OAuthVSConfig VirtualService specific OAuth config. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
performance_limits (optional)
PerformanceLimits Optional settings that determine performance limits like max connections or bandwdith etc. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pool_group_ref (optional)
String The pool group is an object that contains pools. It is a reference to an object of type PoolGroup. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
pool_ref (optional)
String The pool is an object that contains destination servers and related attributes such as load-balancing and persistence. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
remove_listening_port_on_vs_down (optional)
Boolean Remove listening port if VirtualService is down. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
requests_rate_limit (optional)
RateProfile Rate limit the incoming requests to this virtual service. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
saml_sp_config (optional)
SAMLSPConfig Application-specific SAML config. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
scaleout_ecmp (optional)
Boolean Disable re-distribution of flows across service engines for a virtual service. Enable if the network itself performs flow hashing with ECMP in environments such as GCP. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_ref (optional)
String The Service Engine Group to use for this Virtual Service. Moving to a new SE Group is disruptive to existing connections for this VS. It is a reference to an object of type ServiceEngineGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
security_policy_ref (optional)
String Security policy applied on the traffic of the Virtual Service. This policy is used to perform security actions such as Distributed Denial of Service (DDoS) attack mitigation, etc. It is a reference to an object of type SecurityPolicy. Field introduced in 18.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
server_network_profile_ref (optional)
String Determines the network settings profile for the server side of TCP proxied connections. Leave blank to use the same settings as the client to VS side of the connection. It is a reference to an object of type NetworkProfile. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
service_metadata (optional)
String Metadata pertaining to the Service provided by this virtual service. In Openshift/Kubernetes environments, egress pod info is stored. Any user input to this field will be overwritten by Avi Vantage. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
service_pool_select (optional)
array[ServicePoolSelector] Select pool based on destination port. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
services (optional)
array[Service] List of Services defined for this Virtual Service. Maximum of 2048 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sideband_profile (optional)
SidebandProfile Sideband configuration to be used for this virtualservice.It can be used for sending traffic to sideband VIPs for external inspection etc. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
snat_ip (optional)
array[IpAddr] NAT'ted floating source IP Address(es) for upstream connection to servers. Maximum of 32 items allowed. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
sp_pool_refs (optional)
array[String] GSLB pools used to manage site-persistence functionality. Each site-persistence pool contains the virtualservices in all the other sites, that is auto-generated by the GSLB manager. This is a read-only field for the user. It is a reference to an object of type Pool. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
ssl_key_and_certificate_refs (optional)
array[String] Select or create one or two certificates, EC and/or RSA, that will be presented to SSL/TLS terminated connections. It is a reference to an object of type SSLKeyAndCertificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_profile_ref (optional)
String Determines the set of SSL versions and ciphers to accept for SSL/TLS terminated connections. It is a reference to an object of type SSLProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ssl_profile_selectors (optional)
array[SSLProfileSelector] Select SSL Profile based on client IP address match. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ssl_sess_cache_avg_size (optional)
Integer Expected number of SSL session cache entries (may be exceeded). Allowed values are 1024-16383. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
sso_policy_ref (optional)
String The SSO Policy attached to the virtualservice. It is a reference to an object of type SSOPolicy. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
static_dns_records (optional)
array[DnsRecord] List of static DNS records applied to this Virtual Service. These are static entries and no health monitoring is performed against the IP addresses. Maximum of 1000 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
test_se_datastore_level_1_ref (optional)
String Used for testing SE Datastore Upgrade 2.0 functionality. It is a reference to an object of type TestSeDatastoreLevel1. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
topology_policies (optional)
array[DnsPolicies] Topology Policies applied on the dns traffic of the Virtual Service based onGSLB Topology algorithm. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
traffic_clone_profile_ref (optional)
String Server network or list of servers for cloning traffic. It is a reference to an object of type TrafficCloneProfile. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
traffic_enabled (optional)
Boolean Knob to enable the Virtual Service traffic on its assigned service engines. This setting is effective only when the enabled flag is set to True. Field introduced in 17.2.8. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Specify if this is a normal Virtual Service, or if it is the parent or child of an SNI-enabled virtual hosted Virtual Service. Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- VS_TYPE_NORMAL), Basic edition(Allowed values- VS_TYPE_NORMAL,VS_TYPE_VH_PARENT), Enterprise with Cloud Services edition.
url (optional)
String url
use_bridge_ip_as_vip (optional)
Boolean Use Bridge IP as VIP on each Host in Mesos deployments. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.
use_vip_as_snat (optional)
Boolean Use the Virtual IP as the SNAT IP for health monitoring and sending traffic to the backend servers instead of the Service Engine interface IP. The caveat of enabling this option is that the VirtualService cannot be configued in an Active-Active HA mode. DNS based Multi VIP solution has to be used for HA & Non-disruptive Upgrade purposes. Field introduced in 17.1.9,17.2.3. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic, Enterprise with Cloud Services edition.
uuid (optional)
String UUID of the VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vh_domain_name (optional)
array[String] The exact name requested from the client's SNI-enabled TLS hello domain name field. If this is a match, the parent VS will forward the connection to this child VS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vh_matches (optional)
array[VHMatch] Match criteria to select this child VS. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vh_parent_vs_ref (optional)
String Specifies the Virtual Service acting as Virtual Hosting (SNI) parent. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vh_type (optional)
String Specify if the Virtual Hosting VS is of type SNI or Enhanced. Enum options - VS_TYPE_VH_SNI, VS_TYPE_VH_ENHANCED. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Basic edition(Allowed values- VS_TYPE_VH_SNI,VS_TYPE_VH_ENHANCED), Enterprise with Cloud Services edition.
vip (optional)
array[Vip] List of Virtual Service IPs. While creating a 'Shared VS',please use vsvip_ref to point to the shared entities. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vrf_context_ref (optional)
String Virtual Routing Context that the Virtual Service is bound to. This is used to provide the isolation of the set of networks the application is attached to. It is a reference to an object of type VrfContext. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_datascripts (optional)
array[VSDataScripts] Datascripts applied on the data traffic of the Virtual Service. Allowed in Enterprise edition with any value, Basic, Enterprise with Cloud Services edition.
vsvip_cloud_config_cksum (optional)
String Checksum of cloud configuration for VsVip. Internally set by cloud connector. Field introduced in 17.2.9, 18.1.2. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
vsvip_ref (optional)
String Mostly used during the creation of Shared VS, this field refers to entities that can be shared across Virtual Services. It is a reference to an object of type VsVip. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
waf_policy_ref (optional)
String WAF policy for the Virtual Service. It is a reference to an object of type WafPolicy. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
weight (optional)
Integer The Quality of Service weight to assign to traffic transmitted from this Virtual Service. A higher weight will prioritize traffic versus other Virtual Services sharing the same Service Engines. Allowed values are 1-128. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- 1), Basic edition(Allowed values- 1), Enterprise with Cloud Services edition. format: int32

VirtualServiceApiResponse Up

count
Integer format: int32
results
next (optional)

VirtualServiceResource Up

memory (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_standby_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
num_vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

VirtualServiceRuntime Up

controller_ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
datapath_debug (optional)
DebugVirtualService Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
east_west (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
gslb_dns_update (optional)
GslbDnsUpdate Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ipam_dns_records (optional)
array[DnsRecord] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
is_dns_vs (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
key_rotation_count (optional)
Long Number of times keys have been rotated. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
last_changed_time (optional)
TimeStamp Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
last_key_rotation_time (optional)
TimeStamp Timestamp of the last key rotation. Field introduced in 18.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
lif (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
manual_placement (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
marked_for_delete (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_mgr_port (optional)
String Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
num_additional_se (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
one_plus_one_ha (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prev_controller_ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
prev_metrics_mgr_port (optional)
String Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
redis_db (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
redis_port (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
sec_mgr_info (optional)
SecurityMgrRuntime Runtime info from security_manager. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
self_se_election (optional)
Boolean Enable Service Engines to elect a primary amongst themselves in the absence of connectivity to controller. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tls_ticket_key (optional)
array[TLSTicket] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type (optional)
String Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
version (optional)
Long Version number of the SE List update. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
vh_child_vs_ref (optional)
array[String] It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_runtime (optional)
array[VipRuntime] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_update_pending (optional)
VirtualService VS update request received before warmstart finished. Field introduced in 18.1.4, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsAwaitingSeEventDetails Up

awaitingse_timeout
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsError Up

event_timestamp (optional)
TimeStamp The time at which the error occurred. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
reason (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_ha_mode (optional)
String Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_group_ref (optional)
String It is a reference to an object of type ServiceEngineGroup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_ref (optional)
String The SE on which the VS errored during scale-in/scale-out operations. It is a reference to an object of type ServiceEngine. Field introduced in 18.2.10, 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
traffic_status (optional)
String Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ref (optional)
String It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsErrorEventDetails Up

error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsEvStatus Up

notes (optional)
array[String] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
request (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
result (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsFsmEventDetails Up

vip_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_rt (optional)
VirtualServiceRuntime Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsInitialPlacementEventDetails Up

error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String VIP IPv6 address. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsMigrateEventDetails Up

error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
scale_status (optional)
ScaleStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsMigrateParams Up

from_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
to_host_ref (optional)
String It is a reference to an object of type VIMgrHostRuntime. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_new_se (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id
String Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsPoolNwFilterEventDetails Up

filter
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
network
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsScaleInEventDetails Up

error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
scale_status (optional)
ScaleStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsScaleOutEventDetails Up

error_message (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
ip6 (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
scale_status (optional)
ScaleStatus Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_assigned (optional)
array[VipSeAssigned] Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_uuid
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsScaleinParams Up

admin_down (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
from_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
scalein_primary (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id
String Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsScaleoutParams Up

admin_up (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
new_vcpus (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
to_host_ref (optional)
String It is a reference to an object of type VIMgrHostRuntime. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_new_se (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
to_se_ref (optional)
String It is a reference to an object of type ServiceEngine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vip_id
String Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsSeVnic Up

lif (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mac
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String Enum options - VNIC_TYPE_FE, VNIC_TYPE_BE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsSwitchoverEventDetails Up

error_message (optional)
String Error messages associated with this Event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip (optional)
String VIP IPv4 address. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ip6 (optional)
String VIP IPv6 address. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rpc_status (optional)
Long Status of Event. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
se_assigned (optional)
array[VipSeAssigned] List of ServiceEngine assigned to this Virtual Service. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
se_requested (optional)
VirtualServiceResource Resources requested/assigned to this Virtual Service. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
vs_uuid
String Virtual Service UUID. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

VserverL4MetricsObj Up

apdexc (optional)
Double apdex measuring quality of network connections to servers. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
apdexrtt (optional)
Double apdex measuring network connection quality based on RTT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_application_dos_attacks (optional)
Double Number of Application DDOS attacks occurring. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_bandwidth (optional)
Double Average transmit and receive network bandwidth between client and virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_bytes_policy_drops (optional)
Double Averaged rate bytes dropped per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_complete_conns (optional)
Double Rate of total connections per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_connections_dropped (optional)
Double Rate of dropped connections per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_app_error (optional)
Double DoS attack Rate of HTTP App Errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_attacks (optional)
Double Number DDOS attacks occurring. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_bad_rst_flood (optional)
Double DoS attack Rate of Bad Rst Floods. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_bandwidth (optional)
Double Average transmit and receive network bandwidth between client and virtual service related to DDoS attack. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_conn (optional)
Double Number of connections considered as DoS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_conn_ip_rl_drop (optional)
Double DoS attack Connections dropped due to IP rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_conn_rl_drop (optional)
Double DoS attack Connections dropped due to VS rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_fake_session (optional)
Double DoS attack Rate of Fake Sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_http_abort (optional)
Double DoS attack Rate of HTTP Aborts. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_http_error (optional)
Double DoS attack Rate of HTTP Errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_http_timeout (optional)
Double DoS attack Rate of HTTP Timeouts. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_malformed_flood (optional)
Double DoS attack Rate of Malformed Packet Floods. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_non_syn_flood (optional)
Double DoS attack Non SYN packet flood. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req (optional)
Double Number of request considered as DoS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_cookie_rl_drop (optional)
Double DoS attack Requests dropped due to Cookie rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_custom_rl_drop (optional)
Double DoS attack Requests dropped due to Custom rate limit. Field introduced in 17.2.13,18.1.3,18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_hdr_rl_drop (optional)
Double DoS attack Requests dropped due to Header rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_rl_drop (optional)
Double DoS attack Requests dropped due to IP rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_rl_drop_bad (optional)
Double DoS attack Requests dropped due to IP rate limit for bad requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_scan_bad_rl_drop (optional)
Double DoS attack Requests dropped due to bad IP rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_scan_unknown_rl_drop (optional)
Double DoS attack Requests dropped due to unknown IP rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_uri_rl_drop (optional)
Double DoS attack Requests dropped due to IP+URL rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_ip_uri_rl_drop_bad (optional)
Double DoS attack Requests dropped due to IP+URL rate limit for bad requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_rl_drop (optional)
Double DoS attack Requests dropped due to VS rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_uri_rl_drop (optional)
Double DoS attack Requests dropped due to URL rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_uri_rl_drop_bad (optional)
Double DoS attack Requests dropped due to URL rate limit for bad requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_uri_scan_bad_rl_drop (optional)
Double DoS attack Requests dropped due to bad URL rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_req_uri_scan_unknown_rl_drop (optional)
Double DoS attack Requests dropped due to unknown URL rate limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_rx_bytes (optional)
Double Average rate of bytes received per second related to DDoS attack. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_slow_uri (optional)
Double DoS attack Slow Uri. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_small_window_stress (optional)
Double DoS attack Rate of Small Window Stresses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_ssl_error (optional)
Double DoS attack Rate of HTTP SSL Errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_syn_flood (optional)
Double DoS attack Rate of Syn Floods. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_total_req (optional)
Double Total number of request used for L7 dos requests normalization. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_tx_bytes (optional)
Double Average rate of bytes transmitted per second related to DDoS attack. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dos_zero_window_stress (optional)
Double DoS attack Rate of Zero Window Stresses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_errored_connections (optional)
Double Rate of total errored connections per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_half_open_conns (optional)
Double Average rate of SYN DDoS attacks on Virtual Service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_l4_client_latency (optional)
Double Average L4 connection duration which does not include client RTT. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_lossy_connections (optional)
Double Rate of lossy connections per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_lossy_req (optional)
Double Averaged rate of lossy request per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_network_dos_attacks (optional)
Double Number of Network DDOS attacks occurring. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_new_established_conns (optional)
Double Averaged rate of new client connections per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_pkts_policy_drops (optional)
Double Averaged rate of dropped packets per second due to policy. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_policy_drops (optional)
Double Rate of total connections dropped due to VS policy per second. It includes drops due to rate limits, security policy drops, connection limits etc. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_rx_bytes (optional)
Double Average rate of bytes received per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_rx_bytes_dropped (optional)
Double Average rate of received bytes dropped per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_rx_pkts (optional)
Double Average rate of packets received per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_rx_pkts_dropped (optional)
Double Average rate of received packets dropped per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_syns (optional)
Double Total syncs sent across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_total_connections (optional)
Double Averaged rate bytes dropped per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_total_rtt (optional)
Double Average network round trip time between client and virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_tx_bytes (optional)
Double Average rate of bytes transmitted per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_tx_pkts (optional)
Double Average rate of packets transmitted per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_connection_estb_time_fe (optional)
Double Maximum connection establishment time on the client side. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
max_num_active_se (optional)
Double Max number of SEs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_open_conns (optional)
Double Max number of open connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_rx_bytes_absolute (optional)
Double Total number of received bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_rx_pkts_absolute (optional)
Double Total number of received frames. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_tx_bytes_absolute (optional)
Double Total number of transmitted bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_tx_pkts_absolute (optional)
Double Total number of transmitted frames. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
node_obj_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pct_application_dos_attacks (optional)
Double Fraction of L7 requests owing to DoS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_connection_errors (optional)
Double Percent of l4 connection dropped and lossy for virtual service. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_connections_dos_attacks (optional)
Double Fraction of L4 connections owing to DoS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_dos_bandwidth (optional)
Double DoS bandwidth percentage. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_dos_rx_bytes (optional)
Double Percentage of received bytes as part of a DoS attack. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_network_dos_attacks (optional)
Double Deprecated. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_pkts_dos_attacks (optional)
Double Fraction of packets owing to DoS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_policy_drops (optional)
Double Fraction of L4 requests dropped owing to policy. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_conn_duration (optional)
Double Total duration across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_conn_est_time_exceeded_flows_fe (optional)
Double Total number of times client side connection establishment time was breached. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
sum_connection_dropped_user_limit (optional)
Double Total number of connection dropped due to vserver connection limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_connection_errors (optional)
Double Total number of client network connections that were lossy or dropped. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_connections_dropped (optional)
Double Total connections dropped including failed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_dup_ack_retransmits (optional)
Double Total duplicate ACK retransmits across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_end_to_end_rtt (optional)
Double Sum of end to end network RTT experienced by end clients. Higher value would increase response times experienced by clients. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_end_to_end_rtt_bucket1 (optional)
Double Total connections that have RTT values from 0 to RTT threshold. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_end_to_end_rtt_bucket2 (optional)
Double Total connections that have RTT values RTT threshold and above. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_finished_conns (optional)
Double Total number of finished connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_ingress_latency_exceeded_flows (optional)
Double Total number of times 'latency_threshold' was breached during ingress. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
sum_lossy_connections (optional)
Double Total connections that were lossy due to high packet retransmissions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_lossy_req (optional)
Double Total requests that were lossy due to high packet retransmissions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_out_of_orders (optional)
Double Total out of order packets across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_packet_dropped_user_bandwidth_limit (optional)
Double Total number of packets dropped due to vserver bandwidth limit. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_rtt_valid_connections (optional)
Double Total number connections used for rtt. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_sack_retransmits (optional)
Double Total SACK retransmits across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_server_flow_control (optional)
Double Total number of connections with server flow control condition. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_timeout_retransmits (optional)
Double Total connection timeouts in the interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_zero_window_size_events (optional)
Double Total number of zero window size events across all connections. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

VserverL7MetricsObj Up

apdexr (optional)
Double Client Apdex measures quality of server response based on latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_application_response_time (optional)
Double Average server/application response latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_blocking_time (optional)
Double Average time client was blocked as reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_browser_rendering_time (optional)
Double Average browser rendering latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_cache_bytes (optional)
Double Average cache bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_cache_hits (optional)
Double Average cache hit of requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_cacheable_bytes (optional)
Double Average cacheable bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_cacheable_hits (optional)
Double Average cacheable hit of requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_client_data_transfer_time (optional)
Double Average client data transfer time that represents latency of sending response to the client excluding the RTT time . Higher client data transfer time signifies lower bandwidth between client and Avi Service Engine. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_client_rtt (optional)
Double Average client Round Trip Time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_client_txn_latency (optional)
Double Average client transaction latency computed by adding response latencies across all HTTP requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_complete_responses (optional)
Double Rate of HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_connection_time (optional)
Double Average client connection latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dns_lookup_time (optional)
Double Average domain lookup latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_dom_content_load_time (optional)
Double Average Dom content Load Time reported by clients. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_error_responses (optional)
Double Rate of HTTP error responses sent per second. It does not include errors excluded in analytics profile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_errors_excluded (optional)
Double Rate of HTTP responses excluded as errors based on analytics profile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_frustrated_responses (optional)
Double Avg number of HTTP requests that completed within frustrated latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_http_headers_bytes (optional)
Double Average size of HTTP headers per request. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_http_headers_count (optional)
Double Average number of HTTP headers per request. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_http_params_count (optional)
Double Average number of HTTP request parameters per request. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_page_download_time (optional)
Double Average Page Load time reported by clients. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_page_load_time (optional)
Double Average Page Load Time reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_params_per_req (optional)
Double Average number of HTTP request parameters per request, taking into account only requests with parameters. Field introduced in 17.2.12, 18.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_post_bytes (optional)
Double Average size of HTTP POST request. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_post_compression_bytes (optional)
Double Average post compression bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_pre_compression_bytes (optional)
Double Average pre compression bytes. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_redirection_time (optional)
Double Average redirect latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_reqs_per_session (optional)
Double Average requests per session measured for closed sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_1xx (optional)
Double Rate of 1xx HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_2xx (optional)
Double Rate of 2xx HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_3xx (optional)
Double Rate of 3xx HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_4xx (optional)
Double Rate of 4xx HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_4xx_avi_errors (optional)
Double Rate of 4xx HTTP responses as errors sent by avi. It does not include any error codes excluded in the analytics profile and pool server errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_5xx (optional)
Double Rate of 5xx HTTP responses sent per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_resp_5xx_avi_errors (optional)
Double Rate of 5xx HTTP responses as errors sent by avi. It does not include any error codes excluded in the analytics profile and pool server errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_rum_client_data_transfer_time (optional)
Double Total client data transfer time by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_satisfactory_responses (optional)
Double Avg number of HTTP requests that completed within satisfactory latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_server_rtt (optional)
Double Average server Round Trip Time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_service_time (optional)
Double Average latency from receipt of request to start of response. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_auth_dsa (optional)
Double Average SSL Sessions using DSA certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_auth_ecdsa (optional)
Double Average SSL Sessions using Elliptic Curve DSA (ECDSA) certificates. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_auth_rsa (optional)
Double Average SSL Sessions using RSA certificate. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_connections (optional)
Double Average SSL Sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ecdsa_non_pfs (optional)
Double Average SSL Exchanges using EC Cerificates without PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ecdsa_pfs (optional)
Double Average SSL Exchanges using EC Cerificates and PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_errors (optional)
Double Average SSL errors due to clients, protocol errors,network errors and handshake timeouts. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_failed_connections (optional)
Double Average SSL connections failed due to protocol , network or timeout reasons. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshake_network_errors (optional)
Double Average SSL handshakes failed due to network errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshake_protocol_errors (optional)
Double Average SSL handshake failed due to clients or protocol errors. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshakes_new (optional)
Double Average new successful SSL sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshakes_non_pfs (optional)
Double Average SSL Exchanges using Non-PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshakes_pfs (optional)
Double Average SSL Exchanges using PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshakes_reused (optional)
Double Average new successful resumed SSL sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_handshakes_timedout (optional)
Double Average SSL handshakes timed out. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_kx_dh (optional)
Double Average SSL Exchanges using Diffie-Hellman. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_kx_ecdh (optional)
Double Average SSL Exchanges using RSA. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_kx_rsa (optional)
Double Average SSL Exchanges using RSA. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_rsa_non_pfs (optional)
Double Average SSL Exchanges using RSA Cerificates without PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_rsa_pfs (optional)
Double Average SSL Exchanges using RSA Cerificates and PFS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ver_ssl30 (optional)
Double Average SSL Sessions with version 3.0. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ver_tls10 (optional)
Double Average SSL Sessions with TLS version 1.0. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ver_tls11 (optional)
Double Average SSL Sessions with TLS version 1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ver_tls12 (optional)
Double Average SSL Sessions with TLS version 1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_ssl_ver_tls13 (optional)
Double Average SSL Sessions with TLS version 1.3. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_tolerated_responses (optional)
Double Avg number of HTTP requests that completed within tolerated latency. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_total_http2_requests (optional)
Double Average number of client HTTP2 requests received by the Virtual Service per second. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_total_requests (optional)
Double Average rate of client HTTP requests received by the virtual service per second. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_uri_length (optional)
Double Average length of HTTP URI per request. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_attacks (optional)
Double Average number of transactions per second identified by WAF as attacks. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_disabled (optional)
Double Average number of transactions per second bypassing WAF. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_evaluated (optional)
Double Average number of transactions per second evaluated by WAF. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_evaluated_request_body_phase (optional)
Double Average number of requests per second evaluated by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_evaluated_request_header_phase (optional)
Double Average number of requests per second evaluated by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_evaluated_response_body_phase (optional)
Double Average number of responses per second evaluated by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_evaluated_response_header_phase (optional)
Double Average number of responsess per second evaluated by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_flagged (optional)
Double Average number of transactions per second flagged by WAF. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_flagged_request_body_phase (optional)
Double Average number of requests per second flagged (but not rejected) by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_flagged_request_header_phase (optional)
Double Average number of requests per second flagged (but not rejected) by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_flagged_response_body_phase (optional)
Double Average number of responses per second flagged (but not rejected) by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_flagged_response_header_phase (optional)
Double Average number of responses per second flagged (but not rejected) by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_latency_request_body_phase (optional)
Double Average waf latency seen due to WAF Request Body processing. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_latency_request_header_phase (optional)
Double Average waf latency seen due to WAF Request Header processing. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_latency_response_body_phase (optional)
Double Average waf latency seen due to WAF Response Body processing. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_latency_response_header_phase (optional)
Double Average waf latency seen due to WAF Response Header processing. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_matched (optional)
Double Average number of transactions per second matched by WAF rule/rules. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_matched_request_body_phase (optional)
Double Average number of requests per second matched by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_matched_request_header_phase (optional)
Double Average number of requests per second matched by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_matched_response_body_phase (optional)
Double Average number of responses per second matched by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_matched_response_header_phase (optional)
Double Average number of responses per second matched by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_rejected (optional)
Double Average number of transactions per second rejected by WAF. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_rejected_request_body_phase (optional)
Double Average number of requests per second rejected by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_rejected_request_header_phase (optional)
Double Average number of requests per second rejected by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_rejected_response_body_phase (optional)
Double Average number of responses per second rejected by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waf_rejected_response_header_phase (optional)
Double Average number of responses per second rejected by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
avg_waiting_time (optional)
Double Average Waiting Time reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_concurrent_sessions (optional)
Double Maximum number of concurrent HTTP sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
max_ssl_open_sessions (optional)
Double Maximum number of open SSL sessions. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
node_obj_id
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
pct_cache_hits (optional)
Double Percentage cache hit of requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_cacheable_hits (optional)
Double Percentage cacheable hit of requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_get_reqs (optional)
Double Number of HTTP GET requests as a percentage of total requests received. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_post_reqs (optional)
Double Number of HTTP POST requests as a percentage of total requests received. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_response_errors (optional)
Double Percent of 4xx and 5xx responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_ssl_failed_connections (optional)
Double Percent of SSL connections failured due to protocol , network or timeout reasons. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_attacks (optional)
Double Malicious transactions (Attacks) identified by WAF as the pecentage of total requests received. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_disabled (optional)
Double Transactions bypassing WAF as the percentage of total requests received. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_evaluated (optional)
Double WAF evaluated transactions as the pecentage of total requests received. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_flagged (optional)
Double WAF flagged transactions as the percentage of total WAF evaluated transactions. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_matched (optional)
Double WAF matched requests as the percentage of total WAF evaluated requests. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
pct_waf_rejected (optional)
Double WAF rejected transactions as the percentage of total WAF evaluated transactions. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
rum_apdexr (optional)
Double Apdex measures quality of server response based on Real User Metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
ssl_protocol_strength (optional)
Double Protocol strength of SSL ciphers used. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_application_response_time (optional)
Double Total time taken by server to respond to requesti. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_blocking_time (optional)
Double Total time client was blocked. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_browser_rendering_time (optional)
Double Total browser rendering latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_client_data_transfer_time (optional)
Double Average client data transfer time computed by adding response latencies across all HTTP requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_client_rtt (optional)
Double Sum of all client Round Trip Times for all samples. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_connection_time (optional)
Double Total client connection latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_dns_lookup_time (optional)
Double Total domain lookup latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_dom_content_load_time (optional)
Double Total dom content latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_errors (optional)
Double Count of HTTP 400 and 500 errors for a virtual service in a time interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_finished_sessions (optional)
Double Number of server sessions closed in this interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_get_client_txn_latency (optional)
Double Total latency from responses to all the GET requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_get_client_txn_latency_bucket1 (optional)
Double Total number of HTTP GET requests that were responded satisfactorily within latency threshold. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_get_client_txn_latency_bucket2 (optional)
Double Total number of HTTP GET requests that were responded beyond latency threshold but within tolerated limits. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_get_reqs (optional)
Double Total number of HTTP GET requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_http_headers_bytes (optional)
Double Total size of HTTP request headers. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_http_headers_count (optional)
Double Total number of HTTP headers across all requests in a given metrics interval. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_http_params_count (optional)
Double Total number of HTTP request parameters. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_num_page_load_time_bucket1 (optional)
Double Total samples that had satisfactory page load time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_num_page_load_time_bucket2 (optional)
Double Total samples that had tolerated page load time. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_num_rum_samples (optional)
Double Total samples used for rum metrics. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_other_client_txn_latency (optional)
Double Total latency from responses to all the requests other than GET or POST. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_other_client_txn_latency_bucket1 (optional)
Double Total number of HTTP requests other than GET or POST that were responded satisfactorily within latency threshold. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_other_client_txn_latency_bucket2 (optional)
Double Total number of HTTP requests other than GET or POST that were responded beyond latency threshold but within tolerated limits. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_other_reqs (optional)
Double Total number of HTTP requests that are not GET or POST requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_page_download_time (optional)
Double Total time to transfer response to client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_page_load_time (optional)
Double Total Page Load Time reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_post_bytes (optional)
Double Total size of HTTP POST requests. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_post_client_txn_latency (optional)
Double Total latency from responses to all the POST requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_post_client_txn_latency_bucket1 (optional)
Double Total number of HTTP POST requests that were responded satisfactorily within latency threshold. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_post_client_txn_latency_bucket2 (optional)
Double Total number of HTTP POST requests that were responded beyond latency threshold but within tolerated limits. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_post_reqs (optional)
Double Total number of HTTP POST requests. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_redirection_time (optional)
Double Total redirect latency reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_reqs_finished_sessions (optional)
Double Total number of requests served across server sessions closed in the interval. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_reqs_with_params (optional)
Double Total number of HTTP requests containing at least one parameter. Field introduced in 17.2.12, 18.1.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_resp_1xx (optional)
Double Total number of HTTP 1XX responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_resp_2xx (optional)
Double Total number of HTTP 2XX responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_resp_3xx (optional)
Double Total number of HTTP 3XX responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_resp_4xx (optional)
Double Total number of HTTP 4XX error responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_resp_5xx (optional)
Double Total number of HTTP 5XX error responses. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_rum_client_data_transfer_time (optional)
Double Total client data transfer time by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_server_rtt (optional)
Double Sum of all server Round Trip Times for all samples. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_service_time (optional)
Double Total time from receipt of request to start of response. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_total_responses (optional)
Double Total number of HTTP responses sent. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_uri_length (optional)
Double Total length of HTTP request URIs. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_attacks (optional)
Double Total number of transactions identified by WAF as attacks. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_disabled (optional)
Double Total number of requests bypassing WAF. Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_evaluated_request_body_phase (optional)
Double Total number of requests evaluated by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_evaluated_request_header_phase (optional)
Double Total number of requests evaluated by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_evaluated_response_body_phase (optional)
Double Total number of responses evaluated by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_evaluated_response_header_phase (optional)
Double Total number of responses evaluated by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_flagged (optional)
Double Total number of transactions (requests or responses) flagged as attack by WAF. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_flagged_request_body_phase (optional)
Double Total number of requests flagged (but not rejected) by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_flagged_request_header_phase (optional)
Double Total number of requests flagged (but not rejected) by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_flagged_response_body_phase (optional)
Double Total number of responses flagged (but not rejected) by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_flagged_response_header_phase (optional)
Double Total number of responses flagged (but not rejected) by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_latency_request_body_phase (optional)
Double Total latency seen by all evaluated requests in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_latency_request_header_phase (optional)
Double Total latency seen by all transactions evaluated by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_latency_response_body_phase (optional)
Double Total latency seen by all evaluated responses in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_latency_response_header_phase (optional)
Double Total latency seen by all evaluated responsess in WAF Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_matched_request_body_phase (optional)
Double Total number of requests matched by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_matched_request_header_phase (optional)
Double Total number of requests matched by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_matched_response_body_phase (optional)
Double Total number of responses matched by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_matched_response_header_phase (optional)
Double Total number of responses matched by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_rejected (optional)
Double Total number of transactions (requests or responses) rejected by WAF. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_rejected_request_body_phase (optional)
Double Total number of requests rejected by WAF in Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_rejected_request_header_phase (optional)
Double Total number of requests rejected by WAF in Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_rejected_response_body_phase (optional)
Double Total number of responses rejected by WAF in Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waf_rejected_response_header_phase (optional)
Double Total number of responses rejected by WAF in Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double
sum_waiting_time (optional)
Double Total waiting reported by client. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: double

WafAllowlistLog Up

actions (optional)
array[String] Actions generated by this rule. Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_name (optional)
String Name of the matched rule. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

WafLog Up

allowlist_configured (optional)
Boolean Set to true if there are allowlist rules in the policy. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
allowlist_logs (optional)
array[WafAllowlistLog] Log Entries generated by WAF allowlist rules. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
allowlist_processed (optional)
Boolean Set to true if allowlist rules were processed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
application_rule_logs (optional)
array[WafRuleLog] Log Entries generated by Application Specific Signature rules. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
application_rules_configured (optional)
Boolean Set to true if there are Application Specific Signature rules in the policy. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
application_rules_processed (optional)
Boolean Set to true if Application Specific Signature rules were processed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
latency_request_body_phase (optional)
Long Latency (in microseconds) in WAF Request Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
latency_request_header_phase (optional)
Long Latency (in microseconds) in WAF Request Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
latency_response_body_phase (optional)
Long Latency (in microseconds) in WAF Response Body Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
latency_response_header_phase (optional)
Long Latency (in microseconds) in WAF Response Header Phase. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
memory_allocated (optional)
Long The total memory (in bytes) consumed by WAF to process this request. Field introduced in 22.1.1. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int64
omitted_app_rule_stats (optional)
OmittedWafLogStats Omitted Application rule log stats. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
omitted_signature_stats (optional)
OmittedWafLogStats Omitted WAF rule log stats. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
psm_configured (optional)
Boolean Set to true if there are Positive Security Model rules in the policy. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
psm_logs (optional)
array[WafPSMLog] Log Entries generated by WAF Positive Security Model. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
psm_processed (optional)
Boolean Set to true if Positive Security Model rules were processed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
rule_logs (optional)
array[WafRuleLog] Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rules_configured (optional)
Boolean Set to true if there are ModSecurity rules in the policy. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rules_processed (optional)
Boolean Set to true if ModSecurity rules were processed. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
status (optional)
String Denotes whether WAF is running in detection mode or enforcement mode, whether any rules matched the transaction, and whether transaction is dropped by the WAF module. Enum options - NO_WAF, FLAGGED, PASSED, REJECTED, ALLOWLISTED, BYPASSED. Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

WafPSMLog Up

actions (optional)
array[String] Actions generated by this rule. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
group_name (optional)
String Name of the PSM group. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
group_uuid (optional)
String UUID of the PSM group. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
location (optional)
String Name of the PSM location. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
matches (optional)
array[WafRuleMatchData] Transaction data that matched the rule. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule_id (optional)
String Rule ID of the matching rule. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule_name (optional)
String Name of the matching rule. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

WafRuleLog Up

matches (optional)
array[WafRuleMatchData] Transaction data that matched the rule. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
msg (optional)
String Rule's msg string per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
omitted_match_elements (optional)
Integer The count of omitted match element logs in the current rule. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: int32
phase (optional)
String Phase in which transaction matched the Rule - for instance, Request Header Phase. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule_group (optional)
String Rule Group for the matching rule. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
rule_id (optional)
Long ID of the matching rule per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int64
rule_name (optional)
String Name of the rule. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tags (optional)
array[String] Rule's tags per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

WafRuleMatchData Up

is_internal (optional)
Boolean The match_element is an internal variable. It is not possible to add exclusions for this element. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_element (optional)
String Field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_element is ARGS password. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
match_value (optional)
String Value for a field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_value is foobar. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.