Returns the object ID for the new MAC pool.
You can use the generic addEntity() method to add a MAC pool.
Output / Response
Returns the object ID for the new MAC pool.
API Call:
long addEntity( long parentID,
APIEntity entity )
Parameter | Description |
---|---|
parentId |
The object ID of the parent Configuration to which the MAC pool is added. |
entity | The MAC pool object with its name defined. |