Running, printing, and viewing a document : Working with a resource group : Retrieving the properties of a specific resource group
 
Retrieving the properties of a specific resource group
Use GetResourceGroupInfo to retrieve a list of properties for a specific resource group, as shown in the following example:
<SOAP-ENV:Body>
<GetResourceGroupInfo>
<Name>End-of-Quarter Sales</Name>
</GetResourceGroupInfo>
</SOAP-ENV:Body>
The preceding request returns the properties of the resource group:
<SOAP-ENV:Body>
<GetResourceGroupInfoResponse>
<ResourceGroup>
<Name>End-of-Quarter Sales</Name>
<Disabled>false</Disabled>
<Type>async</Type>
<Volume>end00166</Volume>
<MinPriority>500</MinPriority>
<MaxPriority>1000</MaxPriority>
</ResourceGroup>
<ResourceGroupSettingsList>
<ResourceGroupSettings>
<ServerName>end00166</ServerName>
<Activate>true</Activate>
<MaxFactory>0</MaxFactory>
<FileTypes>
<String>RPTDESIGN</String>
</FileTypes>
</ResourceGroupSettings>
</ResourceGroupSettingsList>
</GetResourceGroupInfoResponse>
</SOAP-ENV:Body>