Merges specified IPv4 blocks into a single block. The blocks must all have the same parent and must be contiguous. Blocks whose parent object is the configuration cannot contain networks.
Output / Response
None.
API call:
void mergeBlocksWithParent ( long[] blockIDs
)
Parameter | Description |
---|---|
blockIDs | An array containing a list of IPv4 block IDs. Note: If you are
invoking this API using a RESTful implementation, this parameter
must be passed in the body.
|
REST example
POST http://<bam_ip>/Services/REST/v1/mergeBlocksWithParent Authorization: <bam_auth_token> Content-Type: application/json ["100917","100918","100919"]