Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

Find TechnicalVpns

GET 

https://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

Successful retrieval of Technical VPNs

Response Headers
    X-Total-Count

    Number total of items

    X-Result-Count

    Number of returned items

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

  • ]

Authorization: oauth2

name: oauth2clientcredentialstype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "https://api.orange.com/oauth/v3/token",
    "scopes": {}
  }
}
curl -L 'https://api.orange.com/evolutionplatform/network/api/v1//projects/:projectId/network/virtualprivatenetworks' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/network/api/v1/
Auth
Parameters
— pathrequired
— query
— query