Get Supported Bandwidths
GEThttps://api.orange.com/evolutionplatform/aws/api/v1//connectivity/:connectivityType/bandwidths
This method allows to retrieve the supported bandwidths for a given connectivity type of AWS
Request
Path Parameters
connectivityType ConnectivityTypeEnumrequired
Possible values: [PUBLIC
, PRIVATE
]
Connectivity Type
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successful retrieval of supported bandwidths
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
int32
[
0
]
bad request
- application/json
- Schema
- Example (auto)
Schema
codeint32
bad request code
messagestring
bad request message
descriptionstring
bad request description
violations object[]
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: http
name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/aws/api/v1//connectivity/:connectivityType/bandwidths' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'