resource-exists
Checks whether a file exists in the designated area.
Example Request
GET http://example.com:8080/livecluster/rest/service/resource-exists
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
name |
String |
Name of the resource that needs to be checked |
calculator-1.0.0.1.tar.gz |
staged |
Boolean |
Staged flag. True or false. |
false |
Example Response
True
or False
.