Get DataprocImageVersions

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request example

curl --location 'https://api.liveramp.com/analytics-environment/v1/dataproc-image-versions' \
--header 'Tenant-ID: ${tenantId}' \
--header 'Authorization: Bearer ${access_token}' \
--data ''

Response example

{
    "dataprocImageVersions": [
        {
            "id": null,
            "version": "dataproc2.1"
        },
        {
            "id": null,
            "version": "dataproc2.0"
        },
        {
            "id": null,
            "version": "dataproc1.4"
        }
    ]
}
Headers
string
required
string
required
Response

Language
LoadingLoading…
Response
Choose an example:
application/json