File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
runpod/api_wrapper/queries Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 44
55QUERY_POD = """
66query myPods {{
7- myself {{
8- pods {{
9- id
10- containerDiskInGb
11- costPerHr
12- desiredStatus
13- dockerArgs
14- dockerId
15- env
16- gpuCount
17- imageName
18- lastStatusChange
19- machineId
20- memoryInGb
21- name
22- podType
23- port
24- ports
25- uptimeSeconds
26- vcpuCount
27- volumeInGb
28- volumeMountPath
29- machine {{
30- gpuDisplayName
31- }}
7+ myself {{
8+ pods {{
9+ id
10+ containerDiskInGb
11+ costPerHr
12+ desiredStatus
13+ dockerArgs
14+ dockerId
15+ env
16+ gpuCount
17+ imageName
18+ lastStatusChange
19+ machineId
20+ memoryInGb
21+ name
22+ podType
23+ port
24+ ports
25+ uptimeSeconds
26+ vcpuCount
27+ volumeInGb
28+ volumeMountPath
29+ machine {{
30+ gpuDisplayName
31+ }}
32+ }}
3233 }}
33- }}
3434}}
3535"""
You can’t perform that action at this time.
0 commit comments