Avi Alert Object API

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