cURL
curl --request GET \ --url https://console.gmicloud.ai/api/v1/images/{id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "supportedProducts": [ "<string>" ], "BootMode": "UEFI", "DefaultPartitionTable": [ { "fileSystem": "<string>", "mountPoint": "<string>", "name": "<string>", "size": "<string>" } ], "OSArchitecture": "<string>", "OSSeries": "<string>", "OSVersion": "<string>", "SystemDiskSize": "<string>", "icon": "<string>", "idc": "<string>", "name": "<string>", "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "path": "<string>", "createdAt": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "Public" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successful
256
UEFI
Legacy
1
Show child attributes
50
255
Public
Customized