Retrieve a list of containers for a specific stack within a rental
curl --request GET \ --url https://restapi.gputrader.io/v1/rentals/{rentalId}/stacks/{stackId}/containers \ --header 'X-API-Key: <api-key>'
[ { "Name": "<string>", "Id": "<string>", "Created": 123, "Ports": [ { "PrivatePort": 123, "Type": "tcp", "IP": "<string>", "PublicPort": 123 } ], "State": "<string>" } ]
Rental ID
Stack ID
Name of the container
Container ID
Unix timestamp of container creation
Show child attributes
Internal port number of the container
Protocol type of the port
tcp
udp
sctp
IP address for the port binding
External port number
Current state of the container