GET
/
v1
/
containers
list workload(s) info
curl --request GET \
  --url https://console.gmicloud.com/api/v1/containers
[
{
"createdAt": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"inboundIP": {
"ipAddress": "<string>",
"status": "ready"
},
"modifiedAt": "2023-11-07T05:31:56Z",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"outboundIP": {
"ipAddress": "<string>",
"status": "ready"
},
"publicIP": {
"ipAddress": "<string>",
"status": "ready"
},
"reason": "<string>",
"status": "unknown",
"idc": "<string>",
"product": "<string>",
"envs": [
{
"name": "access_token",
"value": "kalsk113=="
}
],
"name": "LLM training",
"ports": [],
"storages": [
{
"containerPath": "/workspace",
"id": "550e8400-e29b-41d4-a716-446655440000"
}
],
"templateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]

Response

successful

The response is of type object[].