11# generated by datamodel-codegen:
22# filename: openapi.json
3- # timestamp: 2025-12-23T12:55:37 +00:00
3+ # timestamp: 2025-12-26T10:24:32 +00:00
44
55from __future__ import annotations
66
@@ -933,6 +933,7 @@ class GetUserRunsListResponse(BaseModel):
933933class RunStats (BaseModel ):
934934 input_body_len : Annotated [float | None , Field (alias = 'inputBodyLen' , examples = [240 ])] = None
935935 migration_count : Annotated [float | None , Field (alias = 'migrationCount' , examples = [0 ])] = None
936+ reboot_count : Annotated [float | None , Field (alias = 'rebootCount' , examples = [0 ])] = None
936937 restart_count : Annotated [float , Field (alias = 'restartCount' , examples = [0 ])]
937938 resurrect_count : Annotated [float , Field (alias = 'resurrectCount' , examples = [2 ])]
938939 mem_avg_bytes : Annotated [float | None , Field (alias = 'memAvgBytes' , examples = [267874071.9 ])] = None
@@ -1547,6 +1548,14 @@ class GetListOfRequestQueuesResponse(BaseModel):
15471548 data : Data12
15481549
15491550
1551+ class Stats6 (BaseModel ):
1552+ delete_count : Annotated [float | None , Field (alias = 'deleteCount' , examples = [0 ])] = None
1553+ head_item_read_count : Annotated [float | None , Field (alias = 'headItemReadCount' , examples = [5 ])] = None
1554+ read_count : Annotated [float | None , Field (alias = 'readCount' , examples = [100 ])] = None
1555+ storage_bytes : Annotated [float | None , Field (alias = 'storageBytes' , examples = [1024 ])] = None
1556+ write_count : Annotated [float | None , Field (alias = 'writeCount' , examples = [10 ])] = None
1557+
1558+
15501559class RequestQueue (BaseModel ):
15511560 id : Annotated [str , Field (examples = ['WkzbQMuFYuamGv3YF' ])]
15521561 name : Annotated [str | None , Field (examples = ['some-name' ])] = None
@@ -1564,6 +1573,7 @@ class RequestQueue(BaseModel):
15641573 console_url : Annotated [
15651574 str , Field (alias = 'consoleUrl' , examples = ['https://api.apify.com/v2/request-queues/27TmTznX9YPeAYhkC' ])
15661575 ]
1576+ stats : Stats6 | None = None
15671577 general_access : Annotated [GeneralAccessEnum | None , Field (alias = 'generalAccess' )] = None
15681578
15691579
0 commit comments