Acquire a list of update modules

This is an API function to acquire a list of update modules. This API function corresponds to the operation on the screen that is displayed by clicking the [Modules] on the operation screen of Manager.

= Remarks =

The response parameters under the content layer of this API function are the same as the response parameters of the register an update module API function.

Format

curl -X GET --header 'Accept: application/json'

--header 'X-API-KEY:APIKEY'

'http://HOSTNAME:PORTNUMBER/api/v1/modules?REQUESTINQUERYFORMAT'

Request parameter (Query format)
Item name Request parameter Type Value Default value
Agent Bit Count bit String

"32" | "64"

Specify the value that indicates the bit count of Agent module.

 
Agent Architecture cpu String

Specify the CPU architecture on which the Agent module runs.

Example: x86_84

Exact match

 

Registration Date and Time

(start)

geRegistrationDate Integer

Specify the value by using a "yyyyMMddHHmmssSSS" format.

• yyyy: year

• MM: month

• dd: day

• HH: hour

• mm: minute

• ss: second

• SSS: millisecond

(Example: 20180319030101000)

You can specify one parameter only. If you specify both parameters, you can set a period of a search target.

 

Registration Date and Time

(end)

leRegistrationDate Integer  
Module File Name moduleFileName String Partial match  
Module ID moduleId String

Exact match

 
Module Version moduleVersion String Exact match  
OS os String Exact match  
Number of pages page Integer

Specify a number from zero.

If the number of pages is 1, specify 0.

0
Number of items per page size Integer   10
Response

{

"content": [

{

"bit": "string",

"cpu": "string",

"moduleFileName": "string",

"moduleId": "string",

"moduleVersion": "string",

"os": "string",

"registrationDate": 0

}

],

"first": true,

"last": true,

"number": 0,

"numberOfElements": 0,

"size": 0,

"sort": [],

"totalElements": 0,

"totalPages": 0

}

Response parameter

For details of the parameters under the content layer, see Response parameter described in Register an update module.

Also, for details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.