Lists the details for all VPC peering connections for the specified Cluster Data Centre.
List retrieved successfully.
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
A timeout occurred. Perhaps the Provider was slow in responding to the VPC peering request.
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "aws_vpc_connection_id": "pcx-ff12abc1",
- "clusterDataCentre": "aabc665c-8916-40ae-978c-96d39a3a1364",
- "vpcId": "vpc-aa770abc",
- "peerVpcId": "vpc-aabb1122",
- "peerAccountId": "123888456789",
- "peerSubnet": {
- "network": "10.7.0.0",
- "prefixLength": 16
}, - "peerRegion": "US_WEST_2",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
]
}
]
Creates a new VPC peering connection request for the given Cluster Data Centre. This is only available for clusters hosted with either the AWS or GCP provider.
VPC peering connection request successfully created.
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Subnet provided conflicts with Cluster Data Centre's subnet
Too many requests: returned when more than 35 requests per second are being received by your user.
A timeout occurred. Perhaps the Provider was slow in responding to the VPC peering request.
{- "peerAccountId": "123888456789",
- "peerVpcId": "vpc-aabb1122",
- "peerSubnet": "10.7.0.0/16",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
], - "peerRegion": "US_WEST_2",
- "addNetworkToFirewallRules": true,
- "validationMessages": {
- "property1": "string",
- "property2": "string"
}
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Fetches the details for a given VPC peering connection.
VPC peering connection info retrieved successfully.
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
A timeout occurred. Perhaps the Provider was slow in responding to the VPC peering request.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "aws_vpc_connection_id": "pcx-ff12abc1",
- "clusterDataCentre": "aabc665c-8916-40ae-978c-96d39a3a1364",
- "vpcId": "vpc-aa770abc",
- "peerVpcId": "vpc-aabb1122",
- "peerAccountId": "123888456789",
- "peerSubnet": {
- "network": "10.7.0.0",
- "prefixLength": 16
}, - "peerRegion": "US_WEST_2",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
]
}
Updates the peering networks for a given VPC peering connection. Modifying fields apart from the peerSubnets field will result in a 415 response. This is only available for clusters hosted with the AWS provider
VPC peering connection info retrieved successfully.
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Subnet provided conflicts with Cluster Data Centre's subnet
Too many requests: returned when more than 35 requests per second are being received by your user.
A timeout occurred. Perhaps the Provider was slow in responding to the VPC peering request.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "aws_vpc_connection_id": "pcx-ff12abc1",
- "clusterDataCentre": "aabc665c-8916-40ae-978c-96d39a3a1364",
- "vpcId": "vpc-aa770abc",
- "peerVpcId": "vpc-aabb1122",
- "peerAccountId": "123888456789",
- "peerSubnet": {
- "network": "10.7.0.0",
- "prefixLength": 16
}, - "peerRegion": "US_WEST_2",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "aws_vpc_connection_id": "pcx-ff12abc1",
- "clusterDataCentre": "aabc665c-8916-40ae-978c-96d39a3a1364",
- "vpcId": "vpc-aa770abc",
- "peerVpcId": "vpc-aabb1122",
- "peerAccountId": "123888456789",
- "peerSubnet": {
- "network": "10.7.0.0",
- "prefixLength": 16
}, - "peerRegion": "US_WEST_2",
- "peerSubnets": [
- "10.1.0.0/16",
- "10.2.0.0/16"
]
}
Deletes the given VPC peering request/connection for the given Cluster Data Centre.
Delete operation successful.
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
A timeout occurred. Perhaps the Provider was slow in responding to the VPC peering request.
{- "status": 0,
- "message": "string",
- "errorDetails": { },
- "code": 0,
- "link": "string"
}