...
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/getName/{resourceId}/name | |
Method | GET | |
Path Parameter | resourceId | Id of the resource which name we want to retrieve. |
Return | String | Name of the resource identified by the given resourceId. |
...
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/getDescriptor/{resourceId}/descriptor | |
Method | GET | |
Path Parameter | resourceId | Id of the resource which descriptor we want to retrieve |
Return | ResourceDescriptor | Name of the resource identified by the given resourceId. |
...
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/getStatus/{resourceId}/status | |
Method | GET | |
Path Parameter | resourceId | Id of the resource which status we want to retrieve |
Return | String | Current status of the resource. |
...
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/resources/listResourcesNameByTypetype/{resourceTypetype}/name | |
Method | GET | |
Path Parameter | resourceType | Type of the list of resources we want to retrieve. |
Return | List<String> | Name of the resources which type matches the one given by the user. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <resources> <elements> <element xsi:type="xs:string">myre</element> <element xsi:type="xs:string">gsn</element> </elements> <resource>dub_1_log</resource> <resource>myre</resource> <resource>logicalrouter1</resource> </resources> |