Acquire a list of managed units
This is an API function to acquire a list of units by specifying the ID of the user who manages the units. This API function corresponds to the operation on the screen that is displayed by clicking the [User] tab after selecting the [Security] on the operation screen of Manager.
- Format
- Acquire a list of managed Units
- Attach Unit to be managed
- Request parameter (Path format)
- Request parameter (Query format)
- Parameters that can be set to Sort Order
- Response
- Response parameter
|
= Remarks =
The response parameters of the following API functions are the same. |
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
User ID | userId | String | Impossible to omit |
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Unit ID | unitId | String | Exact match | |
Unit Name | unitName | String | Exact match | |
Host Name of Receiver | shushinHostName | String | Exact match | |
Port Number on Receiver | shushinPort | Integer | ||
Sort Order | sort | String |
"+parameter-name" | "-paramater-name" • +: Ascending order • -: Descending order If you specify multiple parameters, divide values by a comma (,). |
+unit.unitName |
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 |
Item name | Parameter name |
---|---|
Host Name of Receiver | unit.shushinHostName |
Port Number on Receiver | unit.shushinPort |
Unit ID | unit.unitId |
Unit Name | unit.unitName |
Unit Version | unit.unitVersion |
|
Item name | Response parameter | Type | Value | ||
---|---|---|---|---|---|
Host Name of Receiver | content | unit | shushinHostName | String | |
Port Number on Receiver | shushinPort | Integer | |||
Unit ID | unitId | String | |||
Unit Name | unitName | String | |||
Unit Version | unitVersion | Integer |
For details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.