Image Get Image Update List

Image Get Image Update List

Gets all details of Images uploaded

Privileges required:

READ SOFTWARE_PACKAGE

Request
URI
POST
https://{api_host}/portal/rest/softwareUpdate/getSoftwareUpdatesList
COPY
Request Body
firmware_image_get_image_update_listBody of type(s) application/json
Optional
{
    "with": [
        "string"
    ],
    "updateType": [
        "string"
    ],
    "limit": 0,
    "quickSearch": "string",
    "filters": {},
    "sortBy": [
        {
            "attribute": "string",
            "type": "string"
        }
    ],
    "prevPageLink": "string",
    "nextPageLink": "string",
    "_count": false,
    "_filterSpec": false
}
Responses
200

Request was successfully processed

Returns image_get_image_update_list_result of type(s) application/json
"image_get_image_update_list_result Object"
array of object
data
Optional

data

object
metaData
Optional

metaData

object
count
Optional

count


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/softwareUpdate/getSoftwareUpdatesList