We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f28951 commit 360ef45Copy full SHA for 360ef45
stainless.yaml
@@ -71,6 +71,7 @@ resources:
71
port_mapping: "#/components/schemas/PortMapping"
72
instance: "#/components/schemas/Instance"
73
path_info: "#/components/schemas/PathInfo"
74
+ instance_stats: "#/components/schemas/InstanceStats"
75
methods:
76
list: get /instances
77
create: post /instances
@@ -83,6 +84,7 @@ resources:
83
84
stop: post /instances/{id}/stop
85
logs: get /instances/{id}/logs
86
stat: get /instances/{id}/stat
87
+ stats: get /instances/{id}/stats
88
# Subresources define resources that are nested within another for more powerful
89
# logical groupings, e.g. `cards.payments`.
90
subresources:
0 commit comments