REST API Reference Version 3.1.0.0Search

Merge

POST v1/pools/id/actions/merge

Description

Merge the specified pool into the target pool. All volumes on the specified pool are moved to the target pool and the specified pool is then deleted. All the arrays in the pool are assigned to the target pool.

Normal Response Codes

200

HTTP Error Codes

400 401 404 405 409 500 503

Detail Error Codes

Request

Parameter Type JSON Type Description Mandatory
id NsObjectID string ID of the specified pool. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. true
target_pool_id NsObjectID string ID of the target pool. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. true

JSON Request

Response

Parameter Type JSON Type Description
pool_info NsPoolMergeReturn object Pool information after merge. Return values of pool merge.

JSON Response