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
- 200
- 401
- 403
- 500
Successful retrieval of Technical VPNs
Response Headers
X-Total-Count
integer
Number total of items
X-Result-Count
integer
Number of returned items
- application/json
- Schema
- Example (from schema)
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
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"networkType": "string"
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code int32
code
message string
message
description string
description
{
"code": 0,
"message": "string",
"description": "string"
}
Loading...