Skip to main content

Create Gateway

POST 

/lns/tenants/:tenantId/gateways

Create gateway

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

Body

required
    gatewayId stringrequired

    The ID of gateway.

    name stringrequired

    The name of gateway.

    description string

    The description of gateway.

    statsInterval numberrequired

    The stats interval of gateway.

    tagsMap object[]

    The tagsMsp of gateway.

  • Array [
  • ]

Responses

Schema
    data objectrequired

    Data of the gateway.

    tenantId stringrequired
    gatewayId stringrequired
    name stringrequired
    description stringrequired
    statsInterval numberrequired
    tagsMap object[]required
  • Array [
  • ]
Loading...