File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -11850,6 +11850,47 @@ paths:
11850
11850
source: >
11851
11851
linode-cli object-storage ssl-delete \
11852
11852
us-east-1 example-bucket
11853
+ /object-storage/transfer:
11854
+ get:
11855
+ operationId: getObjectStorageTransfer
11856
+ x-linode-cli-skip: true
11857
+ servers:
11858
+ - url: https://api.linode.com/v4
11859
+ summary: Object Storage Transfer View
11860
+ description: |
11861
+ The amount of outbound data transfer used by your account's Object Storage buckets.
11862
+ Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool.
11863
+ See the [Object Storage Pricing and Limitations](/docs/guides/pricing-and-limitations/)
11864
+ guide for details on Object Storage transfer quotas.
11865
+
11866
+ tags:
11867
+ - Object Storage
11868
+ security:
11869
+ - personalAccessToken: []
11870
+ - oauth:
11871
+ - object_storage:read_only
11872
+ responses:
11873
+ '200':
11874
+ description: >
11875
+ Returns the amount of outbound data transfer used by your account's Object Storage buckets.
11876
+ content:
11877
+ application/json:
11878
+ schema:
11879
+ properties:
11880
+ used:
11881
+ type: integer
11882
+ description: >
11883
+ The amount of outbound data transfer used by your account's Object Storage buckets,
11884
+ in GB, for the current month’s billing cycle.
11885
+ example: 12956600198
11886
+ readOnly: true
11887
+ default:
11888
+ $ref: '#/components/responses/ErrorResponse'
11889
+ x-code-samples:
11890
+ - lang: Shell
11891
+ source: >
11892
+ curl -H "Authorization: Bearer $TOKEN" \
11893
+ https://api.linode.com/v4/object-storage/transfer/
11853
11894
/profile:
11854
11895
x-linode-cli-command: profile
11855
11896
get:
You can’t perform that action at this time.
0 commit comments