curl --request GET \
--url https://api.blaxel.ai/v0/vpcs/{vpcName}/egressgateways/{gatewayName}/ips \
--header 'Authorization: Bearer <token>'[
{
"metadata": {
"name": "my-egress-ip",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "My Egress IP",
"gatewayName": "<string>",
"vpcName": "<string>",
"workspace": "<string>"
},
"spec": {
"ipFamily": "IPv4",
"publicIp": "<string>"
},
"events": [
{
"canaryRevision": "<string>",
"message": "Deployment successful",
"revision": "rev-abc123",
"status": "DEPLOYED",
"time": "2025-01-15T10:30:00Z",
"type": "deployment"
}
],
"status": "DELETING"
}
]curl --request GET \
--url https://api.blaxel.ai/v0/vpcs/{vpcName}/egressgateways/{gatewayName}/ips \
--header 'Authorization: Bearer <token>'[
{
"metadata": {
"name": "my-egress-ip",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "My Egress IP",
"gatewayName": "<string>",
"vpcName": "<string>",
"workspace": "<string>"
},
"spec": {
"ipFamily": "IPv4",
"publicIp": "<string>"
},
"events": [
{
"canaryRevision": "<string>",
"message": "Deployment successful",
"revision": "rev-abc123",
"status": "DEPLOYED",
"time": "2025-01-15T10:30:00Z",
"type": "deployment"
}
],
"status": "DELETING"
}
]OAuth2 authentication with JWT tokens
successful operation
Metadata for an egress IP address including gateway association and name
Show child attributes
Specification for an egress IP including IP family and the provisioned address
Show child attributes
Events happening on a resource deployed on Blaxel
Show child attributes
Deployment status of a resource deployed on Blaxel
DELETING, TERMINATED, FAILED, DEACTIVATED, DEACTIVATING, UPLOADING, BUILDING, DEPLOYING, DEPLOYED Was this page helpful?