deploy-resources
Deploys resources.
Example Request
POST http://example.com:8080/livecluster/rest/service/deploy-resources
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
— |
JSON |
Array of resource names that need to be deployed |
["calculator-1.0.0.1.tar.gz"] |
verifyGridLibraryStructure |
Boolean |
Grid library structure flag. True or false. |
True or False |
verifyGridLibraryDependencies |
Boolean |
Grid library dependency flag. True or false. |
True or False |
verifyGridLibraryNaming |
Boolean |
Grid library naming flag. True or false. |
True or False |
Example Response
204 no content
Result: Corresponding resources are deployed.