Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.dicomWeb.studies.series.instances.getStorageInfo
instances.getStorageInfo returns the storage info of the specified resource.
HTTP request
GET https://healthcare.googleapis.com/v1/{resource=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/*/series/*/instances/*}:getStorageInfo
Required. The path of the instance to return storage info for, in the form: projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}
Authorization requires the following IAM permission on the specified resource resource:
healthcare.dicomStores.dicomWebRead
Request body
The request body must be empty.
Response body
StorageInfo encapsulates all the storage info of a resource.
If successful, the response body contains data with the following structure:
The resource whose storage info is returned. For example: projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}
Size in bytes of data stored in structured storage.
BlobStorageInfo
BlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource. Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources.
The time at which the storage class was updated. This is used to compute early deletion fees of the resource.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003e\u003ccode\u003einstances.getStorageInfo\u003c/code\u003e retrieves storage information for a specific DICOM instance resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via a GET request to a specific URL with required path parameters to identify the instance.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes details about the storage of the resource in both structured and blob storage, encompassing size, storage class and storage class update time.\u003c/p\u003e\n"],["\u003cp\u003eThe API call requires \u003ccode\u003ehealthcare.dicomStores.dicomWebRead\u003c/code\u003e IAM permission and specific OAuth scopes for authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe data returned in the response contains information about the reference resource and the storage details under the fields \u003ccode\u003ereferencedResource\u003c/code\u003e, \u003ccode\u003estructuredStorageInfo\u003c/code\u003e and \u003ccode\u003eblobStorageInfo\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: instances.getStorageInfo\n\n**Full name**: projects.locations.datasets.dicomStores.dicomWeb.studies.series.instances.getStorageInfo\n\ninstances.getStorageInfo returns the storage info of the specified resource.\n\n### HTTP request\n\n`GET https://healthcare.googleapis.com/v1/{resource=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/*/series/*/instances/*}:getStorageInfo`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nStorageInfo encapsulates all the storage info of a resource.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nStructuredStorageInfo\n---------------------\n\nStructuredStorageInfo contains details about the data stored in Structured Storage for the referenced resource.\n\nBlobStorageInfo\n---------------\n\nBlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource. Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources."]]