...
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/ | |
Method | DELETE | |
Return | - |
ListResourcesByType
Returns the ids of all existing resources of a specific type.
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/type/{type}/ | |
Method | GET | |
Path Parameter | type | Type of the list of resources we want to retrieve. |
Return | List<String> | Ids of the resources which type matches the one set at the url |
Response Example
Code Block | ||||
---|---|---|---|---|
| ||||
<resources>
<resource>b6c3a6c9-9a2e-4bc4-9604-13d014bd508f</resource>
<resource>584c96d5-2221-47d0-8c51-c5d4d45f3ff4</resource>
</resources>
|