Return Some Basic Information About This Instance

get

/api/v2/ping/

Everything returned here should be considered public / insecure, as this requires no auth and is intended for use by the installer process.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
    "active_node":"awx",
    "ha":false,
    "install_uuid":"00000000-0000-0000-0000-000000000000",
    "instance_groups":[
    ],
    "instances":[
    ],
    "version":"15.0.1"
}
Back to Top