Move an Accesser node
Move an Accesser node from one Access Pool to another.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/moveAccesser.adm HTTP/1.1
Host:{manager.dsnet} id={aId}&destinationAccessPoolId={dApId}
&accessDeviceIds={adId1}
&accessDeviceIds={adId2}
&accessDeviceIds={adId3}
&accessDeviceIds={adId4}
&accessDeviceIds={adId5}Curl method
curl -X POST
-u admin:password --header ”Content-Type: application/x-www-form-urlencoded“ --header ”Accept: application/json“
-k 'https://{manager.dsnet}/manager/api/json/1.0/moveAccesser.adm'
-d 'id={aId}&destinationAccessPoolId={dApId}
&accessDeviceIds={adId1}
&accessDeviceIds={adId2}
&accessDeviceIds={adId3}
&accessDeviceIds={adId4}
&accessDeviceIds={adId5}'Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| id | Long | Required |
Manager-generated ID of source Access Pool. |
|
| destinationAccessPoolId | Long | Required |
Manager-generated ID of destination Access Pool. |
|
| accessDeviceIds | Set | Required |
List of Accesser node IDs to be moved from source to destination Access Pool. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.