Pool endpoint
This topic provides a quick reference for the method signatures of pool API methods.
Location: http://smile.example.com:port/stage/smile/ws/v2/pool
WSDL: http://smile.example.com:port/stage/smile/ws/v2/pool?wsdl
| Method | Method signature | Purpose |
|---|---|---|
| createLinkToReservation() |
|
Adds a link to an existing reservation. |
| createReservation() |
|
Reserves a range of resources from the pool specified, and creates an initial link to the range. |
| getLink() |
|
Retrieves the details of a link by ID. |
| search() |
|
Performs a search for available resources that can be reserved across a pool. |
| unlink() |
|
Removes the given link. |