Get VpcPeeringRoute
GET/projects/:projectId/providers/Aruba.Network/vpcs/:vpcId/vpcPeerings/:vpcPeeringId/vpcPeeringRoutes/:id
Get VpcPeeringRoute
Request
Path Parameters
projectId stringrequired
unique identifier of the project CMP
vpcId stringrequired
unique identifier of the vpc in which the vpc peering has been created
vpcPeeringId stringrequired
unique identifier of the vpc peering in which the vpcPeeringRoute has been created
id stringrequired
unique identifier of the vpcPeeringRoute
Query Parameters
ignoreDeletedStatus boolean
if the resource exists in status "Deleted", returns NotFound according to the value of this flag
Default value:
false
api-version string
The requested API version
Default value:
1.0
Responses
- 200
- 404
- 500
Success
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Server Error