Get VpcPeering
GET/projects/:projectId/providers/Aruba.Network/vpcs/:vpcId/vpcPeerings/:id
Get VpcPeering
Request
Path Parameters
projectId stringrequired
unique identifier of the project CMP
vpcId stringrequired
unique identifier of the vpc in which the vpcPeering has been created
id stringrequired
unique identifier of the vpcPeering to retrieve
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