Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Floating IPs
- Function as a Service
- GPU Cloud
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- DELDelete bare metal GPU cluster
- GETList bare metal GPU cluster interfaces
- GETList bare metal GPU cluster ports
- POSTPowercycle all bare metal GPU cluster servers
- POSTReboot all bare metal GPU cluster servers
- POSTAttach interface to bare metal GPU cluster server
- POSTDetach interface from bare metal GPU cluster server
- GETGet bare metal GPU cluster server console URL
- POSTPowercycle one bare metal GPU cluster server
- POSTReboot one bare metal GPU cluster server
- POSTCreate bare metal GPU cluster
- DELDelete server from bare metal GPU cluster
- POSTRebuild bare metal GPU cluster servers
- POSTResize bare metal GPU cluster
- GETList regions with GPU cluster support
- POSTCheck bare metal GPU cluster quota
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- GETList bare metal GPU cluster servers
- GETList bare metal GPU flavors
- GETList bare metal GPU images
- POSTUpload new bare metal GPU image
- GETGet bare metal GPU image
- DELDelete bare metal GPU image
- POSTCheck virtual GPU cluster quota
- GETList virtual GPU clusters
- POSTCreate virtual GPU cluster
- GETGet virtual GPU cluster
- DELDelete virtual GPU cluster
- PATCHUpdate virtual GPU cluster
- POSTExecute virtual GPU cluster action
- GETList virtual GPU cluster interfaces
- GETList virtual GPU cluster servers
- DELDelete virtual GPU cluster server
- GETList virtual GPU cluster volumes
- GETList virtual GPU flavors
- GETList virtual GPU images
- POSTUpload new virtual GPU image
- GETGet virtual GPU image
- DELDelete virtual GPU image
- POSTPreview GPU cluster price
- GETGet GPU cluster price
- POSTDeprecated. Check GPU cluster quotasdeprecated
- GETDeprecated. List GPU flavorsdeprecated
- GETDeprecated. List GPU imagesdeprecated
- GET
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Security Groups
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
GPU Cloud
List bare metal GPU cluster ports
Retrieve a list of network ports attached to the GPU cluster servers.
GET
/
cloud
/
v1
/
ai
/
clusters
/
{project_id}
/
{region_id}
/
{cluster_id}
/
ports
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ai/clusters/{project_id}/{region_id}/{cluster_id}/ports \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"count": 1,
"results": [
{
"id": "ae74714c-c380-48b4-87f8-758d656cdad6",
"name": "name",
"security_groups": [
{
"id": "4536dba1-93b1-492e-b3df-270b6b9f3650",
"name": "name1"
},
{
"id": "cee2ca1f-507a-4a31-b714-f6c1ffb4bdfa",
"name": "name2"
}
]
}
]
}
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
Cluster ID
Response
200 - application/json
List of ports
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ai/clusters/{project_id}/{region_id}/{cluster_id}/ports \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"count": 1,
"results": [
{
"id": "ae74714c-c380-48b4-87f8-758d656cdad6",
"name": "name",
"security_groups": [
{
"id": "4536dba1-93b1-492e-b3df-270b6b9f3650",
"name": "name1"
},
{
"id": "cee2ca1f-507a-4a31-b714-f6c1ffb4bdfa",
"name": "name2"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.