Skip to main content

Find TechnicalVpns

GET 

/projects/:projectId/network/virtualprivatenetworks

This method allows to retrieve the inventory of technicalVpn associated to the customerId (defined as a parameter of Organization

Request

Path Parameters

    projectId stringrequired

    Project Id

Query Parameters

    limit integer

    Possible values: <= 100

    Default value: 20

    Limit of the size of the page

    offset integer

    Default value: 0

    Offset of the page

Responses

Successful retrieval of Technical VPNs

Response Headers

  • X-Total-Count

    integer

    Number total of items

  • X-Result-Count

    integer

    Number of returned items

Schema

  • Array [

  • id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    Id

    name string

    Name

    description string

    Description

    networkType string

    Network Type

  • ]

Loading...