Getting an Object's Details for Roving Edge Infrastructure

Describes how to get the details of an object contained within an Object Storage bucket on your Roving Edge Infrastructure devices.

    1. Open the navigation menu and select Storage > Object Storage & Archive Storage. The Buckets page appears. All buckets are listed in tabular form.

    2. Click the bucket whose details you want to get. The bucket's Details page appears. All objects are listed in tabular form.

    3. Select the Actions menu (Actions Menu) for the object whose details you want to get and click View Object Details. The object's Details page appears. If object has versioning applied to it, the command is renamed View Object Versioning Details. The ObjecAll versions of the object are

  • Use the oci os object head command and required parameters to get the details of an object contained within an Object Storage bucket on your Roving Edge Infrastructure devices:

    oci os object head --bucket-name bucket_name --name name [OPTIONS]

    For example:

    oci os object head --bucket-name my_bucket --name  file1.txt
    {
      "content-length": "2211",
      "content-md5": "bj/FoJzx9JEpRv7l+CUamQ==",
      "content-type": "application/octet-stream",
      "date": "Fri, 02 Jun 2023 12:37:09 GMT",
      "etag": "6e3fc5a09cf1f4912946fee5f8251a99",
      "last-modified": "Fri Jun 02 12:36:39 GMT 2023",
      "opc-client-request-id": "exampleuniqueID",
      "opc-request-id": "exampleuniqueID"
    }

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the HeadObject operation to get the details of an object contained within an Object Storage bucket on your Roving Edge Infrastructure devices.