Validate Essbase Script

post

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/scriptops/validate

Validates the specified script. Applicable only for calculation scripts.

Request

Supported Media Types
Path Parameters
Query Parameters
Body ()

Script details.

Root Schema : Script
Type: object
Show Source
Back to Top

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.

415 Response

Not Acceptable

The media type isn't supported or wasn't specified.

500 Response

Internal Server Error.

Back to Top