Listing Preauthenticated Requests

On Compute Cloud@Customer, you can list preauthenticated requests using the unique request URL.

For information about the unique request URL, see Constructing the Preauthenticated Request URL.

Using curl
  • Syntax:

    $ curl -X GET <unique-PAR-URL>

    Example:

    $ curl -X GET    \
    https://objectstorage.us-example-1.example.com/p/CoO26YkSARiRevWlDWJD_QUvtFPUocn/n/examplenamespace/b/MyParBucket/o/
    
    {"objects":[{"name":"InfoWorld DeepDive - Tips  for Git and GitHub Users.pdf"},{"name":"OCI_User_Guide.pdf"},
    {"name":"OracleCorporateTerminologyUsageGuideRedwood.pdf"},{"name":"VPN.png"},{"name":"eventslogreference.htm"},
    {"name":"functionslogreference.htm"},{"name":"glob.txt"},{"name":"loadbalancerreference.htm"},{"name":"objectstoragelogreference.htm"},
    {"name":"servicechanges.html"},{"name":"servicediscovery.dita"},{"name":"serviceessentials.html"},{"name":"servicelogreference.htm"},
    {"name":"services.html"}]}