All

All

Retrieves the available features.

Request
URI
GET
https://{api_host}/vco/api/features/all
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

Returns AvailableFeatures of type(s) application/json
{
    "uiFeatures": [
        "string"
    ],
    "systemFeatures": [
        "string"
    ]
}
array of string
uiFeatures
Optional

uiFeatures

Possible values are : orchestrator-web-ui, certificates, metrics, system-props, view-system-props, extension-props, audit-logs, content-audit-logs, view-groups, plugin-manage, system-settings, api-token-scheduler, system-token-scheduler, view-only, reload, dashboard, workflow, edit, runs, task, interaction, action, action-polyglot, polyglot-environment, package, configuration, resource, inventory, run-workflow, tags, roles, remote-roles, explorer, policies, groups, git, git-history, git-repositories, content-indexing, trash, debugger,
array of string
systemFeatures
Optional

systemFeatures

Possible values are : CSP_MODE, AUTH_CSP, AUTH_CSP_PKCE, AUTH_LDAP, AUTH_VSPHERE, AUTH_VIDB, CEIP,

401

The user is not authorized.

Returns AvailableFeatures of type(s) application/json
"AvailableFeatures Object"
array of string
uiFeatures
Optional

uiFeatures

Possible values are : orchestrator-web-ui, certificates, metrics, system-props, view-system-props, extension-props, audit-logs, content-audit-logs, view-groups, plugin-manage, system-settings, api-token-scheduler, system-token-scheduler, view-only, reload, dashboard, workflow, edit, runs, task, interaction, action, action-polyglot, polyglot-environment, package, configuration, resource, inventory, run-workflow, tags, roles, remote-roles, explorer, policies, groups, git, git-history, git-repositories, content-indexing, trash, debugger,
array of string
systemFeatures
Optional

systemFeatures

Possible values are : CSP_MODE, AUTH_CSP, AUTH_CSP_PKCE, AUTH_LDAP, AUTH_VSPHERE, AUTH_VIDB, CEIP,

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/features/all