Find ExpressRouteGateways
GET/api/v1/projects/:projectId/azure/expressroutegateways
This ressource allows to find Express Route Gateways
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 Id
Query Parameters
azureCspCredentialId 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}
azure credential Id
azureResourceGroup stringrequired
Possible values: Value must match regular expression \S
azure resource group
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
idstring
namestring
properties object
locationstring
tags object
[
{
"id": "string",
"name": "string",
"properties": {
"provisioningState": "string",
"gatewayType": "string",
"vpnGatewayGeneration": "string",
"sku": {
"name": "string",
"tier": "string",
"family": "string"
},
"vpnType": "string",
"enableBgp": true,
"activeActive": true,
"ipConfigurations": [
{
"name": "string",
"properties": {
"privateIPAllocationMethod": "string",
"subnet": {
"id": "string"
},
"publicIPAddress": {
"id": "string"
}
}
}
],
"bgpSettings": {
"asn": 0,
"bgpPeeringAddresses": [
{
"defaultBgpIpAddresses": [
"string"
]
}
]
}
},
"location": "string",
"tags": {}
}
]
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 '/api/v1/projects/:projectId/azure/expressroutegateways' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'