- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Returns descriptions of all replications for a volume.
HTTP request
GET https://netapp.googleapis.com/v1/{parent=projects/*/locations/*/volumes/*}/replications
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The volume for which to retrieve replication information, in the format |
Query parameters
Parameters | |
---|---|
page |
The maximum number of items to return. |
page |
The nextPageToken value to use if there are additional results to retrieve for this list request. |
order |
Sort results. Supported values are "name", "name desc" or "" (unsorted). |
filter |
List filter. |
Request body
The request body must be empty.
Response body
ListReplicationsResponse is the result of ListReplicationsRequest.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"replications": [
{
object ( |
Fields | |
---|---|
replications[] |
A list of replications in the project for the specified volume. |
next |
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
netapp.replications.list
For more information, see the IAM documentation.