Requests resource group properties. Returns detailed information about the requested resource groups.
Parameters
List of names of groups to be shown. A single entry with an empty string returns all groups. The user can provide a single element (which will be automatically promoted to a list internally) or a list.
Optional parameters. Allowed keys are:
show_default_values – If true include values of fields that are based on the default resource group. Allowed values are:
true
false
The default value is ‘true’.
show_default_group – If true include the default and system resource groups in the response. This value defaults to false if an explicit list of group names is provided, and true otherwise. Allowed values are:
true
false
The default value is ‘true’.
show_tier_usage – If true include the resource group usage on the worker ranks in the response. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Map of resource group information.
Tier usage across ranks. Layout is: response.rank_usage[rank_number][resource_group_name] = group_usage (as stringified JSON).
Additional information.