Skip to main content

Get LAN Segment (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/networkcontexts/:network_context_id

List a specific LAN segment.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

    network_context_id stringrequired

    The ID of the network context.

Responses

Successful Operation

Schema
    description

    The description of the LAN segment. Maz size = 256.

    id string

    The ID of the LAN segment.

    name string

    The name of the LAN segment. Max size = 128.

Loading...