Viewing Retention Rules and Details
On Compute Cloud@Customer, you can view Object Storage retention rules and details.
This task isn't available in the Console.
Use the oci os retention-rule list command and required parameters to list retention rules.
oci os retention-rule list --namespace-name <object_storage_namespace> --bucket-name <bucket_name> [OPTIONS]
Use the oci os retention-rule get command and required parameters to see the details for a retention rule.
oci os retention-rule get --namespace-name <object_storage_namespace> --bucket-name <bucket_name> --retention-rule-id <retention_rule_identifier> [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the ListRetentionRules operation to list retention rules.
Use the GetRetentionRule operation to get the details for a retention rule.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.