Method: dicomStores.getDICOMStoreMetrics

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

string

Required. The resource name of the DICOM store to get metrics for.

Authorization requires the following IAM permission on the specified resource name:

  • healthcare.dicomStores.get

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

string

Resource name of the DICOM store, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.

studyCount

string (int64 format)

Number of studies in the store.

seriesCount

string (int64 format)

Number of series in the store.

instanceCount

string (int64 format)

Number of instances in the store.

structuredStorageSizeBytes

string (int64 format)

Total structured storage bytes for all instances in the store.

blobStorageSizeBytes

string (int64 format)

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.