CheckSetQueryInput
                                CheckSetQueryInput                            
                            Input spec to query the check-sets for a given type and set of domain resources
JSON Example
                                    {
    "checkSetType": "UPGRADE",
    "domains": [
        {
            "domainId": "string",
            "resources": [
                {
                    "resourceId": "187f6468-f9e0-45f5-8d34-b28efc1e7a36",
                    "resourceTargetVersion": "3.0.0-123456",
                    "resourceType": "VCENTER"
                }
            ]
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                checkSetType            
                            Optional
            
            
        Type of the check sets to query for. e.g. 'UPGRADE'
                            
                                    array of 
                
            
            
                                    
                        CheckSetQueryDomainResources                     
                
                
            
        
        
                domains            
                            Optional
            
            
        List of domain resources to query check-sets of the given type for
