Skip to main content

Get aws regions

GET 

https://api.orange.com/evolutionplatform/aws/api/v1//aws/projects/:projectId/vif/:vifType/regions

This resource allows to retrieve a list of AWS regions compatible with Orange. The response will only provide AWS regions where you have available gateways for selected virtual interface type. If you don't see the region you're looking for, please add a gateway on AWS console or cli

Request

Path Parameters

    projectId uuidrequired

    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}

    Project UUID

    vifType VirtualInterfaceTypeEnumrequired

    Possible values: [privateVif, transitVif]

    Virtual interface type

Query Parameters

    awsCredentialsId uuidrequired

    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}

    Aws credentials UUID linked to this account and project

Responses

Return a list of aws regions

Schema
  • Array [
  • string
  • ]

Authorization: http

name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
curl -L 'https://api.orange.com/evolutionplatform/aws/api/v1//aws/projects/:projectId/vif/:vifType/regions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/aws/api/v1/
Auth
Parameters
— pathrequired
— pathrequired
— queryrequired