Find TechnicalVpns
GEThttps://api.orange.com/evolutionplatform/network/api/v1//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
Limit of the size of the page
Default value:
20
offset integer
Offset of the page
Default value:
0
Responses
- 200
- 401
- 403
- 500
Successful retrieval of Technical VPNs
Response Headers
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
iduuid
Id
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}
namestring
Name
descriptionstring
Description
networkTypestring
Network Type
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"networkType": "string"
}
]
Unauthorized
- application/json
- Schema
- Example (auto)
Schema
codeint32
code
messagestring
message
descriptionstring
description
{
"code": 0,
"message": "string",
"description": "string"
}
Forbidden
- application/json
- Schema
- Example (auto)
Schema
codeint32
code
messagestring
message
descriptionstring
description
{
"code": 0,
"message": "string",
"description": "string"
}
Internal Server Error
- application/json
- Schema
- Example (auto)
Schema
codeint32
code
messagestring
message
descriptionstring
description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: oauth2
name: oauth2clientcredentialstype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "https://api.orange.com/oauth/v3/token",
"scopes": {}
}
}
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/network/api/v1//projects/:projectId/network/virtualprivatenetworks' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'