Getting a Replication's Details

Get details about a File Storage replication.

For more information, see Managing Replications.

    1. Open the navigation menu and click Storage. Under File Storage, click File Systems.
    2. In the List scope section, under Compartment, select a compartment.
    3. Click the name of the source file system.
    4. On the file system's details page, under Resources, click Replications.
      Note

      If no Replications option exists in Resources, it means that the file system is the target of an active replication.
    5. In the Replications list, click the name of the replication that you're interested in.

      If no replications are listed, it means that the file system is not a source file system.

  • Use the fs replication get command and required parameters to get details about a replication:

    oci fs replication get --replication-id <replication_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetReplication operation to get details about a replication.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.