Get details of the ODMS Agent Images available to install on-premises.
GET {{baseUrl}}/agentImages?limit=10&page=1&sortOrder=ASC
Get details of the ODMS Agent Images available to install on-premises.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of items to return. | |
page | number | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
sortOrder | string | The sort order to use, either 'asc' or 'desc'. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Accept | string |
RESPONSES
status: OK
{"items":[{"version":"\u003cstring\u003e","downloadUrl":"\u003cstring\u003e"},{"version":"\u003cstring\u003e","downloadUrl":"\u003cstring\u003e"}]}