ExecuteOntapPatchRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ExecuteOntapPatch API.
Attributes |
|
|---|---|
| Name | Description |
body |
google.protobuf.struct_pb2.Struct
Required. The raw JSON body of the request. The body
should be in the format of the ONTAP resource. For example:
::
{
"body": {
"field1": "value1",
"field2": "value2",
}
}
|
ontap_path |
str
Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}.
For example:
projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.
|