Creates an IPv4 or IPv6 block from a list of IPv4 or IPv6 blocks or networks. All blocks and networks must have the same parent but it does not need to be contiguous.
Output / Response
Returns the object ID for the new IPv4 or IPv6 parent block. This method does not create a name for the new block.
API call:
void addParentBlock ( long[] blockOrNetworkIDs
)
Parameter | Description |
---|---|
blockOrNetworkIDs | An array containing the object IDs of IPv4 or IPv6 blocks or
networks. 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/addParentBlock Authorization: <bam_auth_token> Content-Type: application/json ["100915","100916"]