Specify a Service Level

When executing a REST API Embedded Python Execution function, you can specify the Autonomous Database service level to use.

You specify the service level with the optional service argument. The service names are LOW, MEDIUM, and HIGH. The service names provide different levels of performance and concurrency for an Oracle Autonomous Database.

For more information on managing Autonomous Database see Manage Concurrency and Priorites on Autonomous Database.

For example, the following arguments specify returning images and using the LOW service.

-d '{"graphicsFlag":true, "service":"LOW"}'