Method: projects.locations.storagePools.ontap.executeOntapGet

ontap.executeOntapGet dispatches the ONTAP GET request to the StoragePool cluster.

HTTP request

GET https://netapp.googleapis.com/v1beta1/{ontapPath=projects/*/locations/*/storagePools/*/ontap/**}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
ontapPath

string

Required. The resource path of the ONTAP resource. Format: projects/{projectNumber}/locations/{locationId}/storagePools/{storagePoolId}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

Request body

The request body must be empty.

Response body

Response message for ontap.executeOntapGet API.

If successful, the response body contains data with the following structure:

JSON representation
{
  "body": {
    object
  }
}
Fields
body

object (Struct format)

The raw JSON body of the response.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.