Full name: projects.locations.datasets.dicomStores.getDICOMStoreMetrics
Gets metrics associated with the DICOM store.
HTTP request
GET https://healthcare.googleapis.com/v1/{name=projects/*/locations/*/datasets/*/dicomStores/*}:getDICOMStoreMetrics
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the DICOM store to get metrics for. Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
DicomStoreMetrics contains metrics describing a DICOM store.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "name": string, "studyCount": string, "seriesCount": string, "instanceCount": string, "structuredStorageSizeBytes": string, "blobStorageSizeBytes": string } |
Fields | |
---|---|
name |
Resource name of the DICOM store, of the form |
studyCount |
Number of studies in the store. |
seriesCount |
Number of series in the store. |
instanceCount |
Number of instances in the store. |
structuredStorageSizeBytes |
Total structured storage bytes for all instances in the store. |
blobStorageSizeBytes |
Total blob storage bytes for all instances in the store. |
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.