Discover Property Storage

This API enables you to discover storage property objects in a specific container.

Note:

The discover API calls display the names of the objects in the specified container, not the details about the objects. To list the names of the objects, you must set the Accept header to application/oracle-compute-v3+directory+json. For all other purposes, you must set the Accept header to application/oracle-compute-v3+json.

Method

GET

REST Resource

/property/storage/container

URI

https://api_endpoint/property/storage/container

URI Parameter

Parameter Description
container Hierarchical namespace containing property objects

Example URI

https://api/property/storage/oracle/public/storage/protocol/

Example Response Body

Data:
{"result": ["/oracle/public/storage/protocol/iscsi", "/oracle/public/storage/protocol/nfs"]}