Create Essbase Script

post

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

Creates the script in the specified application and database and returns the created script.

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 created successfully, including script details and links to get, edit, or delete the script and to get its contents.

Body ()
Root Schema : Script
Type: object
Show Source

400 Response

Bad Request

Failed to create the script. The application or database name may be incorrect, the JSON for the script may be incorrect, or the specified script name may already exist.

415 Response

Not Acceptable

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

500 Response

Internal Server Error.

Back to Top