Skip to main content

Get MSTP Instance Status (v2.0)

List the MSTP instance status for a specific ID.

Path Parameters
    tenant_id string required

    The tenant ID.

    site_id string required

    The site ID.

    element_id string required

    The element ID.

    mstp_instance_id string required

    The MSTP instance ID.

Responses

Successful Operation


Schema
    bridge_mac_address string

    The bridge MAC address.

    disabled boolean

    Indicates if the MSTP instance is disabled.

    disabled_reason string

    The reason for the MSTP instance to be disabled.

    element_id string

    The element ID.

    id string

    The ID.

    inactive boolean

    Indicates if the MSTP instance is inactive.

    inactive_reason string

    The reason for the MSTP instance to be inactive.

    instance_number integer

    The MSTP instance number. Valid values are 0-255.

    instance_priority integer

    The MSTP instance priority. Valid values are 0-15.

    mstp_instance_id string

    The MSTP instance ID.

    region string

    The region of the radius.

    site_id string required

    The site ID.

    stp_mode string

    The STP Mode is RSTP (default).

    tenant_id string required

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

Loading...