getAvailableRouters


SoftLayer_Virtual_PlacementGroup::getAvailableRouters

Description

Returns all routers available for use with placement groups. If a datacenter location ID is provided, this method will further restrict the list of routers to ones contained within that datacenter.

Parameters

Name Type Description
datacenterId int An optional datacenter ID to restrict the list of routers to.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_PlacementGroup/getAvailableRouters'