Get O1 1n Polyglot Runtimes

Get O1 1n Polyglot Runtimes

Returns supported VCF Operations Orchestrator Polyglot Runtimes.

Request
URI
GET
https://{api_host}/vco/api/server-configuration/polyglot-runtimes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

Returns o11n-polyglot-runtimes of type(s) application/json
{
    "polyglotRuntimes": [
        "string"
    ],
    "o11n-polyglot-runtime": [
        "string"
    ],
    "o11n-polyglot-default-runtime-memory-limit": {
        "o11n-polyglot-default-runtime-memory-limit": 0
    }
}
array of string
polyglotRuntimes
Optional

polyglotRuntimes

array of string
o11n-polyglot-runtime
Optional

o11n-polyglot-runtime

object
o11n-polyglot-default-runtime-memory-limit
Optional

o11n-polyglot-default-runtime-memory-limit


401

User is not authenticated.

Returns o11n-polyglot-runtimes of type(s) application/json
"o11n-polyglot-runtimes Object"
array of string
polyglotRuntimes
Optional

polyglotRuntimes

array of string
o11n-polyglot-runtime
Optional

o11n-polyglot-runtime

object
o11n-polyglot-default-runtime-memory-limit
Optional

o11n-polyglot-default-runtime-memory-limit


403

User is not authorized.

Returns o11n-polyglot-runtimes of type(s) application/json
"o11n-polyglot-runtimes Object"
array of string
polyglotRuntimes
Optional

polyglotRuntimes

array of string
o11n-polyglot-runtime
Optional

o11n-polyglot-runtime

object
o11n-polyglot-default-runtime-memory-limit
Optional

o11n-polyglot-default-runtime-memory-limit


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/server-configuration/polyglot-runtimes