Successfully retrieved GCP VPC Peering requests.
[- {
- "accountId": "string",
- "peeringRequests": [
- {
- "peerProjectId": "example-project123",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
], - "dataCentreProjectId": "example-project123",
- "name": "My GPC VPC peering connection",
- "id": "068c447e-8475-49b2-974b-ca1c91702ed4",
- "dataCentreVpcNetworkName": "network-aabb1122",
- "peerVpcNetworkName": "network-aabb1122",
- "cdcId": "aabc665c-8916-40ae-978c-96d39a3a1364"
}
]
}
]
GCP VPC Peering request created.
{- "cdcId": "f3eab841-6952-430d-ba90-1bfc3f15da10",
- "peerProjectId": "example-project123",
- "peerSubnets": [
- "10.1.0.0/16"
], - "peerVpcNetworkName": "network-aabb1122"
}
{- "cdcId": "f3eab841-6952-430d-ba90-1bfc3f15da10",
- "peerProjectId": "example-project123",
- "peerSubnets": [
- "10.1.0.0/16"
], - "peerVpcNetworkName": "network-aabb1122"
}
Fetches the details for a given GCP VPC Peering Connection.
GCP VPC Peering Connection info retrieved.
VPC Peering Connection not found.
{- "cdcId": "f3eab841-6952-430d-ba90-1bfc3f15da10",
- "peerProjectId": "example-project123",
- "peerSubnets": [
- "10.1.0.0/16"
], - "peerVpcNetworkName": "network-aabb1122"
}
GCP VPC Peering request deleted
VPC Peering Connection not found.
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}