ApplicationEntity

ApplicationEntity
Application Entity

Application graph entity.

AllOf
This class requires all of the following:
JSON Example
{
    "association_count": 0,
    "id": "string",
    "reference_id": "string",
    "name": "string",
    "last_updated_time": 0,
    "entity_type": "string",
    "total_incoming_connections": 0,
    "total_outgoing_connections": 0,
    "config_events": [
        {
            "event_time": 0
        }
    ],
    "fw_properties": {
        "ew_allowed": 0,
        "ew_blocked": 0,
        "ew_unmicrosegmented": 0,
        "ew_vds": 0
    },
    "highlight": false,
    "state": "string",
    "application_type": "CRITICAL",
    "application_workload_type": "string",
    "direct_member_count": 0,
    "tier_member_count": 0
}