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