cURL
curl --request GET \ --url https://api.ppio.com/gpu-instance/openapi/v1/images \ --header 'Authorization: <authorization>'
{ "data": [ { "id": "<string>", "name": "<string>", "url": "<string>", "tags": [ { "name": "<string>", "url": "<string>" } ] } ], "pageSize": 123, "pageNum": 123, "total": 123 }
Documentation IndexFetch the complete documentation index at: https://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
base
private
curl --location --request GET 'https://api.ppio.com/gpu-instance/openapi/v1/images?name=&type=private&pageSize=10&pageNum=1' \ --header 'Authorization: Bearer {{API_KEY}}'
隐藏 properties
{ "data": [ { "id": "42", "name": "nwe", "url": "test-image.ppinfra.com/dev-pukcnedkqkioyhnxrawo/image_ubuntu_test_keli_1202:v1", "tags": [ { "name": "v1", "url": "test-image.ppinfra.com/dev-pukcnedkqkioyhnxrawo/image_ubuntu_test_keli_1202:v1" }, { "name": "v3", "url": "test-image.ppinfra.com/dev-pukcnedkqkioyhnxrawo/image_ubuntu_test_keli_1202:v3" } ], "metadata": [], "port": [] } ], "pageSize": 10, "pageNum": 1, "total": 14 }