|
The scds_get_rg_hostnames() function retrieves a
list of hostnames used by all the network resources in a resource group. This
function returns a pointer to the list in netresource_list.
It is possible for a resource group to contain no network resources or to
contain resources that do not use network resources, so this function can
return netresource_list set to NULL.
You can pass the name of any resource group name in the system to scds_get_rg_hostnames(). Use the hostnames returned by scds_get_rg_hostnames() to contact applications running in the specified
resource group.
Free the memory allocated and returned by this function with scds_free_net_list().
|