Validate Calc Script
post
/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/scriptops/validate
Validates the specified script. Applicable only for calculation scripts.
Request
Path Parameters
-
applicationName(required):
Application name.
-
databaseName(required):
Database name.
-
scriptName(required):
Script name.
Query Parameters
-
file:
File.
Response
200 Response
OK
Script validated successfully.
400 Response
Bad Request
Failed to validate the script. The application or database name may be incorrect, or the contents may be incomplete for the specified script name.
500 Response
Internal Server Error.