Skip to main content
GET
/
v1
/
containers
/
products
Get container products
curl --request GET \
  --url https://console.gmicloud.ai/api/v1/containers/products \
  --header 'Authorization: Bearer <token>'
[
{
"gpuModel": "<string>",
"idc": "<string>",
"name": "<string>",
"price": 123,
"productLine": "<string>",
"spec": {},
"type": "Container",
"valid": true
}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

idc
string
Maximum length: 50

Response

successful

idc
string
required
name
string
required
price
integer
required
spec
object
required
type
enum<string>
required
Available options:
Container,
BareMetal,
Storage,
EIP
valid
boolean
required
gpuModel
string
productLine
string

product line for categorization