clscrs_get_server_by_category

The clscrs_get_server_by_category API gets a list of servers that match a particular server category.

Parameters

Input:

  • in_list: The list of server categories or a filter.

Output:

out_entitylist: Lists the servers matching the server category.

Returns

  • CLSCRS_STAT_SUCCESS: Indicates that all input server categories are successfully registered.
  • CLSCRS_STAT_FAILURE: Displays if at least one server category cannot be unregistered.
  • CLSCRS_STAT_CONNECTION: Displays if there is a communication error.

CLSCRS_STAT

clscrs_get_server_by_category(clscrs_splist *in_list,
                              clscrs_crsentitylist *out_entitylist);