Find TechnicalVpn
GET/projects/:projectId/network/virtualprivatenetworks/:technicalVpnId
This method allows to retreive a technicalVpn identified by technicalVpnId associated to the customerId (defined as a parameter of Organization).
Request
Path Parameters
projectId stringrequired
The project Id
technicalVpnId stringrequired
The technicalVpnId
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successful retrieval of a Technical VPN
- application/json
- Schema
- Example (from schema)
Schema
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"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
bad request code
message string
bad request message
description string
bad request description
violations
object[]
bad request violations
field string
field
message string
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "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"
}
Not Found
- 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...