List Supported API Versions

get

/api/

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
    "available_versions":{
        "v2":"/api/v2/"
    },
    "current_version":"/api/v2/",
    "custom_login_info":"",
    "custom_logo":"",
    "description":"Oracle Linux Automation Manager REST API",
    "login_redirect_override":"",
    "oauth2":"/api/o/"
}
Back to Top