Full name: projects.locations.datasets.dicomStores.dicomWeb.studies.getStudyMetrics
studies.getStudyMetrics returns metrics for a study.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{study=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/*}:getStudyMetrics
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
study |
Required. The study resource path. For example, |
Request body
The request body must be empty.
Response body
StudyMetrics contains metrics describing a DICOM study.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "study": string, "structuredStorageSizeBytes": string, "blobStorageSizeBytes": string, "instanceCount": string, "seriesCount": string } |
Fields | |
---|---|
study |
The study resource path. For example, |
structuredStorageSizeBytes |
Total structured storage bytes for all instances in the study. |
blobStorageSizeBytes |
Total blob storage bytes for all instances in the study. |
instanceCount |
Number of instances in the study. |
seriesCount |
Number of series in the study. |
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.