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/v1beta1/{resource=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/*/series/*/instances/*}:getStorageInfo
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| resource | 
 Required. The path of the instance to return storage info for, in the form:  Authorization requires the following IAM permission on the specified resource  
 | 
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:
| JSON representation | 
|---|
| { "referencedResource": string, "structuredStorageInfo": { object( | 
| Fields | |
|---|---|
| referencedResource | 
 The resource whose storage info is returned. For example:  | 
| structuredStorageInfo | 
 Info about the data stored in structured storage for the resource. | 
| blobStorageInfo | 
 Info about the data stored in blob storage for the resource. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-healthcare
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
StructuredStorageInfo
StructuredStorageInfo contains details about the data stored in Structured Storage for the referenced resource.
| JSON representation | 
|---|
| { "sizeBytes": string } | 
| Fields | |
|---|---|
| sizeBytes | 
 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.
| JSON representation | 
|---|
| {
  "sizeBytes": string,
  "storageClass": enum( | 
| Fields | |
|---|---|
| sizeBytes | 
 Size in bytes of data stored in Blob Storage. | 
| storageClass | 
 The storage class in which the Blob data is stored. | 
| storageClassUpdateTime | 
 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 use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  |