Skip to main content

Get Element Status for Tenant (v2.4)

GET 

/v2.4/api/tenants/:tenant_id/elements/:element_id/status

Get a specific element status for a tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    analytics_backlog_connected boolean

    Analytics Backlog Connected

    analytics_backlog_connected_on_utc int64

    Analytics Backlog Connected On Utc

    analytics_backlog_disconnected_on_utc int64

    Analytics Backlog Disconnected On Utc

    analytics_backlog_from string

    Analytics Backlog From: IPv4(error = INVALID_IPV4_ADDR_ANALYTICS_BACKLOG: Invalid IPV4 address for analytics backlog., regexp = [/0-9.]*)

    analytics_live_connected boolean

    Analytics Live Connected

    analytics_live_connected_on_utc int64

    Analytics Live Connected On Utc

    analytics_live_disconnected_on_utc int64

    Analytics Live Disconnected On Utc

    analytics_live_from string

    Analytics Live From: IPv4(error = INVALID_IPV4_ADDR_ANALYTICS_LIVE: Invalid IPV4 address for analytics live., regexp = [/0-9.]*)

    application_sig_file_info AppSigfileInfo

    Application Sig File Info

    active_application_sig_file string

    Active Application Sig File

    application_sig_file_last_update string

    Application Sig File Last Update

    failure_info FailureInfo

    Failure Info

    application_sig_file string

    Application Sig File

    failure_details string

    Failure Details

    ml7d_version string

    Ml7d Version

    sig_file_status string

    Sig File Status

    cdl_connection_state CDLConnectionState

    Cdl Connection State

    connected boolean

    Connected

    state_change_time int64

    State Change Time

    config_and_events_connected boolean

    Config And Events Connected

    config_and_events_connected_on_utc int64

    Config And Events Connected On Utc

    config_and_events_disconnected_on_utc int64

    Config And Events Disconnected On Utc

    config_and_events_from string

    Config And Events From: IPv4(error = INVALID_IPV4_ADDR_CONFIG_AND_EVENTS: Invalid IPV4 address for config and events., regexp = [/0-9.]*)

    controller_connection_intf string

    Controller Connection Intf

    device_mode string

    Possible values: [none, l3-mode, l2-mode]

    Device Mode

    element_id string

    Element Id

    flows_backlog_connected boolean

    Flows Backlog Connected

    flows_backlog_connected_on_utc int64

    Flows Backlog Connected On Utc

    flows_backlog_disconnected_on_utc int64

    Flows Backlog Disconnected On Utc

    flows_backlog_from string

    Flows Backlog From: IPv4(error = INVALID_IPV4_ADDR_FLOWS_BACKLOG: Invalid IPV4 address for flows backlog., regexp = [/0-9.]*)

    flows_live_connected boolean

    Flows Live Connected

    flows_live_connected_on_utc int64

    Flows Live Connected On Utc

    flows_live_disconnected_on_utc int64

    Flows Live Disconnected On Utc

    flows_live_from string

    Flows Live From: IPv4(error = INVALID_IPV4_ADDR_FLOWS_LIVE: Invalid IPV4 address for flows live., regexp = [/0-9.]*)

    id string

    Id

    last_disconnected_time int64

    Last Disconnected Time

    last_rebooted_info string

    Last Rebooted Info

    last_rebooted_time int64

    Last Rebooted Time

    logs_backlog_connected boolean

    Logs Backlog Connected

    logs_backlog_connected_on_utc int64

    Logs Backlog Connected On Utc

    logs_backlog_disconnected_on_utc int64

    Logs Backlog Disconnected On Utc

    logs_backlog_from string

    Logs Backlog From: IPv4(error = INVALID_IPV4_ADDR_LOGS_BACKLOG: Invalid IPV4 address for logs backlog., regexp = [/0-9.]*)

    logs_live_connected boolean

    Logs Live Connected

    logs_live_connected_on_utc int64

    Logs Live Connected On Utc

    logs_live_disconnected_on_utc int64

    Logs Live Disconnected On Utc

    logs_live_from string

    Logs Live From: IPv4(error = INVALID_IPV4_ADDR_LOGS_LIVE: Invalid IPV4 address for logs live., regexp = [/0-9.]*)

    main_max_power_supported int32

    Main Max Power Supported

    main_power_allocated float

    Main Power Allocated

    main_power_usage_threshold int32

    Main Power Usage Threshold

    poe_state string

    Poe State

    site_id stringrequired

    Site Id: Digits(fraction = 0, integer = 50, SITEID_INVALID) NotNull

    switch_state SwitchState

    Switch State

    bridge_id string

    The switch bridge ID

    default_vlan_id int32

    Default VLAN ID is 1.

    designated_bridge_id string

    The designated bridge ID.

    last_topology_change string

    Last topology change.

    max_hops int32

    Max Hops

    mstp_enabled boolean

    The MSTP enabled. True or False.

    root_bridge_id string

    Root Bridge Id

    root_path_cost int32

    Root Path Cost

    root_port string

    Root Port

    stp_aging_timer int32

    The STP aging Timer between 10 - 1000000 seconds.

    stp_forward_delay int32

    Forward Delay is the length of time spent in listening state, set the value between 4 - 30 seconds.

    stp_hello_time int32

    Hello Time is the time Interval between BPDU transmission, set the value between 1-10 seconds.

    stp_max_age int32

    The length of Max Age time that the switch retains information learned from BPDUs, set the value between 6 - 40 seconds.

    stp_mode string

    The STP Mode is RSTP, default STP mode is RSTP

    stp_priority int32

    The Priority value is between 0 - 61440, in multiples of 4096.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Loading...