Skip to main content

Query DB for Network Contexts (v2.0)

POST 

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

Query DB for limit number of network contexts that match the query parameters.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

Body

Details of the query for lan segment

    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.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    tenant_id string

    The tenant ID.

    total_count int64

    Total number.

    items NetworkContextQueryFilter[]
  • Array [
  • description

    The description of the network context config. Maz size = 256.

    id string

    The ID of the network context.

    name stringrequired

    The name of the network context config. Max size = 128.

  • ]
Loading...