diff --git a/apify-api/openapi/components/examples/ListOfRunsResponseExample.yaml b/apify-api/openapi/components/examples/ListOfRunsResponseExample.yaml new file mode 100644 index 0000000000..7f8ed55e45 --- /dev/null +++ b/apify-api/openapi/components/examples/ListOfRunsResponseExample.yaml @@ -0,0 +1,36 @@ +value: + data: + total: 2 + offset: 0 + limit: 1000 + desc: false + count: 2 + items: + - id: HG7ML7M8z78YcAPEB + actId: HDSasDasz78YcAPEB + actorTaskId: KJHSKHausidyaJKHs + status: SUCCEEDED + startedAt: "2019-11-30T07:34:24.202Z" + finishedAt: "2019-12-12T09:30:12.202Z" + buildId: HG7ML7M8z78YcAPEB + buildNumber: 0.0.2 + meta: + origin: WEB + usageTotalUsd: 0.2 + defaultKeyValueStoreId: sfAjeR4QmeJCQzTfe + defaultDatasetId: 3ZojQDdFTsyE7Moy4 + defaultRequestQueueId: so93g2shcDzK3pA85 + - id: HG7ML7M8z78YcAPEB + actId: HDSasDasz78YcAPEB + actorTaskId: KJHSKHausidyaJKHs + status: FAILED + startedAt: "2019-12-12T07:34:14.202Z" + finishedAt: "2019-12-13T08:36:13.202Z" + buildId: u78dML7M8z78YcAPEB + buildNumber: 0.2.2 + meta: + origin: DEVELOPMENT + usageTotalUsd: 0.6 + defaultKeyValueStoreId: sffsouqlseJCQzTfe + defaultDatasetId: CFGggdjQDsyE7Moyw + defaultRequestQueueId: soowucklrmDzKpA8x diff --git a/apify-api/openapi/paths/actor-runs/actor-runs.yaml b/apify-api/openapi/paths/actor-runs/actor-runs.yaml index 0afc4cd21f..e450c81a8a 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs.yaml @@ -90,42 +90,9 @@ get: schema: allOf: - $ref: ../../components/schemas/actor-runs/ListOfRunsResponse.yaml - example: - data: - total: 2 - offset: 0 - limit: 1000 - desc: false - count: 2 - items: - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: SUCCEEDED - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - buildId: HG7ML7M8z78YcAPEB - buildNumber: 0.0.2 - meta: - origin: WEB - usageTotalUsd: 0.2 - defaultKeyValueStoreId: sfAjeR4QmeJCQzTfe - defaultDatasetId: 3ZojQDdFTsyE7Moy4 - defaultRequestQueueId: so93g2shcDzK3pA85 - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: FAILED - startedAt: "2019-12-12T07:34:14.202Z" - finishedAt: "2019-12-13T08:36:13.202Z" - buildId: u78dML7M8z78YcAPEB - buildNumber: 0.2.2 - meta: - origin: DEVELOPMENT - usageTotalUsd: 0.6 - defaultKeyValueStoreId: sffsouqlseJCQzTfe - defaultDatasetId: CFGggdjQDsyE7Moyw - defaultRequestQueueId: soowucklrmDzKpA8x + examples: + example: + $ref: ../../components/examples/ListOfRunsResponseExample.yaml "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml index bea65669dd..22b2240d04 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml @@ -105,80 +105,6 @@ get: schema: allOf: - $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false @@ -249,80 +175,6 @@ put: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@metamorph.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@metamorph.yaml index f5cb45c12a..54c1a8ada5 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@metamorph.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@metamorph.yaml @@ -59,84 +59,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: janedoe~my-actor - userId: PNWZBd7Z9c746JAnF - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: null - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 1 - memAvgBytes: 35914228.4 - memMaxBytes: 38244352 - memCurrentBytes: 0 - cpuAvgUsage: 0.00955965 - cpuMaxUsage: 3.1546 - cpuCurrentUsage: 0 - netRxBytes: 2652 - netTxBytes: 1338 - durationMillis: 26239 - runTimeSecs: 26.239 - metamorph: 0 - computeUnits: 0.0072886 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: HG7ML7M8z78YcAPEB - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - metamorphs: - - createdAt: "2019-11-30T07:39:24.202Z" - actorId: nspoEjklmnsF2oosD - buildId: ME6oKecqy5kXDS4KQ - inputKey: INPUT-METAMORPH-1 - buildNumber: 0.1.10 - containerUrl: "https://hfewsyknno9o.runs.apify.com" - isContainerServerReady: false - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@reboot.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@reboot.yaml index 9fe9a9bef3..a6f960b301 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@reboot.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@reboot.yaml @@ -28,80 +28,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@resurrect.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@resurrect.yaml index 658183de7a..cb69d5d522 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@resurrect.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@resurrect.yaml @@ -57,80 +57,6 @@ post: schema: allOf: - $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml index 93ba6d8f3b..fae0200e71 100644 --- a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml +++ b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml @@ -86,42 +86,6 @@ get: type: array items: $ref: ../../components/schemas/actor-runs/RunShort.yaml - example: - data: - total: 2 - offset: 0 - limit: 1000 - desc: false - count: 2 - items: - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: SUCCEEDED - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - buildId: HG7ML7M8z78YcAPEB - buildNumber: 0.0.2 - meta: - origin: WEB - usageTotalUsd: 0.2 - defaultKeyValueStoreId: sfAjeR4QmeJCQzTfe - defaultDatasetId: 3ZojQDdFTsyE7Moy4 - defaultRequestQueueId: so93g2shcDzK3pA85 - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: FAILED - startedAt: "2019-12-12T07:34:14.202Z" - finishedAt: "2019-12-13T08:36:13.202Z" - buildId: u78dML7M8z78YcAPEB - buildNumber: 0.2.2 - meta: - origin: DEVELOPMENT - usageTotalUsd: 0.6 - defaultKeyValueStoreId: sffsouqlseJCQzTfe - defaultDatasetId: CFGggdjQDsyE7Moyw - defaultRequestQueueId: soowucklrmDzKpA8x "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs@last.yaml b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs@last.yaml index 1c059fdf04..f26794d370 100644 --- a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs@last.yaml +++ b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs@last.yaml @@ -80,80 +80,6 @@ get: properties: data: $ref: ../../components/schemas/actor-runs/Run.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@builds.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@builds.yaml index 8d29deaabb..f9b5655b31 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@builds.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@builds.yaml @@ -159,35 +159,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-builds/BuildResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: janedoe~my-actor - userId: klmdEpoiojmdEMlk3 - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: SUCCEEDED - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - durationMillis: 1000 - runTimeSecs: 45.718 - computeUnits: 0.012699444444444444 - options: - useCache: false - betaPackages: false - memoryMbytes: 1024 - diskMbytes: 2048 - usage: - ACTOR_COMPUTE_UNITS: 0.08 - usageTotalUsd: 0.02 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.02 - inputSchema: '{\n \"title\": \"Schema for ... }' - readme: '# Magic Actor\nThis Actor is magic.' - buildNumber: 0.1.1 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@builds@default.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@builds@default.yaml index c08ea12a70..90f2ad1a90 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@builds@default.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@builds@default.yaml @@ -43,35 +43,6 @@ get: application/json: schema: $ref: ../../components/schemas/actor-builds/BuildResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: janedoe~my-actor - userId: klmdEpoiojmdEMlk3 - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: SUCCEEDED - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - durationMillis: 1000 - runTimeSecs: 45.718 - computeUnits: 0.012699444444444444 - options: - useCache: false - betaPackages: false - memoryMbytes: 1024 - diskMbytes: 2048 - usage: - ACTOR_COMPUTE_UNITS: 0.08 - usageTotalUsd: 0.02 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.02 - inputSchema: '{\n \"title\": \"Schema for ... }' - readme: '# Magic Actor\nThis Actor is magic.' - buildNumber: 0.1.1 "400": $ref: ../../components/responses/BadRequest.yaml x-js-parent: ActorClient diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}.yaml index 93fa25068a..a4363371fb 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}.yaml @@ -50,35 +50,6 @@ get: application/json: schema: $ref: ../../components/schemas/actor-builds/BuildResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: janedoe~my-actor - userId: klmdEpoiojmdEMlk3 - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: SUCCEEDED - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - durationMillis: 1000 - runTimeSecs: 45.718 - computeUnits: 0.012699444444444444 - options: - useCache: false - betaPackages: false - memoryMbytes: 1024 - diskMbytes: 2048 - usage: - ACTOR_COMPUTE_UNITS: 0.08 - usageTotalUsd: 0.02 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.02 - inputSchema: '{\n \"title\": \"Schema for ... }' - readme: '# Magic Actor\nThis Actor is magic.' - buildNumber: 0.1.1 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: true diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml index fc7ff45c80..c1228cf015 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml @@ -96,42 +96,9 @@ get: application/json: schema: $ref: ../../components/schemas/actor-runs/ListOfRunsResponse.yaml - example: - data: - total: 2 - offset: 0 - limit: 1000 - desc: false - count: 2 - items: - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: SUCCEEDED - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - buildId: HG7ML7M8z78YcAPEB - buildNumber: 0.0.2 - meta: - origin: WEB - usageTotalUsd: 0.2 - defaultKeyValueStoreId: sfAjeR4QmeJCQzTfe - defaultDatasetId: 3ZojQDdFTsyE7Moy4 - defaultRequestQueueId: so93g2shcDzK3pA85 - - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - actorTaskId: KJHSKHausidyaJKHs - status: FAILED - startedAt: "2019-12-12T07:34:14.202Z" - finishedAt: "2019-12-13T08:36:13.202Z" - buildId: u78dML7M8z78YcAPEB - buildNumber: 0.2.2 - meta: - origin: DEVELOPMENT - usageTotalUsd: 0.6 - defaultKeyValueStoreId: sffsouqlseJCQzTfe - defaultDatasetId: CFGggdjQDsyE7Moyw - defaultRequestQueueId: soowucklrmDzKpA8x + examples: + example: + $ref: ../../components/examples/ListOfRunsResponseExample.yaml "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false @@ -290,80 +257,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs@last.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs@last.yaml index 1307b9cf47..fc30e56fd3 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs@last.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs@last.yaml @@ -82,80 +82,6 @@ get: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml index bb52dfeb68..2d80eedbdd 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml @@ -54,80 +54,6 @@ get: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: true diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml index 7b028833c2..4d434df7e2 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml @@ -71,84 +71,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: janedoe~my-actor - userId: PNWZBd7Z9c746JAnF - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: null - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 1 - memAvgBytes: 35914228.4 - memMaxBytes: 38244352 - memCurrentBytes: 0 - cpuAvgUsage: 0.00955965 - cpuMaxUsage: 3.1546 - cpuCurrentUsage: 0 - netRxBytes: 2652 - netTxBytes: 1338 - durationMillis: 26239 - runTimeSecs: 26.239 - metamorph: 0 - computeUnits: 0.0072886 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: HG7ML7M8z78YcAPEB - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - metamorphs: - - createdAt: "2019-11-30T07:39:24.202Z" - actorId: nspoEjklmnsF2oosD - buildId: ME6oKecqy5kXDS4KQ - inputKey: INPUT-METAMORPH-1 - buildNumber: 0.1.10 - containerUrl: "https://hfewsyknno9o.runs.apify.com" - isContainerServerReady: false - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: true diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml index 644d211a8e..0bee3982b1 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml @@ -85,80 +85,6 @@ post: application/json: schema: $ref: ../../components/schemas/actor-runs/RunResponse.yaml - example: - data: - id: HG7ML7M8z78YcAPEB - actId: HDSasDasz78YcAPEB - userId: 7sT5jcggjjA9fNcxF - actorTaskId: KJHSKHausidyaJKHs - startedAt: "2019-11-30T07:34:24.202Z" - finishedAt: "2019-12-12T09:30:12.202Z" - status: RUNNING - statusMessage: Actor is running - isStatusMessageTerminal: false - meta: - origin: WEB - clientIp: 172.234.12.34 - userAgent: Mozilla/5.0 (iPad) - stats: - inputBodyLen: 240 - migrationCount: 0 - restartCount: 0 - resurrectCount: 2 - memAvgBytes: 267874071.9 - memMaxBytes: 404713472 - memCurrentBytes: 0 - cpuAvgUsage: 33.75321011075384 - cpuMaxUsage: 169.65073553494125 - cpuCurrentUsage: 0 - netRxBytes: 103508042 - netTxBytes: 4854600 - durationMillis: 248472 - runTimeSecs: 248.472 - metamorph: 0 - computeUnits: 0.13804 - options: - build: latest - timeoutSecs: 300 - memoryMbytes: 1024 - diskMbytes: 2048 - buildId: 7sT5jcggjjA9fNcxF - exitCode: 0 - generalAccess: RESTRICTED - defaultKeyValueStoreId: eJNzqsbPiopwJcgGQ - defaultDatasetId: wmKPijuyDnPZAPRMk - defaultRequestQueueId: FL35cSF7jrxr3BY39 - buildNumber: 0.0.36 - containerUrl: "https://g8kd8kbc5ge8.runs.apify.net" - isContainerServerReady: true - gitBranchName: master - usage: - ACTOR_COMPUTE_UNITS: 3 - DATASET_READS: 4 - DATASET_WRITES: 4 - KEY_VALUE_STORE_READS: 5 - KEY_VALUE_STORE_WRITES: 3 - KEY_VALUE_STORE_LISTS: 5 - REQUEST_QUEUE_READS: 2 - REQUEST_QUEUE_WRITES: 1 - DATA_TRANSFER_INTERNAL_GBYTES: 1 - DATA_TRANSFER_EXTERNAL_GBYTES: 3 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 34 - PROXY_SERPS: 3 - usageTotalUsd: 0.2654 - usageUsd: - ACTOR_COMPUTE_UNITS: 0.072 - DATASET_READS: 0.0004 - DATASET_WRITES: 0.0002 - KEY_VALUE_STORE_READS: 0.0006 - KEY_VALUE_STORE_WRITES: 0.002 - KEY_VALUE_STORE_LISTS: 0.004 - REQUEST_QUEUE_READS: 0.005 - REQUEST_QUEUE_WRITES: 0.02 - DATA_TRANSFER_INTERNAL_GBYTES: 0.0004 - DATA_TRANSFER_EXTERNAL_GBYTES: 0.0002 - PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16 - PROXY_SERPS: 0.0006 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/datasets/datasets.yaml b/apify-api/openapi/paths/datasets/datasets.yaml index 8dc0c602e6..3df552172f 100644 --- a/apify-api/openapi/paths/datasets/datasets.yaml +++ b/apify-api/openapi/paths/datasets/datasets.yaml @@ -148,20 +148,6 @@ post: application/json: schema: $ref: ../../components/schemas/datasets/DatasetResponse.yaml - example: - data: - id: WkzbQMuFYuamGv3YF - name: d7b9MDYsbtX5L7XAj - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - itemCount: 7 - cleanItemCount: 5 - actId: null - actRunId: null - fields: [] - consoleUrl: https://console.apify.com/storage/datasets/WkzbQMuFYuamGv3YF "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/datasets/datasets@{datasetId}.yaml b/apify-api/openapi/paths/datasets/datasets@{datasetId}.yaml index cf7a143316..6d76b14373 100644 --- a/apify-api/openapi/paths/datasets/datasets@{datasetId}.yaml +++ b/apify-api/openapi/paths/datasets/datasets@{datasetId}.yaml @@ -42,20 +42,6 @@ get: application/json: schema: $ref: ../../components/schemas/datasets/DatasetResponse.yaml - example: - data: - id: WkzbQMuFYuamGv3YF - name: d7b9MDYsbtX5L7XAj - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - itemCount: 7 - cleanItemCount: 5 - actId: null - actRunId: null - fields: [] - consoleUrl: https://console.apify.com/storage/datasets/WkzbQMuFYuamGv3YF "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false @@ -104,20 +90,6 @@ put: application/json: schema: $ref: ../../components/schemas/datasets/DatasetResponse.yaml - example: - data: - id: WkzbQMuFYuamGv3YF - name: d7b9MDYsbtX5L7XAj - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - itemCount: 7 - cleanItemCount: 5 - actId: null - actRunId: null - fields: [] - consoleUrl: https://console.apify.com/storage/datasets/WkzbQMuFYuamGv3YF "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/key-value-stores/key-value-stores.yaml b/apify-api/openapi/paths/key-value-stores/key-value-stores.yaml index 460632c80f..c8ba3d5baa 100644 --- a/apify-api/openapi/paths/key-value-stores/key-value-stores.yaml +++ b/apify-api/openapi/paths/key-value-stores/key-value-stores.yaml @@ -130,18 +130,6 @@ post: application/json: schema: $ref: ../../components/schemas/key-value-stores/KeyValueStoreResponse.yaml - example: - data: - id: WkzbQMuFYuamGv3YF - name: d7b9MDYsbtX5L7XAj - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - actId: null - actRunId: null - consoleUrl: https://console.apify.com/storage/key-value-stores/WkzbQMuFYuamGv3YF - keysPublicUrl: https://api.apify.com/v2/key-value-stores/WkzbQMuFYuamGv3YF/keys?signature=abc123 "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/request-queues/request-queues.yaml b/apify-api/openapi/paths/request-queues/request-queues.yaml index 542d9364e2..bd758c2f1a 100644 --- a/apify-api/openapi/paths/request-queues/request-queues.yaml +++ b/apify-api/openapi/paths/request-queues/request-queues.yaml @@ -125,34 +125,7 @@ post: content: application/json: schema: - allOf: - - $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml - - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF + $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false diff --git a/apify-api/openapi/paths/request-queues/request-queues@{queueId}.yaml b/apify-api/openapi/paths/request-queues/request-queues@{queueId}.yaml index 434b82c94d..b04938bbf0 100644 --- a/apify-api/openapi/paths/request-queues/request-queues@{queueId}.yaml +++ b/apify-api/openapi/paths/request-queues/request-queues@{queueId}.yaml @@ -20,34 +20,7 @@ get: content: application/json: schema: - allOf: - - $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml - - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF + $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false @@ -100,34 +73,7 @@ put: content: application/json: schema: - allOf: - - $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml - - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF - example: - data: - id: WkzbQMuFYuamGv3YF - name: some-name - userId: wRsJZtadYvn4mBZmm - createdAt: "2019-12-12T07:34:14.202Z" - modifiedAt: "2019-12-13T08:36:13.202Z" - accessedAt: "2019-12-14T08:36:13.202Z" - totalRequestCount: 870 - handledRequestCount: 100 - pendingRequestCount: 670 - hadMultipleClients: true - consoleUrl: https://console.apify.com/storage/request-queues/WkzbQMuFYuamGv3YF + $ref: ../../components/schemas/request-queues/RequestQueueResponse.yaml "400": $ref: ../../components/responses/BadRequest.yaml deprecated: false