Name: ServiceGroupDeletionPageFilterSpec

Service group deletion query parameter filter. reuseClusterIp set to "true" will convert the cluster IP address into a data IP address upon service group deletion.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.ServiceGroupDeletionPageFilterSpec",
   "filterAttributeList": [SortFilterAttribute],
   "filterParams": MultivaluedMap,
   "name": <String>,
   "qParams": MultivaluedMap,
   "QUERY_JOB_COMPLETION_TIMEOUT_IN_MINUTES_MAX": <Number>,
   "QUERY_TIMEOUT_IN_SEC_DEFAULT": <Number>,
   "QUERY_TIMEOUT_IN_SEC_MAX": <Number>,
   "reuseClusterIp": <String>,
   "uuid": <String>,
}

Elements
NameTypeDescription
filterAttributeListxsd:list[SortFilterAttribute]Iterates over all the @Filter query params and builds SortFilterAttribute objects from it. SortFilterAttribute wraps attribute name and String value; per mapped attribute.
filterParamsMultivaluedMap
namexsd:string
For query param info, refer to: name
qParamsMultivaluedMap
QUERY_JOB_COMPLETION_TIMEOUT_IN_MINUTES_MAXxsd:intMax job completion timeout (in minutes)
QUERY_TIMEOUT_IN_SEC_DEFAULTxsd:intDefault search timeout (in seconds)
QUERY_TIMEOUT_IN_SEC_MAXxsd:intMax search timeout (in seconds)
reuseClusterIpxsd:string
Query Param Info:
Param Name: reuseClusterIp
Description: When set to true, system will reuse the synchronous replication cluster IP address as data IP address after service group deletion.
Multivalued: No
Usage: ?reuseClusterIp=value
uuidxsd:string
For query param info, refer to: uuid