Skip to main content

Get Application Probe Configuration (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/application_probe

Get the application probe configuration of an element.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    description

    The description of the application probe. Max size = 256.

    enable_probe boolean

    The application probe is enabled. True or False.

    id string

    The ID of the application probe.

    name stringrequired

    The name of the application probe. Max size = 128.

    source_interface_id string

    The source interface ID.

    tags string[]

    A information field that can be added to identify the application.

Loading...