Skip to Main Content

LiveLabs & Workshops

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

OCI OBJECTSTORAGE REST API's filter conditions

Harish VasamOct 13 2021

From the REST API's like list object I can able to get the details of objects in objectStorage. but when I try to put query parameters like below allowed values are not giving results. how to pass those filtration in REST API
name
size
etag
timeCreated
md5
timeModified
storageTier
archivalState

LIST object : GET /n/{namespaceName}/b/{bucketName}/o ==> this giving results but when i tried to put query value like
GET /n/{namespaceName}/b/{bucketName}/o?name=success.xsd i.e I want get the details of SUCCESS.xsd it's again retrun the all the objjects details.

Can some one help me on how to pass those valeus in REST API

Comments
Post Details
Added on Oct 13 2021
0 comments
511 views